Python Bytes: #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...
View ArticleThe Python Show: 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...
View ArticleReal Python: The Python calendar Module: Create Calendars With Python
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...
View ArticleProgramiz: Python 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.
View ArticleDjango Weblog: Django 5.1 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 of...
View ArticleGlyph Lefkowitz: A Grand Unified Theory of the AI Hype Cycle
The CycleThe 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 that...
View ArticleNed Batchelder: Echos of the People API user guide
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...
View ArticleMatt Layman: Settings and Billing Portal - Building SaaS with Python and...
In this episode, I worked on the settings page for the user. This was a vital addition because it allows users to access the Stripe billing portal and close their account if they no longer wish to use...
View ArticleProgramiz: Python 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.
View ArticleEuroPython: 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!...
View ArticleMike Driscoll: 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...
View ArticleLuke Plant: 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...
View ArticlePython Anywhere: New help page: Playwright
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...
View ArticleReal Python: Quiz: How to Create 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 learned...
View ArticleProgramiz: Python 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.
View ArticleQuansight Labs Blog: Writing fast string ufuncs for NumPy 2.0
The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0
View ArticleMatt 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...
View ArticleTalk Python to Me: #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...
View ArticleJuri Pakaste: DotEnvy
I released a new Swift library, DotEnvy. It's a parser and loader for dotenv files.Dotenv is a vaguely specified format that is supported by libraries found for most languages used in server-side...
View ArticleProgramiz: Python 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.
View Article