Python Weekly - Python Weekly - Issue 546

View this email in your browser

Python Weekly

Welcome to issue 546 of Python Weekly. Let's get straight to the links this week.
Articles, Tutorials and Talks

StarJacking - Making Your New Open Source Package Popular in a Snap 
Checkmarx supply chain security has recently found a malicious PyPi package with more than 70,000 downloads using a technique we dubbed StarJacking - a way to make an open source package instantly look popular by abusing the lack of validation between the package to its GitHub repository

KFold Cross Validation in Python Tutorial 
In this video Rob Mulla discusses the essential skill that every machine learning practictioner needs to know - cross validation. Without cross validation it's easy to overfit your model and overstate it's predictive power. This video is a must watch for anyone trying to learn machine learning.

Threading in Python: The Complete Guide
This guide provides a detailed and comprehensive review of threading in Python, including how threads work, how to use threads in multithreaded programming, concurrency primitives used with threads, common questions, and best practices.

Building a Panel Dashboard with Snowpark for Python
Data scientists often use SQL to interact with a data warehouse, but then often rely on Python for data discovery, visualization, and modeling. How great would it be if we can interact with a data warehouse directly with our preferred tools in Python? This article shows you how to create Panel dashboard to meaningfully visualize the 5 million data points from a Snowflake dataset.

Python Game Development Project Using OOP – Minesweeper Tutorial 
In this course, you will improve your Python skills by coding a Minesweeper game using the tkinter library. The game is fully implemented using Object Oriented Programming.

Generic Functionality without Generic Relations
When you have some generic functionality like anything commentable, likable, or upvotable, it’s common to use Generic Relations in Django. The problem with Generic Relations is that they create the relationships at the application level instead of the database level, and that requires a lot of database queries if you want to aggregate content that shares the generic functionality. There is another way that I will show you in this article.

How to Structure a Data Science Project for Readability and Transparency
And How to Create One in One Line of Code.

Managing Data for Machine Learning Project
In this post, we explore different formats and libraries that you can use to store and retrieve your data in Python.

Improving Code Reviews with Github’s Copilot 
How does GitHub Copilot and Codespaces help data scientists to write, understand, and review code?

Python Bi-Dictionary — Key Can Be Value, And Value Can Be Key
A bi-directional dictionary in Python, perfect patch to Python data structure.

Snake in the powershell / terminal [with python] 
A video about creating the snake game in the windows powershell or the mac and linux terminal with python.

Packaging PyQt6 applications for Windows with PyInstaller & InstallForge
Turn your PyQt6 application into a distributable installer for Windows.

Singleton is a bad idea

Django Day 2022 Videos 

Generate Python extensions using Nim language


Interesting Projects, Tools and Libraries

memray
Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension modules, and in the Python interpreter itself. It can generate several different types of reports to help you analyze the captured memory usage data. 

Exceptionite
A Python exception library designed to make handling and displaying exceptions a cinch.

reFlutter
Flutter Reverse Engineering Framework.

Gupshup
A TUI chat client writtten in Python.

mdiff
mdiff is a package, tool and application for comparing and generating diff info for input data. It has an ability to detect sequence elements displacements (i.e. line in text have been moved up or down).

Moriarty-Project
Moriarty tries to find important information about a spesific phone number.

QTWin11
QT Theme for Win32 apps on Windows 11.

cookiecutter-poetry
A cookiecutter template for poetry managed python projects.

docTR
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.


New Releases

Django security releases issued: 4.0.4, 3.2.13, and 2.2.28


Upcoming Events and Webinars

Virtual: PyLadies London Meetup April 2022
There will be a talk, Crowd-kit - a scikit-learn for crowdsourced annotations.

Virtual: San Diego Python Meetup April 2022
There will be following talks
  • Speeding up Sci-kit Learn
  • Django rest with ML
  • San Diego wildfire risk models

Virtual: PyData Sydney Meetup April 2022
There will be a talk, Clustering On Unstructured Data.

Virtual: PyData Chicago Meetup April 2022
There will be a talk, The Euler characteristic: A general topological descriptor for complex data.
 
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 545

Thursday, April 7, 2022

View this email in your browser Python Weekly Welcome to issue 545 of Python Weekly. I will be away next week and so there won't be newsletter issue. News Cython is 20! On April 4th, 2002, Greg

Python Weekly - Issue 544

Thursday, March 31, 2022

View this email in your browser Python Weekly Welcome to issue 544 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 543

Thursday, March 24, 2022

View this email in your browser Python Weekly Welcome to issue 543 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 542

Thursday, March 17, 2022

View this email in your browser Python Weekly Welcome to issue 542 of Python Weekly. Let's get straight to the links this week. News Python removes 'dead batteries' from standard library A

Python Weekly - Issue 541

Thursday, March 10, 2022

View this email in your browser Python Weekly Welcome to issue 541 of Python Weekly. Let's get straight to the links this week. News EuroPython 2022 Call for Proposals The EuroPython 2022 Call for

You Might Also Like

Google Researcher Uncovers Zero-Click Exploit Targeting Android Devices

Saturday, January 11, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and

📧 Working with LLMs in .NET using Microsoft.Extensions.AI

Saturday, January 11, 2025

​ Working with LLMs in .NET using Microsoft․Extensions․AI Read on: m​y website / Read time: 6 minutes The .NET Weekly is brought to you by: ​Transform your database performance with RavenDB​:

iOS Dev Weekly – Issue 694

Friday, January 10, 2025

Hopefully you won't see that much difference with receiving this issue, but it's ALL CHANGED behind the scenes! 😱 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Daily Coding Problem: Problem #1664 [Easy]

Friday, January 10, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Twitter. A permutation can be specified by an array P , where P[i] represents the

Spyglass Dispatch: The Case for a For-Profit OpenAI

Friday, January 10, 2025

RIP Venu • A More Political and Real Time Threads • An OpenAI Auction • Apple's Tough 2025 The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary on timely topics

⌨️ 10 Mods to Improve Your Mechanical Keyboard — How to Set Up Quick Share on Windows

Friday, January 10, 2025

Also: Why Are Tech Companies Trying to Sell Me Expensive Clocks? How-To Geek Logo January 10, 2025 Did You Know Famed biologist Charles Darwin and US President Abraham Lincoln were born on the same day

Your best friends in design

Friday, January 10, 2025

​ Working With Designers Product manager & UX designer collaboration guide. How members of your product team work together is just as important as the work itself. A fundamental relationship within

Charted | How Canada Would Rank as the 51st State 📊

Friday, January 10, 2025

Donald Trump has floated the idea that Canada should be the 51st state. Here's how it compares statistically. View Online | Subscribe | Download Our App Presented by: Global X ETFs Power AI's

Pinpointing The Actual Problem 🎯

Friday, January 10, 2025

WordPress accidentally diagnoses its own business problem. Here's a version for your browser. Hunting for the end of the long tail • January 10, 2025 Pinpointing The Actual Problem A blog post from

😱Major Azure Outage in EastUS2, 🚀New AI and Azure Developer CLI Courses, azureedge.net DNS retiring

Friday, January 10, 2025

͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏