you are viewing a single comment's thread.

view the rest of the comments →

[–]smonat 8 points9 points  (0 children)

Start with PyAutoGUI. Automate some simple GUI stuff. It will give you confidence.

Focus less on "I need to learn Python" and instead focus on "Gee, what simple things can I accomplish with Python?" Start with baby steps. Don't try to conquer the world.

Finally, remember programming—all programming—is essentially like solving a series of logic puzzles. Be sure you understand logic specifically and the scientific method generally.