Idiomatic Python, GIL Removal Meeting, PyCon 2022, Django 4.0, and More

#496 – OCTOBER 26, 2021 VIEW IN BROWSER
The PyCoder’s Weekly Logo
Writing Idiomatic Python
What are the programming idioms unique to Python? This course is a short overview for people coming from other languages and an introduction for beginners to the idiomatic practices within Python. You’ll cover truth values, looping, DRY principles, and the Zen of Python.
REAL PYTHON course

Notes From the Meeting on Python GIL Removal Between Python Core and Sam Gross
“During the annual Python core development sprint we held a meeting with Sam Gross, the author of nogil, a fork of Python 3.9 that removes the GIL. This is a non-linear summary of the meeting.”
ŁUKASZ LANGA

Analyze Code-Level Application Performance Across Your Entire Environment With Datadog APM
Datadog’s distributed tracing and APM generates flame graphs from real requests, enabling you to visualize app performance and pinpoint hard-to-reproduce problems in your production code. Without switching tools, you can pivot to related logs and metrics for full context. Try Datadog APM free →
DATADOGsponsor

PEP 660: Editable Installs for pyproject.toml Based Builds (Wheel Based)
“Now that PEP 517 provides a mechanism to create alternatives to setuptools, and decouple installation front ends from build backends, we need a new mechanism to install packages in editable mode.”
PYTHON.ORG

Django 4.0 Beta 1 Released
Check out the work-in-progress development release notes for more details.
DJANGO SOFTWARE FOUNDATION

PyCon US 2022: Conference Website Launched
PyCon US 2022 takes place in Salt Lake City, Utah from April 27, 2022 to May 5, 2022.
PYCON.ORG

Vicky Twomey-Lee Awarded the PSF Community Service Award for Q3 2021
PYTHON SOFTWARE FOUNDATION


Discussions


What Is Your Most Controversial Python-Related Opinion?
“I like lambdas.”
REDDIT


Python Jobs


Full Stack Software Engineer Django/Postgres/React (Washington D.C.)
QUORUM

Senior Software Engineer (Washington D.C.)
QUORUM

Senior Python Engineer @ Moody's AI & ML Center of Excellence (New York, NY, USA)
MOODY'S

Senior Software Engineer (Washington D.C.)
QUORUM

Full Stack Developer (Anywhere)
LEVEL 12

Software Engineer (Anywhere)
1POINT21 INTERACTIVE

More Python Jobs >>>


Articles & Tutorials


The Composition Over Inheritance Principle
“In Python as in other programming languages, this grand principle encourages software architects to escape from Object Orientation and enjoy the simpler practices of Object Based programming instead.”
BRANDON RHODES

Using the “not” Boolean Operator in Python
In this step-by-step tutorial, you’ll learn how Python’s “not” operator works and how to use it in your code. You’ll get to know its features and see what kind of programming problems you can solve by using “not” in Python.
REAL PYTHON

How to Quickly Label Data for Machine Learning
With Toloka, you can control the accuracy and speed of data labeling to develop high performing ML models.  Our platform supports annotation for image classification, semantic segmentation, object detection, named entity recognition, sentiment analysis, speech recognition, text classification →
TOLOKA AIsponsor

Using the len() Function in Python
In this tutorial, you’ll learn how and when to use the len() Python function. You’ll also learn how to customize your class definitions so that objects of a user-defined class can be used as arguments in len().
REAL PYTHON

PEP 670 [Draft]: Convert Macros to Functions in the Python C API
“Converting macros and static inline functions to regular functions makes these regular functions accessible to projects which use Python but cannot use macros and static inline functions.”
PYTHON.ORG

A NASA TV Still Frame Viewer in Python
Spacestills is a Python program for viewing NASA TV still frames. It’s a learning project based on the PySimpleGUI GUI framework.
PAOLO AMOROSO

A New, Free Python Code Quality & Security Scanner With Real-Time Scanning
Like Grammarly for your code. Scan your Python code for quality & security issues, and get fix advice in your IDE. Get started with Snyk for free.
SNYK.IOsponsor

Storing Data on a Cassette Using Arduino and Python (Differential Manchester Encoding)
ZENINSTRUMENTS.BLOGSPOT.COM

What the global Statement Really Means in Python
LUCA CHIODINI

Building a Recommendation Engine Inside Postgres With Python and Pandas
CRAIG KERSTIENS

Forgot to Set Up a Custom Exception Hook? Perhaps It Is Not Too Late
ANDRE ROBERGE


Projects & Code


noaa-apt-decoder: Decoding NOAA Weather Satellite Images Using Python
GITHUB.COM/JCH15

nMigen: Python Toolbox for Building Complex Digital Hardware
GITHUB.COM/NMIGEN

traviscli: Semantically Version Your Python Project on TravisCI
GITHUB.COM/HASII2011 • Shared by Humberto Sanchez II

Ordained: An Opinionated Template for Python Packages
BRYAN WOOD • Shared by Bryan Wood

staircase: Data Analysis and Manipulation With Mathematical Step Functions
STAIRCASE.DEV • Shared by Riley Clement

django-dynamic-admin-forms: Add Simple Interactions to Django Admin
PYPI.ORG

fork-purger: Delete All of Your Forked Repositories on Github
GITHUB.COM/REDNAFI • Shared by Redowan Delowar

DearPyGui 1.0.0: A GPU Accelerated Python GUI Framework
GITHUB.COM/HOFFSTADT

📆🐍 Upcoming Python Events


⋅ Plone Conference 2021 Online October 23 to November 1, 2021

⋅ Weekly Real Python Office Hours Q&A (Virtual) October 27, 2021

⋅ PyData Global 2021 October 28 to October 31, 2021

⋅ PythOnRio Meetup October 30, 2021

⋅ Melbourne Python Users Group November 1, 2021

⋅ PyCon Chile November 5 to November 8, 2021

⋅ deploy by DigitalOcean November 16 to November 17, 2021
Happy Pythoning!
Copyright © 2021 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

Unsubscribe | Update Email Address

Key phrases

Older messages

GIL-Free CPython Proof of Concept, Type Hints Case Study, Using @property, and More

Tuesday, October 19, 2021

No-GIL Fork of CPython #495 – OCTOBER 19, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo No-GIL Fork of CPython This is a proof-of-concept implementation of CPython that supports multithreading

Python Secures TIOBE #1 Spot, Guido on Python Performance, 3.10 Updates, and More

Tuesday, October 12, 2021

Beating C and Java, Python Becomes the #1 Most Popular Programming Language, Says TIOBE #494 – OCTOBER 12, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Beating C and Java, Python Becomes the #1

All Things Python 3.10, Proportional Fonts, Python Editors, and More

Tuesday, October 5, 2021

Python 3.10: Cool New Features for You to Try #493 – OCTOBER 5, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3.10: Cool New Features for You to Try Explore some of the coolest and most

Python GIL Deep-Dive, Django 4.0 is Coming, Python as a Build Tool, and More

Tuesday, September 28, 2021

Python Behind the Scenes: The GIL and Its Effects on Python Multithreading #492 – SEPTEMBER 28, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Python Behind the Scenes: The GIL and Its Effects on

Structural Pattern Matching, Generator Expressions, Python Steps Forward, and More

Tuesday, September 21, 2021

Structural Pattern Matching in Python 3.10 #491 – SEPTEMBER 21, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Structural Pattern Matching in Python 3.10 “Python 3.10, which is due out in early

You Might Also Like

a16z’s Infrastructure team gets a new general partner

Friday, April 19, 2024

Post News is shutting down and Wall Street isn't feeling a Salesforce-Informatica pairing View this email online in your browser By Christine Hall Friday, April 19, 2024 Image Credits: Andreessen

New Roundtable! Additive for Mass Production Applications

Friday, April 19, 2024

The Outlook for the Future View this email in your browser engineering.com Roundtable - Additive for Mass Production Applications: The Outlook for the Future 6 Considerations for Choosing the Right

📷 What to Know About Macro Photography — Why You Should Buy a Budget Motherboard

Friday, April 19, 2024

Also: How to Automatically Highlight Values in Excel, and More! How-To Geek Logo April 19, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Is the wind going out of the AI sails?

Friday, April 19, 2024

Rippling vacuums up venture capital and Ramp bags more millions View this email online in your browser By Haje Jan Kamps Friday, April 19, 2024 Image Credits: Getty Images / Carol Yepes Welcome to

Llama 3 is out - Weekly News Roundup - Issue #463

Friday, April 19, 2024

Plus: brand-new, all-electric Atlas; AI Index Report 2024; Microsoft pitched GenAI tools to US military; Humane AI Pin reviews are in; debunking Devin; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1417 [Easy]

Friday, April 19, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Wayfair. You are given a 2 x N board, and instructed to completely cover the board with

Charted | How Hard Is It to Get Into an Ivy League School? 🎓

Friday, April 19, 2024

We detail the admission rates and average annual cost for Ivy League schools, as well as the median SAT scores required to be accepted. View Online | Subscribe Presented by: Discover the motivations

Dark Matter & Tortured Poets

Friday, April 19, 2024

New music releases aren't what they used to be -- for good and bad. Dark Matter & Tortured Poets By MG Siegler • 19 Apr 2024 View in browser View in browser New music releases in 2024 are a

Impact of AI on Product Management

Friday, April 19, 2024

​ Impact of AI on Product Management The rise of the AI Product Manager. Product managers have always championed customer's needs. However, with AI, the job requires new technical and ethical

⚙️ Zuck has entered the chat(bot)

Friday, April 19, 2024

Plus: AI video's coming to mobile! ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌