#python-beginner
Read more stories on Hashnode
Articles with this tag
Custom frequency, duration , subtype, and channel of the audio · Building your own voice recorder can give you a lot of advantages. You can custom your...
Measuring execution time in code can give proper insights into coding performance. For this purpose, we will use the time module from Python. The...
Learn how to optimize code with NumPy · Overview When it comes to execute code repeatedly , we tend to use for-loop. A bunch of times when we need to...
Table of Contents Overview Pre-requisite Input Code Output Overview A QR code consists of squares in a square grid on a background that stores...
The QR Code will generate based on some text or other type of input and it will have a cool animated background. · Table of Contents Context ...
Table of Content 1. Context 2. Algorithm 3. Pre-requisite 4. Functions and operation we will use 6. Output 7....