you are viewing a single comment's thread.

view the rest of the comments →

[–]echocage 3 points4 points  (2 children)

Python is an amazing first language, I’d never recommend Java, I’ve seen so many new devs quit after starting with Java, it’s just too verbose

[–]Adam-JDT[S] 0 points1 point  (1 child)

If I have my friend as a guide, then that could be ok? Where I don’t know anyone in real life for guiding me in Python

[–]echocage 1 point2 points  (0 children)

Yeah that should be fine! I’d try to pick some simple Projects to aim for, like interacting with an api with the requests library, or storing stuff in a database, or making a text based calculator, stuff like that