Python Engineering at Microsoft: Python in Visual Studio Code – July 2024 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2024-release/
We’re excited to announce the July 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Enhanced environment discovery with pyt
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2024-release/
We’re excited to announce the July 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Enhanced environment discovery with pyt
Microsoft News
Python in Visual Studio Code – July 2024 Release
The July 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include a new tool for more performant environment discovery, improved support for reStructuredText docstrings, and community contributed…
Python Bytes: #391 A weak episode
Link: https://pythonbytes.fm/episodes/show/391/a-weak-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/mwilliamson/python-vendorize"><strong>Vendorize packages from PyPI</strong></a></li>
<li><a href="https://ma
Link: https://pythonbytes.fm/episodes/show/391/a-weak-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/mwilliamson/python-vendorize"><strong>Vendorize packages from PyPI</strong></a></li>
<li><a href="https://ma
pythonbytes.fm
A weak episode
News and announcements from the Python community for the week of Jul 9th, 2024
PyCoder’s Weekly: Issue #637 (July 9, 2024)
Link: https://pycoders.com/issues/637
#637 – JULY 9, 2024 View in Browser » Python Grapples With Apple App Store Rejections A string that is part of the urllib parser module in Python references a scheme for apps that use the iTunes
Link: https://pycoders.com/issues/637
#637 – JULY 9, 2024 View in Browser » Python Grapples With Apple App Store Rejections A string that is part of the urllib parser module in Python references a scheme for apps that use the iTunes
Pycoders
PyCoder’s Weekly | Issue #637
Issue #637 of the PyCoder’s Weekly newsletter, published July 9, 2024.
Real Python: How Do You Choose Python Function Names?
Link: https://realpython.com/python-function-names/
One of the hardest decisions in programming is choosing names. Programmers often use this phrase to highight the challenges of selecting Python function names. It may be an exaggeration, but there’s s
Link: https://realpython.com/python-function-names/
One of the hardest decisions in programming is choosing names. Programmers often use this phrase to highight the challenges of selecting Python function names. It may be an exaggeration, but there’s s
Realpython
How Do You Choose Python Function Names? – Real Python
This tutorial discusses the rules and conventions for choosing Python function names and why they're important.
Real Python: Quiz: Choosing the Best Font for Programming
Link: https://realpython.com/quizzes/coding-fonts/
In this quiz, you’ll test your understanding of how to choose the best font for your daily programming. You’ll get questions about the technicalities and features to consider when choosing a programmi
Link: https://realpython.com/quizzes/coding-fonts/
In this quiz, you’ll test your understanding of how to choose the best font for your daily programming. You’ll get questions about the technicalities and features to consider when choosing a programmi
Realpython
Choosing the Best Font for Programming Quiz – Real Python
In this quiz, you'll test your understanding of how to choose the best font for your daily programming. You'll get questions about the technicalities and features to consider when choosing a programming font and refresh your knowledge about how to spot a…
Robin Wilson: Searching an aerial photo with text queries – a demo and how it works
Link: https://blog.rtwilson.com/searching-an-aerial-photo-with-text-queries-a-demo-and-how-it-works/
Summary: I’ve created a demo web app where you can search an aerial photo of Southampton, UK using text queries such as "roundabout", "tennis court" or "ship". It uses vector embeddings to do this – w
Link: https://blog.rtwilson.com/searching-an-aerial-photo-with-text-queries-a-demo-and-how-it-works/
Summary: I’ve created a demo web app where you can search an aerial photo of Southampton, UK using text queries such as "roundabout", "tennis court" or "ship". It uses vector embeddings to do this – w
Nicola Iarocci: Microsoft MVP
Link: https://nicolaiarocci.com/microsoft-mvp-ninth-time/
Last night, I was at an outdoor theatre with Serena, watching Anatomy of a Fall (an excellent film). Outdoor theatres are becoming rare, which is a pity, and Arena del Sole is lovely with its strong v
Link: https://nicolaiarocci.com/microsoft-mvp-ninth-time/
Last night, I was at an outdoor theatre with Serena, watching Anatomy of a Fall (an excellent film). Outdoor theatres are becoming rare, which is a pity, and Arena del Sole is lovely with its strong v
Nicola Iarocci
Microsoft MVP
Last night, I was at an outdoor theatre with Serena, watching Anatomy of a Fall (an excellent film). Outdoor theatres are becoming rare, which is a pity, and Arena del Sole is lovely with its strong vintage, 80s vibe. There’s little as pleasant as watching…
Python Software Foundation: Announcing Our New Infrastructure Engineer
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-infrastructure.html
We are excited to announce that Jacob Coffee has joined the Python Software Foundation staff as an Infrastructure Engineer bringing his experience as an Open Source maintainer, dedicated homelab maint
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-infrastructure.html
We are excited to announce that Jacob Coffee has joined the Python Software Foundation staff as an Infrastructure Engineer bringing his experience as an Open Source maintainer, dedicated homelab maint
Python Software Foundation Blog
Announcing Our New Infrastructure Engineer
We are excited to announce that Jacob Coffee has joined the Python Software Foundation staff as an Infrastructure Engineer bringing his ex...
Real Python: Quiz: Build a Blog Using Django, GraphQL, and Vue
Link: https://realpython.com/quizzes/python-django-blog/
In this quiz, you’ll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them.
You’ll revisit how to run the Django server and a Vue a
Link: https://realpython.com/quizzes/python-django-blog/
In this quiz, you’ll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them.
You’ll revisit how to run the Django server and a Vue a
Realpython
Build a Blog Using Django, GraphQL, and Vue Quiz – Real Python
In this quiz, you'll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them. This will help you decouple your back end and front end, handle data persistence in the API, and display the data…
Real Python: The Real Python Podcast – Episode #212: Digging Into Graph Theory in Python With David Amos
Link: https://realpython.com/podcasts/rpp/212/
Have you wondered about graph theory and how to start exploring it in Python? What resources and Python libraries can you use to experiment and learn more? This week on the show, former co-host David
Link: https://realpython.com/podcasts/rpp/212/
Have you wondered about graph theory and how to start exploring it in Python? What resources and Python libraries can you use to experiment and learn more? This week on the show, former co-host David
Realpython
Episode #212: Digging Into Graph Theory in Python With David Amos – The Real Python Podcast
Have you wondered about graph theory and how to start exploring it in Python? What resources and Python libraries can you use to experiment and learn more? This week on the show, former co-host David Amos returns to talk about what he's been up to and share…
Python Morsels: What are lists in Python?
Link: https://www.pythonmorsels.com/what-are-lists/
Lists are used to store and manipulate an ordered collection of things.
Table of contents
Lists are ordered collections
Containment checking
Length
Modifying the contents of a list
Indexing: looki
Link: https://www.pythonmorsels.com/what-are-lists/
Lists are used to store and manipulate an ordered collection of things.
Table of contents
Lists are ordered collections
Containment checking
Length
Modifying the contents of a list
Indexing: looki
Pythonmorsels
What are lists in Python?
Lists are used to store and manipulate an ordered collection of things.
Quansight Labs Blog: Free-threaded CPython is ready to experiment with!
Link: https://labs.quansight.org/blog/free-threaded-python-rollout
An overview of the ongoing efforts to improve and roll out support for free-threaded CPython throughout the Python open source ecosystem
Link: https://labs.quansight.org/blog/free-threaded-python-rollout
An overview of the ongoing efforts to improve and roll out support for free-threaded CPython throughout the Python open source ecosystem
labs.quansight.org
Free-threaded CPython is ready to experiment with!
An overview of the ongoing efforts to improve and roll out support for free-threaded CPython throughout the Python open source ecosystem
Talk Python to Me: #470: Python in Medicine and Patient Care
Link: https://talkpython.fm/episodes/show/470/python-in-medicine-and-patient-care
Python is special. It's used by the big tech companies but also by those you would rarely classify as developers. On this episode, we get a look inside how Python is being used at a Children's Hospita
Link: https://talkpython.fm/episodes/show/470/python-in-medicine-and-patient-care
Python is special. It's used by the big tech companies but also by those you would rarely classify as developers. On this episode, we get a look inside how Python is being used at a Children's Hospita
talkpython.fm
Python in Medicine and Patient Care
Python is special. It's used by the big tech companies but also by those you would rarely classify as developers. On this episode, we get a look inside how Python is being used at a Children's Hospital to speed and improve patient care. We have Dr. Somak…
Python Software Foundation: Announcing Our New PyPI Support Specialist!
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-pypi-support.html
We are thrilled to announce that our first-ever search for a dedicated PyPI Support Specialist has concluded with the hire of Maria Ashna, the newest member of the Python Software Foundation (PSF) sta
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-pypi-support.html
We are thrilled to announce that our first-ever search for a dedicated PyPI Support Specialist has concluded with the hire of Maria Ashna, the newest member of the Python Software Foundation (PSF) sta
Python Software Foundation Blog
Announcing Our New PyPI Support Specialist!
We are thrilled to announce that our first-ever search for a dedicated PyPI Support Specialist has concluded with the hire of Maria Ashna ,...
Peter Bengtsson: Converting Celsius to Fahrenheit with Python
Link: http://www.peterbe.com/plog/converting-celsius-to-fahrenheit-with-python
Starting at 4°C, add +12 to the Celcius and mirror the number to get the Fahrenheit number.
Link: http://www.peterbe.com/plog/converting-celsius-to-fahrenheit-with-python
Starting at 4°C, add +12 to the Celcius and mirror the number to get the Fahrenheit number.
Peterbe
Converting Celsius to Fahrenheit with Python - Peterbe.com
Starting at 4°C, add +12 to the Celcius and mirror the number to get the Fahrenheit number.
PyPy: Finding Simple Rewrite Rules for the JIT with Z3
Link: https://www.pypy.org/posts/2024/07/finding-simple-rewrite-rules-jit-z3.html
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Link: https://www.pypy.org/posts/2024/07/finding-simple-rewrite-rules-jit-z3.html
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
PyPy
Finding Simple Rewrite Rules for the JIT with Z3
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Matt Layman: Trial Banner Inclusion Tag - Building SaaS #195
Link: https://www.mattlayman.com/blog/2024/trial-banner-inclusion-tag-building-saas-195/
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner in
Link: https://www.mattlayman.com/blog/2024/trial-banner-inclusion-tag-building-saas-195/
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner in
Matt Layman
Trial Banner Inclusion Tag - Building SaaS #195
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner into an inclusion template tag to make the tag work consistently.
Zato Blog: Network packet brokers and automation in Python
Link: https://zato.io/en/blog/network-packet-broker-automation-python.html
Network packet brokers and automation in Python
2024-07-15, by Dariusz Suchojad
Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
Link: https://zato.io/en/blog/network-packet-broker-automation-python.html
Network packet brokers and automation in Python
2024-07-15, by Dariusz Suchojad
Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
Real Python: Quiz: Python Type Checking
Link: https://realpython.com/quizzes/python-type-checking/
In this quiz, you’ll test your understanding of
Python Type Checking.
By working through this quiz, you’ll revisit type annotations and type hints, adding static types to code, running a static type c
Link: https://realpython.com/quizzes/python-type-checking/
In this quiz, you’ll test your understanding of
Python Type Checking.
By working through this quiz, you’ll revisit type annotations and type hints, adding static types to code, running a static type c
Realpython
Python Type Checking Quiz – Real Python
In this quiz, you'll test your understanding of Python type checking. You'll revisit concepts such as type annotations, type hints, adding static types to code, running a static type checker, and enforcing types at runtime. This knowledge will help you develop…
Kushal Das: Disable this Firefox preference to save privacy
Link: https://kushaldas.in/posts/disable-this-firefox-preference-to-save-privacy.html
If you are on the latest Firefox 128 (which is there on Fedora 40), you should
uncheck the following preference to disable Privacy-Preserving
Attribution.
Firefox added this experimental feature and
Link: https://kushaldas.in/posts/disable-this-firefox-preference-to-save-privacy.html
If you are on the latest Firefox 128 (which is there on Fedora 40), you should
uncheck the following preference to disable Privacy-Preserving
Attribution.
Firefox added this experimental feature and
Real Python: Quiz: How to Flatten a List of Lists in Python
Link: https://realpython.com/quizzes/python-flatten-list/
In this quiz, you’ll test your understanding of how to flatten a list in Python.
You’ll write code and answer questions to revisit the concept of converting a multidimensional list, such as a matrix,
Link: https://realpython.com/quizzes/python-flatten-list/
In this quiz, you’ll test your understanding of how to flatten a list in Python.
You’ll write code and answer questions to revisit the concept of converting a multidimensional list, such as a matrix,
Realpython
How to Flatten a List of Lists in Python Quiz – Real Python
In this quiz, you'll test your understanding of how to flatten a list in Python. Flattening a list involves converting a multidimensional list, such as a matrix, into a one-dimensional list. This is a common operation when working with data stored as nested…