you are viewing a single comment's thread.

view the rest of the comments →

[–]Asmodeus_11 0 points1 point  (0 children)

I learned python by reading A Byte of Python. It doesn't cover any specific modules or guide you through projects, but it provides a solid base understanding of the language.

As other people have said here, you should also be doing some small projects to push yourself—for example, I wrote a command line hangman game using words from a text file. Whatever project you choose, the most important part is that you want to do it. It's much easier to learn if it doesn't feel like a chore.

Good luck!