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.
PyCharm: What’s the Big Deal About Endpoints for Python Web Development?
Link: https://blog.jetbrains.com/pycharm/2024/09/python-web-development/
Python has almost 30 years of history doing Python web development. Can you believe it? But 3-tier web projects have gotten really complicated and stressful. You’re busy, everything is all over the pl
Link: https://blog.jetbrains.com/pycharm/2024/09/python-web-development/
Python has almost 30 years of history doing Python web development. Can you believe it? But 3-tier web projects have gotten really complicated and stressful. You’re busy, everything is all over the pl
The JetBrains Blog
What’s the Big Deal About Endpoints for Python Web Development? | The PyCharm Blog
PyCharm’s Endpoints tool window simplifies Python web development, making it effortless to navigate, manage, and even issue HTTP requests directly from the IDE.
Real Python: Python 3.13: Cool New Features for You to Try
Link: https://realpython.com/python313-new-features/
Python 3.13 will be published on October 1, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediat
Link: https://realpython.com/python313-new-features/
Python 3.13 will be published on October 1, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediat
Realpython
Python 3.13: Cool New Features for You to Try – Real Python
In this tutorial, you'll learn about the new features in Python 3.13. You'll take a tour of the new REPL and error messages and see how you can try out the experimental free threading and JIT versions of Python 3.13 yourself.
Kushal Das: Breaking out of algorithm
Link: https://kushaldas.in/posts/breaking-out-of-algorithm.html
Many of you already know about my love of photography. I am taking photos for
many years, mostly people photos. Portraits in conferences like PyCon or Fedora
events. I regularly post photos to wikipe
Link: https://kushaldas.in/posts/breaking-out-of-algorithm.html
Many of you already know about my love of photography. I am taking photos for
many years, mostly people photos. Portraits in conferences like PyCon or Fedora
events. I regularly post photos to wikipe
Python Morsels: Converting a string to a datetime
Link: https://www.pythonmorsels.com/converting-a-string-to-a-datetime/
The datetime.strptime class method can parse a date/time string into a datetime object.
Table of contents
Parsing strings into datetime objects ➡️
The strptime formatting directives 📑
Just parse my
Link: https://www.pythonmorsels.com/converting-a-string-to-a-datetime/
The datetime.strptime class method can parse a date/time string into a datetime object.
Table of contents
Parsing strings into datetime objects ➡️
The strptime formatting directives 📑
Just parse my
Pythonmorsels
Converting a string to a datetime
The datetime.strptime class method can parse a date/time string into a datetime object.
Python Bytes: #403 A machine learning algorithm walks into a bar…
Link: https://pythonbytes.fm/episodes/show/403/a-machine-learning-algorithm-walks-into-a-bar
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://simonwillison.net/2024/Sep/8/uv-under-discussion-on-mastodon/?featured_on=pythonbytes">uv under discussion on M
Link: https://pythonbytes.fm/episodes/show/403/a-machine-learning-algorithm-walks-into-a-bar
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://simonwillison.net/2024/Sep/8/uv-under-discussion-on-mastodon/?featured_on=pythonbytes">uv under discussion on M
pythonbytes.fm
A machine learning algorithm walks into a bar…
News and announcements from the Python community for the week of Sep 30th, 2024
Tryton News: Newsletter September 2024
Link: https://discuss.tryton.org/t/newsletter-september-2024/7888
During the last month we mainly focus on bug fixes, behaviour improvements of several things and speeding-up performance issues stepping forward to our next release 7.4 scheduled to the 4th of Nove
Link: https://discuss.tryton.org/t/newsletter-september-2024/7888
During the last month we mainly focus on bug fixes, behaviour improvements of several things and speeding-up performance issues stepping forward to our next release 7.4 scheduled to the 4th of Nove
Tryton Discussion
Newsletter September 2024
During the last month we mainly focus on bug fixes, behaviour improvements of several things and speeding-up performance issues stepping forward to our next release 7.4 scheduled to the 4th of November. We also added some new features which we would like…
Robin Wilson: I won two British Cartographic Society awards!
Link: https://blog.rtwilson.com/i-won-two-british-cartographic-society-awards/
It’s been a while since I posted here – I kind of lost momentum over the summer (which is a busy time with a school-aged child) and never really picked it up again.
Anyway, I wanted to write a quick p
Link: https://blog.rtwilson.com/i-won-two-british-cartographic-society-awards/
It’s been a while since I posted here – I kind of lost momentum over the summer (which is a busy time with a school-aged child) and never really picked it up again.
Anyway, I wanted to write a quick p
Real Python: Differences Between Python's Mutable and Immutable Types
Link: https://realpython.com/courses/differences-mutable-immutable-types/
As a Python developer, you’ll have to deal with mutable and immutable objects sooner or later. Mutable objects are those that allow you to change their value or data in place without affecting the obj
Link: https://realpython.com/courses/differences-mutable-immutable-types/
As a Python developer, you’ll have to deal with mutable and immutable objects sooner or later. Mutable objects are those that allow you to change their value or data in place without affecting the obj
Realpython
Differences Between Python's Mutable and Immutable Types – Real Python
In this video course, you'll learn how Python mutable and immutable data types work internally and how you can take advantage of mutability or immutability to power your code.
PyCharm: PyCharm’s Interactive Tables for Data Science
Link: https://blog.jetbrains.com/pycharm/2024/10/interactive-tables-for-data-science/
Data cleaning, exploration, and visualization are some of the most time-consuming tasks for data scientists. Nearly 50% of data specialists dedicate 30% or more of their time to data preparation. The
Link: https://blog.jetbrains.com/pycharm/2024/10/interactive-tables-for-data-science/
Data cleaning, exploration, and visualization are some of the most time-consuming tasks for data scientists. Nearly 50% of data specialists dedicate 30% or more of their time to data preparation. The
The JetBrains Blog
PyCharm’s Interactive Tables for Data Science | The PyCharm Blog
Use PyCharm’s interactive tables to clean, explore, and visualize your datasets. Discover how PyCharm's features can help streamline your data science workflow.
Quansight Labs Blog: Numpy QuadDType: Quadruple Precision for Everyone
Link: https://labs.quansight.org/blog/numpy-quaddtype-blog
Introducing the new data-type for Numpy providing cross-platform support of quadruple precision.
Link: https://labs.quansight.org/blog/numpy-quaddtype-blog
Introducing the new data-type for Numpy providing cross-platform support of quadruple precision.
labs.quansight.org
Numpy QuadDType: Quadruple Precision for Everyone
Introducing the new data-type for Numpy providing cross-platform support of quadruple precision.
Python Insider: Python 3.13.0 release candidate 3 released
Link: https://pythoninsider.blogspot.com/2024/10/python-3130-release-candidate-3-released.html
I'm pleased to announce the release of Python 3.13 release candidate 3 (instead of the expected final release).https://www.python.org/downloads/release/python-3130rc3/ This is the final release candid
Link: https://pythoninsider.blogspot.com/2024/10/python-3130-release-candidate-3-released.html
I'm pleased to announce the release of Python 3.13 release candidate 3 (instead of the expected final release).https://www.python.org/downloads/release/python-3130rc3/ This is the final release candid
Blogspot
Python Insider: Python 3.13.0 release candidate 3 released
Python Insider: Python 3.12.7 released
Link: https://pythoninsider.blogspot.com/2024/10/python-3127-released.html
I'm pleased to announce the release of Python 3.12.7:https://www.python.org/downloads/release/python-3127/ This is the seventh maintenance release of Python 3.12Python 3.12 is the newest major relea
Link: https://pythoninsider.blogspot.com/2024/10/python-3127-released.html
I'm pleased to announce the release of Python 3.12.7:https://www.python.org/downloads/release/python-3127/ This is the seventh maintenance release of Python 3.12Python 3.12 is the newest major relea
Blogspot
Python Insider: Python 3.12.7 released
PyCoder’s Weekly: Issue #649 (Oct. 1, 2024)
Link: https://pycoders.com/issues/649
#649 – OCTOBER 1, 2024 View in Browser » Python 3.13: Cool New Features for You to Try In this tutorial, you’ll learn about the new features in Python 3.13. You’ll take a tour of the new REPL an
Link: https://pycoders.com/issues/649
#649 – OCTOBER 1, 2024 View in Browser » Python 3.13: Cool New Features for You to Try In this tutorial, you’ll learn about the new features in Python 3.13. You’ll take a tour of the new REPL an
Pycoders
PyCoder’s Weekly | Issue #649
Issue #649 of the PyCoder’s Weekly newsletter, published Oct. 1, 2024.