
Python is one of the most popular programming languages right now, and it’s also easy to learn. We can use Python to build websites and apps, and it has become increasingly popular for AI and machine learning, data analysis, and automating repetitive tasks.
Compared to languages like C and C++, Python is relatively easy to learn. With the growing demand for AI and machine learning, Python has become even more popular.
Python installation is easy for Windows, but for Linux is not easy for the new user, so in this blog and video, I am going to show you how you can install Python and Pip with alll dependencies on Linux operating system.
Here is process to install all python dependencies on Linux. Open the terminal and follow the command.
Update the system.
sudo apt update
Also, upgrade the system
sudo apt upgrade
Now type the command to install the Python and all dependencies.
sudo apt install -y python3 python3-pip python3-venv python3-dev build-essential
Check it's installed or not.
python3 --version
You will get this type of result if it is successfully installed.

Now you easily to work like python releated project and tools.
Congratulations @an1info! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)
Your next target is to reach 4250 upvotes.
You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word
STOPThis post has been manually curated by @bhattg from Indiaunited community. Join us on our Discord Server.
Do you know that you can earn a passive income by delegating to @indiaunited. We share more than 100 % of the curation rewards with the delegators in the form of IUC tokens.
Here are some handy links for delegations: 100HP, 250HP, 500HP, 1000HP.
100% of the rewards from this comment goes to the curator for their manual curation efforts. Please encourage the curator @bhattg by upvoting this comment and support the community by voting the posts made by @indiaunited.