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

Charted | How People Get Around in America, Europe, and Asia 🚶‍♂️

Saturday, May 11, 2024

Examining how people get around on a daily basis using cars, public transit, and walking or biking, and the regional differences in usage. View Online | Subscribe Presented by Voronoi: The App Where

⚙️ How AI is Revolutionizing Sales Coaching

Saturday, May 11, 2024

Selling with the help of AI ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Weekend Reading — Stack over you

Saturday, May 11, 2024

This week we remove gatekeepers from our CI, break a Guinness world record, redesign review ratings, understand the meaning behind “job requirements”, and level up. 😎 Labnotes (by Assaf Arkin) Weekend

Why Apple’s ‘Crush’ ad is so misguided

Saturday, May 11, 2024

Plus: How AI deepfakes took over the Met Gala View this email online in your browser By Cody Corrall Saturday, May 11, 2024 Image Credits: Apple Welcome to Week in Review: TechCrunch's newsletter

🐍 New Python tutorials on Real Python

Saturday, May 11, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Python News: What's New From April 2024 In

CensysGPT: AI-Powered Threat Hunting Tool for Cybersecurity Pros

Saturday, May 11, 2024

THN Daily Updates Newsletter cover Enterprise Transformation to AI and the Metaverse ($59.99 Value) FREE for a Limited Time Strategies for the Technology Revolution Download Now Sponsored LATEST NEWS

📧 Building Resilient Cloud Applications With .NET

Saturday, May 11, 2024

​ Building Resilient Cloud Applications With .NET Read on: m​y website / Read time: 7 minutes BROUGHT TO YOU BY ​ Build API Applications Visually ​ Build API applications visually using Postman Flows.

The worst of the VC fund performance may be behind us

Friday, May 10, 2024

Plus: Zeekr's shares pop and Dell's data breach did include personal data View this email online in your browser By Christine Hall Friday, May 10, 2024 Good afternoon, and welcome to TechCrunch

DeepMind releases AlphaFold 3 - Weekly News Roundup - Issue #466

Friday, May 10, 2024

Plus: OpenAI releases Model Spec; Neuralink publishes progress update; Tesla shares new video of Optimus; growing meat with Gatorade; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Issue #540: Jam winners, AGILE, and game of life in 3D

Friday, May 10, 2024

Weekly newsletter about HTML5 Game Development. Is this email not displaying correctly? View it in your browser. Issue #540 - May 10th 2024 If you have anything you want to share with the HTML5 game