Let's get started with Python 3. ~ For kittens who are wondering what to choose as their main language ~

Python is a language developed in 1991, and it is a language that is widely used because it can make games from embedded, web programming, application development, natural language processing, artificial intelligence, and GUI. It can process lists, of course, it has garbage collection, it can do multiple length operations, it can be described as object-oriented and procedural language, it is easy for beginners, and it is basically cross-platform. It can be used with Linux, MacOS, Windows, has a variety of modules, is basically an interpreter, and has a slow execution speed, but a compiler is also available, and python seems to be the language of the present and future. .. However, Python2 will be finished development in 2020, so Python3 is a good place to start.

Here, the platform is Ubuntu 18.04 LTS.

python3.6.x was originally installed on Ubuntu 18.04 LTS.

Please read the following page for the introduction of python3.7. Install and configure Pyhton 3.7 on Ubuntu 18.04!

Please read the following page for the compiler. How to compile a Python program into an executable binary?

Modules are installed using pip. It seems that some modules cannot be installed without using apt.

Installation of pip $ sudo apt-get install python3-pip will do.

$ python3 -m pip install SomePackage Introduce the module as.

Reference page: When you want to install a Python module on Ubuntu, use either apt or pip Shall I put it in? The story I thought

GUI story. [Easy-to-understand explanation] 10 comparisons of Python GUI libraries Which is recommended? Qiita: Let's use "Tkinter" which can make a simple GUI with Python

I uploaded this article to Qiita once, but I accidentally deleted it, so I will post it again.

Recommended Posts

Let's get started with Python 3. ~ For kittens who are wondering what to choose as their main language ~
For those who want to learn Excel VBA and get started with Python
5 Reasons Processing is Useful for Those Who Want to Get Started with Python
❤️ Bloggers ❤️ "Beloved BI" ❤️ Let's get started ❤️ (For those who can make charts with Python)
Link to get started with python
How to get started with Python
A modern environment building procedure for those who want to get started with Python right away
[Blender x Python] Let's get started with Blender Python !!
Python hand play (let's get started with AtCoder?)
Tips for those who are wondering how to use is and == in Python
A layman wants to get started with Python
What to do if you get `No kernel for language python found` in Hydrogen
For those who are new to programming but have decided to analyze data with Python
I tried to get started with blender python script_Part 02
For those who want to write Python with vim
What I did to get started with Linux commands
Introducing how to use argparse for people who are laid back with as little effort as possible
Get started with Python! ~ ② Grammar ~
People who are accustomed to Android programs try multithreading with Python
Links to people who are just starting data analysis with python
Get started with Python! ~ ① Environment construction ~
Getting Started with Python for PHPer-Classes
How to get started with Scrapy
What to do with PYTHON release?
Getting Started with Python for PHPer-Functions
Get started with Python in Blender
[Python] To get started with Python, you must first make sure you can use Python.
[Cloud102] # 1 Let's get started with Python (Part 2 Jupyter Notebook Construction AWS Edition)