PyCoder’s Weekly: Issue #587 (July 25, 2023)
Link: https://pycoders.com/issues/587
#587 – JULY 25, 2023 View in Browser » Creating Web Maps From Your Data With Python Folium You’ll learn how to create web maps from data using Folium. The package combines Python’s data-wranglin
Link: https://pycoders.com/issues/587
#587 – JULY 25, 2023 View in Browser » Creating Web Maps From Your Data With Python Folium You’ll learn how to create web maps from data using Folium. The package combines Python’s data-wranglin
Pycoders
PyCoder’s Weekly | Issue #587
Issue #587 of the PyCoder’s Weekly newsletter, published July 25, 2023.
Real Python: Python 3.12 Preview: More Intuitive and Consistent F-Strings
Link: https://realpython.com/python312-f-strings/
Every new Python version brings many changes, updates, fixes, and new features. Python 3.12 will be the next minor version and is now in the beta phase. In this version, the core team has been working
Link: https://realpython.com/python312-f-strings/
Every new Python version brings many changes, updates, fixes, and new features. Python 3.12 will be the next minor version and is now in the beta phase. In this version, the core team has been working
Realpython
Python 3.12 Preview: More Intuitive and Consistent F-Strings – Real Python
In this tutorial, you'll preview one of the upcoming features of Python 3.12, which introduces a new f-string syntax formalization and implementation. The new implementation lifts some restrictions and limitations that affect f-string literals in Python versions…
PyCharm: PyCharm 2023.2: New Live Templates for Django, Black Formatter Integration, Run Anything, and AI Assistant
Link: https://blog.jetbrains.com/pycharm/2023/07/2023-2/
Get the most out of your developer experience with the latest PyCharm features. With this release, you can now type your Django code faster with the new live templates, reformat your code in one click
Link: https://blog.jetbrains.com/pycharm/2023/07/2023-2/
Get the most out of your developer experience with the latest PyCharm features. With this release, you can now type your Django code faster with the new live templates, reformat your code in one click
The JetBrains Blog
PyCharm 2023.2: New Live Templates for Django, Black Formatter Integration, Run Anything, and AI Assistant | The PyCharm Blog
With this build, you can now type your Django code faster with the new live templates, reformat your code in one click with the integrated Black formatter, and generate commit messages with the help of AI Assistant. Read on below for the full list of enhancements!
Python Bytes: #345 Some Big Time Releases
Link: https://pythonbytes.fm/episodes/show/345/some-big-time-releases
<a href='https://www.youtube.com/watch?v=Wt4HX6rFfQc' 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/345/some-big-time-releases
<a href='https://www.youtube.com/watch?v=Wt4HX6rFfQc' 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
Some Big Time Releases
News and announcements from the Python community for the week of Jul 26th, 2023
EuroPython: EuroPython 2023: Sponsor Job Listings
Link: https://blog.europython.eu/sponsor-job-listings-europython-2023/
As EuroPython 2023 has concluded we would like to extend a heartfelt thanks to the community and our sponsors for their support throughout the event! We would like to take this opportunity to share wi
Link: https://blog.europython.eu/sponsor-job-listings-europython-2023/
As EuroPython 2023 has concluded we would like to extend a heartfelt thanks to the community and our sponsors for their support throughout the event! We would like to take this opportunity to share wi
EuroPython Blog
EuroPython 2023: Sponsor Job Listings
As EuroPython 2023 has concluded we would like to extend a heartfelt thanks to the community and our sponsors for their support throughout the event! We would like to take this opportunity to share with you some exciting job profiles from our sponsors. OptiverAs…
Talk Python to Me: #424: Shiny for Python
Link: https://talkpython.fm/episodes/show/424/shiny-for-python
If you want to share your data science results as interactive web apps, you could learn Flask or Django and a bunch of other web technologies. Or, you could pick up one of the powerful frameworks for
Link: https://talkpython.fm/episodes/show/424/shiny-for-python
If you want to share your data science results as interactive web apps, you could learn Flask or Django and a bunch of other web technologies. Or, you could pick up one of the powerful frameworks for
talkpython.fm
Shiny for Python
If you want to share your data science results as interactive web apps, you could learn Flask or Django and a bunch of other web technologies. Or, you could pick up one of the powerful frameworks for deploying data science specifically. And if you're searching…
Kushal Das: My talk in RustNL 2023
Link: https://kushaldas.in/posts/my-talk-in-rustnl-2023.html
On May 10th, I attended my first ever Rust conference, RustNL
2023. I reached there the night before. My talk was
the 3rd one in the morning.
The title of my talk was Using Rust to write Python
mod
Link: https://kushaldas.in/posts/my-talk-in-rustnl-2023.html
On May 10th, I attended my first ever Rust conference, RustNL
2023. I reached there the night before. My talk was
the 3rd one in the morning.
The title of my talk was Using Rust to write Python
mod
Hynek Schlawack: Waiting in asyncio
Link: https://hynek.me/articles/waiting-in-asyncio/
One of the main appeals of using Python’s asyncio is being able to fire off many coroutines and run them concurrently. How many ways do you know for waiting for their results?
Link: https://hynek.me/articles/waiting-in-asyncio/
One of the main appeals of using Python’s asyncio is being able to fire off many coroutines and run them concurrently. How many ways do you know for waiting for their results?
Hynek Schlawack
Waiting in asyncio
One of the main appeals of using Python’s asyncio is being able to fire off many coroutines and run them concurrently. How many ways do you know for waiting for their results?
Real Python: The Real Python Podcast – Episode #166: Differentiating the Versions of Python & Unlocking IPython's Magic
Link: https://realpython.com/podcasts/rpp/166/
What are all the different versions of Python? You may have heard of Cython, Brython, PyPy, or others and wondered where they fit into the Python landscape. This week on the show, Christopher Trudeau
Link: https://realpython.com/podcasts/rpp/166/
What are all the different versions of Python? You may have heard of Cython, Brython, PyPy, or others and wondered where they fit into the Python landscape. This week on the show, Christopher Trudeau
Realpython
Episode #166: Differentiating the Versions of Python & Unlocking IPython's Magic – The Real Python Podcast
What are all the different versions of Python? You may have heard of Cython, Brython, PyPy, or others and wondered where they fit into the Python landscape. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles…
Abhijeet Pal: How to Use @action Decorator in Django Rest Framework
Link: http://djangocentral.com/how-to-use-action-decorator-in-django-rest-framework/
Django Rest Framework (DRF) provides powerful tools to build robust APIs. While the standard CRUD operations are usually sufficient, there are cases where you might need to add custom actions or endpo
Link: http://djangocentral.com/how-to-use-action-decorator-in-django-rest-framework/
Django Rest Framework (DRF) provides powerful tools to build robust APIs. While the standard CRUD operations are usually sufficient, there are cases where you might need to add custom actions or endpo
Djangocentral
How to Use @action Decorator in Django Rest Framework
Django Rest Framework (DRF) provides powerful tools to build robust APIs. While the standard CRUD operations are usually sufficient, there are cases where yo
Abhijeet Pal: Django ORM Cheatsheet: Mastering Database Operations in Django
Link: http://djangocentral.com/django-orm-cheatsheet/
Django, as a powerful and popular web framework, comes equipped with an impressive Object-Relational Mapping (ORM) system that simplifies database interactions and abstracts away much of the complexit
Link: http://djangocentral.com/django-orm-cheatsheet/
Django, as a powerful and popular web framework, comes equipped with an impressive Object-Relational Mapping (ORM) system that simplifies database interactions and abstracts away much of the complexit
Djangocentral
Django ORM Cheatsheet: Mastering Database Operations in Django
Django, as a powerful and popular web framework, comes equipped with an impressive Object-Relational Mapping (ORM) system that simplifies database interactio
PyBites: Building Confidence and Overcoming Challenges by Using Positive Self-Talk
Link: https://pybit.es/articles/building-confidence-and-overcoming-challenges-by-using-positive-self-talk/
In this episode we are joined by Alejandro Briceño, a chemical engineer turned HR professional and innovation consultant.
Watch here:
Or listen here:
We delve into the power of positive self-talk
Link: https://pybit.es/articles/building-confidence-and-overcoming-challenges-by-using-positive-self-talk/
In this episode we are joined by Alejandro Briceño, a chemical engineer turned HR professional and innovation consultant.
Watch here:
Or listen here:
We delve into the power of positive self-talk
PyBites
Building Confidence And Overcoming Challenges By Using Positive Self-Talk - PyBites
We delve into the power of positive self-talk and its impact on facing challenges and fostering a growth mindset.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-july-2023/?utm_source=python-rss-feed
44th issue of the Python Monthly Newsletter! Read by 1,000s of Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry
Link: https://zerotomastery.io/blog/python-monthly-newsletter-july-2023/?utm_source=python-rss-feed
44th issue of the Python Monthly Newsletter! Read by 1,000s of Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry
Zero To Mastery
[July 2023] Python Monthly Newsletter 💻🐍 | Zero To Mastery
44th issue of the Python Monthly Newsletter! Read by 1,000s of Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
Matt Layman: Sentry Setup - Building SaaS with Python and Django #166
Link: https://www.mattlayman.com/blog/2023/sentry-setup-building-saas-with-python-and-django-166/
In this episode, I finished the email sending job, then determined which issues will be needed before launching the product. Once we crafted the short list, I added an integration with Sentry.
Link: https://www.mattlayman.com/blog/2023/sentry-setup-building-saas-with-python-and-django-166/
In this episode, I finished the email sending job, then determined which issues will be needed before launching the product. Once we crafted the short list, I added an integration with Sentry.
Matt Layman
Sentry Setup - Building SaaS with Python and Django #166
In this episode, I finished the email sending job, then determined which issues will be needed before launching the product. Once we crafted the short list, I added an integration with Sentry.
death and gravity: Bridging the Python async gap from the other side
Link: https://death.andgravity.com/asyncio-bridge
So, you're doing some sync stuff.
But you also need to do some async stuff,
without making everything async.
Maybe the sync stuff is an existing application.
Maybe you still want to use your favorite
Link: https://death.andgravity.com/asyncio-bridge
So, you're doing some sync stuff.
But you also need to do some async stuff,
without making everything async.
Maybe the sync stuff is an existing application.
Maybe you still want to use your favorite
The Python Coding Blog: Lots of Special Methods. And a Special Article | July in Review
Link: https://thepythoncodingbook.com/2023/07/30/lots-of-special-methods-and-a-special-article-july-in-review/
I was expecting this month’s review to cover fewer articles than previous months. It is July, after all. But then, I launched my second Substack last month, Breaking the Rules, which means I now have
Link: https://thepythoncodingbook.com/2023/07/30/lots-of-special-methods-and-a-special-article-july-in-review/
I was expecting this month’s review to cover fewer articles than previous months. It is July, after all. But then, I launched my second Substack last month, Breaking the Rules, which means I now have
The Python Coding Book
Lots of Special Methods. And a Special Article | July in Review - The Python Coding Book
I was expecting this month’s review to cover fewer articles than previous months. It is July, after all. But then, I launched my second Substack last month, Breaking the Rules, which means I now have two sets of articles coming out every month. It may not…
Jonathan Hartley: Structured Pattern Matching in Python
Link: https://tartley.com/posts/structured-pattern-matching-in-python/
I read through descriptions of
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
Link: https://tartley.com/posts/structured-pattern-matching-in-python/
I read through descriptions of
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
tartley.com
Structured Pattern Matching in Python
I read through descriptions of
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
structured pattern matching
when it was added in Python 3.10 a couple of years ago, and have studiously
avoided it ever since. It seemed like a language feature that's a
ListenData: 14 Free and Open Source Alternatives to ChatGPT
Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html
In this article we will explain how Open Source ChatGPT alternatives work and how you can use them to build your own ChatGPT clone for free. We will introduce you to 14 powerful open source alternativ
Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html
In this article we will explain how Open Source ChatGPT alternatives work and how you can use them to build your own ChatGPT clone for free. We will introduce you to 14 powerful open source alternativ
ListenData
15 Free Open Source ChatGPT Alternatives (with Code)
Learn how Open Source ChatGPT alternatives work. It includes a step by step guide to run these models with Python.
Python People: Brett Cannon - Public Speaking, Canada, Fountain Pens, Community
Link: https://pythonpeople.fm/episodes/brett-cannon
Topics:
“I don't know about the rest of you... I came for the language, but I stayed for the community." Brett Cannon, Python Core Dev, Pycon US 2014 Opening remarks
Public speaking
Being encouraging
Link: https://pythonpeople.fm/episodes/brett-cannon
Topics:
“I don't know about the rest of you... I came for the language, but I stayed for the community." Brett Cannon, Python Core Dev, Pycon US 2014 Opening remarks
Public speaking
Being encouraging
Python People
Python People | Brett Cannon - Public Speaking, Canada, Fountain Pens, Community
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.
Sebastian Witowski: map() vs. List Comprehension
Link: https://switowski.com/blog/map-vs-list-comprehension/
<p>From <em><a href="https://switowski.com/blog/for-loop-vs-list-comprehension/">For Loop vs. List Comprehension</a></em>, we already know that list comprehension is usually faster than the e
Link: https://switowski.com/blog/map-vs-list-comprehension/
<p>From <em><a href="https://switowski.com/blog/for-loop-vs-list-comprehension/">For Loop vs. List Comprehension</a></em>, we already know that list comprehension is usually faster than the e
Sebastian Witowski
map() vs. List Comprehension
Is the map() function faster than a corresponding list comprehension? That depends! Let's see how using lambda functions can affect the performance of map().
"Mathspp Pydon'ts": Overloading arithmetic operators with dunder methods | Pydon't 🐍
Link: https://mathspp.com/blog/pydonts/overloading-arithmetic-operators-with-dunder-methods
This article shows you how to overload the arithmetic operators in Python with dunder methods.
Introduction
Python lets you override the arithmetic operators like + for addition or * for multiplicat
Link: https://mathspp.com/blog/pydonts/overloading-arithmetic-operators-with-dunder-methods
This article shows you how to overload the arithmetic operators in Python with dunder methods.
Introduction
Python lets you override the arithmetic operators like + for addition or * for multiplicat
Mathspp
Overloading arithmetic operators with dunder methods | Pydon't 🐍
This article shows you how to overload the arithmetic operators in Python with dunder methods.