es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

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

Mostrar más
2 540
Suscriptores
+324 horas
+77 días
+1330 días
Archivo de publicaciones
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

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

serengil / deepface A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python https://github.com/serengil/deepface

RLCard A Toolkit for Reinforcement Learning in Card Games. https://github.com/datamllab/rlcard

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/

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

Endermanch / MalwareDatabase This repository is one of a few malware collections on the GitHub. https://github.com/Endermanch/MalwareDatabase

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

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/

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/

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/

AugLy A data augmentation library for audio, image, text, and video. https://github.com/facebookresearch/AugLy

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/

Hugging face Course This course will teach you about natural language processing (NLP) using libraries from the Hugging Face ecosystem — Transformers, Datasets, Tokenizers, and Accelerate — as well as the Hugging Face Hub. It’s completely free and without ads. https://huggingface.co/course/chapter1

2nd Year Calculus, But in Python This talk goes through all the formulas in 2nd year calculus and how to evaluate them symbolically in python with no pencil or paper required https://www.youtube.com/watch?v=Teb28OFMVFc

Building a WebAuthn Click Farm — Are CAPTCHAs Obsolete? How I built a click farm to “bypass” Cloudflare’s CAPTCHA killer with some cheap USB security keys, an Arduino, and a bit of python. https://betterappsec.com/building-a-webauthn-click-farm-are-captchas-obsolete-bfab07bb798c

Dynamic scientific visualizations in the browser for Python users https://xcorr.net/2021/06/02/dynamic-scientific-visualizations-in-the-browser-for-python-users/

Textual: A Python Text User Interface with Rich as the Renderer https://github.com/willmcgugan/textual