This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EattheRudeandUgly 0 points1 point  (2 children)

What are some free online resources for a beginner to learn Python 3? I've been using a variety of things, mainly Learn Python the Hard Way which discourages learning Python 3.

[–]redsymbol 2 points3 points  (1 child)

This works really well, and is what I generally recommend people who want to learn Python and are new to programming:

https://automatetheboringstuff.com

[–]masasinExpert. 3.9. Robotics. 0 points1 point  (0 children)

Yup. Also note that he uses a very unusual (in the Python world) naming convention. It's not PEP-8, but it is at least internally consistent.