Looking for tutorials
from SpaceTurtle224@lemmy.world to python@programming.dev on 09 Dec 2023 17:59
https://lemmy.world/post/9354878

Hello, im looking for some beginer-intermediate knowledge in python. I’m interested in more text rather than video based courses preferably with exersises.

#python

threaded - newest

gigachad@feddit.de on 09 Dec 2023 20:40 next collapse

Automate the boring stuff and Python Crash Course are 2 standard books that are often recommended. The first one is freely available as PDF. I haven’t read them myself though.

xurxia@mander.xyz on 10 Dec 2023 11:33 collapse

Fluent Python is another good book to learn Python. It is very clear and it has a lot of examples.

gigachad@feddit.de on 10 Dec 2023 12:16 collapse

I own fluent Python and it is defenitely not for beginners.

danielquinn@lemmy.ca on 10 Dec 2023 09:45 next collapse

I learned Python by starting with a project and then seeking out tutorials for helping with that subject.

My project was a simple website, so the Django Project’s official tutorial was where I spent most of my time. These days it’s still excellent, and there’s now Django Girls who host a larger set of tutorials as well.

Maybe you’re not interested in web stuff, and that’s fine. My advice would be to figure out what you want to learn more specifically and look for tutorials for that. If nothing else, it’ll make the learning process more interesting.

learnbyexample@programming.dev on 10 Dec 2023 14:42 collapse

I have a list of curated resources here: learnbyexample.github.io/py_resources/

There are sections for beginners, intermediate, advanced, etc. Also included are exercises, projects, debugging, testing, and many more stuff. Hope it helps :)

SpaceTurtle224@lemmy.world on 10 Dec 2023 14:48 collapse

Thanks for the list :)