Ditching Excel for Python, How Python Attributes Work, IP Addresses in Python, and More

#454 – JANUARY 5, 2021 VIEW IN BROWSER
The PyCoder’s Weekly Logo
Ditching Excel for Python: Lessons Learned From a Legacy Industry
Learn how Python is revolutionizing an industry that’s notoriously resistant to change and fraught with every programmer’s most dreaded tool: Excel spreadsheets.
AMY PENISTON

Python Is TIOBE’s Programming Language of 2020
For the fourth time, Python has won TIOBE’s Programming Language of the Year award. The award goes to the programming language that has gained the most popularity in one year, with Python rising by 2.01% in 2020.
TIOBE.COM

Automate Python Profiling and Performance Testing
Performance is a feature, make sure it is tested as such. Integrate performance testing in CI/CD. Validate production deploys. Run tests upon any event. Blackfire offers a robust way to run test scenarios and validate code changes, automatically. Discover Blackfire Builds now. Free 15 days trial →
BLACKFIREsponsor

Python Behind the Scenes: How Python Attributes Work
Take a deep dive into how Python attributes work, including a detailed analysis of the CPython code.
VICTOR SKVORTSOV

Python Testing & Packaging Best Practices With tox
How to ensure that your tests run code that you think they are running, and how to measure your coverage over multiple tox runs (in parallel.)
HYNEK SCHLAWACK

Building HTTP APIs With Django REST Framework (DRF)
Django REST framework (DRF) is a toolkit built on top of the Django web framework that reduces the amount of code you need to write to create RESTful HTTP APIs.
REAL PYTHON course

Django 3.1.5 Released
DJANGO SOFTWARE FOUNDATION

Python 3.10.0a4 Is Now Available for Testing
CPYTHON DEV BLOG

PyPy Seeks Support for arm64 on Mac
MOREPYPY.BLOGSPOT.COM

SciPy 1.6.0 Released
PYTHON.ORG


Discussions


Spent 9 hours Finding a Bug Yesterday, Took 15 minutes to Figure It Out Today
The hardest problem in programming isn’t naming things. It’s knowing when to take a break!
REDDIT


Python Jobs


How Strong Is Your Resume?sponsor
Get a free, confidential review from a resume expert →

Entry-Level Engineering Programme (London, UK)
TESSIAN

Senior Backend Engineer (London, UK)
TESSIAN

Backend Engineer (London, UK)
TESSIAN

Backend Engineer (Berlin, Germany)
FEATHER

More Python Jobs >>>


Articles & Tutorials


Python Bug Hunt: node.example.com Is an IP Address?
Read about how a majorly confusing bug led one developer to a deeper understanding of text, how Python 2 and Python 3 handle text differently (hey, some people still have to support legacy Python!), and why you should always, always write tests.
REILLY TUCKER SIEMENS

PEP 648: Extensible Customizations of the Interpreter at Startup
Did you know you can customize the Python interpreter and even tell it to execute code at startup time? The current system for implementing these customizations is a bit dated, and this PEP proposes a change that brings a lot more flexibility and extensibility to this little-known feature.
MARIO CORCHERO

Python Tricks: A Buffet of Awesome Python Features
Discover Python’s best practices with simple examples and start writing even more beautiful + Pythonic code. “Python Tricks: The Book” shows you exactly how. You’ll master intermediate and advanced-level features in Python with practical examples and a clear narrative. Get the book + video bundle 33% off →
DAN BADERsponsor

How Python’s Evolution Impacts Your Fluency With Luciano Ramalho
“Luciano Ramalho is best known as the author of Fluent Python which has quickly become a leading resource for Python developers to increase their facility with the language. In this episode he shares his journey with Python and his perspective on how the recent changes to the interpreter and ecosystem are influencing who is adopting it and how it is being used.”
PODCAST.__INIT__ podcast

Quantitative Economics With Python
Python has played increasingly important roles in the finance and economics spaces. Learn the fundamentals of quantitative economics from these free and in-depth written lectures with tons of examples in Python.
THOMAS J. SARGENT AND JOHN STACHURSKI

How to Merge DataFrames in Pandas
Examples on how to combine DataFrames in Pandas using the merge, join, append, concat, combine_first, and update functions.
RUSLAN HASANOV

Using Django & AssemblyAI for More Accurate Twilio Call Transcriptions
Use Python, Django and AssemblyAI’s transcription API to improve recording accuracy for Twilio Programmable Voice phone calls.
MATT MAKAI

Python’s .append(): Add Items to Your Lists in Place
Learn how Python’s .append() works and how to use it for adding items to your list in place. You’ll also learn how to code your own stacks and queues using .append() and .pop().
REAL PYTHON

Doing Python Development Under Mac OS
Setting up a development environment isn’t always easy. Learn how one developer streamlined his approach on macOS.
PETER WHITTAKER

Python Typing: Resisting the Any Type
Explore three ways to use type hints more explicitly in Python and avoid using the Any type.
JARED KHAN • Shared by Jared Khan


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 →

Deepnote: Data Science Notebook for Teams
DEEPNOTE.COM

spacepy: Space Science Library for Python
GITHUB.COM/SPACEPY

pyHanko: Sign and Stamp PDF Files
GITHUB.COM/MATTHIASVALVEKENS

pytudes: Short and Difficult Python Programs to Perfect Particular Skills
GITHUB.COM/NORVIG

finite-state-machine: Lightweight, Decorator-Based Python Implementation of a Finite State Machine
GITHUB.COM/ALYSIVJI • Shared by Aly Sivji

📆🐍 Upcoming Python Events


⋅ Real Python Office Hours (Virtual) January 20, 2020

⋅ BelPy January 30 – 31, 2021

⋅ PyCascades 2021 (Virtual) February 19 – 21, 2021

⋅ PyCon 2021 (Virtual) May 12 – 18, 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

Older messages

10 Million Jupyter Notebooks, Python on GPUs, Unravelling Boolean Operators, and More

Tuesday, December 29, 2020

Accelerating Python on GPUs With `nvc++` and Cython #453 – DECEMBER 29, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Accelerating Python on GPUs With nvc++ and Cython Python on GPUs has become a

Python Pickles, Chess From Scratch, Python Speed, and More

Tuesday, December 22, 2020

Python Software Foundation 2020 Fundraiser #452 – DECEMBER 22, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Python Software Foundation 2020 Fundraiser “COVID-19 has changed all aspects of our

Bitwise Operators, mypy Exhaustiveness Checking, Job Scheduling, and More

Tuesday, December 15, 2020

Bitwise Operators in Python #451 – DECEMBER 15, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Bitwise Operators in Python In this tutorial, you'll learn how to use Python's bitwise

ORMs, Numerical Precision, PyQt and SQL, and More

Tuesday, December 8, 2020

Why Should You Use an ORM (Object Relational Mapper)? #450 – DECEMBER 8, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Why Should You Use an ORM (Object Relational Mapper)? Budding web developers

Unravelling Nots, PyQt Layouts, New Pip Dependency Resolver, and More

Friday, December 4, 2020

Unravelling `not` in Python #449 – DECEMBER 1, 2020 VIEW IN BROWSER The PyCoder's Weekly Logo Unravelling not in Python In the next blog post in his series about Python's syntactic sugar, Brett

You Might Also Like

PHPWeekly April 18th 2024

Thursday, April 18, 2024

Curated news all about PHP. Here's the latest edition Is this email not displaying correctly? View it in your browser. PHP Weekly 18th April 2024 Hi everyone, If it's the latest news and

The First Beta of Android 15

Thursday, April 18, 2024

View in browser 🔖 Articles The First Beta of Android 15 This new version of Android focuses on enhancing productivity, providing a premium app experience, ensuring user privacy and security, and

Free Couple Template | PDF Importing | Database Enhancements

Thursday, April 18, 2024

Your weekly Notion digest with the finest tip, latest news, and improvements and template! 🔥 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

wpmail.me issue#663

Thursday, April 18, 2024

wpMail.me wpmail.me issue#663 - The weekly WordPress newsletter. No spam, no nonsense. - April 18, 2024 Is this email not displaying correctly? View it in your browser. News & Articles How

Beware: New Android Trojan 'SoumniBot' Evades Detection with Clever Tricks

Thursday, April 18, 2024

THN Daily Updates Newsletter cover Webinar -- Supply Chain Under Siege: Unveiling Hidden Threats Stop playing defense--start hunting threats. Protect your software supply chain with proactive

Is the new Zephyrus G16 any good?

Thursday, April 18, 2024

The Morning After It's Thursday, April 18, 2024. ASUS has updated its 16-inch Zephyrus G16 for 2024 with fresher chips and graphics options all the way up to an RTX 4090 . There's a new OLED

Top Tech 🏆 We Reviewed an Electric Dual Zone Grill — Testing the Soundcore Sleep A20 Earbuds

Thursday, April 18, 2024

Also: Ecovacs Winbot W2 Robot Window Washer Review, and More! How-To Geek Logo April 18, 2024 📩 Get the hottest deals, how-to's, breaking news, and more delivered directly to your inbox by

Post from Syncfusion Blogs on 04/18/2024

Thursday, April 18, 2024

New blogs from Syncfusion What's New in .NET 8 for Developers? By Vinoth Kumar Sundara Moorthy This blog explores the .NET 8 version's groundbreaking new features and compares it with its

Not Your Grandpa’s Hearing Device

Thursday, April 18, 2024

Alarming fact: More than 48 million Americans hear so poorly that their quality of life significantly suffers as a result. The problem: Most wait too long to act, hoping their hearing will improve on

Edge 388: Google DeepMind's SIMA can Follow Language Instructions in 3D Games Just Like Humans

Thursday, April 18, 2024

The AI agent represents a major improvement relative to expensive reinforcement learning methods. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏