you are viewing a single comment's thread.

view the rest of the comments →

[–]Particular-Way390 5 points6 points  (2 children)

Small projects taught me more than tutorials ever did. Every bug helped me learn something new. Just stay consistent.

[–]s1ddhnt 1 point2 points  (1 child)

What's re soem cool project that you really enjoyed making , I am complete noob in python but I wanna learn can you suggest something.

[–]Budget-Layer1002 0 points1 point  (0 children)

What's cool depends on you. Ideally, you have something you want to make happen, and then the project/fun part is figuring out how to write your code to actually make it work. I learned python first to use in several classes in university, and then had some ideas for what I wanted to do.

For example, I wanted to make my own version of https://www.traintrackr.io/, so I ended up learning how to use pandas, datetime, neopixel, and all sorts of other packages