PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Idiomatic sequence slicing

This article covers the basics of sequence slicing in Python and teaches you some idiomatic slicing patterns to write more elegant code.

https://mathspp.com/blog/pydonts/idiomatic-sequence-slicing
How to make a python package?

If you are one of those python programmers, who are interested to implement things on one machine and use them on another machine without…

https://niranjainjain022.medium.com/how-to-make-a-python-package-27ad27c5d92e
Convert a Python Project to an Executable (.exe) File

How to convert .py to .exe using Auto PY to EXE

https://python.plainenglish.io/convert-a-python-project-to-an-executable-exe-file-175080da4485
Django security releases issued: 3.2.1, 3.1.9, and 2.2.21

https://www.djangoproject.com/weblog/2021/may/04/security-releases/
Python in Visual Studio Code – May 2021 Release

Pylance is now the default language server for Python and is bundled with the core Python extension as an optional extension starting with this release. Other notable updates are that we now have faster extension startup time and a new debugger feature: live reload for Python scripts.

https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/