Saturday Daily Thread: Resource Request and Sharing! Daily Thread
Posted by AutoModerator@reddit | Python | View on Reddit | 4 comments
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! ๐
windytea@reddit
Looking for: remote respiration rate and other remote physiology measurement python packages/repos
End0rphinJunkie@reddit
You usally have to peice together OpenCV and some custom computer vision models for that. Getting those heavy video processing pipelines to run smoothly inside a docker container is always a pretty wild deployment puzzle.
windytea@reddit
Yea I guess Iโm looking for the core models that do that. I can patch the pipeline together if a model can return a genuinely accurate respiration rate from video (ideally livestream).
satiated_maven@reddit
I am looking for a tutorial to do web scraping but on internal sites (not public and behind a firewall). At this time, I donโt think I need to enter credentials to access the website but it may mean that I need to have a dual factor authenticity open or active while running the code? Does anyone have a resource for scraping text from GUI accessed internally behind firewall and passing it into a Python program to create data?