Christoph Schiessl: How to Serve a Directory of Static Files with FastAPI
Learn how to serve a static site using FastAPI. Perfect for locally testing statically generated websites, for instance, with `httpie`.
View ArticleReal Python: pandas GroupBy: Grouping Real World Data in Python
Whether you’ve just started working with pandas and want to master one of its core capabilities, or you’re looking to fill in some gaps in your understanding about .groupby(), this course will help you...
View ArticleMike Driscoll: ANN: ObjectListView3 for wxPython
ObjectListView is a third-party wxPython widget that wraps the wx.ListCtrl. I have used it for over 10 years in quite a few different GUI applications because it works much nicer than wx.ListCtrl does....
View ArticlePython Bytes: #393 Dare enter the Bash dungeon?
<strong>Topics covered in this episode:</strong><br> <ul> <li><a href="https://marimo.io"><strong>Marimo:</strong></a><a...
View ArticlePyCoder’s Weekly: Issue #639 (July 23, 2024)
#639 – JULY 23, 2024View in Browser »Asyncio gather() Handle Exceptions The asyncio.gather() function takes an optional argument return_exceptions which changes the behavior of the co-routine when an...
View ArticleQuansight Labs Blog: Introducing the 2024 Labs Internship Program Cohort
Meet the interns joining us for our third-annual summer internship.
View ArticleReal Python: Quiz: Hugging Face Transformers
In this quiz, you’ll test your understanding of Hugging Face Transformers. This library is a popular choice for working with transformer models in natural language processing tasks, computer vision,...
View ArticleDjango Weblog: Django 5.1 release candidate 1 released
Django 5.1 release candidate 1 is the final opportunity for you to try out a kaleidoscope of improvements before Django 5.1 is released.The release candidate stage marks the string freeze and the call...
View ArticleReal Python: Hugging Face Transformers: Leverage Open-Source AI in Python
Transformers is a powerful Python library created by Hugging Face that allows you to download, manipulate, and run thousands of pretrained, open-source AI models. These models cover multiple tasks...
View ArticlePyPy: Abstract interpretation in the Toy Optimizer
This is a cross-post from Max Bernstein from his excellent blog where he writes about programming languages, compilers, optimizations, virtual machines. He's looking for a (dynamic language runtime or...
View Articlescikit-learn: Interview with Adam Li, scikit-learn Team Member
Author: Reshama Shaikh , Adam LiBIO: Adam is currently a Postdoctoral Research Scientist at Columbia University in the Causal Artificial Intelligence Lab, directed by Dr. Elias Bareinboim. He is an...
View ArticleEuroPython Society: EuroPython 2024 Code of Conduct Transparency Report
The 2024 version of the EuroPython conference took place both online and in person in July 2024. This was the second conference under our new Code of Conduct (CoC), and we had Code of Conduct working...
View ArticleReal Python: Quiz: Python String Formatting: Available Tools and Their Features
Test your understanding of Python’s tools for string formatting, including f-strings, the .format() method, and the modulo operator.Take this quiz after reading our Python String Formatting: Available...
View ArticleReal Python: Quiz: Python Protocols: Leveraging Structural Subtyping
Test your understanding of how to create and use Python protocols while providing type hints for your functions, variables, classes, and methods.Take this quiz after reading our Python Protocols:...
View ArticleReal Python: Quiz: Logging in Python
In this quiz, you’ll test your understanding of Python’s logging module.Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program...
View ArticleReal Python: The Real Python Podcast – Episode #214: Build Captivating...
Do you need help making data tables in Python look interesting and attractive? How can you create beautiful display-ready tables as easily as charts and graphs in Python? This week on the show, we...
View ArticlePython Software Foundation: Python’s Supportive and Welcoming Environment is...
Python is as popular as it is today because we have gone above and beyond to make this a welcoming community. Being a friendly and supportive community is part of how we are perceived by the wider...
View ArticleKushal Das: Multi-factor authentication in django
Multi-factor authentication is a must have feature in any modern web application. Specially providing support for both TOTP (think applications on phone) and FIDO2 (say Yubikeys) usage. I created a...
View ArticleTalk Python to Me: #472: State of Flask and Pallets in 2024
Flask is one of the most important Python web frameworks and powers a bunch of the internet. David Lord, Flask's lead maintainer is here to give us an update on the state of Flask and Pallets in 2024....
View ArticlePython Software Foundation: Notice of Python Software Foundation Bylaws...
There has been a lot of attention directed at our Bylaws over the last few weeks, and as a result of that conversation, the Board was alerted to a defect in our Bylaws that exposes the Foundation to an...
View Article