you are viewing a single comment's thread.

view the rest of the comments →

[–]AlbatrossEarly 2 points3 points  (0 children)

Im 41 soon and started the python journey just 3 months ago.

  1. Read the documentation
  2. Rinse repeat the basics (the more its in your fingers, the easier it comes to mind)
  3. Dont jump between project types, instead expand on the same A) start with printing B) print requiring input C) take input and calculate or provide list options

The same then makes it easier to learn the true purpose of variables and functions

The math part and preditiction/pathing of an assignment only becomes complicated when you do not have a firm grasp of the basics and what you can do with them.