Real Python: Python Virtual Environments: A Primer
Link: https://realpython.com/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
Link: https://realpython.com/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
Realpython
Python Virtual Environments: A Primer – Real Python
In this tutorial, you'll learn how to use a Python virtual environment to manage your Python projects. You'll also gain a deep understanding of the structure of virtual environments created with the venv module, as well as the rationale behind using virtual…
Python Bytes: #402 How to monetize your blog
Link: https://pythonbytes.fm/episodes/show/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>
<li><strong><a href="https://narwhals-dev.github.io/narwhals
Link: https://pythonbytes.fm/episodes/show/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>
<li><strong><a href="https://narwhals-dev.github.io/narwhals
pythonbytes.fm
How to monetize your blog
News and announcements from the Python community for the week of Sep 23rd, 2024
PyCharm: PyCharm vs. Jupyter Notebook
Link: https://blog.jetbrains.com/pycharm/2024/09/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%
Link: https://blog.jetbrains.com/pycharm/2024/09/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%
The JetBrains Blog
PyCharm vs. Jupyter Notebook | The PyCharm Blog
Read this article to learn the difference between vanilla Jupyter notebooks and Jupyter Notebook support in PyCharm, a professional data science IDE.
Real Python: Advanced Python import Techniques
Link: https://realpython.com/courses/advanced-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
Link: https://realpython.com/courses/advanced-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
Realpython
Advanced Python import Techniques – Real Python
The Python import system is as powerful as it is useful. In this in-depth video course, you'll learn how to harness this power to improve the structure and maintainability of your code.
PyCoder’s Weekly: Issue #648 (Sept. 24, 2024)
Link: https://pycoders.com/issues/648
#648 – SEPTEMBER 24, 2024 View 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 thi
Link: https://pycoders.com/issues/648
#648 – SEPTEMBER 24, 2024 View 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 thi
Pycoders
PyCoder’s Weekly | Issue #648
Issue #648 of the PyCoder’s Weekly newsletter, published Sept. 24, 2024.
Quansight Labs Blog: Multi-dimensional Sparse Arrays in SciPy
Link: https://labs.quansight.org/blog/multi-dimensional-sparse-arrays
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
Link: https://labs.quansight.org/blog/multi-dimensional-sparse-arrays
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
labs.quansight.org
Multi-dimensional Sparse Arrays in SciPy
My work focused on extending support for COOrdinate sparse arrays in SciPy to n-dimensions.
Mike Driscoll: JupyterLab 101 Kickstarter Stretch Goal
Link: https://www.blog.pythonlibrary.org/2024/09/25/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 a
Link: https://www.blog.pythonlibrary.org/2024/09/25/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 a
Mouse Vs Python
JupyterLab 101 Kickstarter Stretch Goal - Mouse Vs Python
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
Real Python: Python 3.13 Preview: A Modern REPL
Link: https://realpython.com/python313-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 experimen
Link: https://realpython.com/python313-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 experimen
Realpython
Python 3.13 Preview: A Modern REPL – Real Python
Python 3.13 will be released in October 2024. In this tutorial, you'll explore one of its new features: a new and modern interactive interpreter, also known as a REPL.
Django Weblog: 2025 DSF Board Nominations
Link: https://www.djangoproject.com/weblog/2024/sep/25/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 ea
Link: https://www.djangoproject.com/weblog/2024/sep/25/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 ea
Django Project
2025 DSF Board Nominations
Posted by Thibaud Colas on September 25, 2024
Talk Python to Me: #478: When and how to start coding with kids
Link: https://talkpython.fm/episodes/show/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 programm
Link: https://talkpython.fm/episodes/show/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 programm
talkpython.fm
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 programming concepts with them. Anna-Lena Popkes is back on the…
Mike Driscoll: Textual – The New MaskedInput Widget
Link: https://www.blog.pythonlibrary.org/2024/09/25/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. T
Link: https://www.blog.pythonlibrary.org/2024/09/25/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. T
Mouse Vs Python
Textual - The New MaskedInput Widget - Mouse Vs Python
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
PyCharm: Django Project Ideas
Link: https://blog.jetbrains.com/pycharm/2024/09/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
Link: https://blog.jetbrains.com/pycharm/2024/09/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
The JetBrains Blog
Django Project Ideas | The PyCharm Blog
Looking to experiment or build your portfolio? Discover creative Django project ideas for all skill levels, from beginner apps to advanced full-stack projects.
Python GUIs: Introduction to the QGraphics framework — Creating vector interfaces using the QGraphics View framework
Link: https://www.pythonguis.com/tutorials/pyside6-qgraphics-vector-graphics/
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 Graphic
Link: https://www.pythonguis.com/tutorials/pyside6-qgraphics-vector-graphics/
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 Graphic
Python GUIs
QGraphics vector graphics interfaces with Python and PySide6
The Qt Graphics View Framework allows you to develop fast and efficient 2D vector graphic scenes. Graphics View in PySide allows you get access to a highly performant graphics layer in Python for data visualization, mapping applications, 2D design tools,…
HoloViz: Plotting made easy with hvPlot: 0.11 release
Link: https://blog.holoviz.org/posts/hvplot_release_0.11/
Link: https://blog.holoviz.org/posts/hvplot_release_0.11/
HoloViz Blog
Plotting made easy with hvPlot: 0.11 release – HoloViz Blog
Release announcement for hvPlot 0.11, including: DuckDB integration, automatic lat/lon conversion on tiled maps, subcoordinate-y axis support, and more!
Real Python: The Real Python Podcast – Episode #222: Using Virtual Environments in Docker & Comparing Python Dev Tools
Link: https://realpython.com/podcasts/rpp/222/
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 sh
Link: https://realpython.com/podcasts/rpp/222/
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 sh
Realpython
Episode #222: Using Virtual Environments in Docker & Comparing Python Dev Tools – The Real Python Podcast
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 show this week, bringing another batch of PyCoder's Weekly…
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-september-2024/?utm_source=python-rss-feed
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 kn
Link: https://zerotomastery.io/blog/python-monthly-newsletter-september-2024/?utm_source=python-rss-feed
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 kn
Zero To Mastery
[September 2024] Python Monthly Newsletter 💻🐍 | Zero To Mastery
58th issue of Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Terri Oda: Best practices in practice: Black, the Python code formatter
Link: https://terriko.dreamwidth.org/235243.html
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 mini-
Link: https://terriko.dreamwidth.org/235243.html
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 mini-
Carl Trachte: DAG Hamilton Graph Presented as SVG in Blogger
Link: http://pyright.blogspot.com/2024/09/dag-hamilton-graph-presented-as-svg-in.html
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
Link: http://pyright.blogspot.com/2024/09/dag-hamilton-graph-presented-as-svg-in.html
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
Blogspot
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 signi...
Python Morsels: The string split method in Python
Link: https://www.pythonmorsels.com/string-split-method/
Strings can be split by a substring separator. Usually the string split is called without any arguments, which splits on any whitespace.
Table of contents
Breaking apart a string by a separator
Sp
Link: https://www.pythonmorsels.com/string-split-method/
Strings can be split by a substring separator. Usually the string split is called without any arguments, which splits on any whitespace.
Table of contents
Breaking apart a string by a separator
Sp
Pythonmorsels
The string split method in Python
Strings can be split by a substring separator. Usually the string split is called without any arguments, which splits on any whitespace.
Kushal Das: Updated blog theme after many years
Link: https://kushaldas.in/posts/updated-blog-theme-after-many-years.html
One of the major reason of using static blogging for me is to less worry about how the site will look like. Instead the focus was to just write (which of course I did not do well this year). I did no
Link: https://kushaldas.in/posts/updated-blog-theme-after-many-years.html
One of the major reason of using static blogging for me is to less worry about how the site will look like. Instead the focus was to just write (which of course I did not do well this year). I did no
Python Software Foundation: Service Awards given by the PSF: what are they and how they differ
Link: https://pyfound.blogspot.com/2024/09/service-awards-given-by-psf-what-are.html
Do you know someone in the Python community who inspires you and whose contributions to the Python community are outstanding? Other than saying thank you (definitely do this too!), you can also nomina
Link: https://pyfound.blogspot.com/2024/09/service-awards-given-by-psf-what-are.html
Do you know someone in the Python community who inspires you and whose contributions to the Python community are outstanding? Other than saying thank you (definitely do this too!), you can also nomina
Python Software Foundation Blog
Service Awards given by the PSF: what are they and how they differ
Do you know someone in the Python community who inspires you and whose contributions to the Python community are outstanding? Other than say...