- Python Weekly
- Posts
- Python Weekly (Issue 405 July 11 2019)
Python Weekly (Issue 405 July 11 2019)
Python Weekly - Issue 405
Python Weekly
Welcome to issue 405 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor
ScoutAPM offers a developer-friendly interface for monitoring your Python apps. Tracking down N+1 database queries, sources of memory bloat, performance abnormalities, and more. Get back to coding with Scout.
.
Articles, Tutorials and Talks
A memory problem may arise when a large number of objects are active in RAM during the execution of a program, especially if there are restrictions on the total amount of available memory. Below is an overview of some methods of reducing the size of objects, which can significantly reduce the amount of RAM needed for programs in pure Python.
A open-source Python library for building data applications.
Learn about machine learning in Python and build your very first ML model from scratch to predict Airbnb prices using k-nearest neighbors.
In today’s tutorial, you will learn how to use Keras’ ImageDataGenerator class to perform data augmentation. I’ll also dispel common confusions surrounding what data augmentation is, why we use data augmentation, and what it does/does not do.
Let’s create a Chatbot which can execute tasks asynchronously using Celery and communicate via WebSockets.
I got a speeding ticket :( Lets make a bot to display all the speed camera locations in my city using Python and OpenStreetMap data and make sure it never happens again!
This article describes how to use Microsoft Azure's Face API with python to identify faces in images and determine if they are of the same person.
When writing and running your Python programs, you may get stuck and need to get help. You may need to know the meaning of certain modules, classes, functions, keywords, etc. The good news is that Python comes with an built-in help system. This means that you don't have to seek help outside of Python itself. In this article, you will learn how to use the built-in Python help system.
Interesting Projects, Tools and Libraries
A simple neural network for python autocompletion.
Machine learning, in numpy.
An implementation of a deep learning recommendation model (DLRM)
Tensorpack is a neural network training interface based on TensorFlow.
More routines for operating on iterables, beyond itertools.
A Python and Qt Based App for a Cocktail machine
Instantly view & debug all HTTP traffic from any Python tool, script, or server.
A Fair Evaluation Metric for Scene Text Detectors.
An exploit for Redis(<=5.0.5) RCE, inspired by Redis post-exploitation.
OSINT Tool For Scraping Dark Websites.
New Releases
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.