How to install Python without any pip error while coding on VS code, Without error installation of numpy

Boost Your Coding Skills: 
Learn How to Install a Powerful Editor Like VS Code for Seamless Programming




1st Step

Python

Python is a flexible and powerful programming language that can be used for a number of tasks, including data analysis, artificial intelligence, and web development. Installing Python on your computer is the first thing you need to do if you want to learn it. We'll guide you through the process of installing Python on Windows, and macOS in this Blog.

Python installation on Windows

1. Access the Python website here: Start by visiting python.org, the official Python website. 

2. Choose the most recent Python version (32-bit or 64-bit) that is appropriate to your system configuration by clicking the Downloads tab.

3. Run the installer: To start the installation process, double-click the installer when the download is finished. To make it simpler to use Python from the command prompt, choose the "Add Python to PATH" option during the installation process.

4. Check the installation's accuracy by typing "python --version" at the command prompt once Python has been successfully installed. The version number ought to be visible on the screen.


And MOST IMPORTANT GUIDANCE BY ME 


Use customize install option instead of the other one because I found an error while installing.

Installing Python on macOS


1. Install Homebrew: Homebrew is a well-liked macOS package manager that helps with programme installation. Run the following command in the terminal to install 

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Putting in Python Run the following command in the terminal to install Python after Homebrew has been set up: install Python using brew

3. Installer verification: To make sure Python is installed properly when the installation is finished, execute "python --version" in the terminal.


2nd Step 

Visual Studio (VS) Integrated Development Environment (IDE)

Popular free code editor VS Code is known for its quickness, adaptability, and broad feature set. It is used by programmers all around the world for a range of coding jobs, involving machine learning and web development. We'll demonstrate how to install VS Code on Linux, macOS, and Windows in this article.


Windows installation of VS Code

1. Visit the VS Code webpage: Start by visiting code.visualstudio.com, the official VS Code website. To get the Windows installation, click the get button.

2. Run the installer: To start the installation process, double-click the installer after the download is finished. To finish the installation, adhere to the instructions. If you are given the chance to pick additional components, pick the ones that best suit what you need.

3. Launch VS Code: Double-click the VS Code icon on the screen or in the Start menu to start the programme after the set-up is complete. You're now set to begin writing!

macOS installation of VS Code


1. Visit the VS Code webpage: Start by visiting code.visualstudio.com, the official VS Code website. The application installer for macOS can be downloaded by clicking the Download button.

2. Install VS Code: Right-click on the installer to launch the installation process after the download is complete. To finish the installation, adhere to the instructions. If you are given the chance to pick additional components, pick the ones that best suit what you need.

3. Launch VS Code: Click the icon that appears in your Applications folder to start VS Code after the setup process is complete. You're now prepared to begin coding!


For Further knowledge about how to setup Numpy for coding and how to install the library in Vs code watch the video and follow us on youtube 









How to resolve the python-pip error?
How to resolve Python Path Error?
The practical way to resolve Python errors?
How to install Python?
How to install the Numpy library?
How to install VS code?
How to set up a coding editor?
How to check if Python is installed or not on your systems?

Subscribe to YouTube Channel AI with Faseeh
Follow on Facebook use this one AI with Faseeh



Comments