Python Project : Text to HTML Converter
using Python GUI

Search for a command to run...
Articles tagged with #programming-blogs
using Python GUI

Measuring execution time in code can give proper insights into coding performance. For this purpose, we will use the time module from Python. The function we will be using is also called time(). time.time() -> returns the time in seconds First, we w...

Learn how to optimize code with NumPy

Table of Content 1. Context 2. Algorithm 3. Pre-requisite 4. Functions and operation we will use 6. Output 7. Full Code Here Context Our passwords keep our valuable accounts safe and secured. The more th...

Some days ago , I was working on a project where I needed to play an audio file that my program generated. So in order to that, I used a library named pygame. It helped me to play the audio file. What is Pygame? Pygame module is used in the video gam...

If you know a phone number pattern, you can easily find that from any text using python. In Bangladesh, the pattern of a phone number is: +880-operator code-8 digit number The total length of the phone number is 14 digits. So we will take text from t...
