EuroPython: Humble Data workshop for beginners - Pythonistas and data scientists
Link: https://blog.europython.eu/humble-data-workshop-for-beginners-pythonistas-and-data-scientists/
Among the many wonderful workshops at EuroPython this year, we are pleased to announce we will be running the Humble Data workshop in person on Tuesday 9th July 2023, at the Prague Congress Centre (PC
Link: https://blog.europython.eu/humble-data-workshop-for-beginners-pythonistas-and-data-scientists/
Among the many wonderful workshops at EuroPython this year, we are pleased to announce we will be running the Humble Data workshop in person on Tuesday 9th July 2023, at the Prague Congress Centre (PC
EuroPython Blog
Humble Data workshop for beginners - Pythonistas and data scientists
Among the many wonderful workshops at EuroPython this year, we are pleased to announce we will be running the Humble Data workshop in person on Tuesday 9th July 2023, at the Prague Congress Centre (PCC). This is following successful deliveries of this workshop…
Talk Python to Me: #466: Pydantic Performance Tips
Link: https://talkpython.fm/episodes/show/466/pydantic-performance-tips
You're using Pydantic and it seems pretty straightforward, right? But could you adopt some simple changes to your code that would make it a lot faster and more efficient? Chances are, you'll find a co
Link: https://talkpython.fm/episodes/show/466/pydantic-performance-tips
You're using Pydantic and it seems pretty straightforward, right? But could you adopt some simple changes to your code that would make it a lot faster and more efficient? Chances are, you'll find a co
talkpython.fm
Pydantic Performance Tips
You're using Pydantic and it seems pretty straightforward, right? But could you adopt some simple changes to your code that would make it a lot faster and more efficient? Chances are, you'll find a couple of the tips from Sydney Runkle that will do just that.…
Python Software Foundation: The Python Language Summit 2024: Should Python adopt Calendar Versioning?
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-should-python-adopt-calver.html
Hugo van Kemenade, the newly announced Release Manager for Python 3.14 and 3.15, started the Language Summit with a proposal to change Python's versioning scheme.Hugo's view of kicking off the langua
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-should-python-adopt-calver.html
Hugo van Kemenade, the newly announced Release Manager for Python 3.14 and 3.15, started the Language Summit with a proposal to change Python's versioning scheme.Hugo's view of kicking off the langua
Python Software Foundation Blog
The Python Language Summit 2024: Should Python adopt Calendar Versioning?
Hugo van Kemenade, the newly announced Release Manager for Python 3.14 and 3.15, started the Language Summit with a proposal to change Pyt...
Python Software Foundation: The Python Language Summit 2024: Native Interface and Limited C API
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-c-api.html
Back in October 2023, PEP 731 proposed a new C API working group charged with overseeing and coordinating the development and maintenance of the Python C API. This working group spawned from a series
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-c-api.html
Back in October 2023, PEP 731 proposed a new C API working group charged with overseeing and coordinating the development and maintenance of the Python C API. This working group spawned from a series
Python Software Foundation Blog
The Python Language Summit 2024: Native Interface and Limited C API
Back in October 2023, PEP 731 proposed a new C API working group charged with overseeing and coordinating the development and maintenance...
Python Software Foundation: The Python Language Summit 2024: Free-threading ecosystems
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-free-threading-ecosystems.html
Following years of excitement around the removal of the Global Interpreter Lock (GIL), Python without the GIL is coming soon. Python 3.13 pre-releases already have support for being built without the
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-free-threading-ecosystems.html
Following years of excitement around the removal of the Global Interpreter Lock (GIL), Python without the GIL is coming soon. Python 3.13 pre-releases already have support for being built without the
Python Software Foundation Blog
The Python Language Summit 2024: Free-threading ecosystems
Following years of excitement around the removal of the Global Interpreter Lock (GIL), Python without the GIL is coming soon. Python 3.13 p...
Python Software Foundation: The Python Language Summit 2024: Python on Mobile
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-python-on-mobile.html
Malcolm Smith from BeeWare presented on the status and direction of Python on mobile platforms like iOS and Android. BeeWare has been working on bringing Python to mobile for a few years now. Previous
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-python-on-mobile.html
Malcolm Smith from BeeWare presented on the status and direction of Python on mobile platforms like iOS and Android. BeeWare has been working on bringing Python to mobile for a few years now. Previous
Python Software Foundation Blog
The Python Language Summit 2024: Python on Mobile
Malcolm Smith from BeeWare presented on the status and direction of Python on mobile platforms like iOS and Android. BeeWare has been workin...
Python Software Foundation: The Python Language Summit 2024: Should we make pdb better?
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-pyrepl-new-pdb.html
Tian Gao came to the Language Summit 2024 to talk about improving pdb, short for "Python debugger", a module and command line tool for debugging Python.Tian Gao presenting on how to improve pdbThere a
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-pyrepl-new-pdb.html
Tian Gao came to the Language Summit 2024 to talk about improving pdb, short for "Python debugger", a module and command line tool for debugging Python.Tian Gao presenting on how to improve pdbThere a
Python Software Foundation Blog
The Python Language Summit 2024: Should we make pdb better?
Tian Gao came to the Language Summit 2024 to talk about improving pdb , short for "Python debugger", a module and command line tool for debu...
Python Software Foundation: The Python Language Summit 2024: Limiting Yield in Async Generators
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-limiting-yield-in-async-generators.html
Zac Hatfield-Dodds came to the Language Summit to present on a fundamental incompatability between the popular async programming paradigm "structured concurrency" and asynchronous generators, specific
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-limiting-yield-in-async-generators.html
Zac Hatfield-Dodds came to the Language Summit to present on a fundamental incompatability between the popular async programming paradigm "structured concurrency" and asynchronous generators, specific
Python Software Foundation Blog
The Python Language Summit 2024: Limiting Yield in Async Generators
Zac Hatfield-Dodds came to the Language Summit to present on a fundamental incompatability between the popular async programming paradigm " ...
Python Software Foundation: The Python Language Summit 2024: Annotations as Transformers
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-annotations-as-transforms.html
The final talk of the main schedule of the Python Language Summit was delivered by Jason R. Coombs on using annotations for transforms. The presentation was accompanied by a GitHub repository and Jupy
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-annotations-as-transforms.html
The final talk of the main schedule of the Python Language Summit was delivered by Jason R. Coombs on using annotations for transforms. The presentation was accompanied by a GitHub repository and Jupy
Python Software Foundation Blog
The Python Language Summit 2024: Annotations as Transformers
The final talk of the main schedule of the Python Language Summit was delivered by Jason R. Coombs on using annotations for transforms. The ...
Python Software Foundation: The Python Language Summit 2024: Lightning Talks
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-lightning-talks.html
The Python Language Summit 2024 closed off with six lightning talks which were all submitted during the Language Summit. The talks were delivered by Petr Viktorin, David Hewitt, Emily Morehouse, Łukas
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-lightning-talks.html
The Python Language Summit 2024 closed off with six lightning talks which were all submitted during the Language Summit. The talks were delivered by Petr Viktorin, David Hewitt, Emily Morehouse, Łukas
Python Software Foundation Blog
The Python Language Summit 2024: Lightning Talks
The Python Language Summit 2024 closed off with six lightning talks which were all submitted during the Language Summit. The talks were deli...
Python Software Foundation: The Python Language Summit 2024: PyREPL -- New default REPL written in Python
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-pyrepl-new-default-repl-for-python.html
Lysandros showing the mistake we've all made, no longer a problem in the new REPL(Photo credit: Hugo van Kemenade)One of the headline features of Python 3.13 is the new interactive interpreter, someti
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-pyrepl-new-default-repl-for-python.html
Lysandros showing the mistake we've all made, no longer a problem in the new REPL(Photo credit: Hugo van Kemenade)One of the headline features of Python 3.13 is the new interactive interpreter, someti
Python Software Foundation Blog
The Python Language Summit 2024: PyREPL -- New default REPL written in Python
Lysandros showing the mistake we've all made, no longer a problem in the new REPL (Photo credit: Hugo van Kemenade) One of the headline feat...
Python Software Foundation: The Python Language Summit 2024
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024.html
The Python Language Summit occurs every year just before PyCon US begins, this year occurring on May 15th, 2024 in Pittsburgh, Pennsylvania. The summit is attended by core developers, triagers, and Py
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024.html
The Python Language Summit occurs every year just before PyCon US begins, this year occurring on May 15th, 2024 in Pittsburgh, Pennsylvania. The summit is attended by core developers, triagers, and Py
Python Software Foundation Blog
The Python Language Summit 2024
The Python Language Summit occurs every year just before PyCon US begins, this year occurring on May 15th, 2024 in Pittsburgh, Pennsylvania....
Python Software Foundation: The Python Language Summit 2024: Python's security model after the xz-utils backdoor
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-python-security-model-after-xz.html
Pablo Galindo Salgado describing the xz-utils backdoor(Photo credit: Hugo van Kemenade) The backdoor of the popular compression project xz-utils was discovered on Friday, March 29th 2024, by Andres Fr
Link: https://pyfound.blogspot.com/2024/06/python-language-summit-2024-python-security-model-after-xz.html
Pablo Galindo Salgado describing the xz-utils backdoor(Photo credit: Hugo van Kemenade) The backdoor of the popular compression project xz-utils was discovered on Friday, March 29th 2024, by Andres Fr
Python Software Foundation Blog
The Python Language Summit 2024: Python's security model after the xz-utils backdoor
Pablo Galindo Salgado describing the xz-utils backdoor (Photo credit: Hugo van Kemenade) The backdoor of the popular compression project x...
Matt Layman: Boosting AI with Python: Using Click, Jinja2, and GPT Libraries
Link: https://www.mattlayman.com/blog/2024/boosting-ai-with-python-using-click-jinja2-and-gpt-libraries/
n this session, we will explore how to use Python to enhance your AI projects with:
Link: https://www.mattlayman.com/blog/2024/boosting-ai-with-python-using-click-jinja2-and-gpt-libraries/
n this session, we will explore how to use Python to enhance your AI projects with:
Matt Layman
Boosting AI with Python: Using Click, Jinja2, and GPT Libraries
n this session, we will explore how to use Python to enhance your AI projects with:
Ned Batchelder: Math factoid of the day: 62
Link: https://nedbatchelder.com/blog/202406/math_factoid_of_the_day_62.html
There are two Archimedean solids with 62
faces:
rhombicosidodecahedron
truncated icosidodecahedron
They both have 62 faces because of their roots in the dodecahedron and
icosahedron. They have
Link: https://nedbatchelder.com/blog/202406/math_factoid_of_the_day_62.html
There are two Archimedean solids with 62
faces:
rhombicosidodecahedron
truncated icosidodecahedron
They both have 62 faces because of their roots in the dodecahedron and
icosahedron. They have
Nedbatchelder
Math factoid of the day: 62
The rhombicosidodecahedron has 62 faces and is more common than you’d think.
Zato Blog: Using OAuth in API Integrations
Link: https://zato.io/en/blog/oauth-api-integrations.html
Using OAuth in API Integrations
2024-06-16, by Dariusz Suchojad
OAuth is often employed in processes requiring permissions to be granted to frontend applications and end users.
Yet, what we typ
Link: https://zato.io/en/blog/oauth-api-integrations.html
Using OAuth in API Integrations
2024-06-16, by Dariusz Suchojad
OAuth is often employed in processes requiring permissions to be granted to frontend applications and end users.
Yet, what we typ
Robin Wilson: Accessing Planetary Computer STAC files in DuckDB
Link: https://blog.rtwilson.com/accessing-planetary-computer-stac-files-in-duckdb/
Microsoft Planetary Computer is a wonderful archive of geospatial datasets (primarily raster images of various types), provided with a STAC catalog to enable them to be easily searched through an API.
Link: https://blog.rtwilson.com/accessing-planetary-computer-stac-files-in-duckdb/
Microsoft Planetary Computer is a wonderful archive of geospatial datasets (primarily raster images of various types), provided with a STAC catalog to enable them to be easily searched through an API.
Real Python: Quiz: Ruff: A Modern Python Linter
Link: https://realpython.com/quizzes/ruff-python/
In this quiz, you’ll test your understanding of
Ruff, a modern linter for Python.
By working through this quiz, you’ll revisit why you’d want to use Ruff to check your Python code and how it automatic
Link: https://realpython.com/quizzes/ruff-python/
In this quiz, you’ll test your understanding of
Ruff, a modern linter for Python.
By working through this quiz, you’ll revisit why you’d want to use Ruff to check your Python code and how it automatic
Realpython
Ruff: A Modern Python Linter Quiz – Real Python
In this quiz, you'll test your understanding of Ruff, a modern linter for Python. By working through this quiz, you'll revisit why you'd want to use Ruff to check your Python code and how it automatically fixes errors, formats your code, and provides optional…
Real Python: Ruff: A Modern Python Linter for Error-Free and Maintainable Code
Link: https://realpython.com/ruff-python/
Linting is essential to writing clean and readable code that you can share with others. A linter, like Ruff, is a tool that analyzes your code and looks for errors, stylistic issues, and suspicious co
Link: https://realpython.com/ruff-python/
Linting is essential to writing clean and readable code that you can share with others. A linter, like Ruff, is a tool that analyzes your code and looks for errors, stylistic issues, and suspicious co
Realpython
Ruff: A Modern Python Linter for Error-Free and Maintainable Code – Real Python
Ruff is an extremely fast, modern linter with a simple interface, making it straightforward to use. It also aims to be a drop-in replacement for other linting and formatting tools, like Pylint, isort, and Black. It's no surprise it's quickly becoming one…
PyBites: Deploying a FastAPI App as an Azure Function: A Step-by-Step Guide
Link: https://pybit.es/articles/fastapi-app-as-azure-function-howto/
In this article I will show you how to deploy a FastAPI app as a function in Azure. Prerequisites are that you have an Azure account and have the Azure CLI installed (see here).
Setup Azure
First you
Link: https://pybit.es/articles/fastapi-app-as-azure-function-howto/
In this article I will show you how to deploy a FastAPI app as a function in Azure. Prerequisites are that you have an Azure account and have the Azure CLI installed (see here).
Setup Azure
First you
Pybites
Deploying A FastAPI App As An Azure Function: A Step-by-Step Guide - Pybites
In this article I will show you how to deploy a FastAPI app as a function in Azure. Prerequisites are that you have an Azure account and have the Azure CLI