In this tour de force live coding session, an expert Python coach Reuven Lerner shows you how functions work behind the scenes and how you can use them in different ways.
By Dennis Byrne
This article explores securing data using keyed hashing in Python.
Deep dive with Carl Osipov into understanding automatic differentiation used by PyTorch autograd for deep learning
From Tiny Python Projects by Ken Youens-Clark
This article delves into how to make really memorable and secure passwords—with Python!
In this video, Dr. Leonard Apelstin demonstrates xClustering Large Text Datasets in Python.
From Developing Microservice APIs with Python by Jose Haro Peralta
In this article we will explain what web APIs are. You will learn that a web API is a specific instance of the more general concept of Application Programming Interface (API). It is important to understand that an API is just a layer on top of an application, and that there are many different types of interfaces.
From Tiny Python Projects by Ken Youens-Clark
Everyone loves Mad Libs! And everyone loves Python. This article shows you how to have fun with both and learn some programming skills along the way.
From High-Performance Python for Data Analytics by Tiago Rodrigues Antao
In this article we will start to explore Python’s framework for concurrency – the first step in developing parallel applications.