Python Weekly - Python Weekly - Issue 536

View this email in your browser

Python Weekly

Welcome to issue 536 of Python Weekly. Let's get straight to the links this week.
News

Google releases differential privacy pipeline for Python
PipelineDP allows datasets containing personal information to be aggregated in a way that preserves the privacy of individuals.

Apple removes Python 2.7 in macOS 12.3 beta 


Articles, Tutorials and Talks

10 Unknown Security Pitfalls for Python
In this blog post, we share 10 security pitfalls for Python developers that we encountered in real-world projects.

Creating Beautiful Tracebacks with Python's Exception Hooks
Debugging can become an enjoyable experience with beautiful traceback messages created with Python’s custom exception hooks.

A Comprehensive Guide to Slicing in Python
Python Slicing is a powerful tool to access sequences. To learn more about the inner mechanics of slices, read this post.

How to stop running out of ephemeral ports and start to love long-lived connections
In this blog post, I'll explain why we had these issues, how we worked around them, and present an userspace code implementing an improved variant of connect() syscall.

Building for Balance
How Instacart Marketplace team developed a unified marketplace balancing engine with machine learning and optimization

Start Analyzing Your Python Projects
SonarQube has over 170 unique rules to find Bugs, Vulnerabilities, Security Hotspots, and Code Smells in your Python code. Get started for free! SPONSOR

How I hacked SONOS and YouTube the same day
Or how to play YouTube videos on your SONOS, easy and for free.

Python and the Legend of Zelda
Using brute force to solve a classic grid-based puzzle.

Is your code too complicated?
Measuring the complexity of your code with two different metrics - Cyclomatic Complexity & Cognitive Complexity.

Scaling SHAP Calculations With PySpark and Pandas UDF
Learn more about how a scalable SHAP values calculation solution using PySpark and Pandas UDFs can help model explainability with improved performance.

Deploying web application to AWS: Django, Django Channels
Deploying your project to AWS can be difficult and frustrating if you are new to deploying a project. Neither is the AWS user interface easy to work with nor is their documentation easy to understand. In this post, I wish not only help you deploy your Django project but also to help you understand AWS better. I will also talk about some of the common errors that I faced during the deployment.

How To Annotate Entities With Spacy PhraseMacher
Learn to write a name matching pipeline using spaCy’s PhraseMatcher that finds and labels organization names and their stock ticker symbols.

Security 101: Securing file downloads

A Gentle Introduction to AWS Lambda

Deep physical neural networks trained with backpropagation


Interesting Projects, Tools and Libraries

Poker
Fully functional Pokerbot that works on PartyPoker, PokerStars and GGPoker, scraping tables with Open-CV (adaptable via gui) or neural network and making decisions based on a genetic algorithm and montecarlo simulation for poker equity calculation.

cibuildwheel
Build Python wheels for all the platforms on CI with minimal configuration.

woob
woob is a collection of applications able to interact with websites, without requiring the user to open them in a browser. It also provides well-defined APIs to talk to websites lacking one.

Rich-cli
Rich-cli is a command line toolbox for fancy output in the terminal, built with Rich.

Procrastinate
PostgreSQL-based Task Queue for Python.

PathML
An open-source toolkit for computational pathology and machine learning.

rip_raw
Rip Raw is a small tool to analyze the memory of compromised Linux systems.

ChatView
Generate data visualizations and get meaningful insights of your chat message history.

tstock
A command line tool to view stock charts in the terminal.

Espial
Espial is an engine for automated organization and discovery of personal knowledge.


New Releases

Django security releases issued: 4.0.2, 3.2.12, and 2.2.27


Upcoming Events and Webinars

Virtual: PyMNtos Python Presentation Night #101
There will be the following talks
  • Creating GUI Applications in Python
  • Django Project Share: Summer_Fun

Virtual: PyData Sydney February 2022
There will be a talk, Helping Pandas with Pyjanitor.

Virtual: PyData Paris February 2022
There will be a talk, Better Data Governance with Revision Control Workflows.

Virtual: IndyPy Meetup February 2022
There will be a talk, Python Dependency Security; best practices and learnings along the way.
 
Our Other Newsletters
Programmer Weekly - A free weekly newsletter for programmers.

Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
 
Copyright © 2022 Python Weekly, All rights reserved.
You are receiving our weekly newsletter because you signed up at http://www.PythonWeekly.com.

Our mailing address is:
Python Weekly
Brooklyn
Brooklyn, NY 11209

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Python Weekly - Issue 535

Thursday, January 27, 2022

View this email in your browser Python Weekly Welcome to issue 535 of Python Weekly. Let's get straight to the links this week. News The first high-performance self-supervised algorithm that works

Python Weekly - Issue 534

Thursday, January 20, 2022

View this email in your browser Python Weekly Welcome to issue 534 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

Python Weekly - Issue 533

Thursday, January 13, 2022

View this email in your browser Python Weekly Welcome to issue 533 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Hired is home to 1000s of companies: from startups

Python Weekly - Issue 532

Thursday, January 6, 2022

View this email in your browser Python Weekly Welcome to issue 532 of Python Weekly. Let's get straight to the links this week. News Django Developers Survey 2021 Results Articles, Tutorials and

Python Weekly - Issue 531

Thursday, December 23, 2021

View this email in your browser Python Weekly Welcome to issue 531 of Python Weekly. This will be the final issue of 2021. We will be back on January 6th, 2022 after the holiday break. Wish you all a

You Might Also Like

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your