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...
Matt Layman: Postgres to SQLite - Building SaaS #204
Link: https://www.mattlayman.com/blog/2024/postgres-to-sqlite-building-saas-204/
In this episode, we worked on the cloud migration’s data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actua
Link: https://www.mattlayman.com/blog/2024/postgres-to-sqlite-building-saas-204/
In this episode, we worked on the cloud migration’s data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actua
Matt Layman
Postgres to SQLite - Building SaaS #204
In this episode, we worked on the cloud migration's data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration.
Real Python: Quiz: Python 3.13: Cool New Features for You to Try
Link: https://realpython.com/quizzes/python313-new-features/
In this quiz, you’ll test your understanding of
Python 3.13: Cool New Features for You to Try. By working through this quiz, you’ll review the key updates and improvements in this version of Python.
Link: https://realpython.com/quizzes/python313-new-features/
In this quiz, you’ll test your understanding of
Python 3.13: Cool New Features for You to Try. By working through this quiz, you’ll review the key updates and improvements in this version of Python.
Realpython
Python 3.13: Cool New Features for You to Try Quiz – Real Python
In this quiz, you'll test your understanding of the new features introduced in Python 3.13. By working through this quiz, you'll review the key updates and improvements in this version of Python.
Real Python: Quiz: Syntactic Sugar: Why Python Is Sweet and Pythonic
Link: https://realpython.com/quizzes/syntactic-sugar-python/
Test your understanding of Python’s most common pieces of syntactic sugar and how they make your code more Pythonic and readable.
Take this quiz after reading our Syntactic Sugar: Why Python is Sweet
Link: https://realpython.com/quizzes/syntactic-sugar-python/
Test your understanding of Python’s most common pieces of syntactic sugar and how they make your code more Pythonic and readable.
Take this quiz after reading our Syntactic Sugar: Why Python is Sweet
Realpython
Syntactic Sugar: Why Python Is Sweet and Pythonic Quiz – Real Python
You can take this quiz to test your understanding of Python's most common pieces of syntactic sugar and how they make your code more Pythonic and readable.
The Python Coding Blog: The Python Coding Stack’s New Look
Link: https://thepythoncodingbook.com/2024/09/29/the-python-coding-stacks-new-look/
The Python Coding Stack has a new look. Here it is:
The Stack has been growing steadily as a standalone publication, separate from The Python Coding Book and The Python Coding Place, and now it has i
Link: https://thepythoncodingbook.com/2024/09/29/the-python-coding-stacks-new-look/
The Python Coding Stack has a new look. Here it is:
The Stack has been growing steadily as a standalone publication, separate from The Python Coding Book and The Python Coding Place, and now it has i
The Python Coding Book
The Python Coding Stack's New Look - The Python Coding Book
The Python Coding Stack has a new look. Here it is: The Stack has been growing steadily as a standalone publication, separate from The Python Coding Book and The Python Coding Place, and now it has its own identity. It offers a very different and unique perspective…
Mike C. Fletcher: Interesting Memory Leak with Python 3.12 for PyOpenGL-accelerate
Link: http://blog.vrplumber.com/b/2024/09/29/interesting-memory-leak-with-python-312-for-pyopengl-accelerate/
So I'm currently trying to figure out why the PyOpenGL 3.12 test suite is failing. There's a particular test that looks for VBO memory leakage and it looks loosely like this:for i in range(100): cr
Link: http://blog.vrplumber.com/b/2024/09/29/interesting-memory-leak-with-python-312-for-pyopengl-accelerate/
So I'm currently trying to figure out why the PyOpenGL 3.12 test suite is failing. There's a particular test that looks for VBO memory leakage and it looks loosely like this:for i in range(100): cr
Vrplumber
Plumbing Life's Depths - Interesting Memory Leak with Python 3.12 for PyOpenGL-accelerate
So I'm currently trying to figure out why the PyOpenGL 3.12 test suite is failing. There's a particular test that looks for VBO memory leakage and it looks loosely like this: for i in range(100): create_a_vbo_and_delete_it() calculate_total_process_memory()…
Ned Batchelder: Changelog philosophy
Link: https://nedbatchelder.com/blog/202409/changelog_philosophy.html
I playfully quipped about changelogs, and Sumana
Harihareswara thoughtfully responded with Changelogs and
Release Notes. I agree with her on some things, and disagree on others.My point with the meme
Link: https://nedbatchelder.com/blog/202409/changelog_philosophy.html
I playfully quipped about changelogs, and Sumana
Harihareswara thoughtfully responded with Changelogs and
Release Notes. I agree with her on some things, and disagree on others.My point with the meme
Nedbatchelder
Changelog philosophy
I playfully quipped about changelogs, and Sumana Harihareswara thoughtfully responded with Changelogs and Release Notes. I agree with her on some things, and disagree on others.
Zato Blog: Enterprise Python: Integrating with Salesforce
Link: https://zato.io/en/blog/salesforce-python.html
Enterprise Python: Integrating with Salesforce
2024-09-30, by Dariusz Suchojad
Overview
Salesforce connections are one of the newest additions to
Zato
3.2, allowing you to look up and manage Sa
Link: https://zato.io/en/blog/salesforce-python.html
Enterprise Python: Integrating with Salesforce
2024-09-30, by Dariusz Suchojad
Overview
Salesforce connections are one of the newest additions to
Zato
3.2, allowing you to look up and manage Sa
eGenix.com: Python Meeting Düsseldorf - 2024-10-02
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2024-10-02
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
02.1
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2024-10-02
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
02.1
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2024-10-02
We are pleased to announce the next Python Meeting Düsseldorf on 2024-10-02.
Quansight Labs Blog: Polars Plugins: let's make them easier to use
Link: https://labs.quansight.org/blog/polars-plugins-lets-make-them-easier-to-use
Increasing ease-of-use of Polars plugins by improving an existing tutorial.
Link: https://labs.quansight.org/blog/polars-plugins-lets-make-them-easier-to-use
Increasing ease-of-use of Polars plugins by improving an existing tutorial.
labs.quansight.org
Polars Plugins: let's make them easier to use
Increasing ease-of-use of Polars plugins by improving an existing tutorial.
Python⇒Speed: Beyond multi-core parallelism: faster Mandelbrot with SIMD
Link: https://pythonspeed.com/articles/optimizing-with-simd/
What do you do when computation is too expensive?
Recently I’ve had a brilliant business idea: Mandelbrot-as-a-Service!
Instead of companies calculating their own fractals, I will do it for them, fres
Link: https://pythonspeed.com/articles/optimizing-with-simd/
What do you do when computation is too expensive?
Recently I’ve had a brilliant business idea: Mandelbrot-as-a-Service!
Instead of companies calculating their own fractals, I will do it for them, fres
Python⇒Speed
Beyond multi-core parallelism: faster Mandelbrot with SIMD
Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.