Python Weekly - Python Weekly - Issue 616

View this email in your browser

Python Weekly

Welcome to issue 616 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
Get Your Weekly Dose of Programming
A weekly newsletter featuring the best hand curated news, articles, tutorials, talks, tools and libraries etc for programmers. Join For Free

Articles, Tutorials and Talks

Writing a C compiler in 500 lines of Python
The author embarked on the challenge of creating a C compiler in 500 lines of Python, finding it surprisingly challenging yet intriguing. This post provides an overview of the compiler's architecture, design decisions, and some of the features sacrificed to achieve brevity, aiming to make the code more accessible to readers interested in understanding it.

How to Avoid Refactoring Legacy Code HELL 
This video teaches you a 5-step framework for refactoring legacy code.

How to manage a team of AI agents
Lessons from building an app for $1.50 in 10 minutes.

Bloom Filters and Beyond: An Illustrated Introduction and Implementation
This article covers bloom filters in great detail along with their practical applications and an implementation in Python. It also discusses counting bloom filters, which allow deletion of items as well. 

Learning Pandas? Start Here. 
A high paced overview of many of the pandas core functionality. As one of the most popular libraries in all of programming, Pandas is an essential tool for learning data wrangling. Watch this video to get a good foundational understanding of what is possible.

Recursion in 4 Minutes
Recursion is when a function calls itself. This 4 minute screencast/article explains how recursion works and when it is (and isn't) useful.

Packaging Python Projects in 2023
Learning clean package management with Pyhon is still a tricky subject even though there are a lot of resources available online. A lot of the resources found online only cover partial topics while others make recommendations which are becoming slowly obsolete, for example by still using setup.py. In this post, I will show how to set up a new package in Python from scratch with all features I consider useful and important for a good Python package.

Build an AI app with FastAPI and Docker 
A coding session with Sebastián Ramírez and learn how to build a Machine Learning app with FastAPI and Docker. Along the way we will show you some tips like the interactive coding session and Docker init command, and best practices when working with FastAPI.

An Intro to Protocol Buffers with Python
Protocol buffers are a data serialization format that is language agnostic. They are analogous to Python’s own pickle format, but one of the advantages of protocol buffers is that they can be used by multiple programming languages. In this post, learn the basics of working with Protocol Buffers using Python. 


Interesting Projects, Tools and Libraries

compress
Text compression for generating keyboard expansions. This is a tool for automatically creating typing shortcuts from a corpus of your own writing! 

hrequests
Web scraping for humans.

Spotlight
Interactively explore unstructured datasets from your dataframe.

Textbase
Textbase is a simple framework for building AI chatbots.

XTuner
XTuner is a toolkit for efficiently fine-tuning LLM.

gpt-pilot
Dev tool that writes scalable apps from scratch while the developer oversees the implementation.

pysentation
pysentation is a CLI for displaying Python presentations.

lida
Automatic Generation of Visualizations and Infographics using Large Language Models.

CoTracker
CoTracker is a model for tracking any point (pixel) on a video.


New Releases

Django security releases issued: 4.2.5, 4.1.11, and 3.2.21

Python 3.12.0 release candidate 2 now available


Upcoming Events and Webinars

Virtual: LLM Hackathon
Build an innovative LLM-based Streamlit app that incorporates at least one of the following LLM technologies: LangChain, AssemblyAI, Weaviate, LlamaIndex, or Clarifai. There are five “Most Innovative Use” prize categories, one for each partner listed.

DjangoCon US 2023
DjangoCon US is being held from October 16th - 20th in Durham, NC and online. Tickets are now available for purchase. Tutorials are happening online only on October 8th. 

San Francisco Python Meetup September 2023
There will be following talks
  • Multi-version Python monorepo with Bazel
  • API Documentation: How Sentry Designed Custom Tooling

Virtual: PyMNtos Python Presentation Night #117
There will be a talk, Build a simple web app with HTMX and WebSockets.
 
Our Other Newsletters
Programmer Weekly - A free weekly newsletter for programmers.

Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
 
Copyright © 2023 Python Weekly, All rights reserved.
You are receiving our weekly newsletter because you signed up at http://www.PythonWeekly.com.

Our mailing address is:
Python Weekly
Brooklyn
Brooklyn, NY 11209

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Python Weekly - Issue 615

Thursday, August 31, 2023

View this email in your browser Python Weekly Welcome to issue 615 of Python Weekly. Let's get straight to the links this week. News The Python Software Foundation has been authorized by the CVE

Python Weekly - Issue 614

Thursday, August 24, 2023

View this email in your browser Python Weekly Welcome to issue 614 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

Python Weekly - Issue 613

Thursday, August 17, 2023

View this email in your browser Python Weekly Welcome to issue 613 of Python Weekly. Let's get straight to the links this week. Articles, Tutorials and Talks How to write Python code people

Python Weekly - Issue 612

Monday, August 14, 2023

View this email in your browser Python Weekly Welcome to issue 612 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

Python Weekly - Issue 611

Thursday, August 3, 2023

View this email in your browser Python Weekly Welcome to issue 611 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

You Might Also Like

Recording: 'Data Storytelling: What Organizations Need to Know Going Into 2025'

Friday, November 22, 2024

Thank you for your interest in our latest webinar. As promised here is your recording of the event. View email in browser Recording Now Available Thank you for your interest in receiving a recording of

💻 Issue 437 - Introducing local Azure Service Bus Emulator

Thursday, November 21, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 437 Release Date Nov 21, 2024 Your weekly report of the most popular .NET news, articles and projects

💎 Issue 444 - Why did people rub snow on frozen feet? (2017)

Thursday, November 21, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 444 Release Date Nov 21, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 444 - JavaScript Dos and Donts

Thursday, November 21, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 444 Release Date Nov 21, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 438 - Reverse Engineering iOS 18 Inactivity Reboot

Thursday, November 21, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 438 Release Date Nov 21, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 362 - React Anti-Pattern: Stop Passing Setters Down the Components Tree

Thursday, November 21, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 362 Release Date Nov 21, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 444 - Building simple event-driven applications with Pub/Sub

Thursday, November 21, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 444 Release Date Nov 21, 2024 Your weekly report of the most popular Node.js news, articles and

📱 Issue 441 - Shift Left Is the Tip of the Iceberg

Thursday, November 21, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 441 Release Date Nov 21, 2024 Your weekly report of the most popular Swift news, articles and projects

💻 Issue 439 - Async/Await Is Real And Can Hurt You

Thursday, November 21, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 439 Release Date Nov 21, 2024 Your weekly report of the most popular Rust news, articles and projects

📲 Why I Ditched Linux for Samsung DeX — Buy This Instead of a Gaming Headset

Thursday, November 21, 2024

Also: Taking Instagram Stories to the Next Level, and More! How-To Geek Logo November 21, 2024 Did You Know Thurl Ravenscroft was both the voice behind the Christmas song "You're a Mean One,