Python Weekly - Python Weekly - Issue 495

View this email in your browser

Python Weekly

Welcome to issue 495 of Python Weekly. We have a packed issue this week. Enjoy it!
From Our Sponsor 
 
  REST APIs with Flask and Python
Build professional REST APIs with Python, Flask, Flask-RESTful, and Flask-SQLAlchemy


News

The PSF is hiring a Python Packaging Project Manager!
Thanks to a two-year grant commitment from Bloomberg, our second 2021 Visionary Sponsor and a long term committed supporter of the Python ecosystem, The Python Software Foundation (PSF) is hiring a full-time project and community manager for the Python Packaging ecosystem, with a specific focus on the Python Package Index (PyPI).

Unifying the CUDA Python Ecosystem
To date, access to CUDA and NVIDIA GPUs through Python could only be accomplished by means of third-party software such as Numba, CuPy, Scikit-CUDA, RAPIDS, PyCUDA, PyTorch, or TensorFlow, just to name a few. Each wrote its own interoperability layer between the CUDA API and Python. By releasing CUDA Python, NVIDIA is enabling these platform providers to focus on their own value-added products and services. NVIDIA also hopes to lower the barrier to entry for other Python developers to use NVIDIA GPUs. 


Articles, Tutorials and Talks

The Architecture Behind A One-Person Tech Startup
A great post breaking down the setup run a SaaS, from load balancing to cron job monitoring to payments and subscriptions. 

How I built a €25K Machine Learning Rig
How to plan, buy, build, and store your 2-10 GPU machine learning servers and PCs.

Porting VaccinateCA to Django
Originally VaccinateCA was powered by a heavily customized Airtable instance, accompanied by a custom JavaScript app for the callers that communicated with the Airtable API via some Netlify functions. Learn how it was ported to a new custom Django backend, running on top of PostgreSQL.

How To Use a FastAPI Abstraction To Query AWS Data Lake
Data lakes provide a myriad of benefits. They are data agnostic and don’t require you to define a schema upfront. However, without a proper structure, it may be challenging to find the data that you need. In this article, we’ll address this problem by creating a FastAPI abstraction allowing us to query the AWS Glue metadata catalog.

Python dataclasses will save you HOURS, also featuring attrs 
In this video we learn about dataclasses and how to use them, as well as the related attrs library that dataclasses were based on.

Python Typing with mypy
Progressive Type Checking on a Large Code Base.

Python 3 Types in the Wild: A Tale of Two Type Systems
This paper explores how developers use these type annotations, the type system semantics provided by type checking and inference tools, and the performance of these tools. We evaluate the types and tools on a corpus of public GitHub repositories. We review MyPy and PyType, two canonical static type checking and inference tools, and their distinct approaches to type analysis. We then address three research questions: (i) How often and in what ways do developers use Python 3 types? (ii) Which type errors do developers make? (iii) How do type errors from different tools compare?

Integrating Rust into Python
This post details the specific mechanics of integrating Rust with Python to increase performance, with very little effort.

Using PyTorch + NumPy? You're making a mistake.
A bug that plagues thousands of open-source ML projects.

Deep learning model compression
This post covers model inference optimization or compression in breadth and hopefully depth as of March 2021. This includes engineering topics like model quantization and binarization, more research-oriented topics like knowledge distillation, as well as well-known-hacks.

How to Create Mathematical Animations like 3Blue1Brown Using Python
Leverage your Python Skills to Create Beautiful Mathematical Animations.

Python + AWS Lambda 
The series will cover: Writing a Python script that pulls the current day's weather from an API, Packaging the script into a Docker container, Automating using CI/CD to push the Docker container to AWS to run on AWS Lambda, Scheduling the AWS Lambda function to run automatically and Writing infrastructure YAML file to create components automatically.

How to Build Machine Learning Pipeline with Scikit-Learn? And Why is it essential?
In this post, you will learn what is a pipeline and How to use scikit-learn pipeline? How to do grid search and feature selection with pipelines? How to use column transformer with pipeline?

Getting Started With MicroPython on the Raspberry Pi Pico
The Pi Foundation's first microcontroller is here! Learn how to program it using MicroPython.

How to Cook with Python and Telegram 
Have some ingredients in your fridge but don’t know what to make? In the mood for a new, fun cocktail? We’ll build all of that as a telegram bot in this step-by-step python tutorial. 

Scripting machine vision and astronomical cameras in Python

Downloading files from S3 with multithreading and Boto3

Faster Python with Go shared objects (the easy way)

A Bot that Bird Watches so You Don’t Have To

Learn by reading code: Python standard library design decisions explained (for advanced beginners)


Interesting Projects, Tools and Libraries

gProfiler
gProfiler combines multiple sampling profilers to produce unified visualization of what your CPU is spending time on, displaying stack traces of your processes across native programs, Java and Python runtimes, and kernel routines.

MMOCR 
A toolbox based on PyTorch and mmdetection for text detection, text recognition, and the corresponding downstream tasks including key information extraction.

SkinDeep
Remove tattoos using Deep Learning.

Logica 
Logica is a logic programming language that compiles to StandardSQL and runs on Google BigQuery.

certomancer
Quickly construct, mock & deploy PKI test configurations using simple declarative configuration. Includes CRL, OCSP and time stamping service provisioning.

Rotten-Scripts
Rotten Scripts contains amazing and awesome scripts written in Python, JavaScript, Bash, Powershell, and more.

opal
OPAL is an administration layer for Open Policy Agent (OPA), detecting changes to both policy and policy data in realtime and pushing live updates to your agents.

label-studio
Label Studio is an open source data labeling tool. It lets you label data types like audio, text, images, videos, and time series with a simple and straightforward UI and export to various model formats.

POT
A library that provides several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.

layout-parser
A Python Library for Document Layout Understanding.

torchtyping
Runtime type annotations for the shape, dtype etc. of PyTorch Tensors.

DivideAndScan 
Divide full port scan results and use it for targeted Nmap runs.

omni
A very lightweight monitoring system for Raspberry Pi clusters running Kubernetes.

jurigged
Hot reloading for Python.


New Releases

PyPy v7.3.4: release of Python 2.7 and 3.7


Upcoming Events and Webinars

Virtual: PyBerlin 28 
There will a talk, Retro Gamedev: Making your own compiled language for NES in Python

Virtual: PyLadies Dublin Meetup April 2021
There will be following talks
  • Bias in NLP: using linguistics and computer science to improve AI/ML fairness
  • Automating social media content with Python and Mako

Virtual: PyData Berlin Meetup April 2021
There will be following talks
  • How we task satellites to take pictures
  • How to detect silent failures in ML models

Virtual: PyData Montreal Meetup April 2021
There will be following talks
  • Text Extensions for Pandas
  • Introducing Elyra: Extending JupyterLab for AI
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 © 2021 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 493

Thursday, April 1, 2021

View this email in your browser Python Weekly Welcome to issue 493 of Python Weekly. An exciting and funded early stage startup is looking for a Lead Full Stack Engineer with strong Python, Django and

Python Weekly - Issue 492

Saturday, March 27, 2021

View this email in your browser Python Weekly Welcome to issue 492 of Python Weekly. Let's get straight to the links this week. From Our Sponsor PyCharm Pro is a smart Python IDE that simplifies

You Might Also Like

📧 Building Async APIs in ASP.NET Core - The Right Way

Saturday, November 23, 2024

​ Building Async APIs in ASP .NET Core - The Right Way Read on: m​y website / Read time: 5 minutes The .NET Weekly is brought to you by: Even the smartest AI in the world won't save you from a

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