PyBites: Deploying a FastAPI App as an Azure Function: A Step-by-Step Guide
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 AzureFirst you...
View ArticleQuansight Labs Blog: How Narwhals and scikit-lego came together to achieve...
And how your Python library can become dataframe-agnostic too
View ArticleCodersLegacy: Adding Data Files in Nuitka (Python Files, Images, etc)
Nuitka is a Python-to-C compiler that converts Python code into executable binaries. While Nuitka efficiently compiles Python scripts, incorporating data files such as images, audio, video, and...
View ArticleMike Driscoll: How to Publish a Python Package to PyPI
Do you have a Python package that you’d like to share with the world? You should publish it on the Python Package Index (PyPI). The vast majority of Python packages are published there. The PyPI team...
View ArticleReal Python: Rounding Numbers in Python
With many businesses turning to Python’s powerful data science ecosystem to analyze their data, understanding how to avoid introducing bias into datasets is absolutely vital. If you’ve studied some...
View ArticlePython Bytes: #388 Don't delete all the repos
<strong>Topics covered in this episode:</strong><br> <ul> <li><strong>PSF Elections coming up</strong></li> <li><a...
View ArticlePyBites: Learn Python From Scratch: We Extended Our Newbie Bite Exercises...
We are excited to announce that we’ve extended our Newbie Bites from 25 to 50 Python exercises! The importance of exercising when learning how to code We’re so passionate about this new batch of...
View ArticlePyCoder’s Weekly: Issue #634 (June 18, 2024)
#634 – JUNE 18, 2024View in Browser »Should Python Adopt Calendar Versioning? Python’s use of semantic style versioning numbers causes confusion, as breaking changes can be present in the “minor”...
View ArticleEuroPython: EuroPython June 2024 Newsletter
🐍 EuroPython 2024: The Ultimate Python Party Awaits! 🎉Hello Pythonistas,Get ready to code, connect, and celebrate at EuroPython 2024! We’re thrilled to bring you an unforgettable conference experience...
View ArticleReal Python: Quiz: Build a Guitar Synthesizer
In this quiz, you’ll test your understanding of what it takes to build a guitar synthesizer in Python. By working through this quiz, you’ll revisit a few key concepts from the music theory and sound...
View ArticlePyCharm: How to Move From pandas to Polars
This is a guest post from Cheuk Ting Ho, a data scientist who contributes to multiple open-source libraries, such as pandas and Polars.You’ve probably heard about Polars – it is now firmly in the...
View ArticleReal Python: Build a Guitar Synthesizer: Play Musical Tablature in Python
Have you ever wanted to compose music without expensive gear or a professional studio? Maybe you’ve tried to play a musical instrument before but found the manual dexterity required too daunting or...
View ArticleDjango Weblog: DjangoCon US: Call for Venue Proposal 2025
DEFNA is seeking proposals for a venue for DjangoCon US 2025 and ideally 2026. You can read the details on DEFNA’s site.For 2025, we are looking at conference dates of October 5-10, 2025 or October...
View ArticlePyBites: What is the Repository Pattern and How to Use it in Python?
The repository pattern is a design pattern that helps you separate business logic from data access code.It does so by providing a unified interface for interacting with different data sources, bringing...
View ArticleReal Python: Quiz: Creating Great README Files for Your Python Projects
Test your understanding of how a great README file can make your Python project stand out and how to create your own README files.Take this quiz after reading our Creating Great README Files for Your...
View ArticleTalk Python to Me: #467: Data Science Panel at PyCon 2024
I have a special episode for you this time around. We're coming to you live from PyCon 2024. I had the chance to sit down with some amazing people from the data science side of things: Jodie Burchell,...
View ArticlePyBites: Introducing eXact-RAG: the ultimate local Multimodal Rag
Exact-RAG is a powerful multimodal model designed for Retrieval-Augmented Generation (RAG). It seamlessly integrates text, visual and audio information, allowing for enhanced content understanding and...
View ArticleThe Python Show: 45 - Computer Vision and Data Science with Python
In this episode, we welcome Kyle Stratis from Real Python to the show to chat with us about computer vision and Python.We chatted about several different topics including:Writing about Python on Real...
View Articledeath and gravity: reader 3.13 released – scheduled updates
Hi there!I'm happy to announce version 3.13 of reader, a Python feed reader library.What's new? #Here are the highlights since reader 3.12.Scheduled updates #reader now allows updating feeds at...
View ArticleReal Python: The Real Python Podcast – Episode #209: Python's Command-Line...
What are the built-in Python modules that can work as useful command-line tools? How can these tools add more functionality to Windows machines? Christopher Trudeau is back on the show this week,...
View Article