ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 531
Подписчики
-124 часа
+17 дней
+930 день
Архив постов
I used a new dataframe library (polars) to wrangle 300M prices and discover some of the most expensive hospitals in America. Code/notebook in article https://www.reddit.com/r/Python/comments/ululk1/i_used_a_new_dataframe_library_polars_to_wrangle/

Django Friday Tips: Less known builtin commands Django management commands can be very helpful while developing your application or website, we are very used to runserver, makemigrations, migrate, shell and others. Third party packages often provide extra commands and you can easily add new commands to your own apps. Lets take a look at some less known and yet very useful commands that Django provides out of the box. https://blog.ovalerio.net/archives/2420

Boring Python: dependency management This is the first in hopefully a series of posts I intend to write about how to ... https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/

Python decorator patterns This post shows you toy implementations of Python decorator patterns such as @measure, @repeat, @trace, @count, @singleton, and @app.route (made famous by Flask). https://bytepawn.com/python-decorator-patterns.html

Python in Visual Studio Code – May 2022 Release With this release we’re introducing three new extensions: Black, isort, and Jupyter Powertoys. https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2022-release/

Web Scraping with Python: Everything you need to know https://www.scrapingbee.com/blog/web-scraping-101-with-python/

Freshenv A cli to provision and manage local developer environments. https://github.com/raiyanyahya/freshenv

A Simple & Effective Way To Improve Python Class Performance There's a very simple way to improve Python performance of your code. And you know what's so nice about this performance improvement? It also nudges you to use good Python software design practices - it's a win-win! https://www.youtube.com/watch?v=Fot3_9eDmOs

CaskDB CaskDB is a disk-based, embedded, persistent, key-value store based on the Riak's bitcask paper, written in Python. https://github.com/avinassh/py-caskdb

Introducing Woodwork Woodwork is a Python library that provides robust methods for managing and communicating data typing information. Woodwork can be used as a part of your existing workflow to properly type your data and communicate your data types to downstream processes. https://innovation.alteryx.com/introducing-woodwork-an-open-source-python-library-for-rich-semantic-data-typing/

Python 3.11.0b1 is out! Python 3.11 is now in feature freeze mode! https://www.reddit.com/r/Python/comments/uktt1w/python_3110b1_is_out_python_311_is_now_in_feature/

DALLE2-pytorch Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in PyTorch. https://github.com/lucidrains/DALLE2-pytorch