- Python Basics
- Collections
- Control Flow
- Functions
- Classes
- Modules
- Generators and Decorators
- Python Next
Example code based on
LearnXinYminutes
and licensed under
CC Attribution-Share 3
Python Next
Collapse Content
Show Content
Learneroo Practice
To get some Python Practice, make sure to try solving some challenges on Learneroo!
For example, try some free and easy challenges:
Python 2 vs 3
This module focused on Python 2.7, which is still quite popular. The latest version of Python is 3.3, but Python 3 is incompatible with many older libraries. You can read about the top Python 3 differences here, and see a full discussion on the official Python wiki.
Python Resources
To continue learning Python, check out some of these resources:
- For beginners interested in learning programming and Computer Science, see Udacity or How to Think Like a Computer Scientist.
- See Dive Into Python 3 for a more advanced book.
- And see the official python tutorial along with the other official documentation.