PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
5 Python Projects to Automate Your Life: From Beginner to Advanced

Brand-new automation projects that you should solve in 2022Continue reading on Towards Data Science ...

https://towardsdatascience.com/5-python-projects-to-automate-your-life-from-beginner-to-advanced-90fe29a7d664
Python dependency management difficulty is an unhelpful meme

Python package management/installation is famously difficult or so the story goes. This keeps getting reinforced by forum comments, quoting that one xkcd page, and people who aren’t actually running into the issues repeating the meme. In practice, it will take just a few minutes to understand and not end up in a mess.

https://blog.viraptor.info/post/python-dependency-management-difficulty-is-an-unhelpful-meme
Create Presentation from Jupyter Notebook

Presentation is a great way to share your results and findings with a non-technical audience. The data-rich presentation with charts, tables, and code may be tedious to create. The good news is that you can create a presentation directly from Jupyter Notebook!

https://mljar.com/blog/jupyter-notebook-presentation/
How the Guardian approaches quote extraction with NLP

A case study of the Guardian's spaCy-Prodigy workflow to modularize quote extraction for content creation. This study includes iterative annotation guidelines and custom interface functionality.

https://explosion.ai/blog/guardian
How to Build a Knowledge Base Platform Using Redis

Building multi-model applications with Redis Stack is surprisingly straightforward! Follow along with a tutorial that shows how to build a knowledge base in Python that incorporates powerful search features.

https://redis.com/blog/how-to-build-a-knowledge-base-platform-using-redis/
Musings on Python Type Hints

Since starting a new job earlier this year, I've spent a good amount of time learning how to leverage type hints to help write readable, maintainable code. Let's take a look at some patterns that arise in Python where type hinting can get a little bit tricky.

https://samgeo.codes/blog/python-types/