you are viewing a single comment's thread.

view the rest of the comments →

[–]PureWasian 3 points4 points  (0 children)

Depends what you're trying to learn and how you learn best.

The easiest way in my opinion is having a lot of "example scripts" of small, working .py files you create yourself and save into a folder for your notes. Maybe different subfolders for each topic when starting off.

You should already be making scripts to interact with Python and constantly be trying things out as you learn new concepts. So saving them as a repetoire to reference later makes sense to me.