[PYTHON] Migrate from VS Code to PyCharm

Migrated from VS Code to PyCharm. The reason is that remote debugging of VS Code Docker did not stop for some reason on Ubuntu. The reason why VSCode's Docker remote debugging doesn't stop is that it worked on Mac, so is it a Linux-specific bug? I feel like.

Install PyCharm on Ubuntu

First, install PyCharm on Ubuntu and run it. In this system, it is unusual to hit a command with a shell to start it. I tried from PyCharm installation to Hello World on Ubuntu

Remote debugging of Docker container

Remote debugging of the Docker container I wanted to do next. It worked, but it's quite slow ... The machine specs I'm running are pretty good, so it's probably a software issue. VS Code debugging on Mac was faster. Configure the interpreter using Docker

PyCharm settings

Next around the settings. Participate in the strongest genealogy by referring to the following. PyCharm's strongest setting The strongest Python integrated development environment PyCharm

Convenient shortcut keys

The productivity of intellij-based development tools will change as you become more proficient enough to hold study sessions on how to master them. For the shortcut key, I referred to the following (^ O ^) IntelliJ IDEA Shortcuts for Busy People (´-`) IntelliJ Shortcut List (Windows)

Excerpts from personally used items

Other

I set it all up and solved the error displayed in the code below! Pycharm: Import statement warns me that "Unresolved reference"

Recommended Posts

Migrate from VS Code to PyCharm
Set VS Code to PyCharm.
Migrate from requirements.txt to pipenv
Cannot migrate from direct_to_template to TemplateView
To maintain code quality in PyCharm
Flow from source code to creating executable
VS Code settings
Sum from 1 to 10
PyCharm code interpolation
I want to make C ++ code from Python code!
Learn how to inflate images from TensorFlow code
[AWS] Migrate data from DynamoDB to Aurora MySQL
Add auto-completion to EV3 Micropyhon programming in VS Code
Changes from Python 3.0 to Python 3.5
Changes from Python 2 to Python 3.0
Steps to attach and debug from VS Code to Jupyter Lab on a remote server
Machine learning python code summary (updated from time to time)
Transition from WSL1 to WSL2
Rewrite Python2 code to Python3 (2to3)
Let Code Day74 starting from zero "12. Integer to Roman"
[Updated from time to time] Review of Let Code NumPy
How to make a Python package using VS Code
From editing to execution
Let Code Day68 starting from scratch "709. To Lower Case"
How to create a kubernetes pod from python code
(Updated from time to time) Storage location of various VS Code configuration files Memorandum memo
I want to get rid of import warnings from Pyright and pylint in VS Code
How to use VS Code in venv environment on windows
Settings to debug the contents of the library with VS Code
I want to be able to run Python in VS Code
I want to use VS Code and Spyder without anaconda! !! !!
Post from Python to Slack
Cheating from PHP to Python
Porting from argparse to hydra
Install ansible from source code
Part 1 Attempt to code mathematics (∈)
Migrating from Chainer v1 to Chainer v2
Write Spigot in VS Code
Tool to check code style
Command to generate QR code
Anaconda updated from 4.2.0 to 4.3.0 (python3.5 updated to python3.6)
Migrated from Flask-RESTPlus to Flask-RESTX
PyCharm test code automatic generation
Update python-social-auth from 0.1.x to 0.2.x
Stop Omxplayer from Python code
Switch from python2.7 to python3.6 (centos7)
Connect to sqlite from python
Migrate Qiita articles to GitHub
Convert python 3.x code to python 2.x
Migrate Qiita articles to WordPress
Simple code to call a python program from Javascript on EC2
How to develop containers on remote servers with VS Code Remote-Containers
How to connect to Cloud Firestore from Google Cloud Functions with python code
I want to make a parameter list from CloudFormation code (yaml)
How to build Python and Jupyter execution environment with VS Code