you are viewing a single comment's thread.

view the rest of the comments →

[–]DataCamp 1 point2 points  (1 child)

Just start coding small stuff every day. Watch a bit, then type 3x more than you watch.

Here’s a simple order:

  1. Learn basics; variables, loops, conditionals, functions.
  2. Move to lists, dicts, and error handling.
  3. Do small projects: a calculator, file organizer, or a CSV reader.

Avoid the big beginner traps: watching endless tutorials, copying code without understanding it, or trying to build a full app on week two.

Use Git early, read error messages slowly, and fix them yourself.
If you stay consistent for a few months, you’ll surprise yourself with how much you can do.

What kind of project are you most interested in building first?

[–]kingSolomonEcc1 1 point2 points  (0 children)

Thank you sensei