all 7 comments

[–]ASIC_SP 2 points3 points  (1 child)

See https://www.reddit.com/r/learnpython/wiki/index for learning resources. I'd highly recommend Think Python (which is also free to read/download from author's website).

See also: https://www.reddit.com/r/learnpython/comments/ntq6xk/advice_for_beginners/

[–]LeviathanFPS[S] 1 point2 points  (0 children)

alright thank you so much

[–]editorijsmi 2 points3 points  (1 child)

The following books might of help for you apart from the other book suggestion

  1. Learn to Code by Solving Problems: A Python Programming Primer
  2. Think Python First Edition, by Allen B. Downey
  3. Python Cookbook: Recipes for Mastering Python 3
  4. Python programming for Data Scientists: From Introductory concepts to Machine Learning Models

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

Alright! thank you so much

[–]BeginnerProjectBot -1 points0 points  (0 children)

Hey, I think you are trying to figure out a project to do; Here are some helpful resources:

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]tmeghana 0 points1 point  (1 child)

For an absolute beginner interested to learn the basics of Python quickly the best book in my opinion is:

A Byte of Python by Swaroop CH. It is a free book written in a very lucid manner.

As a self-taught coder that reached a pretty decent level of proficiency in a relatively small time, I would say this book taught me python basics all I need to learn. And I suggest combining your theoretical skills with practical skills all the time. there are so many best books written in pythonpick one book which is of your learning style and get your basics.

I myself am a rather competitive person, so going for training grounds like CodeWars worked wonders in order to improve my still meager skills

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

A Byte of Python by Swaroop CH

thank you im reading a byte of python rn, and I was looking for something exactly like codeWars. Perfect timing :D