Python Bytes: #384 Force push lightly
Link: https://pythonbytes.fm/episodes/show/384/force-push-lightly
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://adamj.eu/tech/2023/10/31/git-force-push-safely/"><strong>Git: Force push safely with</strong></a><a href="https://adamj
Link: https://pythonbytes.fm/episodes/show/384/force-push-lightly
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://adamj.eu/tech/2023/10/31/git-force-push-safely/"><strong>Git: Force push safely with</strong></a><a href="https://adamj
pythonbytes.fm
Force push lightly
News and announcements from the Python community for the week of May 21st, 2024
The Python Show: 41 - Python Packaging and FOSS with Armin Ronacher
Link: https://www.pythonshow.com/p/41-python-packaging-and-foss-with
In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!Specifically, we talked about the following:How Flask came aboutFa
Link: https://www.pythonshow.com/p/41-python-packaging-and-foss-with
In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!Specifically, we talked about the following:How Flask came aboutFa
Pythonshow
41 - Python Packaging and FOSS with Armin Ronacher
In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click! Specifically, we talked about the following: How Flask came about Favorite Python packages Python packaging and much more!
Real Python: The Python calendar Module: Create Calendars With Python
Link: https://realpython.com/python-calendar-module/
The Python calendar module provides several ways to generate calendars for Python programs. It also includes a variety of functions for working with calendar data as strings, numbers, and datetime obj
Link: https://realpython.com/python-calendar-module/
The Python calendar module provides several ways to generate calendars for Python programs. It also includes a variety of functions for working with calendar data as strings, numbers, and datetime obj
Realpython
The Python calendar Module: Create Calendars With Python – Real Python
Learn to use the Python calendar module to create and customize calendars in plain text, HTML or directly in your terminal.
Django Weblog: Django 5.1 alpha 1 released
Link: https://www.djangoproject.com/weblog/2024/may/22/django-51-alpha-1-released/
Django 5.1 alpha 1 is now available. It represents the first stage in the 5.1
release cycle and is an opportunity for you to try out the changes coming in
Django 5.1.
Django 5.1 brings a kaleidoscope
Link: https://www.djangoproject.com/weblog/2024/may/22/django-51-alpha-1-released/
Django 5.1 alpha 1 is now available. It represents the first stage in the 5.1
release cycle and is an opportunity for you to try out the changes coming in
Django 5.1.
Django 5.1 brings a kaleidoscope
Django Project
Django 5.1 alpha 1 released
Posted by Natalia Bidart on May 22, 2024
Glyph Lefkowitz: A Grand Unified Theory of the AI Hype Cycle
Link: https://blog.glyph.im/2024/05/grand-unified-ai-hype.html
The Cycle
The history of AI goes in cycles, each of which looks at least a little bit like this:
Scientists do some basic research and develop a promising novel mechanism, N. One important detail is
Link: https://blog.glyph.im/2024/05/grand-unified-ai-hype.html
The Cycle
The history of AI goes in cycles, each of which looks at least a little bit like this:
Scientists do some basic research and develop a promising novel mechanism, N. One important detail is
blog.glyph.im
A Grand Unified Theory of the AI Hype Cycle
I’m sorry, but as an AI language model, I cannot repeat history exactly. However, I can rhyme with it.
Ned Batchelder: Echos of the People API user guide
Link: https://nedbatchelder.com/blog/202405/echos_of_the_people_api_user_guide.html
PyCon 2024 just happened, and as always it was a whirlwind of re-connecting
with old friends, meeting new friends, talking about anything and everything,
juggling, and getting simultaneously energized
Link: https://nedbatchelder.com/blog/202405/echos_of_the_people_api_user_guide.html
PyCon 2024 just happened, and as always it was a whirlwind of re-connecting
with old friends, meeting new friends, talking about anything and everything,
juggling, and getting simultaneously energized
Nedbatchelder
Echos of the People API user guide
A few brief notes on some things that happened at PyCon 2024
EuroPython: EuroPython May 2024 Newsletter
Link: https://blog.europython.eu/europython-may-2024-newsletter/
Hello, Python people! 🐍Welcome back to our cosy corner of community & code!It&aposs absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 It’s
Link: https://blog.europython.eu/europython-may-2024-newsletter/
Hello, Python people! 🐍Welcome back to our cosy corner of community & code!It&aposs absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 It’s
EuroPython Blog
EuroPython May 2024 Newsletter
Hello, Python people! 🐍 Welcome back to our cosy corner of community & code! It's absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 It’s been months since our last gathering in this magical city…
Mike Driscoll: Episode 41 – Python Packaging and FOSS with Armin Ronacher
Link: https://www.blog.pythonlibrary.org/2024/05/23/episode-41-python-packaging-and-foss-with-armin-ronacher/
In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!
Specifically, we talked about the following:
How Flask came abo
Link: https://www.blog.pythonlibrary.org/2024/05/23/episode-41-python-packaging-and-foss-with-armin-ronacher/
In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!
Specifically, we talked about the following:
How Flask came abo
Mouse Vs Python
Episode 41 - Python Packaging and FOSS with Armin Ronacher - Mouse Vs Python
In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click! Specifically, we
Luke Plant: pyastgrep and custom linting
Link: https://lukeplant.me.uk/blog/posts/pyastgrep-and-custom-linting/
A while back I released pyastgrep, which is a rewrite of astpath. It’s a tool that allows you to search for specific Python syntax elements using XPath as a query language.
As part of the rewrite, I s
Link: https://lukeplant.me.uk/blog/posts/pyastgrep-and-custom-linting/
A while back I released pyastgrep, which is a rewrite of astpath. It’s a tool that allows you to search for specific Python syntax elements using XPath as a query language.
As part of the rewrite, I s
Luke Plant's home page
pyastgrep and custom linting
Methodology and sample code for using pyastgrep to do custom linting tasks on Python source code.
Python Anywhere: New help page: Playwright
Link: https://blog.pythonanywhere.com/212/
We’ve had an increasing number of people asking us how to use
Playwright on
PythonAnywhere. Playwright is a browser automation framework that was
developed by Microsoft; like the more-established
Sel
Link: https://blog.pythonanywhere.com/212/
We’ve had an increasing number of people asking us how to use
Playwright on
PythonAnywhere. Playwright is a browser automation framework that was
developed by Microsoft; like the more-established
Sel
Real Python: Quiz: How to Create Pivot Tables With pandas
Link: https://realpython.com/quizzes/creating-pivot-tables-with-pandas/
In this quiz, you’ll test your understanding of
how to create pivot tables with pandas.
By working through this quiz, you’ll review your knowledge of pivot tables and also expand beyond what you learn
Link: https://realpython.com/quizzes/creating-pivot-tables-with-pandas/
In this quiz, you’ll test your understanding of
how to create pivot tables with pandas.
By working through this quiz, you’ll review your knowledge of pivot tables and also expand beyond what you learn
Realpython
How to Create Pivot Tables With pandas Quiz – Real Python
This quiz is designed to push your knowledge of pivot tables a little bit further. You won't find all the answers by reading the tutorial, so you'll need to do some investigating on your own. By finding all the answers, you're sure to learn some other interesting…
Quansight Labs Blog: Writing fast string ufuncs for NumPy 2.0
Link: https://labs.quansight.org/blog/numpy-string-ufuncs
The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0
Link: https://labs.quansight.org/blog/numpy-string-ufuncs
The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0
labs.quansight.org
Writing fast string ufuncs for NumPy 2.0
The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0
Matt Layman: Export Journal Feature - Building SaaS with Python and Django #191
Link: https://www.mattlayman.com/blog/2024/export-journal-feature-building-saas-with-python-and-django-191/
In this episode, I started with cleaning up a few small items. After those warmups, we moved on to building an export feature that will allow users to take their journal entries if they want to leave
Link: https://www.mattlayman.com/blog/2024/export-journal-feature-building-saas-with-python-and-django-191/
In this episode, I started with cleaning up a few small items. After those warmups, we moved on to building an export feature that will allow users to take their journal entries if they want to leave
Matt Layman
Export Journal Feature - Building SaaS with Python and Django #191
In this episode, I started with cleaning up a few small items. After those warmups, we moved on to building an export feature that will allow users to take their journal entries if they want to leave the service.
Talk Python to Me: #463: Running on Rust: Granian Web Server
Link: https://talkpython.fm/episodes/show/463/running-on-rust-granian-web-server
So you've created a web app with Python using Flask, Django, FastAPI, or even Emmett. It works great on your machine. How do you get it out to the world? You'll need a production-ready web server. On
Link: https://talkpython.fm/episodes/show/463/running-on-rust-granian-web-server
So you've created a web app with Python using Flask, Django, FastAPI, or even Emmett. It works great on your machine. How do you get it out to the world? You'll need a production-ready web server. On
talkpython.fm
Running on Rust: Granian Web Server
So you've created a web app with Python using Flask, Django, FastAPI, or even Emmett. It works great on your machine. How do you get it out to the world? You'll need a production-ready web server. On this episode, we have Giovanni Barillari to tell us about…
Zato Blog: Web scraping as an API service
Link: https://zato.io/en/blog/web-scraping-api-integrations.html
Web scraping as an API service
2024-05-27, by Dariusz Suchojad
Overview
In systems-to-systems integrations, there comes an inevitable time when we have to employ some kind of a web scraping too
Link: https://zato.io/en/blog/web-scraping-api-integrations.html
Web scraping as an API service
2024-05-27, by Dariusz Suchojad
Overview
In systems-to-systems integrations, there comes an inevitable time when we have to employ some kind of a web scraping too
Real Python: How to Create Pivot Tables With pandas
Link: https://realpython.com/how-to-pandas-pivot-table/
A pivot table is a data analysis tool that allows you to take columns of raw data from a pandas DataFrame, summarize them, and then analyze the summary data to reveal its insights.
Pivot tables allow
Link: https://realpython.com/how-to-pandas-pivot-table/
A pivot table is a data analysis tool that allows you to take columns of raw data from a pandas DataFrame, summarize them, and then analyze the summary data to reveal its insights.
Pivot tables allow
Realpython
How to Create Pivot Tables With pandas – Real Python
In this tutorial, you'll learn how to create pivot tables using pandas. You'll explore the key features of DataFrame's pivot_table() method and practice using them to aggregate your data in different ways.
Python Bytes: #385 RESTing on Postgres
Link: https://pythonbytes.fm/episodes/show/385/resting-on-postgres
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/PostgREST/postgrest">PostgresREST</a></li>
<li><a href="https://jacobpadilla.com/articles/recreating-asyncio
Link: https://pythonbytes.fm/episodes/show/385/resting-on-postgres
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/PostgREST/postgrest">PostgresREST</a></li>
<li><a href="https://jacobpadilla.com/articles/recreating-asyncio
pythonbytes.fm
RESTing on Postgres
News and announcements from the Python community for the week of May 27th, 2024
Robin Wilson: How to install the Python triangle package on an Apple Silicon Mac
Link: https://blog.rtwilson.com/how-to-install-the-python-triangle-package-on-an-apple-silicon-mac/
I was recently trying to set up RasterVision on my Apple Silicon Mac (specifically a M1 MacBook Pro, but I’m pretty sure this applies to any Apple Silicon Mac). It all went fine until it came time to
Link: https://blog.rtwilson.com/how-to-install-the-python-triangle-package-on-an-apple-silicon-mac/
I was recently trying to set up RasterVision on my Apple Silicon Mac (specifically a M1 MacBook Pro, but I’m pretty sure this applies to any Apple Silicon Mac). It all went fine until it came time to
Quansight Labs Blog: Dataframe interoperability - what has been achieved, and what comes next?
Link: https://labs.quansight.org/blog/dataframe-interop-pycon-lit-2024
An overview of the dataframe landscape, and solution to the "we only support pandas" problem
Link: https://labs.quansight.org/blog/dataframe-interop-pycon-lit-2024
An overview of the dataframe landscape, and solution to the "we only support pandas" problem
labs.quansight.org
Dataframe interoperability - what has been achieved, and what comes next?
An overview of the dataframe landscape, and solution to the "we only support pandas" problem
Python Software Foundation: Thinking about running for the Python Software Foundation Board of Directors? Let’s talk!
Link: https://pyfound.blogspot.com/2024/05/blog-post.html
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 3 seats open on the P
Link: https://pyfound.blogspot.com/2024/05/blog-post.html
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 3 seats open on the P
Python Software Foundation Blog
Thinking about running for the Python Software Foundation Board of Directors? Let’s talk!
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the...