Python Weekly - Python Weekly - Issue 537

View this email in your browser

Python Weekly

Welcome to issue 537 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
 
Catch Errors in Your Complex Regular Expressions with SonarLint
SonarLint, a completely free & open source IDE extension, helps find and fix Python issues from the moment you write your first lines of code. It offers hundreds of unique rules, including many regex rules to help you write efficient & error-free regular expressions. Learn more.


News

Could you host DjangoCon Europe 2023?
DjangoCon Europe 2022 will be held from the 21st - 25th September in Porto, Portugal, hopefully, but we're already looking ahead to next year's conference. Could your town - or your football stadium, circus tent, private island, or city hall - host this wonderful community event?

Django: Reformatted code with Black


Articles, Tutorials and Talks

Creating a Zelda style game in Python 
A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more. 

How we optimized Python API server code 100x
Some of the tricks we used to speed up calls to our analytical API written in Python: played with asyncio, messed with SQLAlchemy, hacked deep in asyncpg, rewrote parts in Cython, found better data structures, replaced some pandas with pure numpy.

Deploy a Python API on Vercel using Postgres
FastAPI, Vercel, Arctype, and Postgres form a potent stack of software technologies. This article will show you how to build a simple task manager that takes advantage of these modern tools.

GPT in PyTorch 
In this video, we are going to implement the GPT2 model from scratch. We are only going to focus on the inference and not on the training logic. We will cover concepts like self attention, decoder blocks and generating new tokens.

TIL: typing.Protocol Across Python Versions
How to seamlessly support typing.Protocol on Python versions older and newer than 3.8. At the same time.

An optimization story

Using Google Cloud Machine Learning APIs programmatically in python - Part 1 

Natural Language Processing for Icelandic with PyPy: A Case Study

Deploy Django into Production with Kubernetes, Docker, & Github Actions 

The FastAPI Ultimate Tutorial

Friendly-traceback: trying to stay ahead of IPython


Interesting Projects, Tools and Libraries

TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).

minos-python
The framework which helps you create reactive microservices in Python.

pls
pls is a better ls for developers. 

django-idom
django-idom allows Django to integrate with IDOM, a reactive Python web framework for building interactive websites without needing a single line of Javascript.

BreakFastApi
The most delicious API on the web. Just send a request and you'll receive the most mouth watering dish recipe with estimated cooking time and all the necessary ingredients and instructions.

BlueFog
Distributed and decentralized training framework for PyTorch over graph.

scvi-tools
scvi-tools (single-cell variational inference tools) is a package for probabilistic modeling and analysis of single-cell omics data, built on top of PyTorch and AnnData.

Dynamo
Dynamo is a computational framework that includes an inclusive model of expression dynamics with scSLAM-seq / multiomics, vector field reconstruction and potential landscape mapping.

Hammer
An efficient toolkit for training deep models. 

cassowary
Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI


New Releases

Python in Visual Studio Code – February 2022 Release
This release includes:
  • Smart Selection
  • Folding support
  • Improvements to the Python interpreters list
  • Improvements when using Anaconda

TensorFlow 2.8.0


Upcoming Events and Webinars

Virtual: Cleveland Python Meetup February 2022
There will be a talk, Dev Life with VSCode Dev Containers.

Virtual: PyData Paris February 2022 
There will be a talk, Better Data Governance with Revision Control Workflows.
 
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 536

Thursday, February 3, 2022

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

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

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