Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q1 2023! 🎉
Link: https://pyfound.blogspot.com/2023/08/announcing-python-software-foundation.html
The PSF is pleased to announce its first batch of PSF Fellows for 2023! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Abhishek
Link: https://pyfound.blogspot.com/2023/08/announcing-python-software-foundation.html
The PSF is pleased to announce its first batch of PSF Fellows for 2023! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Abhishek
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q1 2023! 🎉
The PSF is pleased to announce its first batch of PSF Fellows for 2023! Let us welcome the new PSF Fellows for Q1! The following people cont...
Real Python: Working With the Python operator Module
Link: https://realpython.com/python-operator-module/
Whenever you perform calculations in Python, you make use of built-in operators such as +, %, and **. Did you know that Python also provides an operator module? While it may seem that the purpose of o
Link: https://realpython.com/python-operator-module/
Whenever you perform calculations in Python, you make use of built-in operators such as +, %, and **. Did you know that Python also provides an operator module? While it may seem that the purpose of o
Realpython
Working With the Python operator Module – Real Python
In this tutorial, you'll explore the Python operator module and its role in functional programming. You'll code several examples of using both operator-equivalent and higher-order functions in programs.
Python Bytes: #346 Have you lost your GIL?
Link: https://pythonbytes.fm/episodes/show/346/have-you-lost-your-gil
<a href='https://www.youtube.com/watch?v=a2W09HLOhr8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by us! Support our work through:</p
Link: https://pythonbytes.fm/episodes/show/346/have-you-lost-your-gil
<a href='https://www.youtube.com/watch?v=a2W09HLOhr8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by us! Support our work through:</p
pythonbytes.fm
Have you lost your GIL?
News and announcements from the Python community for the week of Aug 2nd, 2023
PyBites: The power of mind mapping: why to start your project with one and how
Link: https://pybit.es/articles/the-power-of-mind-mapping/
When you start a bigger software project it’s very beneficial (and necessary) to make a mind map first! It helps planning, organizing, and executing the project.
Here are 6 advantages of mind mapping:
Link: https://pybit.es/articles/the-power-of-mind-mapping/
When you start a bigger software project it’s very beneficial (and necessary) to make a mind map first! It helps planning, organizing, and executing the project.
Here are 6 advantages of mind mapping:
PyBites
The Power Of Mind Mapping: Why To Start Your Project With One And How - PyBites
When you start a bigger software project it's very beneficial (and necessary) to make a mind map first! It helps planning, organizing, and executing the
Marcos Dione: deploying-venv-based-python-services-with-ansible-and-systemd
Link: http://www.grulic.org.ar/~mdione/glob//posts/deploying-venv-based-python-services-with-ansible-and-systemd/
Today I deployed my first venv based python system service on my home server. This is a short post describing how I did
it.
One of the hardest problems in Computer Science is naming :) In this particu
Link: http://www.grulic.org.ar/~mdione/glob//posts/deploying-venv-based-python-services-with-ansible-and-systemd/
Today I deployed my first venv based python system service on my home server. This is a short post describing how I did
it.
One of the hardest problems in Computer Science is naming :) In this particu
Read the Docs: Read the Docs newsletter - August 2023
Link: https://blog.readthedocs.com/newsletter-august-2023/
News and updates
🏝️ A few team members took vacations this month, and everything kept running smoothly, which is always wonderful to see.
⏩ Our git cloning code was refactored, and now projects shoul
Link: https://blog.readthedocs.com/newsletter-august-2023/
News and updates
🏝️ A few team members took vacations this month, and everything kept running smoothly, which is always wonderful to see.
⏩ Our git cloning code was refactored, and now projects shoul
Read the Docs Blog
Read the Docs newsletter - August 2023
News and updates: 🏝️ A few team members took vacations this month, and everything kept running smoothly, which is always wonderful to see., ⏩ Our git cloning code was refactored, and now projects should be building much faster. The more git branches and tags…
Python Engineering at Microsoft: Python in Visual Studio Code – August 2023 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2023-release/
We’re excited to announce the August 2023 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Python extension Dev Container for Co
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2023-release/
We’re excited to announce the August 2023 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Python extension Dev Container for Co
Microsoft News
Python in Visual Studio Code – August 2023 Release
The August 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include a pre-configured dev container for the Python extension, a new debug configuration, an npm package for the Python extension…
Real Python: The Real Python Podcast – Episode #167: Exploring pandas 2.0 & Targets for Apache Arrow
Link: https://realpython.com/podcasts/rpp/167/
What are the new ways to describe your data in pandas 2.0? Will the addition of Apache Arrow to the data back end foster the growth of data interoperability? This week on the show, we talk with pandas
Link: https://realpython.com/podcasts/rpp/167/
What are the new ways to describe your data in pandas 2.0? Will the addition of Apache Arrow to the data back end foster the growth of data interoperability? This week on the show, we talk with pandas
Realpython
Episode #167: Exploring pandas 2.0 & Targets for Apache Arrow – The Real Python Podcast
What are the new ways to describe your data in pandas 2.0? Will the addition of Apache Arrow to the data back end foster the growth of data interoperability? This week on the show, we talk with pandas core developer Marc Garcia about the release of pandas…
PyBites: How the Pygmalion Effect can improve your team’s performance
Link: https://pybit.es/articles/how-the-pygmalion-effect-can-improve-your-teams-performance/
Welcome back to the Pybites podcast.
This is the third and last mindset series episode with Alejandro Briceño.
In this episode we talk about the Pygmalion Effect. What is it and what impact it can hav
Link: https://pybit.es/articles/how-the-pygmalion-effect-can-improve-your-teams-performance/
Welcome back to the Pybites podcast.
This is the third and last mindset series episode with Alejandro Briceño.
In this episode we talk about the Pygmalion Effect. What is it and what impact it can hav
PyBites
How The Pygmalion Effect Can Improve Your Team's Performance - PyBites
In this episode we talk about the Pygmalion Effect. What is it and what impact it can have in the work place and on people's performance.
Python Software Foundation: Announcing Our New PyPI Safety & Security Engineer!
Link: https://pyfound.blogspot.com/2023/08/announcing-our-new-pypi-safety-security.html
We announced our intention back in May to fill this role with generous funding by Amazon Web Services (AWS), and after a thorough search, we are delighted to announce Mike Fiedler is joining the team!
Link: https://pyfound.blogspot.com/2023/08/announcing-our-new-pypi-safety-security.html
We announced our intention back in May to fill this role with generous funding by Amazon Web Services (AWS), and after a thorough search, we are delighted to announce Mike Fiedler is joining the team!
Python Software Foundation Blog
Announcing Our New PyPI Safety & Security Engineer!
We announced our intention back in May to fill this role with generous funding by Amazon Web Services (AWS) , and after a thorough search, ...
Talk Python to Me: #425: Memray: The endgame Python memory profiler
Link: https://talkpython.fm/episodes/show/425/memray-the-endgame-python-memory-profiler
Understanding how your Python application is using memory can be tough. First, Python has it's own layer of reused memory (arenas, pools, and blocks) to help it be more efficient. And many important P
Link: https://talkpython.fm/episodes/show/425/memray-the-endgame-python-memory-profiler
Understanding how your Python application is using memory can be tough. First, Python has it's own layer of reused memory (arenas, pools, and blocks) to help it be more efficient. And many important P
talkpython.fm
Memray: The endgame Python memory profiler
Understanding how your Python application is using memory can be tough. First, Python has it's own layer of reused memory (arenas, pools, and blocks) to help it be more efficient. And many important Python packages are built in natively compiled languages…
Go Deh: Exploring a simple encryption using Python
Link: http://paddy3118.blogspot.com/2023/08/exploring-simple-encryption-using-python.html
[Not suitable for viewing on phones]
Someone on Linkedin submitted a code Kata from the Codewars site:
Simple Encryption #1 - Alternating Split
Implement a pseudo-encryption algorithm which giv
Link: http://paddy3118.blogspot.com/2023/08/exploring-simple-encryption-using-python.html
[Not suitable for viewing on phones]
Someone on Linkedin submitted a code Kata from the Codewars site:
Simple Encryption #1 - Alternating Split
Implement a pseudo-encryption algorithm which giv
Blogspot
Exploring a simple encryption using Python
[Not suitable for viewing on phones] Someone on Linkedin submitted a code Kata from the Codewars site: Simple Encryption #1 - Alter...
Python People: Barry Warsaw - Python History, Community, Tai Chi, and Bass Guitar
Link: https://pythonpeople.fm/episodes/barry-warsaw
Barry Warsaw has been with Python almost from the beginning, and is still at it.
The early days of Python
The tone and feel of the Python community came from Guido
Tai Chi
Meditation
Bass Guitar
Stick
Link: https://pythonpeople.fm/episodes/barry-warsaw
Barry Warsaw has been with Python almost from the beginning, and is still at it.
The early days of Python
The tone and feel of the Python community came from Guido
Tai Chi
Meditation
Bass Guitar
Stick
Python People
Python People | Barry Warsaw - Python History, Community, Tai Chi, and Bass Guitar
The Python community is awesome because of the people. Python People is a weekly podcast about getting to know the people who help make the Python community great.
It's less about the tech, and more about the people.
It's less about the tech, and more about the people.
Matt Layman: Launch Preparation - Building SaaS with Python and Django #167
Link: https://www.mattlayman.com/blog/2023/launch-preparation-building-saas-with-python-and-django-167/
In this episode, I started working through the set of issues that I previously identified as necessary to complete before launching the service on Heroku. We add history tracking, soft deletion for th
Link: https://www.mattlayman.com/blog/2023/launch-preparation-building-saas-with-python-and-django-167/
In this episode, I started working through the set of issues that I previously identified as necessary to complete before launching the service on Heroku. We add history tracking, soft deletion for th
Matt Layman
Launch Preparation - Building SaaS with Python and Django #167
In this episode, I started working through the set of issues that I previously identified as necessary to complete before launching the service on Heroku. We add history tracking, soft deletion for the user model, and integration with SendGrid.
TechBeamers Python: Python XOR: Explained with Examples
Link: https://www.techbeamers.com/python-xor-operator/
This tutorial teaches you what is Python XOR operator and how to use it to calculate the exclusive or (XOR) of two variables in Python. Furthermore, you will learn its applications in cryptography, bi
Link: https://www.techbeamers.com/python-xor-operator/
This tutorial teaches you what is Python XOR operator and how to use it to calculate the exclusive or (XOR) of two variables in Python. Furthermore, you will learn its applications in cryptography, bi
TechBeamers
Python XOR Operator - How to Use It with Examples
This tutorial explains how to use the Python xor operator with integers, strings, and bytes, and also for cryptography with examples.
Python Insider: Python 3.12.0 release candidate 1 released
Link: https://pythoninsider.blogspot.com/2023/08/python-3120-release-candidate-1-released.html
I'm pleased to announce the release of Python 3.12 release candidate 1.https://www.python.org/downloads/release/python-3120rc1/This is the first release candidate of Python 3.12.0
This release, 3.12
Link: https://pythoninsider.blogspot.com/2023/08/python-3120-release-candidate-1-released.html
I'm pleased to announce the release of Python 3.12 release candidate 1.https://www.python.org/downloads/release/python-3120rc1/This is the first release candidate of Python 3.12.0
This release, 3.12
Blogspot
Python Insider: Python 3.12.0 release candidate 1 released
Erik Marsja: Python Check if File is Empty: Data Integrity with OS Module
Link: https://www.marsja.se/python-check-if-file-is-empty-data-integrity-with-os-module/
The post Python Check if File is Empty: Data Integrity with OS Module appeared first on Erik Marsja.
In this tutorial, we will learn how to use Python to check if a file is empty without relying on ex
Link: https://www.marsja.se/python-check-if-file-is-empty-data-integrity-with-os-module/
The post Python Check if File is Empty: Data Integrity with OS Module appeared first on Erik Marsja.
In this tutorial, we will learn how to use Python to check if a file is empty without relying on ex
Erik Marsja
Python Check if File is Empty: Data Integrity with OS Module
Learn how to use Python to check if a file is empty. Validate Zip and Rar files and multiple files effortlessly.
Ned Batchelder: Alan Kay’s objects and arts
Link: https://nedbatchelder.com/blog/202308/alan_kays_objects_and_arts.html
In 1993 (30 years ago!), Alan Kay wrote
The early history of
Smalltalk, explaining the origins of the language’s ideas, its development,
and an assessment of its successes and failures. It’s a though
Link: https://nedbatchelder.com/blog/202308/alan_kays_objects_and_arts.html
In 1993 (30 years ago!), Alan Kay wrote
The early history of
Smalltalk, explaining the origins of the language’s ideas, its development,
and an assessment of its successes and failures. It’s a though
Nedbatchelder
Alan Kay’s objects and arts
In 1993 (30 years ago!), Alan Kay wrote <a href="http://worrydream.com/EarlyHistoryOfSmalltalk/" rel="external noopener">The early history of Smalltalk</a>, explaining the origins of the language’s ideas, its development, and an assessment of its successes…
Daniel Roy Greenfeld: PyPI Project URLs Cheatsheet
Link: https://daniel.feldroy.com/posts/2023-08-pypi-project-urls-cheatsheet
See these links in the image below? I want every PyPI project to have them in the left column.
The challenge is the PyPI project URLs spec is defined only in code. Here's my cheatsheet explaining how
Link: https://daniel.feldroy.com/posts/2023-08-pypi-project-urls-cheatsheet
See these links in the image below? I want every PyPI project to have them in the left column.
The challenge is the PyPI project URLs spec is defined only in code. Here's my cheatsheet explaining how
Daniel Roy Greenfeld
PyPI Project URLs Cheatsheet
The PyPI project URLs spec is defined only in code. Here's my cheatsheet explaining how to configure them. I'll update this as I learn more (suggestions welcome!). Examples in several formats.
Mike Driscoll: PyDev of the Week: Zac Hatfield Dodds
Link: https://www.blog.pythonlibrary.org/2023/08/07/pydev-of-the-week-zac-hatfield-dodds/
This week we welcome Zac Hatfield Dodds as our PyDev of the Week! Zac is a core developer of the Hypothesis package, which is a Python library for creating unit tests.
You can see what else Zac is up
Link: https://www.blog.pythonlibrary.org/2023/08/07/pydev-of-the-week-zac-hatfield-dodds/
This week we welcome Zac Hatfield Dodds as our PyDev of the Week! Zac is a core developer of the Hypothesis package, which is a Python library for creating unit tests.
You can see what else Zac is up
Mouse Vs Python
PyDev of the Week: Zac Hatfield Dodds - Mouse Vs Python
This week we welcome Zac Hatfield Dodds as our PyDev of the Week! Zac is a core developer of the Hypothesis package, which is a Python library for
Real Python: Python News: What's New From July 2023
Link: https://realpython.com/python-news-july-2023/
It’s always a good month to be a Pythonista, but July 2023 really drove this point home! The release of a new Python 3.12 beta version and Cython 3.0 moved the language forward, and more change is on
Link: https://realpython.com/python-news-july-2023/
It’s always a good month to be a Pythonista, but July 2023 really drove this point home! The release of a new Python 3.12 beta version and Cython 3.0 moved the language forward, and more change is on
Realpython
Python News: What's New From July 2023 – Real Python
In July 2023, the Python community hosted conferences, sought grant applications, and helped to form the Open Policy Alliance. The month also brought new versions of Python 3.12 beta and Cython, and the steering council began work on no-GIL Python.