Skip Navigation

I know Python basics, what next?

learnbyexample.github.io I know Python basics, what next?

Programmers often wonder what to do after learning the basics. This blog post will help you take the next step in your Python learning journey.

I know Python basics, what next?
4

You're viewing a single thread.

4 comments
  • Learn how to test (which is also what the article recommends).

    Write unit tests. Write property-based tests. I don't care which ones, but automate the SHIT out of your tests.

    Also curse at your school for not teaching you this from day one.

    Alas, I don't know any articles or books on how to learn, because school didn't teach me either. I learned the theory from Uncle Bob, among some others, but had to learn the actual work from work...