DEV Community

Cover image for How To Install Python 3 On Ubuntu 18.04 (21.10)
Trần Gia Bảo
Trần Gia Bảo

Posted on • Updated on • Originally published at linuxtus.com

How To Install Python 3 On Ubuntu 18.04 (21.10)

According to Python’s docs, Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components.

Prerequisites to install Python 3?

  • Operating system: Linux - Ubuntu 16.04 to 20.10 with 2GB RAM (4GB preferable)
  • You can use a terminal to run Linux script
  • A user account with sudo privileges

Read more: How to install Python on Ubuntu

Top comments (1)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you choose to do so, you also have the option to add a canonical URL directly to your post.