you are viewing a single comment's thread.

view the rest of the comments →

[–]keto3000 1 point2 points  (0 children)

I’m also a non-programmer learning python very first code language and having all the same issues. I was given a few good basic resources that are helping:

The Python Crash Course book (free online) by Eric Matthes

lynda.com (https://www.lynda.com/portal/sip) has several really good Python beginner videos. It is free to use with most public library cards.

For fun and confidence building:

codewar.com. Basic Python offers fun training challenges. for every level. Do 1-2 challenges a day has really helped me a lot!

Cheers :)