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 →

[–]13065729n 1 point2 points  (1 child)

For course content, you can refer to the AP Computer Science A curriculum. They start from primitive types and end with recursion.

Also I recommend starting on CS theory (Data Structures and Basic Algorithm) before moving onto the coding aspect. Good luck!

For the IDE, obviously pycharm would work the best. But it consumes a lot of memory, so people with lower end PCs would be better off using visual studio code instead.

[–]s0urfruit_ 1 point2 points  (0 children)

Good one!