Python 3.9 PEPs, Dependency Mgmt & Injection, Python on the Raspberry Pi, and More

#423 – JUNE 2, 2020
The PyCoder’s Weekly Logo
The Many Ways to Pass Code to Python From the Terminal
You might know about pointing Python to a file path, or using -m to execute a module. But did you know that Python can execute a directory? Or a .zip file?
BRETT CANNON

The PEPs of Python 3.9
The first Python 3.9 beta release is upon us! Learn what to expect in the final October release by taking a tour of the Python Enhancement Proposals (PEPs) that were accepted for Python 3.9.
JAKE EDGE

Python Developers Are in Demand on Vettery
Vettery is an online hiring marketplace that’s changing the way people hire and get hired. Ready for a bold career move? Make a free profile, name your salary, and connect with hiring managers from top employers today →
VETTERYsponsor

Overview of Python Dependency Management Tools
While pip is often considered the de facto Python package manager, the dependency management ecosystem has really grown over that last few years. Learn about the different tools available and how they fit into this ecosystem.
MARIO KOSTELAC

Build Physical Projects With Python on the Raspberry Pi
In this tutorial, you’ll learn to use Python on the Raspberry Pi. The Raspberry Pi is one of the leading physical computing boards on the market and a great way to get started using Python to interact with the physical world.
REAL PYTHON

CPython Internals Book (Early Access Discount – Save 60%)
Unlock the inner workings of the Python language, compile the Python interpreter from source code, and participate in the development of CPython. The new “CPython Internals” book shows you exactly how. Download the sample chapters and claim your Early Access discount →
REAL PYTHON sponsor

PSF Board Nomination Period Extended to June 3rd
PYTHON.ORG

Qt for Python 5.15.0 Is Out!
QT.IO


Discussions


How Often Do You Use Python’s pdb Debugger?
RAYMOND HETTINGER


Python Jobs


Senior Python Engineer (Remote)
GORGIAS

Python Developer (Remote)
AUTHENTECHIT LLC

Python Software Engineer (Charleston, SC, Partially Remote)
NETIZEN CORPORATION

More Python Jobs >>>


Articles & Tutorials


Advice on Getting Started With Testing in Python
Have you wanted to get started with testing in Python? Maybe you feel a little nervous about diving in deeper than just confirming your code runs. What are the tools needed and what would be the next steps to level up your Python testing?
REAL PYTHON podcast

Stop Using datetime.now! (With Dependency Injection)
How do you test a function that relies on datetime.now() or date.today()? You could use libraries like FreezeGun or libfaketime, but not every project can afford the luxury of reaching for third-party solutions. Learn how dependency injection can help you write code that is more testable, maintainable, and practical.
HAKI BENITA

Become a Python Guru With PyCharm
PyCharm is the Python IDE for Professional Developers by JetBrains providing a complete set of tools for productive Python, Web and scientific development. Be more productive and save time while PyCharm takes care of the routine →
JETBRAINSsponsor

How to Write an Installable Django App
In this step-by-step tutorial, you’ll learn how to create an installable Django app. You’ll cover everything you need to know, from extracting your app from a Django project to turning it into a package that’s available on PyPI and installable through pip.
REAL PYTHON

Some Sessions From the Python Language Summit
The Python Language Summit is an annual gathering for the developers of various Python implementations. This year, the gathering was conducted via videoconference. Here are summaries of some of the sessions from this year’s summit.
JAKE EDGE

Parallel Iteration With Python’s zip() Function
How to use the Python zip() function to solve common programming problems. You’ll learn how to traverse multiple iterables in parallel and create dictionaries with just a few lines of code.
REAL PYTHON video

Building an OpenCV Social Distancing Detector
In this tutorial, you will learn how to implement a COVID-19 social distancing detector using OpenCV, Deep Learning, and Computer Vision.
ADRIAN ROSEBROCK

RSVP for the Python Web Conference (Virtual, June 17–19, 2020)
International experts share best practices for hard web production problems. 40+ talks on Django, Plone, CI/CD, Containers, Serverless, REST APIs, web security, microservices, etc. Join JetBrains and Six Feet Up to discuss what the future holds.
SIX FEET UPsponsor

How to Set Up RSS/Atom Feeds for Your Blog
FLORIAN DAHLITZ • Shared by Florian Dahlitz

A Pythonic Guide to SOLID Design
DEREK DRUMMOND • Shared by Derek Drummond


Projects & Code


httpx: A Next Generation HTTP Client for Python
GITHUB.COM/ENCODE

python-skyfield: Elegant Astronomy for Python
GITHUB.COM/SKYFIELDERS

PySyft: A Library for Encrypted, Privacy Preserving Machine Learning
GITHUB.COM/OPENMINED

pybridge-ios: Reuse Python Code in Native iOS Applications
GITHUB.COM/JOAOVENTURA

returns: Make Your Functions Return Something Meaningful, Typed, and Safe!
GITHUB.COM/DRY-PYTHON

snakeware: A Free Linux Distro With a Fully Python Userspace
GITHUB.COM/JOSHIEMOORE

python-testing-crawler: Crawler for Automated Functional Testing of a Web Application
GITHUB.COM/PYTHON-TESTING-CRAWLER

📆🐍 Upcoming Python Events


⋅ Python Web Conf 2020 (Virtual) June 17–19, 2020

⋅ FlaskCon 2020 (Virtual) July 4–5, 2020. The call for speakers is open until June 7th, 2020.
Happy Pythoning!
Copyright © 2020 PyCoder’s Weekly, All rights reserved.
You are receiving this email because you opted in on our website at pycoders.com
Our mailing address: DevCademy Media Inc. · #720-999 West Broadway, Vancouver BC V5Z 1K5, Canada

 | 

Older messages

Async Python Tips, The Hypermodern Python Dev Setup, Job Hunting in a Pandemic, and More

Tuesday, May 26, 2020

Waiting in `asyncio` #422 – MAY 26, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Waiting in asyncio There are many ways to wait on the results of a coroutine in Python's asyncio framework.

Python vs JavaScript, Python Dev Survey 2019 Results, CPython 3.8.3 Released, and More

Tuesday, May 19, 2020

Python vs JavaScript for Pythonistas #421 – MAY 19, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Python vs JavaScript for Pythonistas Python and JavaScript are two of the most popular programming

Python Performance, Moving Django Models, the 2020 Python Language Summit, and More

Tuesday, May 12, 2020

Under Discussion: The Performance of Python #420 – MAY 12, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Under Discussion: The Performance of Python Victor Stinner and Julien Danjou sat down (

Python 3.9 Release Schedule, Documenting Tests, RegExes, Pythonic Lightsabers, and More

Tuesday, May 5, 2020

Python 3.9 Release Schedule #419 – MAY 5, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3.9 Release Schedule In last week's episode we had the dates mixed up, here are the correct ones:

The End of the Python 2 Era, New Features in Python 3.9, Common Python App Layouts, and More

Tuesday, April 28, 2020

The Final Python 2 Release Marks the End of an Era #418 – APRIL 28, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo The Final Python 2 Release Marks the End of an Era The final version of Python 2

You Might Also Like

LW 132 - Using JavaScript to manage a Shopify cart

Thursday, May 9, 2024

Using JavaScript to manage a Shopify cart Shopify Development news and articles Confused? Yes, normally these go out on Tuesday. This week only enjoy a special Thursday issue! Issue 132 - 05/07/2024

⛅️ Things to Know Before Buying iCloud Storage — How Many Open Tabs it Takes to Slow a Browser

Thursday, May 9, 2024

Also: We Review the Fairphone Fairbuds, and More! How-To Geek Logo May 9, 2024 Did You Know Charles M. Shulz, best known as the cartoonist behind the Peanuts comic strip, penned the comic right up

JSK Daily for May 9, 2024

Thursday, May 9, 2024

JSK Daily for May 9, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Debugging Like a Pro: 10 Tips for Effective JavaScript Troubleshooting This article will

Mapped | U.S. Immigrants by Region 🌎

Thursday, May 9, 2024

This map shows which regions US immigrants came from, highlighting Asia and Latin America as the biggest sources. View Online | Subscribe Presented by: Discover what drives investor decisions. >>

Letting you in on a gigantic secret 🤫

Thursday, May 9, 2024

It's time to let the cat out of the bag and let our entire community know that Gigantic – a brand born to help product teams level up product management skills with powerful, on-demand training –

Daily Coding Problem: Problem #1436 [Easy]

Thursday, May 9, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given an array of elements, return the length of the longest subarray where all

This Week in Rust #546

Thursday, May 9, 2024

Email isn't displaying correctly? Read this e-mail on the Web This Week in Rust issue 546 — 08 MAY 2024 Hello and welcome to another issue of This Week in Rust! Rust is a programming language

Issue 316 - Tesla voice assistant

Thursday, May 9, 2024

View this email in your browser If you are just now finding out about Tesletter, you can subscribe here! If you already know Tesletter and want to support us, check out our Patreon page Issue 316 -

Noonification: The Best and Worst States for Remote Work in the U.S

Thursday, May 9, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 9, 2024? The HackerNoon Newsletter brings the HackerNoon

⚙️ OpenAI is working on a Google Search killer

Thursday, May 9, 2024

Plus: A new $3.3 billion Microsoft AI investment & new US restrictions on AI exports ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌