Python Archives - Tuts Make https://www.tutsmake.com/category/python/ Tutorials Maker Fri, 22 Dec 2023 11:58:06 +0000 en-US hourly 1 https://www.tutsmake.com/wp-content/uploads/2018/12/cropped-favicon-1024-1-1-32x32.png Python Archives - Tuts Make https://www.tutsmake.com/category/python/ 32 32 Python is not recognized as an internal or external command https://www.tutsmake.com/python-is-not-recognized-as-an-internal-or-external-command-windows-11-10/ https://www.tutsmake.com/python-is-not-recognized-as-an-internal-or-external-command-windows-11-10/#respond Fri, 22 Dec 2023 11:57:55 +0000 https://www.tutsmake.com/?p=28777 Python 2|3|4 is not recognized as an internal and external command, operable program or batch file issue error happens when Python is not installed in your system or Python is installed but the variable path is not set or the

The post Python is not recognized as an internal or external command appeared first on Tuts Make.

]]>
https://www.tutsmake.com/python-is-not-recognized-as-an-internal-or-external-command-windows-11-10/feed/ 0
Python Program to Get Current Date and Time https://www.tutsmake.com/python-get-current-date-and-time/ https://www.tutsmake.com/python-get-current-date-and-time/#respond Wed, 06 Sep 2023 07:38:12 +0000 https://www.tutsmake.com/?p=7898 Python program to get current date and time; In this python article, we would love to share with you how to get the current date & time, get yesterday date, and how to get next day/date in python. And you

The post Python Program to Get Current Date and Time appeared first on Tuts Make.

]]>
https://www.tutsmake.com/python-get-current-date-and-time/feed/ 0
How to Connect to a MySQL Database in Python https://www.tutsmake.com/how-to-connect-to-a-mysql-database-in-python/ https://www.tutsmake.com/how-to-connect-to-a-mysql-database-in-python/#respond Sat, 06 May 2023 14:34:15 +0000 https://www.tutsmake.com/?p=24868 If you are working in Python programming language. And you want to make your Python app dynamic. For this, you need to connect your Python app to a database. In this tutorial, you will learn how to connect your Python

The post How to Connect to a MySQL Database in Python appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-connect-to-a-mysql-database-in-python/feed/ 0
How to Count All the Lines of Code in a Directory Recursively in Linux https://www.tutsmake.com/how-to-count-all-the-lines-of-code-in-a-directory-recursively-in-linux/ https://www.tutsmake.com/how-to-count-all-the-lines-of-code-in-a-directory-recursively-in-linux/#respond Tue, 25 Apr 2023 07:43:43 +0000 https://www.tutsmake.com/?p=24763 If you want to count the lines of code inside the files of a directory and subdirectory. In this situation do you have to count the lines of code from a file by opening each directory and subdirectory of the

The post How to Count All the Lines of Code in a Directory Recursively in Linux appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-count-all-the-lines-of-code-in-a-directory-recursively-in-linux/feed/ 0
How To Install Python 3.10 on Ubuntu 22.04 https://www.tutsmake.com/how-to-install-python-3-10-on-ubuntu-22-04/ https://www.tutsmake.com/how-to-install-python-3-10-on-ubuntu-22-04/#respond Tue, 04 Apr 2023 09:33:12 +0000 https://www.tutsmake.com/?p=19350 Install python 3.10 on ubuntu 22.04; Through this tutorial, we will learn how to install python 3.10 on linux ubuntu 22.04 system using command line or terminal. How to Install Python 3.10 in Ubuntu 22.04 Steps to install and configure

The post How To Install Python 3.10 on Ubuntu 22.04 appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-python-3-10-on-ubuntu-22-04/feed/ 0
How to Install Python on Ubuntu 20.04/22.04 using Terminal https://www.tutsmake.com/how-to-install-python-3-9-on-ubuntu-20-04-using-terminal/ https://www.tutsmake.com/how-to-install-python-3-9-on-ubuntu-20-04-using-terminal/#respond Tue, 04 Apr 2023 09:33:06 +0000 https://www.tutsmake.com/?p=12346 How to install python in ubuntu system using command prompt or terminal. In this tutorial, you will learn how to install python 3.9 version on Ubuntu 20.04/22.04 using terminal or command prompt. Note that, Python 3.9 is the latest major

The post How to Install Python on Ubuntu 20.04/22.04 using Terminal appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-python-3-9-on-ubuntu-20-04-using-terminal/feed/ 0
How to Install Nginx on macOS https://www.tutsmake.com/how-to-install-nginx-on-macos/ https://www.tutsmake.com/how-to-install-nginx-on-macos/#respond Thu, 30 Mar 2023 03:59:00 +0000 https://www.tutsmake.com/?p=24100 If you may be interested in installing Nginx on your machine. In this tutorial, you will learn how to install Nginx on macOS. How to Install Nginx on macOS By following the steps outlined in this tutorial, you can quickly

The post How to Install Nginx on macOS appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-nginx-on-macos/feed/ 0
How to Uninstall Python on Mac https://www.tutsmake.com/how-to-uninstall-python-on-mac/ https://www.tutsmake.com/how-to-uninstall-python-on-mac/#respond Wed, 29 Mar 2023 07:27:39 +0000 https://www.tutsmake.com/?p=24096 Sometimes you may need to uninstall Python from your Mac for various reasons such as conflicts with other applications or simply freeing up disk space. In this tutorial, you will learn how to uninstall Python from your Mac. How to

The post How to Uninstall Python on Mac appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-uninstall-python-on-mac/feed/ 0
How to Install Python on Mac using Brew https://www.tutsmake.com/how-to-install-python-on-mac-using-brew/ https://www.tutsmake.com/how-to-install-python-on-mac-using-brew/#respond Tue, 28 Mar 2023 13:05:06 +0000 https://www.tutsmake.com/?p=24093 If you are a Mac user, one of the easiest ways to install Python on your system is by using Homebrew. Homebrew is a package manager for macOS that simplifies the process of installing and updating software. In this tutorial,

The post How to Install Python on Mac using Brew appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-python-on-mac-using-brew/feed/ 0
How to Install Python on Mac https://www.tutsmake.com/how-to-install-python-on-mac/ https://www.tutsmake.com/how-to-install-python-on-mac/#respond Tue, 28 Mar 2023 07:17:22 +0000 https://www.tutsmake.com/?p=24090 If you’re a Mac user and want to use Python, you’ll need to install it first. In this tutorial, you will learn how to install Python on macOS. Before you begin, it’s worth noting that macOS already comes with Python

The post How to Install Python on Mac appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-python-on-mac/feed/ 0