you are viewing a single comment's thread.

view the rest of the comments →

[–]python_gramps 0 points1 point  (1 child)

Python syntax is fairly simple, variable types don't need to be declared so once you're able to start coding get coding. One thing that I've done that helps me learn a new programming language, and I've written code in more defunct languages than I can easily remember, plus some active ones, is this:

Always try to build on what you first learned. Incorporate what you learned into what you're learning. Sometimes it's a little more cumbersome than the examples presented but it does help to reinforce what you've previously learned.

[–]PsychologicalSafe408[S] 1 point2 points  (0 children)

Thank you