Python Weekly - Python Weekly - Issue 574

View this email in your browser

Python Weekly

Welcome to issue 574 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
 
  The past, present, and future of notebooks
Data science notebooks have come a long way since first introduced back in 1988. Here's the 101 on how we got here, where the market is at, and predictions for the future.


News

PyCascades 2023 Call for Proposals 
Are you thinking of speaking at PyCascades? Submit your proposal by November 16th 2022.

Phylum Discovers Dozens More PyPI Packages Attempting to Deliver W4SP Stealer in Ongoing Supply-Chain Attack
Last week, our automated risk detection platform alerted us to suspicious activity in dozens of newly published PyPI packages. Here's what we uncovered.


Articles, Tutorials and Talks

Where exactly does Python 3.11 get its ~25% Speedup? Part 1: General Optimizations
CPython 3.11 is 25% faster than CPython 3.10 on average according to benchmarks with pyperformance. The changes that are being done are part of something that Guido called: The "Shannon Plan". For the 3.11 release, the plan was about making a lot of optimizations in two main areas: startup and runtime. The release also includes additional optimizations that are not part of the faster CPython project. This first part will go through the details of the general optimizations (ie. non faster CPython project improvements) that made it to the stable 3.11.0 release.

Learn Streamlit
This tutorial demonstrates how to use the Python Streamlit library to build more than 20 basic CRUD and database web apps.

RegCPython: A Register-Based Python Interpreter for Beter Performance
We implemented an open-source Python interpreter named RegCPython based on CPython v3.10.1. The former is register-based, while the latter is stack-based. Without changes in syntax, API, and ABI, RegCPython is excellently compatible with CPython. It achieves a speedup of 1.287 on the most favorable benchmark and 0.977 even on the most unfavorable benchmark. Here is a video of testing it.

SyntaxError: invalid syntax
Python's "invalid syntax" error message comes up often, especially when you're first learning Python. What usually causes this error and how can you fix it?

Python ThreadPool: The Complete Guide
This guide provides a detailed and comprehensive review of the ThreadPool in Python, including how it works, how to use it, common questions, and best practices.

How We Recreated the Dixie Wildfire’s Plume from Radar and Satellite Data
New York Times Graphics and R&D engineers worked with wildfire experts to visualize how fires create their own weather patterns. An engineer describes the process behind this data driven graphic.

Getting Started with Google APIs in Python
Google has literally hundreds of APIs, including ones for Gmail, Drive, Maps, Translation, Analytics and more. All of these share the same concepts like authorization, pagination or media uploads/downloads. In this article we will explore all of these concepts and also get our hands dirty with some of the above-mentioned APIs to learn about all the cool things you can do with any and all of Google's APIs.

An Introduction to Poisson Flow Generative Models
Poisson Flow Generative Models (PFGMs) are a new type of generative Deep Learning model, taking inspiration from physics much like Diffusion Models. Learn the theory behind PFGMs and how to generate images with them in this easy-to-follow guide.

Review of myCobot 280 Pi robotic arm with Python and visual programming
myCobot 280 Pi is a versatile robotic arm with a 6 degree of freedom design. It was developed by Elephant Robotics using the Raspberry Pi 4 board as the main controller. The robot is compact and delivers stable operation making it ideal for confined spaces. It can also be programmed in a variety of languages, is easy to use, and offers a lot of features. It is suitable for those who are interested in learning how to program a robotic arm controller and for engineering pro

Dynamically update periodic tasks in Celery and Django
Celery is a popular distributed tasks queue. The most common approach is to define the periodic tasks before the Celery worker is started. What if we would like to define periodic tasks dynamically?

Unravelling assignment expressions

EuroPython 2022 Videos 

How to Debug a Jupyter Notebook in PyCharm


Interesting Projects, Tools and Libraries

DiffusionDB
A large-scale text-to-image prompt gallery dataset based on Stable Diffusion.

Tiny3D
Tiny3D is a next generation of 3D object detection service production system.

LangChain
Building applications with LLMs through composability.

specialist
Visualize CPython 3.11's specializing, adaptive interpreter. 

voltaML
VoltaML is a lightweight library to convert and run your ML/DL deep learning models in high performance inference runtimes like TensorRT, TorchScript, ONNX and TVM.

DANCE
A Deep Learning Library for Single-Cell Analysis.


New Releases

Python 3.12.0 alpha 1

Django bugfix release: 4.1.3

PyTorch 1.13


Upcoming Events and Webinars

Virtual: PyMNtos Python Presentation Night #108
There will be following talks
  • Building a Python Library to Link US Censuses Across Time
  • Building Python Code Quality
  • Multiple Initializers in Python...No, Really!

PyData PDX Meetup November 2022 - Portland, OR
There will be a talk, nbdev: A software development workflow for exploratory python programming.
 
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 © 2022 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 573

Thursday, October 27, 2022

View this email in your browser Python Weekly Welcome to issue 573 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 572

Thursday, October 20, 2022

View this email in your browser Python Weekly Welcome to issue 572 of Python Weekly. It has been more than 6 weeks, our Twitter account @PythonWeekly all of a sudden got suspended for no reason. I

Python Weekly - Issue 571

Thursday, October 13, 2022

View this email in your browser Python Weekly Welcome to issue 571 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Join Retool's developer preview event No more

Python Weekly - Issue 570

Thursday, October 6, 2022

View this email in your browser Python Weekly Welcome to issue 570 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Deepnote is a data notebook for collaboration:

Python Weekly - Issue 569

Thursday, September 29, 2022

View this email in your browser Python Weekly Welcome to issue 569 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Establishing a fast and non-intrusive bug catching

You Might Also Like

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and

JSK Daily for Nov 22, 2024

Friday, November 22, 2024

JSK Daily for Nov 22, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Spyglass Dispatch: The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen

Friday, November 22, 2024

The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen The Spyglass Dispatch is a free newsletter sent out daily on

Charted | How the Global Distribution of Wealth Has Changed (2000-2023) 💰

Friday, November 22, 2024

This graphic illustrates the shifts in global wealth distribution between 2000 and 2023. View Online | Subscribe | Download Our App Presented by: MSCI >> Get the Free Investor Guide Now FEATURED

Daily Coding Problem: Problem #1616 [Easy]

Friday, November 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Alibaba. Given an even number (greater than 2), return two prime numbers whose sum will

The problem to solve

Friday, November 22, 2024

​ Use problem framing to define the problem to solve This week, Tom Parson and Krishna Raha share tools and frameworks to identify and address challenges effectively, while Voltage Control highlights

Issue #568: Random mazes, train clock, and ReKill

Friday, November 22, 2024

View this email in your browser Issue #568 - November 22nd 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

Whats Next for AI: Interpreting Anthropic CEOs Vision

Friday, November 22, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 22, 2024? The HackerNoon

iOS Cocoa Treats

Friday, November 22, 2024

View in browser Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week. Using the SwiftUI ImageRenderer The SwiftUI ImageRenderer

iOS Dev Weekly - Issue 688

Friday, November 22, 2024

How do you get an app featured on the App Store? There's a new process, and it's great! 📝 View on the Web Archives ISSUE 688 November 22nd 2024 Comment Every developer, from solo indie devs to