Python Weekly - Python Weekly - Issue 532

View this email in your browser

Python Weekly

Welcome to issue 532 of Python Weekly. Let's get straight to the links this week.
News

Django Developers Survey 2021 Results


Articles, Tutorials and Talks

Build an NFT rarity tool with Django
Learn how to build an NFT rarity tool. The project we will build will use Django, celery for asynchronous tasks, and web3.py to interact with the Ethereum blockchain.

Game Boy Emulator: Writing the Z80 Disassembler
Let’s continue where we left off in the introduction to Game Boy Emulation with a deep dive into the Game Boy’s opcodes and operands – the language of the Z80 CPU – and how to make sense of it all.

Analyzing Seated's restaurants by reversing their API
Seated is an app that offers a certain (sizable) percentage off your bill for certain restaurants in your area. This post shows you how to grab all their restaurants and visualize the stats on them.

Nine Rules for Writing Python Extensions in Rust
Practical Lessons from Upgrading Bed-Reader, a Python Bioinformatics Package.

Profiling and Analyzing Performance of Python Programs
In this article, we will look at the tools and techniques that can help us narrow down our focus and find bottlenecks both for CPU and memory consumption, as well as how to implement easy (almost zero-effort) solutions to performance issues in cases where even well-targeted code changes won't help anymore.

Extracting information from Python source code
What library symbols does a Python source code file use? And what symbols does it provide to its users? A simple tool called invectio can provide this information based on static source code analysis. This small tool can extract information about imports as well as information about what users can import from Python modules.

FastAPI Microservice Patterns: GraphQL API
The go-to backend/frontend integration API.

How to Make an Immutable Dict in Python

Python ParamSpec guide

Learn Python ASTs, by building your own linter

Is your Python code vulnerable to log injection?


Interesting Projects, Tools and Libraries

Asyncer
Asyncer, async and await, focused on developer experience.

slotscheck
Find mistakes in your __slots__ definitions.

pytermgui
A simple yet powerful TUI framework for your Python (3.7+) applications.

debug-toolkit
A modern code-injection framework for Python. Like Pyrasite but Kubernetes-aware.

SuperGradients
Easily train or fine-tune SOTA computer vision models from one training repository.

tree-math
Mathematical operations for JAX pytrees.

nurses_2
A widget and async-centric terminal graphics library.

Tencent Cloud Code Analysis
A code comprehensive analysis platform, which includes three components: server, web, and client. It supports the integration of common code analysis tools in the industry. Its main function is to ensure the code quality under agile iterations of multiple engineering projects and Support the team to inherit the code culture.

numpy-allocator
Configurable memory allocations

MT3
Multi-Task Multitrack Music Transcription.


New Releases

Django security releases issued: 4.0.1, 3.2.11, and 2.2.26


Upcoming Events and Webinars

Virtual: Cleveland Python Meetup January 2022
There will be a talk, Exploring Python's new Structural Pattern Matching.

Virtual: PyMNtos Python Presentation Night #100
There will be following talks
  • Sequential Data Processing in Python Using Chains and Pipes
  • This is Your Brain On Networkx

Virtual: PyData PDX Meetup January 2022
There will be a talk, The Power of Connecting Your Data: Machine learning enabled by network graphs.

Virtual: IndyPy Meetup January 2022
There will be a talk, An Intro to Airflow.

Virtual: Austin Python Meetup January 2022
There will be a talk, data structures using Python and Neo4j.
 
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 531

Thursday, December 23, 2021

View this email in your browser Python Weekly Welcome to issue 531 of Python Weekly. This will be the final issue of 2021. We will be back on January 6th, 2022 after the holiday break. Wish you all a

Python Weekly - Issue 530

Thursday, December 16, 2021

View this email in your browser Python Weekly Welcome to issue 530 of Python Weekly. Let's get straight to the links this week. Articles, Tutorials and Talks Let's Write a Game Boy Emulator in

Python Weekly - Issue 525

Thursday, November 11, 2021

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

Thursday, November 4, 2021

View this email in your browser Python Weekly Welcome to issue 524 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Cheat sheet: 9 Python security best practices Most

Python Weekly - Issue 523

Thursday, October 28, 2021

View this email in your browser Python Weekly Welcome to issue 523 of Python Weekly. There is a unique opportunity to join the early team of a high growth venture backed B2B fintech startup. They are

You Might Also Like

Healthy life, Meta's AI and legibility

Saturday, January 11, 2025

Neologism #25, 11.01.2024 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1665 [Medium]

Saturday, January 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by LinkedIn. A wall consists of several rows of bricks of various integer lengths and

📊 Every Smartphone I've Ever Owned, Ranked — This Tiny Smart Remote Is the Most Exciting Thing at CES

Saturday, January 11, 2025

Also: 5 Android Notification Features to Make Your Day Easier, and More! How-To Geek Logo January 11, 2025 Did You Know On March 12, 1951, a curious thing happened. In the United States and the United

Ranked | The Top Grossing Movies Worldwide in 2024 🎬

Saturday, January 11, 2025

Established IP dominated the 2024 box office, with top films mostly being sequels, spin-offs, or franchise continuations. View Online | Subscribe | Download Our App FEATURED STORY Ranked: Top Grossing

📖 Your Step-by-Step Guide to Securing AI in the Enterprise

Saturday, January 11, 2025

January 11, 2025 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Tines. When it comes to adopting AI securely,

🐍 New Python tutorials on Real Python

Saturday, January 11, 2025

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Iterators and Iterables in Python: Run Efficient

Life Update: Me. In Shorts. In Antarctica [Pics Inside 🧊]

Saturday, January 11, 2025

And yes, I jumped in. It taught me a lot 😅 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Google Researcher Uncovers Zero-Click Exploit Targeting Android Devices

Saturday, January 11, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and

📧 Working with LLMs in .NET using Microsoft.Extensions.AI

Saturday, January 11, 2025

​ Working with LLMs in .NET using Microsoft․Extensions․AI Read on: m​y website / Read time: 6 minutes The .NET Weekly is brought to you by: ​Transform your database performance with RavenDB​:

iOS Dev Weekly – Issue 694

Friday, January 10, 2025

Hopefully you won't see that much difference with receiving this issue, but it's ALL CHANGED behind the scenes! 😱 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌