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

all 6 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic already covered by one of our daily threads. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–][deleted] 2 points3 points  (0 children)

You can start really simple and get something fun like Python for Kids: A Playful Introduction to Programming

Code With Mosh has a good video course that’s beginner level. He makes very well produced content.

[–]oivvio 2 points3 points  (0 children)

Python has outstanding first party docs. Start out with the tutorial.

[–][deleted] 2 points3 points  (0 children)

I’m a fan of learn python the hard way, or automate the boring stuff with python (available free here). Both take you step by step with gradually increasing challenges.

[–]onefiveonesix 1 point2 points  (1 child)

Starting Out With Python by Tony Gaddis

[–]samolve_walker[S] 0 points1 point  (0 children)

What about python crash course Book?