- Python Weekly
- Posts
- Python Weekly (Issue 445 April 16 2020)
Python Weekly (Issue 445 April 16 2020)
Python Weekly - Issue 445
Python Weekly
Welcome to issue 445 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor
Monitor every layer of your Python stack in minutes. Datadog’s tracing client auto-instruments popular frameworks and libraries such as Django, Flask, PostgreSQL, so you can quickly get visibility into your Python applications.
News
PyCon US 2020 has launched online. For the next 4 weeks we will be posting online content for you to enjoy.
Articles, Tutorials and Talks
In this tutorial, you will learn how to perform automatic age detection/prediction using OpenCV, Deep Learning, and Python. By the end of this tutorial, you will be able to automatically predict age in static image files and real-time video streams with reasonably high accuracy.
Don’t override __hash__ and __eq__ to force objects to hashable. Use immutable objects instead.
As your project grows, it might get to the point that it becomes too hard to handle with just single VM or some simple SaaS solution. You can solve that by switching to more robust solution like Kubernetes. That might however, be little too complex if you are not familiar with it's concepts or if just never used it before. So, to help you out - in this article - we will go over all you need to get yourself started and have your Python project deployed on cluster - including cluster setup, all the Kubernetes manifests and some extra automation to make your life easier down the road!
Using VPNs and/or other tunnelling techniques can go a long way to keeping crawlers under the radar and collecting data as productively as possible. These can be hosted both in Cloud as well as residential environments. This post explores two solutions, the first using WireGuard and the second, using an OpenSSH SOCKS5 proxy.
Dipping toes into Python's object-oriented filesystem paths.
This post demonstrates how pyenv works under the hood with the shim design pattern, .python-version files, and environment variables.
Understanding Social Connections in Newspapers.
Seldon is a tool which aims at providing a production workflow for machine learning models, allowing to build model serving containers which expose well-defined APIs. In this post, I’ll show how to create a simple model and how to deploy it with Seldon.
This article shows you the pandas equivalents of some of the most useful SQL queries. This can serve both as an introduction to pandas for those who already know SQL or as a cheat sheet of common pandas operations you may need.
Gaining insights into your Python code using the dis-module.
I explored the possibility of simplifying PyMC4’s model specification API by manipulating the Python abstract syntax tree (AST) of the model code.
This tutorial shows you how to write a small domain-specific language and a syntax highlighting extension for Visual Studio Code that understands our language.
Train and deploy XGBoost models using coremltools, and build an on-device experience using Swift and Core ML.
Interesting Projects, Tools and Libraries
Avatars for Zoom and Skype.
Create high-quality images programmatically with easily-hackable templates.
Open Source Pandemic Ventilator with Raspberry Pi and Arduino.
The python scripts lets you join and record a zoom meeting automatically.
A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.
JupyterLab extension to create GitHub commits & pull requests.
Userge is a Powerful , Pluggable Telegram UserBot written in Python using Pyrogram.
A modular toolbox for accelerating meta-learning research.
PyTorch Implementation of "Lossless Image Compression through Super-Resolution"
New Releases
Upcoming Events and Webinars
There will be a talk, Cardinality estimation using HyperLogLog with intersection support and Dask parallel computation.
There will be a following talk, Snakes on a Car or Building a Self-Driving RC Car with Python.
There will be a talk, Evaluation of Traditional and Novel Feature Selection Approaches.
Our Other Newsletters
- A free weekly newsletter featuring the best hand curated news, articles, tools and libraries, new releases, jobs etc related to NoSQL.
- A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.