this post was submitted on 14 Aug 2023
2 points (100.0% liked)

All things Python

45 readers
1 users here now

A magazine for the discussion of the Python programming language

founded 1 year ago
 

There doesn't seem to be an active python learning community so I'll post here. Feel free to redirect me if there is somewhere more appropriate.

I've finished a couple of fairly beginner python courses (introtopython.org and 100 days of python on Replit), and was wondering if people had suggestions of where to go next? Are there more intermediate level courses? Should I just start working on a project or something?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

Kind of cool that it's a github project you can just fork to proceed through - as opposed to a book or coursea course.

[–] [email protected] 1 points 1 year ago

Yeah the person who wrote it has given that course a bunch of times and decided to share. Once I'm finished with my Exercism Python track, I'm going to start on that course.

The author also wrote Python Distilled, which is my hands down favourite Python book.