Levenshtein Distances, urllib, Python's Performance, and More

#519 – APRIL 5, 2022 VIEW IN BROWSER
The PyCoder’s Weekly Logo
Python’s urllib.request for HTTP Requests
In this tutorial, you’ll be making HTTP requests with Python’s built-in urllib.request. You’ll try out examples and review common errors encountered, all while learning more about HTTP requests and Python in general.
REAL PYTHON

Text Similarity w/ Levenshtein Distance in Python
Levenshtein distance is a measure of the difference between two chunks of text. This article explains how it works and how to set up a data pipeline using it to detect plagiarism.
VATSAL P.

Data Engineering Bootcamp: Become an Engineer. Job Guaranteed
Learn cutting edge data engineering skills to make your portfolio stand out and build an exciting, well-paid career. Backed by our job guarantee. Enroll today →
SPRINGBOARDsponsor

The Counter-Intuitive Rise of Python in Scientific computing
Why Python’s ability to write code quickly and access to more libraries can out perform heavily optimized compiled code.
T. DURANTON, A. DAUPTAIN, & C. LAPEYRE

PyPy v7.3.9 Security Release
PYPY.ORG


Discussions


Why Did You Start Using Python?
TWITTER.COM/DRISCOLLIS

How To Search Large Codebases Before Adding a Feature?
HACKER NEWS


Python Jobs


Python Technical Architect (USA)
BLENDERBOX

Academic Innovation Software Dev (Ann Arbor, MI, USA)
UNIVERSITY OF MICHIGAN

Software Development Lead (Ann Arbor, MI, USA)
UNIVERSITY OF MICHIGAN

Senior Platform Engineer (USA)
PARADE

Senior Backend Software Engineer (USA)
PARADE

Senior Backend Software Engineer (USA)
CLAY

Advanced Python Engineer (Newport Beach, CA, USA)
RESEARCH AFFILIATES

Senior Full-Stack Web Developer (White Rock, BC, Canada)
MONETIZEMORE

Data Engineer (Chicago, IL, USA)
AQUATIC CAPITAL MANAGMENT

More Python Jobs >>>


Articles & Tutorials


Advanced Exploratory Data Analysis With Python
Getting a good feeling for a new dataset is not always easy, and takes time. However, a good and broad exploratory data analysis (EDA) can help a lot to understand your dataset. This article walks you through how to analyze your dataset using popular Python libraries.
MICHAEL NOTTER

Scaling Our Dependency Graph
A study of the dependency tooling impact on the developers’ productivity and the dependency graph as the company grows. In 2020, we went for pip-tools and tracked how it solved most of our problems and all the benefits it brought to the team
AURÉLIEN DIDIER • Shared by Aurélien Didier

Python RCE Vulnerability Discovered in Celery
Learn about the object traversal pattern common in the wider Python ecosystem, and how this led to the discovery of a stored command injection vulnerability in Celery. This step-by-step analysis also includes remediation guidance →
SNYK.IOsponsor

Pre-Allocated Lists in Python
Allocating a list with content is faster than appending, so allocating a list of nothing can be a valuable optimization. This article shows the differences in speed gained by this micro-optimization and when to use it.
REDOWAN DELOWAR • Shared by Redowan Delowar

Responsive Tables With Django and htmx
htmx is a tool for injecting HTML snippets into pages allowing you to reduce the amount of Javascript in your interactive web pages. This article shows you how to use htmx in Django to produce a responsive table.
JOASH XU

Python Support Vector Machines With Scikit-Learn
Support vector machines (SVM) are algorithms commonly used for supervised machine learning models. This article is a a beginner-friendly guide to creating them in Python with Scikit-Learn.
NIK PIEPENBREIER • Shared by Nik Piepenbreier

20 Python Interview Questions
Practice up for that next interview. Questions about data structures, language concepts, and some common standard library functions.
AHMED BESBES

Azure Python Blob Trigger
How to use twitterstats and the azure libraries to fetch data from Twitter and keep it in Azure Blob Storage through triggers.
BAS STEINS

Webinar: Extending Conda With its New Plugin API
In this webinar, we are going over how conda is getting a new plugin API and related infrastructure to help lower the contribution barrier for community members and enable a new generation of innovators for the conda project.
ANACONDAsponsor

The Ultimate Guide to Onboarding Software Engineers
Learn how to onboard engineers with an empathetic and structured approach. Includes a 30-60-90-day check-in template.
CSABA OKRONA

Understanding Decorators in Python
Learn what decorators are, how they work, common decorators in the standard library, and how to write your own.
BAS STEINS


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 →

BlocklyML: Visual Programming Tool for Python and ML
GITHUB.COM/CHEKODUADARSH

fman: Create a Python QT GUI in Minutes
FMAN.IO

pokete: A Terminal Based Pokemon-Like Game
GITHUB.COM/LXGR-LINUX

uproot-browser: Command Line ROOT Object Browsing
GITHUB.COM/SCIKIT-HEP

nango: Django Forms/admin Library for Simultaneous Edits
GITHUB.COM/NICOIS

📆🐍 Upcoming Python Events


⋅ STL Python April 6, 2022

⋅ PiterPy Breakfast April 6, 2022

⋅ Weekly Real Python Office Hours Q&A (Virtual) April 6, 2022

⋅ Canberra Python Meetup April 7, 2022

⋅ Django Day Copenhagen 2022 April 8 to April 9, 2022

⋅ PyDelhi User Group Meetup April 9, 2022
Happy Pythoning!
Copyright © 2022 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

James Webb Telescope, Large JSON Files, Pillow, and More

Tuesday, March 29, 2022

Python and the James Webb Space Telescope #518 – MARCH 29, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python and the James Webb Space Telescope Python is used extensively in the data pipeline

Lists vs Tuples, Building Hash Tables, Frame-Based Editing, and More

Tuesday, March 22, 2022

Python `list` vs `tuple` Comparison #517 – MARCH 22, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python list vs tuple Comparison Learn how list and tuple are similar and how they are different,

CLIs, Cython, 3.11's Better Error Messages, and More

Tuesday, March 15, 2022

How to Write User-Friendly CLIs in Python #516 – MARCH 15, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo How to Write User-Friendly CLIs in Python How to write user-friendly Command Line Interface

Optional Arguments, Fixing a Vulnerability, Code Reviews, and More

Tuesday, March 8, 2022

Optional Arguments and Moving Beyond "Beginner" Python #515 – MARCH 8, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Optional Arguments and Moving Beyond “Beginner” Python It's

Assert, Downloading Concurrently, Troubleshooting, and More

Tuesday, March 1, 2022

Python's Assert: Debug and Test Your Code Like a Pro #514 – MARCH 1, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python's Assert: Debug and Test Your Code Like a Pro Learn how to use

You Might Also Like

15 ways AI saved me weeks of work in 2024

Monday, December 23, 2024

ZDNET's product of the year; Windows 11 24H2 bug list updated -- ZDNET ZDNET Tech Today - US December 23, 2024 AI applications on various devices. 15 surprising ways I used AI to save me weeks of

Distributed Locking: A Practical Guide

Monday, December 23, 2024

If you're wondering how and when distributed locking can be useful, here's the practical guide. I explained why distributed locking is needed in real-world scenarios. Explored how popular tools

⚡ THN Weekly Recap: Top Cybersecurity Threats, Tools and Tips

Monday, December 23, 2024

Your one-stop-source for last week's top cybersecurity headlines. The Hacker News THN Weekly Recap The online world never takes a break, and this week shows why. From ransomware creators being

⚙️ OpenA(G)I?

Monday, December 23, 2024

Plus: The Genesis Project ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Post from Syncfusion Blogs on 12/23/2024

Monday, December 23, 2024

New blogs from Syncfusion Introducing the New WinUI Kanban Board By Karthick Mani This blog explains the features of the new Syncfusion WinUI Kanban Board control introduced in the 2024 Volume 4

Import AI 395: AI and energy demand; distributed training via DeMo; and Phi-4

Monday, December 23, 2024

What might fighting for freedom in an AI age look like? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

LockBit Ransomware Developer Charged for Billions in Global Damages

Monday, December 23, 2024

THN Daily Updates Newsletter cover The Data Science Handbook, 2nd Edition ($60.00 Value) FREE for a Limited Time Practical, accessible guide to becoming a data scientist, updated to include the latest

Re: How to know if your data has been exposed

Monday, December 23, 2024

Imagine getting an instant notification if your SSN, credit card, or password has been exposed on the dark web — so you can take action immediately. Surfshark Alert does just that. It helps you stay

Christmas On Repeat 🎅

Monday, December 23, 2024

Christmas nostalgia is a hell of a drug. Here's a version for your browser. Hunting for the end of the long tail • December 22, 2024 Hey all, Ernie here with a refresh of a piece from our very

SRE Weekly Issue #456

Monday, December 23, 2024

View on sreweekly.com A message from our sponsor, FireHydrant: On-call during the holidays? Spend more time taking in some R&R and less getting paged. Let alerts make their rounds fairly with our