PYTHON
-
A Modern REPL – Real Python
One of Python’s strong points is its interactive capabilities. By running python you start the interactive interpreter, or REPL, which…
Read More » -
JupyterLab 101 Kickstarter Stretch Goal
My Kickstarter for my latest Python book is still going on for another eight days. Now is a great time to…
Read More » -
PyCoder’s Weekly: Issue #648 (Sept. 24, 2024)
#648 – SEPTEMBER 24, 2024 View in Browser » Python 3.13 Preview: Free Threading and a JIT Compiler Get a…
Read More » -
Advanced Python import Techniques – Real Python
In Python, you use the import keyword to make code in one module available in another. Imports in Python are…
Read More » -
How to Publish a Python Package to PyPI
Do you have a Python package that you’d like to share with the world? You should publish it on the…
Read More » -
Production-ready Python Docker Containers with uv
Starting with 0.3.0, Astral’s uv brought many great features, including support for cross-platform lock files uv.lock. Together with subsequent fixes,…
Read More » -
A Primer – Real Python
In this tutorial, you’ll learn how to work with Python’s venv module to create and manage separate virtual environments for…
Read More » -
Creating Images in Your Terminal with Python and Rich Pixels
A newer Python package called Rich Pixels allows you to create images in your terminal and display them. Darren Burns, one of…
Read More » -
PyCharm & Django Campaign 2024 – encore | Weblog
PyCharm & Django Campaign 2024 – encore Posted by Thibaud Colas and JetBrains on September 23, 2024 The Django Software…
Read More » -
How to Use Conditional Expressions With NumPy where() – Real Python
The NumPy where() function is a powerful tool for filtering array elements in lists, tuples, and NumPy arrays. It works…
Read More »