Python Weekly - Python Weekly - Issue 544

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 newsletter featuring the best hand curated news, articles, tutorials, talks, tools and libraries etc for programmers. Join For Free

Articles, Tutorials and Talks

OpenTelemetry and Python: A Complete Instrumentation Guide
Learn how to instrument Python code with OpenTelemetry, both manually and using auto-instrumentation.

This Is Why Python Data Classes Are Awesome 
Data classes in Python are really powerful and not just for representing structured data. In this video I show you what you can do with dataclasses as well as new capabilities that have been added in Python 3.10.

Discovering basic blocks
In this post, we will learn how to construct a control-flow graph (CFG) from a subset of CPython (3.6+) bytecode. We will also coincidentally be using Python (3.6+) as a programming language, but the concepts should be applicable to other bytecode and using other programming languages.

Efficient Pandas Dataframes in Python 
In this video Rob Mulla teaches how to make your pandas dataframes more efficient by casting dtypes correctly. This will make your code faster, use less memory and smaller when saving to disk or a database.

Overlooked facts about variables and objects in Python: it's all about pointers
In Python, variables and data structures don’t contain objects. This fact is both commonly overlooked and tricky to internalize. You can happily use Python for years without really understanding the concepts below, but this knowledge can certainly help alleviate many common Python gotchas.

The only in-IDE solution you’ll ever need for Python issues
Working in VS Code, PyCharm, Visual Studio, or Eclipse? SonarLint is a free & open source IDE extension that helps you find & fix issues in your Python code. Simply install from your IDE marketplace! SPONSOR

Does Coding in Pythonic Zen Peak Performance? 
Preliminary Experiments of Nine Pythonic Idioms at Scale.

How to Make Django Raise an Error for Missing Template Variables
It’s all too easy to forget to pass a variable to your template, or make a typo in a variable name. Unfortunately, it can be quite hard to debug such mistakes, since Django’s default behavior is to ignore the problem and render an empty string. In this post we’ll look at several techniques to check for missing template variables.

Using requests and BeautifulSoup in Python to scrape data
Sometimes pandas.read_html doesn't work to scrape data using Python, but you can try using requests and BeautifulSoup to do it yourself.

Learning Natural Language Processing(NLP) Made Easy
What is natural language processing? How does it work? Where is NLP used in the real world?

What to Expect from Python 3.11?
Python 3.11 will be released in October, 2022. Here is what new features we can expect.

Running minor tasks with a simple job system in Django

Building a Full Stack Application with Flask and HTMx

How to close a HTTP GET request in Python before the end 

A Guide to Obtaining Time Series Datasets in Python 


Interesting Projects, Tools and Libraries

BlocklyML
BlocklyML is a simple visual programming Tool for python and ML. Built on Google Blockly

flask_for_startups
Flask boilerplate using a services oriented structure.

clip-as-service
CLIP-as-service is a low-latency high-scalability service for embedding images and text. It can be easily integrated as a microservice into neural search solutions.

Sionna
An Open-Source Library for Next-Generation Physical Layer Research.

AI-Optimizer
The next generation deep reinforcement learning framework.

Anubis
Distributed LMS for automating Computing Science Courses From NYU.

keras-genetic
Keras Genetic allows you to easily train Keras models using genetic algorithms. Genetic algorithms can be used to train small controllers to perform specialized tasks.

DLLirant
DLLirant is a tool to automatize the DLL Hijacking researches on a specified binary.

Terminal-3D-Render
A very impractical 3D rendering engine that runs in the python terminal.

Bloxs
Display your data in an attractive way in your notebook!


Upcoming Events and Webinars

PyLadies Paris Meetup April 2022
There will be following talks
  • Machine learning for industry
  • Model inspection

Central Coast Python Meetup April 2022
There will be a talk, Techniques I've learned from over a decade of writing Python.
 
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 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

Python Weekly - Issue 540

Thursday, March 3, 2022

View this email in your browser Python Weekly Welcome to issue 540 of Python Weekly. We are giving away 2 free tickets to 2022 Python Web Conference. If you are interested please submit your entry.

Python Weekly - Issue 539

Thursday, February 24, 2022

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

You Might Also Like

WebAIM November 2024 Newsletter

Friday, November 22, 2024

WebAIM November 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/november Features Using Severity Ratings to Prioritize Web Accessibility Remediation When it comes to

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and

JSK Daily for Nov 22, 2024

Friday, November 22, 2024

JSK Daily for Nov 22, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Spyglass Dispatch: The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen

Friday, November 22, 2024

The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen The Spyglass Dispatch is a free newsletter sent out daily on

Charted | How the Global Distribution of Wealth Has Changed (2000-2023) 💰

Friday, November 22, 2024

This graphic illustrates the shifts in global wealth distribution between 2000 and 2023. View Online | Subscribe | Download Our App Presented by: MSCI >> Get the Free Investor Guide Now FEATURED

Daily Coding Problem: Problem #1616 [Easy]

Friday, November 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Alibaba. Given an even number (greater than 2), return two prime numbers whose sum will

The problem to solve

Friday, November 22, 2024

​ Use problem framing to define the problem to solve This week, Tom Parson and Krishna Raha share tools and frameworks to identify and address challenges effectively, while Voltage Control highlights

Issue #568: Random mazes, train clock, and ReKill

Friday, November 22, 2024

View this email in your browser Issue #568 - November 22nd 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

Whats Next for AI: Interpreting Anthropic CEOs Vision

Friday, November 22, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 22, 2024? The HackerNoon

iOS Cocoa Treats

Friday, November 22, 2024

View in browser Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week. Using the SwiftUI ImageRenderer The SwiftUI ImageRenderer