PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
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
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/
Ask HN: Why Poetry did not become a mainstream package manager for Python?

https://news.ycombinator.com/item?id=27559655
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
Typeclasses in Python

This post introduces a new concept for Python developers: typeclasses. It is a concept behind a new dry-python library called classes.

https://sobolevn.me/2021/06/typeclasses-in-python
Fast & Easy Python APIs Using FastAPI

One of the best python frameworks!Continue reading on Towards Data Science ...

https://towardsdatascience.com/fast-easy-python-apis-using-fastapi-83c3115d1045?source=rss----7f60cf5620c9--python