Good morning/afternoon/night everyone!
For this toot, I'm asking you all question!
So basically, I'm beginner at Programming, more specificly Python
, and I wanted to know if anyone has Tips to get better, or anything like that.
Thanks!
Best Wishes!
@rbd
Thank you! I really appreciate that!
I will follow your advice as much as I can :-)
@Tommy Set yourself a goal of which problem you want to solve / idea to realize with software.
I met a lot of people who would „like to learn how to program“ but stopped halfway in lack of a puzzle to solve.
@Tommy Oh and good luck in this adventure :)
@raphting
Thank you! I really appreciate that and I will keep it in mind ;)
@Tommy
Once you master the concepts (variable, function, class, method...), you can learn the idioms (= how to use the concepts). For that, read books and the code of free software you like.
Don't block of you don't understand everything at first, nobody does.
Practice deliberately. Always work incrementally, with really small objectives.
Also, read about the different paradigms: imperative, functional, object oriented, logic, etc. You can practice a lot of then in Python.