en
Feedback
PythonHub

PythonHub

Open in Telegram

News & links about Python programming. https://pythonhub.dev/

Show more
2 534
Subscribers
-124 hours
+17 days
+630 days
Posts Archive
Writing a Kubernetes Validating Webhook using Python https://kmitevski.com/writing-a-kubernetes-validating-webhook-using-python

NeuralDB Database Reasoning Over Text project for ACL paper. https://github.com/facebookresearch/NeuralDB

mpire A Python package for easy multiprocessing, but faster than multiprocessing. https://github.com/Slimmer-AI/mpire

5 Best Python Projects With Codes That You Can Complete Within An Hour! Constructing five cool Python projects with complete codes that developers can build within an hour ... https://towardsdatascience.com/5-best-python-projects-with-codes-that-you-can-complete-within-an-hour-fb112e15ef44

How you can track your personal finances using Python https://sgoel.dev/posts/how-you-can-track-your-personal-finances-using-python/

Django React Boilerplate Learn how to bundle Django and React and code a full-stack boilerplate using this modern stack - with free samples. https://blog.appseed.us/django-react-boilerplate/

Neural Search with Jina AI | Open-source ML Tool Explained https://www.youtube.com/watch?v=zQqbXFY0Nco

Six Bad Manners that Make Your Python Program Slower Common problems in Python code that are usually neglectedContinue readin
Six Bad Manners that Make Your Python Program Slower Common problems in Python code that are usually neglectedContinue reading on Towards Data Science ... https://towardsdatascience.com/6-bad-manners-makes-your-python-program-slower-15b6fce62927

Building Search Functionality With Python, Flask, and Elasticsearch This is presented in four parts: Introduction to web applications and how to build a search feature, Adding search functionality and implementing synonyms, curations, and relevance, Dockerizing and deploying in a cloud, Collecting logs and traces to better understand the application's performance. https://www.youtube.com/watch?v=uZfpKY5qtCI

7 Amazing Python Libraries For Natural Language Processing These libraries will help you deal with text dataContinue reading
7 Amazing Python Libraries For Natural Language Processing These libraries will help you deal with text dataContinue reading on Towards Data Science ... https://towardsdatascience.com/7-amazing-python-libraries-for-natural-language-processing-50ca6f9f5f11

requests-cache requests-cache is a transparent, persistent cache for the python requests library. It can substantially improve performance and reduce network traffic, making it an ideal companion for almost any application using requests. https://github.com/reclosedev/requests-cache/

Token Authentication for django-rest-framework Introduction In a a previous article I explained how to authenticate for your ... https://spapas.github.io/2021/08/25/django-token-rest-auth/

Parse command-line arguments with argparse in Python https://opensource.com/article/21/8/python-argparse

Project Jupyter Celebrates 20 Years Fernando Pérez Reflects On How It Started, Open Science’s Impact and the Value of Diversity in Coding. https://data.berkeley.edu/news/project-jupyter-celebrates-20-years-fernando-perez-reflects-how-it-started-open-sciences

Danny, creator of discord.py, is halting development of the library. Discord.py has come to an end - will likely have a major effect on bots https://www.reddit.com/r/Python/comments/pczw4q/danny_creator_of_discordpy_is_halting_development/

When Excel fails you. How to load 2.8 million records with Pandas https://www.reddit.com/r/Python/comments/p98nmh/when_excel_fails_you_how_to_load_28_million/

Write an SQL query builder in 150 lines of Python https://death.andgravity.com/query-builder-how