[It's not too late to learn Python from 2020] Part 2 Let's create a Python development environment

your_os = 'Linux'
print(f'Install Python on your {your_os}')

MacOS

  1. Prepare a Python development environment! (Mac)
  2. How to install Python (Mac)
  3. How to install Python using Anaconda (Mac version)

macbook.png

Windows edition

  1. Prepare a Python development environment! (Windows)
  2. How to install Python (Windows)
  3. How to install Python using Anaconda (Windows) image.png

Linux edition

  1. How to install Python (Linux)
  2. How to install Python using Anaconda (Linux) image.png

IDE installation

IDE (Integrated Development Environment) is a development environment that integrates program development tools such as an editor that writes source code, a compiler that generates programs from source code, and a debugger that detects and corrects code injustices. It means that.

https://www.itreview.jp/categories/ide

To write Python code, you need a text editor to edit the source. Some of the popular text editors are: A good eater can greatly increase your productivity, which is very important for programmers.

We recommend ** Visual Studio Code ** (called VS Code) here. VS Code is an open source text editor made by Microsoft. All Windows / Mac / Linux are supported. Developed using Electron and TypeScript, it is a modern editor. It has all the essential functions of the code eater, and can be expanded with extended functions, making it lightweight and fast.

--Run python3 with VS code (windows10) --A memorandum of Python development and construction with VS Code image.png

Recommended Posts

[It's not too late to learn Python from 2020] Part 2 Let's create a Python development environment
[It's not too late to learn Python from 2020] Part 3 Python Language Basic (1)
Let's create a virtual environment for Python
Edit Excel from Python to create a PivotTable
Introduction to Python Let's prepare the development environment
[Note] How to create a Ruby development environment
Create a Python virtual development environment on Windows
[Note] How to create a Mac development environment
I want to create a nice Python development environment for my new Mac
Create a Python environment
Create a comfortable Python 3 (Anaconda) development environment on windows
Create a python development environment with vagrant + ansible + fabric
Python script to create a JSON file from a CSV file
Create a Python development environment on OS X Lion
How to create a kubernetes pod from python code
Create a Python (pyenv / virtualenv) development environment on Mac (Homebrew)
How to build a python2.7 series development environment with Vagrant
Create a simple Python development environment with VSCode & Docker Desktop
Let's create a program that automatically registers ID/PW from CSV to Bitwarden with Python + Selenium
I wrote a script to create a Twitter Bot development environment quickly with AWS Lambda + Python 2.7
Building a Python development environment on Windows -From installing Anaconda to linking Atom and Jupyter Notebook-
Create a Python environment on Mac (2017/4)
Create a virtual environment with Python!
Try to create a python environment with Visual Studio Code & WSL
From building a Python environment for inexperienced people to Hello world
From installing Ansible to building a Python environment in Vagrant's virtual environment
Create a python environment on centos
5 Ways to Create a Python Chatbot
[Mac] Create a Python3 execution environment from the fully initialized state
Create a simple Python development environment with VS Code and Docker
Everything from building a Python environment to running it on Windows
Did not change from Python 2 to 3
Create a tool to automatically furigana with html using Mecab from Python3
Create a Python development environment on Windows (Visual Studio Code remote WSL).
Steps to create a Python virtual environment with VS Code on Windows
Migration from Python2 to Python3 (Python2 is rebuilt as a virtual environment and coexists)
[Development environment] How to create a data set close to the production DB
I tried to build a Mac Python development environment with pythonz + direnv
How to create a clone from Github
Create a python environment on your Mac
Send a message from Python to Slack
I want to build a Python environment
How to prepare Python development environment [Mac]
Create a deb file from a python package
How to create a repository from media
Building a Python development environment for AI development
Add a Python virtual environment to VSCode
Create a Python development environment in 10 minutes (Mac OS X + Visual Studio Code)
It's easier to iterate over a python file from a command prompt (cmd) .bat
Build a python environment to learn the theory and implementation of deep learning
C language to see and remember Part 3 Call C language from Python (argument) c = a + b
Let's try TensorFlow music generation project "Magenta" from development environment setting to song generation.
Create a setting in terraform to send a message from AWS Lambda Python3.8 to Slack
[Python] How to create a local web server environment with SimpleHTTPServer and CGIHTTPServer
[Python] List Comprehension Various ways to create a list
Create a Vim + Python test environment in 1 minute
How to open a web browser from python
How to create a function object from a string
Create a C array from a Python> Excel sheet
I want to create a window in Python
How to create a JSON file in Python