Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

What is Software Programming? A Complete Guide

By Saruque Ahamed Mollick

In simpler terms, software programming is the process of breaking down a task into smaller and manageable instructions and translating the instructions into a language the computer.... Read More

Solved Django Error: That port is already in use. – Mac

By Saruque Ahamed Mollick

I am using Mac os and I get this error message Error: That port is already in use. when I try to run the server. I am aware of the fact that I can not run the server on the same p.... Read More

Django: You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s)

By Saruque Ahamed Mollick

Hello, I was learning Django basics and then I found this error while starting the server in Django. The error was: You have 18 unapplied migration(s). Your project may not work pr.... Read More

Fixed: zsh: command not found: python error

By Saruque Ahamed Mollick

Hello, if you are getting an error like “zsh: command not found: python” in the terminal or in VS Code, then I will let you know how to fix it. On the internet, I have .... Read More

How to exit from Python command line – Terminal

By Saruque Ahamed Mollick

Hello, I just ran a Python program and I was wondering how can I exit from the command line so that I can type new commands or just simply quit the program. So in this tutorial, I .... Read More

Fixed: ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects

By Saruque Ahamed Mollick

Hello, I was trying to install pyaudio on my new Mac device and I came across this error while installing with pip: ERROR: Could not build wheels for pyaudio, which is required to .... Read More

How to install pip on Mac

By Saruque Ahamed Mollick

In this tutorial, I will show you 2 terminal commands, and using those commands, you can easily install pip on your Mac device. If you have not installed pip properly you may get a.... Read More

Single quotes vs double quotes in Python – When to use

By Saruque Ahamed Mollick

In this tutorial, I will describe the actual uses of single quotes and double quotes in Python. This will help you to figure out the difference between single quotes and double quo.... Read More

Related Posts