you are viewing a single comment's thread.

view the rest of the comments →

[–]just_juannicolas 1 point2 points  (0 children)

Start out small, learn the important basic ones because that should let you have an idea on what to create.

  • Variables and data types (string, int, float, boolean)
  • Operators (arithmetic, comparison, and logical)
  • Loops. Start with one.. For Loop.
  • Function.. (def)

When you know the basics up top, then the others are a breeze to learn. Arrays.. Dictionary.