Python Weekly - Python Weekly - Issue 539

View this email in your browser

Python Weekly

Welcome to issue 539 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
 
  Hired is home to 1000s of companies: from startups to Fortune 500s who are actively hiring python engineers. Once you create a profile, hiring managers can send interview requests based on desired salary & top skills. Sign up today - it’s completely free!


News

Python Software Foundation hiring contract developers to build new features in PyPI
The Python Software Foundation is looking to hire two contractors who will code, test, review, document and deploy the organization account features. The two contractors include one backend developer and one frontend developer.


Articles, Tutorials and Talks

Compton Scattering (KLEIN-NISHINA) Simulation in Python 
This video considers the full probabilistic treatment of Compton scattering using the Klein-Nishina equation to get the distribution of energy transferred to electrons during Compton interactions.

Enumerate from first principles
In this article, we will use Python to reimplement the built-in enumerate. We will start with a rough solution that doesn't really cut it, and we will rework it bit by bit until we have a full reimplementation of the built-in enumerate.

Interview with Sebastian Ramirez: FastAPI Creator 
Learn how FastAPI, a high-performance Python web framework for building APIs, became the 3d most loved framework after just 2 years of existence.

Writing Your Own Sudo
What does sudo do? One might think that sudo is actually some binary deeply integrated into the kernel, relying on a special purpose-built system call to achieve its functionality. After all, it lets you use root without even providing the password for that account! But thanks to one bit inside file permissions, sudo can exist without any of this. Let's write our own version of sudo to prove this point. 

Python Project Setup – Virtual Environments and Package Management
Modern Python projects need a bit more than venv and pip - Learn about the best tools for package management and environment isolation.

Python support for regular expressions
Regular expressions are a common feature of computer languages, especially higher-level languages like Ruby, Perl, Python, and others, for doing fairly sophisticated text-pattern matching. Some languages, including Perl, incorporate regular expressions into the language itself, while others have classes or libraries that come with the language installation. Python's standard library has the re module, which provides facilities for working with regular expressions; as a recent discussion on the python-ideas mailing shows, though, that module has somewhat fallen by the wayside in recent times.

From Docker CLI to Docker Compose
In this post I will show you how and why Docker Compose is useful, building a simple application written in Python that uses PostgreSQL.

Why You Should (or Shouldn't) be Using Google's JAX in 2022
Should you be using JAX in 2022? Check out our recommendations on using JAX for Deep Learning and more!

Brownie: everything you need to know to write, test and deploy your smart contracts.
We’ll walk through and explore all the main areas of functionality and I'll give you some tricks you can use to make your development process more easy.

How To Classify Text With Python, Transformers & scikit-learn
What is text classification? How does do text classifiers work? How can you train your own news classification models?

Learn to Containerize Algorithms Deploy to AWS with App Runner 
Learn to build greedy algorithms, then convert them to microservices and finally containerized them and deploy to AWS with App Runner.

Modal forms with Django+HTMX
This article describes the pattern I use to implement modal forms (i.e., forms in a modal dialog box) with Django and HTMX.

BentoML: Create an ML Powered Prediction Service in Minutes
Containerize and Deploy Your ML Model in Python.


Interesting Projects, Tools and Libraries

pyTermTk
Text-based user interface library (TUI) Evolved from the discontinued project pyCuT and inspired by a mix of Qt5,GTK, and tkinter api definition with a touch of personal interpretation.

Anomalib
An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.

Textless
Library for Textless Spoken Language Processing.

CodeCat 
CodeCat is an open-source tool to help you find/track user input sinks and security bugs using static code analysis.

pytest-rich
Leverage rich for richer test session output.

hcpy
Python tool to talk to Home Connect appliances over the local network (no cloud required).

mkposters
Make posters from Markdown files. 

PurplePanda
Identify privilege escalation paths within and across different clouds.


New Releases

PyPy v7.3.8: release of python 2.7, 3.7, 3.8, and 3.9


Upcoming Events and Webinars

Virtual: PyData Triangle March 2022
There will be following talks
  • Scale PyData To Clusters & GPUs with Dask
  • Test-Centric ML Model Development
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 538

Thursday, February 17, 2022

View this email in your browser Python Weekly Welcome to issue 538 of Python Weekly. Let's get straight to the links this week. Articles, Tutorials and Talks Your First NLP Tutorial in Python -

Python Weekly - Issue 537

Thursday, February 10, 2022

View this email in your browser Python Weekly Welcome to issue 537 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Catch Errors in Your Complex Regular Expressions

Python Weekly - Issue 536

Thursday, February 3, 2022

View this email in your browser Python Weekly Welcome to issue 536 of Python Weekly. Let's get straight to the links this week. News Google releases differential privacy pipeline for Python

Python Weekly - Issue 535

Thursday, January 27, 2022

View this email in your browser Python Weekly Welcome to issue 535 of Python Weekly. Let's get straight to the links this week. News The first high-performance self-supervised algorithm that works

Python Weekly - Issue 534

Thursday, January 20, 2022

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

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your