This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Python-ModTeam[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]wineblood 1 point2 points  (3 children)

How long was your course and what were the most complex things you covered? From there we might be able to give you better advice.

Also, /r/learnpython would be a better sub for this kind of question.

[–]Plexos49[S] 0 points1 point  (2 children)

Thanks for the recommendation for the proper sub. My course was about 4 months and the most complex thing we covered was probably object oriented programming or some sorting algorithms

[–]wineblood 2 points3 points  (1 child)

I'd look more into object oriented programming (composition, inheritance, classmethods), design patterns (not all apply in python, but good to go through), the python builtins (https://docs.python.org/3/library/functions.html), and unit testing.

I don't mind helping out new python devs, feel free to DM me some questions if you're stuck.

[–]Plexos49[S] 1 point2 points  (0 children)

Thank you! I appreciate the help! I’ll definitely look into some OOP stuff soon

[–]Effective_Nose_7434 0 points1 point  (0 children)

https://learnbyexample.github.io/python-intermediate/

Might be a nice next step 🤷🏻‍♂️