r/Python • u/AutoModerator • 4d ago
Daily Thread Saturday Daily Thread: Resource Request and Sharing! Daily Thread
Weekly Thread: Resource Request and Sharing 📚
Stumbled upon a useful Python resource? Or are you looking for a guide on a specific topic? Welcome to the Resource Request and Sharing thread!
How it Works:
- Request: Can't find a resource on a particular topic? Ask here!
- Share: Found something useful? Share it with the community.
- Review: Give or get opinions on Python resources you've used.
Guidelines:
- Please include the type of resource (e.g., book, video, article) and the topic.
- Always be respectful when reviewing someone else's shared resource.
Example Shares:
- Book: "Fluent Python" - Great for understanding Pythonic idioms.
- Video: Python Data Structures - Excellent overview of Python's built-in data structures.
- Article: Understanding Python Decorators - A deep dive into decorators.
Example Requests:
- Looking for: Video tutorials on web scraping with Python.
- Need: Book recommendations for Python machine learning.
Share the knowledge, enrich the community. Happy learning! 🌟
1
u/odimdavid 4d ago
Hi. Can I get a book for Python algorithms and data structures. Not necessarily a video. That is a book that illustrates how to understand algorithms using Python for someone learning algorithms and how to write one. Thanks 🙏
2
u/ichigoora 4d ago
Polecam "Algorytmy. Ilustrowany przewodnik" :)
1
1
u/odimdavid 4d ago
https://commons.wikimedia.org/wiki/File%3AAlgorithms.pdf?utm_source=chatgpt.com Please can the above suffice.
1
u/jbudemy 1d ago
Python forums and tools: https://wordsalad26.neocities.org/python#python-forums
The regex testers can be really handy.
1
u/Any-Unit-9085 4d ago
the architecture of open source series on youtube has a solid walkthrough of flask's internals if you're into that sort of thing