Python Weekly - Python Weekly - Issue 576

View this email in your browser

Python Weekly

Welcome to issue 576 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
 
Retool Workflows is a fast way to build and automate recurring cron jobs, custom alerts and ETL jobs. Stop provisioning infrastructure and maintaining one-off scripts. Start automating jobs 10x faster with Retool Workflows. Code level control when you need it, GUI when you don’t.


News

Arduino Announces Official MicroPython Support
Now C/C++ isn't the only game in town with Arduino partnering with Damien George for official MicroPython firmware on selected board models.


Articles, Tutorials and Talks

Parallel Nested For-Loops in Python
In this tutorial, you will discover how to change a nested for-loop to be concurrent or parallel in Python with a suite of worked examples.

What’s New In Python 3.12
This article explains the new features in Python 3.12, compared to 3.11.

How to Benchmark (Python) Code
There are plenty of ways to measure the speed of your code. Let me show you a few that I considered for the Writing Faster Python series.

unittest’s new context methods in Python 3.11 (with backports)
Python 3.11 only made one change to unittest, but it’s a good one: context manager methods. These methods can simplify setup and teardown logic in many cases, such as dynamic use of unittest.mock. In this post we’ll look at a couple fo examples using the new methods, and a backport you can copy-paste into your projects, in plain and Django flavours.

ABI compatibility in Python: How hard could it be?
This post will cover just one tiny piece of Python packaging’s complexity: the CPython stable ABI. We’ll see what the stable ABI is, why it exists, how it’s integrated into Python packaging, and how each piece goes terribly wrong to make accidental ABI violations easy.

Who controls parallelism? A disagreement that leads to slower code
If you’re using NumPy, Polars, Zarr, or many other libraries, setting a single environment variable or calling a single API function might make your code run 20%-80% faster. Or, more accurately, it may be that your code is running that much more slowly than it ought to. The problem? A conflict over who controls parallelism: your application, or the libraries it uses. Let’s see an example, and how you can solve it.

The Ultimate Coding Setup for Data Science 
In this video I go though how I setup my operating system to code for datascience. We talk about operating system, terminal, IDEs and more.

Getting started with semantic search
Learn about this rapidly developing capability.

Write Chrome Extensions in Python
In Python?!! That’s right, and it’s pretty painless with PyScript.

Trie in Python

Command-line data analytics made easy

Kubernetes Mutating Webhook with Python and FastAPI

Responding to recruiter emails with GPT-3


Interesting Projects, Tools and Libraries

pyjanitor
pyjanitor is a Python implementation of the R package janitor, and provides a clean API for cleaning data.

twitter-archive-parser
Python code to parse a Twitter archive and output in various ways.

SpyGuard
SpyGuard is a forked and enhanced version of TinyCheck. SpyGuard's main objective is to detect signs of compromise by monitoring network flows transmitted by a device.

frame-interpolation
The official Tensorflow 2 implementation of our high quality frame interpolation neural network. We present a unified single-network approach that doesn't use additional pre-trained networks, like optical flow or depth, and yet achieve state-of-the-art results. 

HStream
Easiest interactive python web app using htmx and semantic html.

johnnycanencrypt
Johnnycanencrypt aka jce is a Python module written in Rust to do basic encryption and decryption, and detached signing operations. It uses amazing sequoia-pgp library for the actual OpenPGP operations.

python-omemo
A Python implementation of the OMEMO Multi-End Message and Object Encryption protocol.


New Releases

Python 3.12.0 alpha 2


Upcoming Events and Webinars

PyBerlin 36
There will be following talks
  • Using Numba Effectively Today
  • Random (Earth imaging) Python bits
  • Using Haystack framework for NLP in Python

Pyladies Munich Meetup November 2022
There will be following talks
  • Workflow Engines: the glitter glue for Python Microservices
  • Reproducible ML workflows in AWS with Python and dstack

PyLadies Berlin Meetup November 2022
There will be following talks
  • NLP Challenges in Government Agencies
  • Data4Good: Using your Data Science Skills for the Social Good

Python Barcelona Meetup November 2022
There will be following talks
  • How to resolve the issue with the inconsistency of distributed data in your Python project
  • Introducing JAX: a faster and more efficient Numpy

PyData Amsterdam Meetup November 2022
There will be following talks
  • Applying Network Analytics in KYC
  • Econometrics meets accounting: what can PCA teach us about financial statement data?
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 575

Thursday, November 10, 2022

View this email in your browser Python Weekly Welcome to issue 575 of Python Weekly. Let's get straight to the links this week. News Python Web Conf 2023 CFP The 5th annual Python Web Conf will be

Python Weekly - Issue 574

Thursday, November 3, 2022

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

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

You Might Also Like

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

Why Nvidia's CEO loves NotebookLM

Friday, November 22, 2024

I love my Alexa-enabled microwave; Best early Black Friday deals -- ZDNET ZDNET Tech Today - US November 22, 2024 Jensen Huang Even Nvidia's CEO is obsessed with Google's NotebookLM AI tool