Talk Python to Me: #452: Top Quart (async Flask) Extensions
Link: https://talkpython.fm/episodes/show/452/top-quart-async-flask-extensions
Have you heard of Quart? It's the fully-async version of Flask created by Philip Jones who is working closely with the Flask team on these parallel projects. The TL;DR; version is that if you want to
Link: https://talkpython.fm/episodes/show/452/top-quart-async-flask-extensions
Have you heard of Quart? It's the fully-async version of Flask created by Philip Jones who is working closely with the Flask team on these parallel projects. The TL;DR; version is that if you want to
talkpython.fm
Top Quart (async Flask) Extensions
Have you heard of Quart? It's the fully-async version of Flask created by Philip Jones who is working closely with the Flask team on these parallel projects. The TL;DR; version is that if you want to take advantage of async and await and you're using Flask…
Ned Batchelder: Does Python have pointers?
Link: https://nedbatchelder.com/blog/202403/does_python_have_pointers.html
People sometimes ask, “Does Python have pointers?” I hate to be the typical
senior engineer, but this is one of those questions where the answer is, it
depends what you mean by pointer.The classic de
Link: https://nedbatchelder.com/blog/202403/does_python_have_pointers.html
People sometimes ask, “Does Python have pointers?” I hate to be the typical
senior engineer, but this is one of those questions where the answer is, it
depends what you mean by pointer.The classic de
Nedbatchelder
Does Python have pointers?
People sometimes ask, “Does Python have pointers?” I hate to be the typical senior engineer, but this is one of those questions where the answer is, it depends what you mean by pointer.
Real Python: Python News: What's New From February 2024
Link: https://realpython.com/python-news-february-2024/
As February takes a rare leap forward with an extra day this year, the Python community followed suit!
Python versions 3.12 and 3.11 receive a security fix, and CPython source distributions now docume
Link: https://realpython.com/python-news-february-2024/
As February takes a rare leap forward with an extra day this year, the Python community followed suit!
Python versions 3.12 and 3.11 receive a security fix, and CPython source distributions now docume
Realpython
Python News: What's New From February 2024 – Real Python
February 2024 sees Python security updates and the introduction of a Rust-based tool for packaging, while the Python community gears up for PyCon US and the PSF enhances support with Grants Program Office Hours.
Python Bytes: #374 Climbing the Python Web Mountain
Link: https://pythonbytes.fm/episodes/show/374/climbing-the-python-web-mountain
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://www.piglei.com/articles/en-6-ways-to-improve-the-arch-of-you-py-project/"><strong>6 ways to improve the architecture of
Link: https://pythonbytes.fm/episodes/show/374/climbing-the-python-web-mountain
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://www.piglei.com/articles/en-6-ways-to-improve-the-arch-of-you-py-project/"><strong>6 ways to improve the architecture of
pythonbytes.fm
Climbing the Python Web Mountain
News and announcements from the Python community for the week of Mar 11th, 2024
Test and Code: 216: ruff, uv, and Astral: Python tooling, much faster, with Rust
Link: https://podcast.pythontest.com/episodes/ruff-astral-uv-charlie-marsh
Charlie Marsh and team are using Rust to make Python tooling faster.Ruff can take the place of Flake8, isort, and Black, and so much more.uv can take the place of pip, pip-tools, and virtualenvAstral
Link: https://podcast.pythontest.com/episodes/ruff-astral-uv-charlie-marsh
Charlie Marsh and team are using Rust to make Python tooling faster.Ruff can take the place of Flake8, isort, and Black, and so much more.uv can take the place of pip, pip-tools, and virtualenvAstral
Python Test
Python Test | 216: ruff, uv, and Astral: Python tooling, much faster, with Rust
Charlie Marsh and team are using Rust to make Python tooling faster.Ruff can take the place of Flake8, isort, and Black, and so much more.uv can take the place of pip, pip-tools, and virtualenvAstr...
Python Engineering at Microsoft: Data Science Day 2024 – Schedule Announcement
Link: https://devblogs.microsoft.com/python/python-data-science-day-join-us/
.badge1 {
background-color: #4a7cb5;
color: white;
padding: 4px 8px;
text-align: center;
border-radius: 5px;
font-size:small;
}
.badge2 {
background-color: #9180ed;
color: white;
padding: 4px 8px;
tex
Link: https://devblogs.microsoft.com/python/python-data-science-day-join-us/
.badge1 {
background-color: #4a7cb5;
color: white;
padding: 4px 8px;
text-align: center;
border-radius: 5px;
font-size:small;
}
.badge2 {
background-color: #9180ed;
color: white;
padding: 4px 8px;
tex
Microsoft News
Data Science Day 2024 – Schedule Announcement
Python Data Science Day will be taking place March 14th, 2024; a "PyDay" on Pi Day: 3.14 🥧. If you're a Python developer, entrepreneur, data scientist, student, or researcher working on projects from hobbyist and start up to enterprise level, you'll find…
Real Python: Python Basics Exercises: Dictionaries
Link: https://realpython.com/courses/basics-exercises-dictionaries/
In plain English, a dictionary is a book containing the definitions of words. Each entry in a dictionary has two parts: the word being defined, and its definition.
Python dictionaries, like lists and
Link: https://realpython.com/courses/basics-exercises-dictionaries/
In plain English, a dictionary is a book containing the definitions of words. Each entry in a dictionary has two parts: the word being defined, and its definition.
Python dictionaries, like lists and
Realpython
Python Basics Exercises: Dictionaries – Real Python
One of the most useful data structures in Python is the dictionary. In this video course, you’ll practice working with Python dictionaries, see how dictionaries differ from lists and tuples, and define and use dictionaries in your own code.
PyCoder’s Weekly: Issue #620 (March 12, 2024)
Link: https://pycoders.com/issues/620
#620 – MARCH 12, 2024 View in Browser » Creating Asynchronous Tasks With Celery and Django In this video course, you’ll learn how to integrate Celery and Django using Redis as a message broker.
Link: https://pycoders.com/issues/620
#620 – MARCH 12, 2024 View in Browser » Creating Asynchronous Tasks With Celery and Django In this video course, you’ll learn how to integrate Celery and Django using Redis as a message broker.
Pycoders
PyCoder’s Weekly | Issue #620
Issue #620 of the PyCoder’s Weekly newsletter, published March 12, 2024.
Python Insider: Python 3.13.0 alpha 5 is now available
Link: https://pythoninsider.blogspot.com/2024/03/python-3130-alpha-5-is-now-available.html
Python 3.13.0 alpha 5 is now available:
https://www.python.org/downloads/release/python-3130a5/
This is an early developer preview of Python 3.13
Major new features of the 3.13 series, compared to
Link: https://pythoninsider.blogspot.com/2024/03/python-3130-alpha-5-is-now-available.html
Python 3.13.0 alpha 5 is now available:
https://www.python.org/downloads/release/python-3130a5/
This is an early developer preview of Python 3.13
Major new features of the 3.13 series, compared to
Blogspot
Python Insider: Python 3.13.0 alpha 5 is now available
Real Python: Visualizing Data in Python With Seaborn
Link: https://realpython.com/python-seaborn/
If you have some experience using Python for data analysis, chances are you’ve produced some data plots to explain your analysis to other people. Most likely you’ll have used a library such as Matplot
Link: https://realpython.com/python-seaborn/
If you have some experience using Python for data analysis, chances are you’ve produced some data plots to explain your analysis to other people. Most likely you’ll have used a library such as Matplot
Realpython
Visualizing Data in Python With Seaborn – Real Python
In this tutorial, you'll learn how to use the Python seaborn library to produce statistical data analysis plots to allow you to better visualize your data. You'll learn how to use both its traditional classic interface and more modern objects interface.
Talk Python to Me: #453: uv - The Next Evolution in Python Packages?
Link: https://talkpython.fm/episodes/show/453/uv-the-next-evolution-in-python-packages
Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some higher level tool such as pip-tools? Then you'll be very excited to he
Link: https://talkpython.fm/episodes/show/453/uv-the-next-evolution-in-python-packages
Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some higher level tool such as pip-tools? Then you'll be very excited to he
talkpython.fm
uv - The Next Evolution in Python Packages?
Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some higher level tool such as pip-tools? Then you'll be very excited to hear about the tool just announced from Astral called uv.…
Mike Driscoll: NEW COURSE: Python 101 Video Course on Udemy and TutorialsPoint
Link: https://www.blog.pythonlibrary.org/2024/03/13/new-course-python-101-video-course-on-udemy-and-tutorialspoint/
I recently put my Python 101 Video Course up on Udemy and TutorialsPoint.
There are one thousand free copies of the course available on Udemy by using the following link:
https://www.udemy.com/cours
Link: https://www.blog.pythonlibrary.org/2024/03/13/new-course-python-101-video-course-on-udemy-and-tutorialspoint/
I recently put my Python 101 Video Course up on Udemy and TutorialsPoint.
There are one thousand free copies of the course available on Udemy by using the following link:
https://www.udemy.com/cours
Mouse Vs Python
NEW COURSE: Python 101 Video Course on Udemy and TutorialsPoint - Mouse Vs Python
I recently put my Python 101 Video Course up on Udemy and TutorialsPoint. There are one thousand free copies of the course available on Udemy by using the
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Programiz: Python Program to Compute the Power of a Number
Link: https://www.programiz.com/python-programming/examples/power
In this example, you will learn to compute the power of a number.
Link: https://www.programiz.com/python-programming/examples/power
In this example, you will learn to compute the power of a number.
Programiz
Python Program to Compute the Power of a Number
In this example, you will learn to compute the power of a number.
Programiz: Python Program to Create a Countdown Timer
Link: https://www.programiz.com/python-programming/examples/countdown-timer
In this example, you will learn to create a countdown timer.
Link: https://www.programiz.com/python-programming/examples/countdown-timer
In this example, you will learn to create a countdown timer.
Programiz
Python Program to Create a Countdown Timer
In this example, you will learn to create a countdown timer.
Programiz: Python Program to Remove Duplicate Element From a List
Link: https://www.programiz.com/python-programming/examples/remove-duplicate-from-list
In this example, you will learn to remove duplicate elements from a list.
Link: https://www.programiz.com/python-programming/examples/remove-duplicate-from-list
In this example, you will learn to remove duplicate elements from a list.
Programiz
Python Program to Remove Duplicate Element From a List
In this example, you will learn to remove duplicate elements from a list.
Programiz: Python Program to Count the Number of Digits Present In a Number
Link: https://www.programiz.com/python-programming/examples/number-of-digits
In this example, you will learn to count the number of digits present in a number.
Link: https://www.programiz.com/python-programming/examples/number-of-digits
In this example, you will learn to count the number of digits present in a number.
Programiz
Python Program to Count the Number of Digits Present In a Number
In this example, you will learn to count the number of digits present in a number.
Programiz: Python Program to Check If Two Strings are Anagram
Link: https://www.programiz.com/python-programming/examples/anagram
In this example, you will learn to check if two strings are anagram.
Link: https://www.programiz.com/python-programming/examples/anagram
In this example, you will learn to check if two strings are anagram.
Programiz
Python Program to Check If Two Strings are Anagram
In this example, you will learn to check if two strings are anagram.
Programiz: Python Program to Count the Number of Occurrence of a Character in String
Link: https://www.programiz.com/python-programming/examples/number-of-character
In this example, you will learn to count the number of occurrences of a character in a string.
Link: https://www.programiz.com/python-programming/examples/number-of-character
In this example, you will learn to count the number of occurrences of a character in a string.
Programiz
Python Program to Count the Number of Occurrence of a Character in String
In this example, you will learn to count the number of occurrences of a character in a string.
Programiz: Python Program to Convert Bytes to a String
Link: https://www.programiz.com/python-programming/examples/bytes-to-string
In this example, you will learn to convert bytes to a string.
Link: https://www.programiz.com/python-programming/examples/bytes-to-string
In this example, you will learn to convert bytes to a string.
Programiz
Python Program to Convert Bytes to a String
In this example, you will learn to convert bytes to a string.
Mike Driscoll: Python 3.13 Allows Disabling of the GIL + subinterpreters
Link: https://www.blog.pythonlibrary.org/2024/03/14/python-3-13-allows-disabling-of-the-gil-subinterpreters/
Python 3.13 adds the ability to remove the Global Interpreter Lock (GIL) per PEP 703. Just this past week, a PR was merged in that allows the disabling of the GIL using a command line flag or an envir
Link: https://www.blog.pythonlibrary.org/2024/03/14/python-3-13-allows-disabling-of-the-gil-subinterpreters/
Python 3.13 adds the ability to remove the Global Interpreter Lock (GIL) per PEP 703. Just this past week, a PR was merged in that allows the disabling of the GIL using a command line flag or an envir
Mouse Vs Python
Python 3.13 Allows Disabling of the GIL + subinterpreters - Mouse Vs Python
Python 3.13 adds the ability to remove the Global Interpreter Lock (GIL) per PEP 703. Just this past week, a PR was merged in that allows the disabling of