Use Python basics

@Python location towards
python advanced
front-end elementary
crawler elementary
flask framework
project-flask
django framework
project-django
@Pycharm configuration
1 change font size in Python

File under File-Settings-Editor Editor-click Font
2 Files-setting--- -Editor----General----python----Built-in name(Inherit values ​​from)—OK

Change the color scheme of the code editing area: file—settings—editor—switch color scheme—python

Uncheck inherited values

Color matching can be carried out at any part

3 Cancel the error report: click on the small head at the bottom right of the screen-"configure inspections"

4 Cancel the error: uncheck python

5 Create a new file name for the project: right-click on the project name and create New ---- Directory (directory)

Secondly, New—python file-----file name defined by yourself (preferably in English, easy to recognize)

6 Notes for deleting files: uncheck safe delete

(Safe deletion will retrieve all files of the project and destroy the original relationship links)

7 Add its own interpreter for each project-choose system

l>

Guess you like

Origin blog.csdn.net/m0_50923237/article/details/109490067