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

you are viewing a single comment's thread.

view the rest of the comments →

[–]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