PythonHub
Відкрити в Telegram
News & links about Python programming. https://pythonhub.dev/
Показати більше2 543
Підписники
+424 години
+127 днів
+2030 день
Архів дописів
2 543
How to Start a Production-Ready Django Project
https://simpleisbetterthancomplex.com/tutorial/2021/06/27/how-to-start-a-production-ready-django-project.html
2 543
Functools — The Power of Higher-Order Functions in Python
Take a tour of Python’s functools module and learn how to use its higher-order functions to implement caching, overloading and much more.
https://t.co/TT900DomXt
2 543
Ask HN: Why Poetry did not become a mainstream package manager for Python?
https://news.ycombinator.com/item?id=27559655
2 543
Python 3.9.6, 3.8.11, 3.7.11, and 3.6.14 are now available
https://blog.python.org/2021/06/python-396-3811-3711-and-3614-are-now.html
2 543
NLP - Text Pre-Processing I (Text Cleaning)
1 Introduction 2 Import the Libraries and the Data 3 Definition of required Functions 4 Text ...
https://michael-fuchs-python.netlify.com/2021/05/22/nlp-text-pre-processing-i-text-cleaning/
2 543
Filters in Django – filter(A, B) vs filter(A).filter(B)
In this article, we’re going to cover quite an advanced topic in Django ORM. And after ...
https://apirobot.me/posts/filters-in-django-filtera-b-vs-filtera-filterb
2 543
Beautiful Interactive Tables for your Flask Templates
Rendering a table with data in a Flask template is a relatively simple task when the table is short, but can be incredibly hard for larger tables that require features such as sorting, pagination and searching. This article shows you how to integrate the dataTables.js library in your templates, which will allow you to create fully featured tables with ease!
https://blog.miguelgrinberg.com/post/beautiful-interactive-tables-for-your-flask-templates
2 543
schwifty
schwifty is a Python library that let's you easily work with IBANs and BICs as specified by the ISO. IBAN is the Internationtional Bank Account Number and BIC the Business Identifier Code. Both are used for international money transfer.
https://github.com/mdomke/schwifty
2 543
serengil / deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
https://github.com/serengil/deepface
2 543
The best Python HTTP clients for 2021
There are a huge number of HTTP clients available for Python - a quick search for “Python HTTP Clients” on Github returns over 1700 results(!) How do you make sense of all of them and find one which is right for your particular use case? In this article we're going to cover five of the best HTTP clients currently available for Python and detail why each of them might be one for you to consider.
https://www.scrapingbee.com/blog/best-python-http-clients/
2 543
bee-san / pyWhat
🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙♀️
https://github.com/bee-san/pyWhat
2 543
Endermanch / MalwareDatabase
This repository is one of a few malware collections on the GitHub.
https://github.com/Endermanch/MalwareDatabase
2 543
ARTIF
An advanced real time threat intelligence framework to identify threats and malicious web traffic on the basis of IP reputation and historical data.
https://github.com/CRED-CLUB/ARTIF
2 543
Contributors to python and it's "core" libraries - does anyone pay you for your time?
https://www.reddit.com/r/Python/comments/noccbx/contributors_to_python_and_its_core_libraries/
2 543
Measuring memory usage in Python: it’s tricky!
In this article you’ll learn: A simplified but informative model of how memory works, Two measures of memory–resident memory and allocated memory–and how to measure them in Python and The tradeoffs between the two.
https://pythonspeed.com/articles/measuring-memory-python/
2 543
Protocol Types in Python 3.8
A quick introduction to the new Protocol class in Python 3.8 and how it enables structural typing.
https://auth0.com/blog/protocol-types-in-python/
2 543
AugLy
A data augmentation library for audio, image, text, and video.
https://github.com/facebookresearch/AugLy
2 543
Python in Visual Studio Code – June 2021 Release
This release includes support for VS Code’s Workspace Trust, Jump-To-Source code with the PyTorch Profiler and completions for dictionary keys with Pylance.
https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2021-release/
