Return of the print Statement, 13 Python Project Ideas, How PyPy Works, and More

#429 – JULY 14, 2020 VIEW IN BROWSER
The PyCoder’s Weekly Logo
The (Non-)Return of the Python Print Statement
Guido van Rossum recently proposed re-introducing the Python print statement. He was completely serious and even though the idea didn’t gain traction, it’s interesting to know why he made the proposal.
JAKE EDGE

Grow Your Python Portfolio With 13 Intermediate Project Ideas
Get started on 13 Python project ideas that are just right for intermediate Python developers. They’ll challenge you enough to help you become a better Pythonista but will still be doable!
REAL PYTHON course

Scout APM Now Available for Python! Find Performance Issues Fast
Scout’s intuitive UI helps you quickly track down issues so you can get back to building your product. Rest easy knowing that Scout is tracking performance and hunting down issues before they affect customer experience. Get started for free. →
SCOUT APMsponsor

A Beginner’s Guide to Robot Programming With Python
Get a crash course in programming autonomous robots with Python. Don’t have a robot laying around? No problem! Use this open-source simulator to get started.
NICK MCCREA

How JIT Compilers Are Implemented and Fast: PyPy, LuaJIT, Graal and More
Have you ever wondered how JIT compilers like PyPy work? Learn the basics by looking at a number of JITs including PyPy, LuaJIT, and Graal.
CAROL CHEN

Hashing It Out
Take a deep dive into Python dictionaries by looking at four problems and considering their solutions.
AKSHAY RAVIKUMAR

Python import: Advanced Techniques and Tips
The Python import system is as powerful as it is useful. In this in-depth tutorial, you’ll learn how to harness this power to improve the structure and maintainability of your code.
REAL PYTHON

Python Malware on the Rise
Python’s low barrier to entry, enormous ecosystem, and rapid development process has made it one of he most desired programming languages for millions of developers around he globe—including malicious actors. Read the article at the link above and follow the discussion on Hacker News.
AUSTIN JACKSON

Zero-Day Vulnerability in Python Versions 3.8.0 to 3.8.3 Causes Hash Collisions and Leads to DoS
VIJAY PRABHU

Python 3.8.4 Is Now Abailable
PYTHON.ORG

Pytest 6.0.0rc1 Released
TWITTER.COM/NICODDEMUS


Discussions


Shout Out to All the Mediocre Data Scientists Out There
Even if you don’t have a Ph.D. and don’t work at a FAANG company, you still deserve some appreciation!
REDDIT

How Does % Work With Decimals for Instance Why Is 10 % 2.2 Not Equal to 1.2
REDDIT


Python Jobs


Senior Backend Developer (San Francisco, CA, USA)
DUMPLING

Python Tutorial Authors Wanted (Remote)
REAL PYTHON

Quantitative Analyst (Washington, DC, USA)
CONVERGENZ

Senior Python Engineer (Atlanta, GA, USA)
CYBERCODERS

More Python Jobs >>>


Articles & Tutorials


Too Many Objects: Reducing Memory Overhead From Python Instances
Every Python object has a little bit of memory overhead, and that overhead can really add up if you need to create a huge number of instances. Find out where this overhead comes from and some strategies for reducing memory usage.
ITAMAR TURNER-TRAURING

Learn IP Address Concepts With Python’s ipaddress Module
In this step-by-step tutorial, you’ll learn how to inspect and manipulate IP addresses as Python objects with Python’s ipaddress module, improving your understanding of IP address mechanics and patterns used by the module.
REAL PYTHON

Want To Level-Up Your Python Skills?
Write better code, debug faster, and become more productive with PyCharm, a tightly integrated IDE that understands your code and provides a complete set of tools to help you make it better. Try PyCharm now and code like a pro! Free trial. →
JETBRAINSsponsor

Adding Two Factor Authentication to Django Admin
Django is a “batteries included” framework, but one battery that isn’t included is two-factor authentication (2FA). Learn how to set up 2FA on the Django Admin site using an authentication app like Google Authenticator.
TIMO ZIMMERMAN

Arrange-Act-Assert: A Pattern for Writing Good Tests
Arrange-Act-Assert is a test pattern that forces tests to focus on independent, individual behaviors. Learn how to use it for your tests!
ANDREW KNIGHT

A Practical Introduction to Graphs (Network Diagrams)
Learn how to create a simple graph in Python. Not graph as in chart, but graph is in network diagram (or, dots connected with lines).
ANDREW HEALEY

Solving the Plus Minus Problem in Python
The “Plus Minus Problem” asks whether or not it’s possible, given the numbers 1 to n, to add and subtract them in some manner so that the total sum is zero. The problem may not have many practical applications, but it’s a great way to illustrate how a little bit of reasoning can save you from exponential-time algorithms.
JOHN LEKBERG

HCrystalBall: A Unified Interface to Time-Series Forecasting
HCrystalBall wraps time series forecasting projects like fbprophet, arima with autoarima, exponential smoothing from statsmodels, and (t)bats, and unifies them under a scikit-learn compatible interface so that you can leverage features like scikit-learn pipelines.
MICHAL CHROMČÁK

Deploying a State-Of-The-Art Question Answering System With 60 Lines of Python and Streamlit
Thanks to high-quality pretrained models, Wikipedia, and Streamlit, deploying a state-of-the-art question answering system has never been easier!
MIHAIL ERIC


Projects & Code


Brought to you by Real Python for Teamssponsor
Online Python training created by a community of experts. Give your team the real-world Python skills they need to succeed →

pyparsing: Python Library for Creating PEG Parsers
GITHUB.COM/PYPARSING

tsp-art-python: Mathematical Art Based on Weighted Voronoi Stippling and the Travelling Salesman Problem
GITHUB.COM/MATTHRAS

sobot-rimulator: Autonomous Mobile Robot Simulator
GITHUB.COM/NMCCREA

Wikipedia: Pythonic Wrapper for the Wikipedia API
GITHUB.COM/GOLDSMITH

nanogui: Minimalistic C++/Python GUI Library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
GITHUB.COM/MITSUBA-RENDERER

hcrystalball: Unified API for Commonly Used Libraries and Modeling Techniques for Time-Series Forecasting
GITHUB.COM/HEIDELBERGCEMENT

FaceLean: Experiment to Use a Webcam as a Game Input Device
GITHUB.COM/BORISTSR

PyGM: Sorted Containers With State-Of-The-Art Query Performance and Compressed Memory Usage
GITHUB.COM/GVINCIGUERRA

toolz: A Functional Standard Library for Python
GITHUB.COM/PYTOOLZ

coconut: Simple, Elegant, Pythonic Functional Programming
GITHUB.COM/EVHUB

Nashpy: A Library for the Computation of Nash Equilibria in Two Player Games
GITHUB.COM/DRVINCEKNIGHT

eyeloop: A Python 3-Based Eye-Tracker Tailored Specifically to Dynamic, Closed-Loop Experiments on Consumer-Grade Hardware
GITHUB.COM/SIMONARVIN

📆🐍 Upcoming Python Events


⋅ PyHEP 2020 (Virtual) July 13 to July 18, 2020

⋅ Virtual Django Meetup Jul 23, 2020

⋅ EuroPython 2020 Online July 23 to July 27, 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

Unsubscribe | Update Email Address

Older messages

Async Tribalism, "Wrong" Ways To Close a File, Django User Management, and More

Tuesday, July 7, 2020

Announcing Pylance: Fast, Feature-Rich Language Support for Python in Visual Studio Code #428 – JULY 7, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Announcing Pylance: Fast, Feature-Rich

Python-Powered Robot Dogs, What Is Core Python, Reducing Iterables, and More

Tuesday, June 30, 2020

PEP 622: Structural Pattern Matching #427 – JUNE 30, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo PEP 622: Structural Pattern Matching This PEP proposes adding pattern matching—a sort of enhanced

PEP 618 Accepted, Python vs COVID-19, "pickle" Flaws You Should Know About, and More

Tuesday, June 23, 2020

Hands-On Linear Programming: Optimization With Python #426 – JUNE 23, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Hands-On Linear Programming: Optimization With Python In this tutorial, you'

Async Python Isn't Always Faster, Python Space Science, Generators, and More

Tuesday, June 16, 2020

Getting Machine Learning to Production #425 – JUNE 16, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Getting Machine Learning to Production Millions of web apps get deployed to production every

Web Scraping Tools & Legality, How Async Should've Been, 90% Python Wheels Adoption, and More

Tuesday, June 9, 2020

Web Scraping in Python: Tools, Techniques, and Legality #424 – JUNE 9, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Web Scraping in Python: Tools, Techniques, and Legality Do you want to get

You Might Also Like

Your Phone’s Other Number 📱

Saturday, April 27, 2024

Let's talk about your phone's IMEI number. Here's a version for your browser. Hunting for the end of the long tail • April 27, 2024 Today in Tedium: As you may know, Tedium is a blog and/or

🕹️ How to Play Retro Games for Free on iPhone — Why I Can't Live Without an eReader

Saturday, April 27, 2024

Also: Anker MagGo (Qi2) Power Bank Review, and More! How-To Geek Logo April 27, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your inbox by

Weekend Reading — The Bob Ross of programming

Saturday, April 27, 2024

This week we use coffee tasting as our design practice, get as close to and as far away from the metal as possible, find an easier way to write documentation, discover why Google Search is getting so

Issue #538: All the Jam entries, Panthera 2, and Tristram

Saturday, April 27, 2024

Weekly newsletter about HTML5 Game Development. Is this email not displaying correctly? View it in your browser. Issue #538 - April 26th 2024 If you have anything you want to share with the HTML5 game

Daily Coding Problem: Problem #1424 [Easy]

Saturday, April 27, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Implement a URL shortener with the following methods: shorten(url) , which

Charted | Countries That Became More Happy (or Unhappy) Since 2010 😅

Saturday, April 27, 2024

Which countries had the highest happiness gains since 2010? Which became sadder? View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story FEATURED STORY Countries With the

Noonification: What Is E-Waste Hacking?

Saturday, April 27, 2024

Top Tech Content sent at Noon! The first AI-powered startup unlocking the “billionaire economy” for your benefit How are you, @newsletterest1? 🪐 What's happening in tech this week: The

TikTok faces a ban in the US, Tesla profits drop and healthcare data leaks

Saturday, April 27, 2024

Plus: Amazon's new delivery subscription and a deep dive on Rippling View this email online in your browser By Kyle Wiggers Saturday, April 27, 2024 Image Credits: TechCrunch Welcome, folks, to

🐍 New Python tutorials on Real Python

Saturday, April 27, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Write Unit Tests for Your Python Code With

Bogus npm Packages Used to Trick Software Developers into Installing Malware

Saturday, April 27, 2024

THN Daily Updates Newsletter cover Webinar -- Uncovering Contemporary DDoS Attack Tactics -- and How to Fight Back Stop DDoS Attacks Before They Stop Your Business... and Make You Headline News.