Python Bytes: #402 How to monetize your blog
<strong>Topics covered in this episode:</strong><br> <ul> <li><strong>Architecture Decision Records</strong> <strong>(ADRs)</strong></li>...
View ArticleDjango Weblog: PyCharm & Django Campaign 2024 - encore
The Django Software Foundation's biggest fundraising event of the year is here!Get 30% off PyCharm, Support DjangoEach year, our friends at JetBrains, the creators of PyCharm, run an incredible deal....
View ArticleReal Python: Python Virtual Environments: A Primer
In this tutorial, you’ll learn how to work with Python’s venv module to create and manage separate virtual environments for your Python projects. Each environment can use different versions of package...
View ArticleHynek Schlawack: 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, it has become Python’s finest workflow tool for my...
View ArticlePyCharm: PyCharm vs. Jupyter Notebook
Jupyter notebooks are an important tool for data scientists, providing an easy option for conducting experiments and presenting results. According to our Developer Ecosystem Survey 2023, at least 35%...
View ArticleReal Python: Advanced Python import Techniques
In Python, you use the import keyword to make code in one module available in another. Imports in Python are important for structuring your code effectively. Using imports properly will make you more...
View ArticlePyCoder’s Weekly: Issue #648 (Sept. 24, 2024)
#648 – SEPTEMBER 24, 2024View in Browser »Python 3.13 Preview: Free Threading and a JIT Compiler Get a sneak peek at the upcoming features in Python 3.13 aimed at enhancing performance. In this...
View ArticleQuansight Labs Blog: Multi-dimensional Sparse Arrays in SciPy
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
View ArticleMike Driscoll: 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 pre-order the book as well as get my other Python books.The project is fully funded, and I...
View ArticleReal Python: Python 3.13 Preview: A Modern REPL
One of Python’s strong points is its interactive capabilities. By running python you start the interactive interpreter, or REPL, which allows you to perform quick calculations or explore and experiment...
View ArticleDjango Weblog: 2025 DSF Board Nominations
Nominations are open for the 2025 Django Software Foundation Board of Directors.In 2023 we introduced a staggered term for directors. Of our 7 directors, there are 4 positions currently open, with each...
View ArticleTalk Python to Me: #478: When and how to start coding with kids
Do you have kids? Maybe nieces and nephews? Or maybe you work in a school environment? Maybe it's just friend's who know you're a programmer and ask about how they should go about introducing...
View ArticleMike Driscoll: Textual – The New MaskedInput Widget
Textual v0.80.0 was released today, and it included the brand-new MaskedInput widget. If you have used other GUI toolkits, such as wxPython, you might already be familiar with a masked input widget....
View ArticlePyCharm: Django Project Ideas
Ready to get started on your Django project? Whether you want to build a personal project, improve your portfolio, or just experiment with a new technology, Django provides the perfect foundation.We’ve...
View ArticlePython GUIs: Introduction to the QGraphics framework — Creating vector...
The Qt Graphics View Framework allows you to develop fast and efficient 2D vector graphic scenes. Scenes can contain millions of items, each with their own features and behaviors. By using the Graphics...
View ArticleReal Python: The Real Python Podcast – Episode #222: Using Virtual...
Should you use a Python virtual environment in a Docker container? What are the advantages of using the same development practices locally and inside a container? Christopher Trudeau is back on the...
View ArticleZero to Mastery: Python Monthly Newsletter 💻🐍
58th issue of Andrei Neagoie's must-read monthly Python Newsletter: itertools Guide, Become an Open-Source God, and much more. Read the full newsletter to get up-to-date with everything you need to...
View ArticleTerri Oda: Best practices in practice: Black, the Python code formatter
This is crossposted from Curiousity.ca, my personal maker blog. If you want to link to this post, please use the original link since the formatting there is usually better.I’m starting a little...
View ArticleCarl Trachte: DAG Hamilton Graph Presented as SVG in Blogger
Through the kindness of the DAG Hamilton project team, I was able to secure an official svg version of the DAG Hamilton logo. It looks significantly better than the one I had generated with an online...
View Article