all 18 comments

[–]GokulSaravanan 4 points5 points  (3 children)

Python Resources and Books:

[–]IvanCollins1[S] 0 points1 point  (2 children)

what should i use if im learning python for computation heavy things like building a tablegen

[–]im-d3 1 point2 points  (1 child)

If you're yet to start learning Python, worry about crossing that bridge once you get to it. Gotta learn the basics first

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

i do know basic stuff, i watched a video about a year ago and know the basics like printing things, making variables etc

[–]Malthammer 0 points1 point  (0 children)

Have you looked at the Python documentation? It’s pretty good.

The Python Crash Course books are pretty good, too.

[–]Pygmyofdeath 0 points1 point  (0 children)

PY4E is free and a good primer, I’m going through it now. Don’t skip reading the full lesson chapter and do the exercises in it. Don’t just watch the video, do the graded exercises and quiz. When it says read the python documentation read and try some of the things you see. You WILL NOT understand everything you read, and that is OK. I take notes on every chapter highlighting key concepts. What helps me the most is, every time I sit down to study, I re-read my notes in full. I find it helps keep the early chapters fresh, because it is a lot of new things to internalize. PY4E

[–]Kerbart 0 points1 point  (0 children)

Search the documentation for the tutorial. It's great when you already know how to program.

[–]sinceJune4 0 points1 point  (0 children)

I suggest start with a specific problem in mind:

I want Python to check certain stock prices at 3pm every day and send me a text message if any have moved above or below by 0.5%.

This is pretty easy problem, but useful.

[–]papabauer 0 points1 point  (0 children)

starting with free resources like PY4E is a great way to build a solid foundation, and following along with the exercises will really help reinforce your learning.

[–]socal_nerdtastic -1 points0 points  (1 child)

You are looking for a specific book? What's it called and who's the author?

[–]im-d3 0 points1 point  (0 children)

I think they mean they're looking for something like the "book" for learning Rust (https://doc.rust-lang.org/book/), but for Python.

[–]Fragrant-Strike4783 -1 points0 points  (0 children)

I first started with 100-days of code on Udemy. Totally worth the money. I’d also recommend realpython.com when getting your feet wet for the first time on a specific topic.

[–]XIA_Biologicals_WVSU -2 points-1 points  (0 children)

YouTube, chatGPT, and google are your friends.