Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 3.02 KB

basic-python.md

File metadata and controls

42 lines (37 loc) · 3.02 KB

Beginner-friendly Python Resources

Interactive coding tutorials

Tutorial websites where you can write (and test) code while reading

Learning Python through games

  • Injection
    • INJECTION is a programming puzzle game [...]. It's written in Python and indeed that's the language you'll be using to solve the puzzles.

Resources from the Python Philippines Community

MrValdez

PyLokal

codemickeycode

Marvin Tensuan

Python 2.x vs. Python 3.x

  • Note: Python 2.7 will not be maintained starting on January 1, 2020. If you are a beginner looking to learn Python, we highly recommend learning Python 3. If you need to know Python 2, we recommend learning Python 3 first then learning the difference between both versions. It would be easier and you'll still be able to apply what you've learned, going forward.