一.創建項目及Python文件
1.左上角file -> new project
2.選項設置好后點create創建完成
3.切換其他版本的Python解釋器
file -> setting ->project -> Python Interpreter -> System Interperter 添加其他版本的解釋器
4.創建python腳本文件
右擊新建的項目 new-> python file
5.項目運行
右擊,點擊菜單中的run運行程序
二.pycharm常用基礎設置
1.背景顏色
file -> setting -> editor ->color scheme 選擇之后 apply應用
2.設置字體大小等
file -> setting ->general 勾選第一個后可以用ctrl+滾輪來控制字體大小
file -> setting ->font 可選擇字體及大小等