Skip to main content

easy step to install python3 and pip3 in ubuntu ( debian base)

 easy step to install python3 and pip3 in ubuntu



 

What is pyhon? : 

Python is an interpreted, high-level and general-purpose programming language. python's design philosophy emphasizes code readability with it's notable use of significant whitespace. its language constructs and object-oriented approac aim to help programmers write clear, logical code for small and large-scale projects.

Python is dynamically typed and garbage-collected.  

* References : https://en.wikipedia.org/wiki/Python_(programming_language)

 

What is python? ( From my Point of View ):

Python is easy to learn programming language, and have many outstanding module to make it python worth it to learn


what is pip?:

pip is a package-management system written in Python used to install and manage software packages.

* References : https://en.wikipedia.org/wiki/Pip_(package_manager)


How To Install Python3 in Ubuntu

 

sudo apt install python3 python3-pip 

# ( Below ) is optional, you can dowload it or not

sudo apt install vim vim-gtk  vim-python-jedi



if you have any question feel free to ask me at:

EMail : ghost087@protonmail.com

<-------- Have a good day ------>



Comments