Python Weekly - Python Weekly - Issue 519

View this email in your browser

Python Weekly

Welcome to issue 519 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
 
Your Python Code: Powerful and Secure
SonarQube offers Python static analysis that’s powerful, fast, and accurate - out of the box! Find and review Security Hotspots and automatically detect Vulnerabilities in your code. Get started analyzing your Python projects today! Start for free.


Articles, Tutorials and Talks

Build a Blockchain with Python & FastAPI 
Learn how to build a blockchain using Python and then access it using an API built with FastAPI.

Python behind the scenes #13: the GIL and its effects on Python multithreading
This post talks about non-obvious effects of the GIL. Along the way, we'll discuss what the GIL really is, why it exists, how it works, and how it's going to affect Python concurrency in the future.

Natural Language Processing with spaCy & Python 
In this spaCy tutorial, you will learn all about natural language processing and how to apply it to real-world problems using the Python spaCy library.

New Testing Features in Django 4.0
Django 4.0 had its first alpha release last week and the final release should be out in December. It contains an abundance of new features, which you can check out in the release notes. In this post we’ll look at the changes to testing in a bit more depth.

3 ways to test your API with Python
Unit testing can be daunting, but these Python modules will make your life much easier.

Fetch the Flag CTF at SnykCon | Oct 5 | Register for free 
Ready to take your security skills to the next level? Compete in 20 hands-on hacking challenges & win prizes at Fetch the Flag CTF at SnykCon on Oct 5. Register for free. SPONSOR

Conditional expressions
In this post, learn how to use Python's conditional expressions.

Pixel Shuffle Super Resolution with TensorFlow, Keras, and Deep Learning
Learn about Pixel Shuffle Super Resolution and how you can use Pixel Shuffle Super Resolution in your own projects and code.

Python: Deep and Shallow Copy Object
In this article, you will learn the difference between deep copying and shallow copying objects in Python, and how to do both with the copy library.

Unravelling data structure displays

Python: Flask Development on Kubernetes with DevSpace

4 Things Tutorials Don't Tell You About PyPI

Type Check Your Django Application


Interesting Projects, Tools and Libraries

Muzic
Muzic is a research project on AI music that empowers music understanding and generation with deep learning and artificial intelligence.

Imia
An authentication library for Starlette and FastAPI.

objexplore
A terminal UI to inspect and explore Python objects.

LiveSpeechPortraits
Live Speech Portraits: Real-Time Photorealistic Talking-Head Animation.

LibFewShot
A Comprehensive Library for Few-shot Learning.

RobustVideoMatting
Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!

wonk
Wonk is a tool for combining a set of AWS policy files into smaller compiled policy sets.

MagInkCal
E-Ink Magic Calendar that automatically syncs to Google Calendar and runs off a battery powered Raspberry Pi Zero.
 
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 © 2021 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 518

Thursday, September 23, 2021

View this email in your browser Python Weekly Welcome to issue 518 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Deliver Cleaner and Safer Python Code in Your IDE

Python Weekly - Issue 517

Thursday, September 16, 2021

View this email in your browser Python Weekly Welcome to issue 517 of Python Weekly. Let's get straight to the links this week. Articles, Tutorials and Talks Solidity, Blockchain, and Smart

Python Weekly - Issue 515

Thursday, September 2, 2021

View this email in your browser Python Weekly Welcome to issue 515 of Python Weekly. Let's get straight to the links this week. News Join the PyCon US 2022 team! Want to play a pivotal role in the

Python Weekly - Issue 514

Thursday, August 26, 2021

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

Thursday, August 19, 2021

View this email in your browser Python Weekly Welcome to issue 513 of Python Weekly. Let's get straight to the links this week. Articles, Tutorials and Talks Test-Driven Development In Python Test-

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! 😱 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌