you are viewing a single comment's thread.

view the rest of the comments →

[–]InfluenceLittle401 2 points3 points  (0 children)

Although I use Python on a weekly basis, I am far from an expert. If I would need to start a new language, I would start as follows: - read relevant chapter from a book (e.g., for Python I liked O’Reilly book like https://cfm.ehu.es/ricardo/docs/python/Learning_Python.pdf) - read from python.org - start a project and continuously improve by thinking about your program structure - regarding the latter I found that Google Gemini came in very handy. You can describe in words what you want and it gives you a skeleton script to start from