- Python Weekly
- Posts
- Python Weekly (Issue 488 February 25 2020)
Python Weekly (Issue 488 February 25 2020)
Python Weekly - Issue 488
Python Weekly
Welcome to issue 488 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor
is a smart Python IDE that simplifies complicated programming experiences with out-of-the-box support for Python web frameworks, frontend libraries, and databases. Use the discount code PYTHONWEEKLYFEB by the end of March and try PyCharm Pro for three months free!
News
Official Python Developers Survey 2020 Results by Python Software Foundation and JetBrains: more than 28k responses from more than 150 countries.
Two separate vulnerabilities led to the fast-tracked release of Python 3.9.2 and 3.8.8 on February 19, though source-only releases of 3.7.10 and 3.6.13 came a few days earlier. The vulnerabilities may be problematic for some Python users and workloads; one could potentially lead to remote code execution. The other is, arguably, not exactly a flaw in the Python standard library—it simply also follows an older standard—but it can lead to web cache poisoning attacks.
Articles, Tutorials and Talks
Learn how to use python and the Dropbox API to automatically move and organize new files.
Last year, many cities around the world imposed restrictions on how far you can travel from home. Here we'll show you how you can calculate your travel bubble around your home using some of the best Python tools for spatial analysis.
In this tutorial, you will learn how to build a simple Python web application from scratch. You will get a basic understanding of the technologies that are used, and see how easy it is to integrate a graph database in your development process.
Enable debug logging for the python requests library to see exactly what you're sending to the server including request headers and payload.
A guide to object detection with Faster-RCNN and PyTorch.
This guide explains how to receive SMS messages and forward them to your Telegram account using Raspberry PI Zero W and Wireshare GSM hat.
Experts discuss hard Python problems. 50+ talks on Machine Learning, AI, Big Data, Django, Plone, Serverless, CI/CD, Containers, etc. Join JetBrains and Six Feet Up to discuss what the future holds.
SPONSORData Analysis with Python Learn the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis in this course for beginners.Test Your AppsHow do you confirm that your website works? You could click around and check things out yourself, or you can write code to verify the site. This post shows you why you should prefer the latter and how to use automated tests to verify the correctness of your site.
How to Send a Daily Workout Schedule to Your Gmail Inbox with Python We’ll use a fun project to explore inheritance and magic methods (e.g. __str__). From requirements and design to implementation and testing, we build something that sends workouts straight to your inbox.Deploy a Python API With Docker and KubernetesAutoscale compute-intensive workloads to keep up with changing demand.PyCascades 2021 Videos Python behind the scenes #9: how Python strings workShooting yourself in a foot with django and recovering from itIntroduction to Datasette and sqlite-utils Abracadabra! Bringing the magics to xeus-pythonImprove your Django experience with IPythonInteresting Projects, Tools and LibrariesCodeCarbonAn open source tool to help track the CO2 emissions of your research.IDOM IDOM is a new declarative Python package for building highly interactive user interfaces.PyTextRank Python implementation of TextRank for phrase extraction and summarization of text documents.libmathsA Python library created to assist programmers with complex mathematical functions.certifiedCertified is a small CLI tool for generating a TLS self-signed ("TOFU") ECC certificate and private key, suitable for using in small distributed networks, like gemini.FreewireAn experiment with "freely" wired neural networks (no layers).msgspecmsgspec is a fast and friendly implementation of the MessagePack protocol for Python 3.8+. In addition to serialization/deserialization, it supports runtime message validation using schemas defined via Python’s type annotations.CompreFaceCompreFace is a free face recognition solution that can be easily integrated into any IT system without prior machine learning skills.PdpCLI PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pandas pipeline from a configuration file.binance-trade-botAutomated cryptocurrency trading bot.New ReleasesPython in Visual Studio Code – February 2021 ReleaseThis release includes TensorBoard integration, and improvements on docstring readability and code navigation with Pylance. Django 3.2 beta 1 releasedPython 3.9.2 and 3.8.8 are now availableDjango security releases issued: 3.1.7, 3.0.13 and 2.2.19Upcoming Events and WebinarsVirtual: PyLadies Berlin Meetup March 2021There will be a talk, Building robust data pipelines with dbt, Airflow, and Great Expectations.Virtual: PyData Triangle Meetup March 2021 There will be following talks
Rules + Deep Learning: Why you need both to build Conversational AI that actually works
Probabilistic Scripting for Common-Sense Data Cleaning at Scale
Our Other Newsletters
- A free weekly newsletter for programmers.
- A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.