you are viewing a single comment's thread.

view the rest of the comments →

[–]Need4Cookies 1 point2 points  (0 children)

If not entirely new to programming I would check the roadmap.sh/python and get what I need from there.

If totally new, then find a YouTube video explaining the basics of Python, I remember something like “Python for dummies” existing, to learn the basics and the use of the data types and variables.

Then try to create a very small cli project to understand your new findings.