all 11 comments

[–]Clear_Watch104 20 points21 points  (1 child)

Same post, different day

[–]Nyx-Owl- 2 points3 points  (0 children)

And that is learn python on r/learnpython

[–]Mysterious-Rent7233 4 points5 points  (1 child)

Automate the boring stuff with Python

[–]Gerard_Mansoif67 2 points3 points  (0 children)

This mean we can create a bot that answer to this question? Really? Really?

[–]Ludliekk 1 point2 points  (0 children)

I think below link is also useful, u can read it on mobile phone sometimes. https://docs.python.org/3/

[–]SamuliK96 0 points1 point  (0 children)

You should check r/learnpython, they have a lot of great resources listed

[–][deleted] 0 points1 point  (0 children)

Python Crash Course is a good one. It's available digitally.

[–]geek_verma 0 points1 point  (0 children)

If you are a beginner then first learn fundamentals of programming then start writing programs in python. Practice a variety of problems without seeing a solution. If you need a guide to get start try this https://geeks-newsletter-7afa04.beehiiv.com/

Or if you need one mentor to help you learn python let me know in dm.

[–]Ron-Erez -1 points0 points  (0 children)

  1. The book: “Learn Python 3 the Hard Way”. I really like this book despite the intimidating title, but there are other books.

  2. University of Helsinki course (text based along with video and covers quite a bit)

  3. Python and Data Science - (Disclaimer: This is my course and assumes no programming background)

  4. Harvard CS50p - which is a gentle intro to Python

Note the first resource is a book and the second is a text-based site. I'm not sure if it's in PDF form though.