当前位置:网站首页>Pycharm is very fast to learn from installation to full armament. There are so many pictures because it is too detailed!
Pycharm is very fast to learn from installation to full armament. There are so many pictures because it is too detailed!
2022-06-30 23:07:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
List of articles - Recommended series of tutorials , The recommendation must be good !
- 0. Preface
- One .pycharm Download and install
- Two .python Download and install
- 3、 ... and .pycharm On the configuration python
- Four . Configure the image source to let you download swish fast
- 5、 ... and . Plug in installation ( For example, sinicization ?)
- 6、 ... and . Beauty background
- 7、 ... and . Customize the beginning of the script
0. Preface
You may see a lot of pictures next , Because my screenshot is very detailed in every step , Make sure everyone understands , So there are many pictures . I also encountered a small problem on the way , Don't worry about , I have solved .
One .pycharm Download and install
pycharm Download address : http://www.jetbrains.com/pycharm/download/#section=windows Download detailed steps : 1-
2-
3-
4-
5-
6
7-
8- direct finish
Two .python Download and install
9-python Official website :
https://www.python.org/After entering the website, click :
10
11- After the download
12- Add environment variables
Remember to double-click install :
3、 ... and .pycharm On the configuration python
13- Double click on the desktop pycharm
Just name it ( My study ), Just click create. Encounter the following situations , The click ok( I don't care if I don't meet you )
14- Add interpreter
The success is as follows :
Printing successful : Flag configuration complete
Four . Configure the image source to let you download swish fast
I like to use Tsinghua , So I use Tsinghua source here , Of course, here are some easy-to-use image sources :
tsinghua :https://pypi.tuna.tsinghua.edu.cn/simple
Alibaba cloud :http://mirrors.aliyun.com/pypi/simple/
University of science and technology of China https://pypi.mirrors.ustc.edu.cn/simple/There are three mirror source configurations , I suggest you learn each with me .
One .pycharm The internal configuration
First step :
The second step :
The third step :
Step four : Copy the image source above and paste , then okokokok
test , I met this problem : pip : Cannot be “pip” Item identified as cmdlet、 function 、 The name of the script file or runnable program . Please check the spelling of the name , If the path is included , Please make sure the path is correct , then try again .
Because I forgot to give pip Add environment variables , So add , Here's how it goes at once :
Step five : sign out pycharm, Because the environment variable is added, the software needs to be restarted . We go to cmd Input pip, The following is the successful configuration :
Step six : After restarting the software , Install a random module , as follows :( You can see that the download module is very fast !)
Two . Add mirror source manually
Usage method :
pip install Downloaded module name -i https://pypi.tuna.tsinghua.edu.cn/simpleFor example, I want to download numpy This module , Execute the following command :
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simpleJust a few seconds :
The advantage of this method is , You don't have to configure it like other configurations , You just need to add :
-i https://pypi.tuna.tsinghua.edu.cn/simple3、 ... and . Permanently configure mirror source
I suggest you add the configuration . Method 1 : To cmd Execute the following command to create pip.ini:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simplereturn :
Then we add this path to the system environment variable ( How to add environment variables ? Follow the front pip Add environment variables , It's just that the path is different )
Method 2 : If you fail to execute this command just now , You can be on your own c The disk creates a file called pip,pip Create a file name under the folder pip.ini, The content is :
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simpleAdd to the environment variable as before .
5、 ... and . Plug in installation ( For example, sinicization ?)
First of all, I don't recommend Sinicization , Finally, I will demonstrate the Chinese plug-in . I want to recommend some good plug-ins . First, enter the following interface :
5.1 The first automatic complement artifact
Recommended :TabNine, Of course kite Pretty good also , You can install both , I'm using it all . I'll demonstrate a :
Pop up this page and delete it. Don't worry :
test : There are already hints
5.2 Sinicization pycharm
First , Personally, I don't recommend Sinicization , Whether your English is good or not , Have to adapt to this English interface , Of course, you really need to sinicize , This is a tutorial :
Now it has been fully sinicized :
5.3 Other plug-ins
If you need to download other plug-ins , You can search Baidu pycharm What are the good plug-ins , Are installed in the above way .
6、 ... and . Beauty background
Do you want the following desktop ?
Tutorial portal : Beauty desktop background settings
7、 ... and . Customize the beginning of the script
You are the first to create one file at a time , The beginning is as follows ?
Tutorial portal : Customize the beginning of the script
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/132230.html Link to the original text :https://javaforall.cn
边栏推荐
- Based on the open source stream batch integrated data synchronization engine Chunjun data restore DDL parsing module actual combat sharing
- d编译时计数
- QQmlApplicationEngine failed to load component qrc:/main. qml:-1 No such file or directory
- As the public cloud market enters the deep water, can the calm Amazon cloud still sit still?
- Redis' cache penetration, cache breakdown and cache avalanche
- 在线客服聊天系统源码_美观强大golang内核开发_二进制运行傻瓜式安装_附搭建教程...
- Introduction to digital transformation solutions for enterprises going to sea
- HP 惠普笔记本电脑 禁用触摸板 在插入鼠标后
- 唯一性索引与逻辑删除冲突问题解决思路
- Yolo target detection
猜你喜欢

深入解析 Apache BookKeeper 系列:第四篇—背压

2022-06-30: what does the following golang code output? A:0; B:2; C: Running error. package main import “fmt“ func main() { ints := make

机器学习编译入门课程学习笔记第二讲 张量程序抽象

Redis - 01 cache: how to use read cache to improve system performance?

Doker的容器数据卷

Ideal interface automation project

What is the experience of pairing with AI? Pilot vs alphacode, Codex, gpt-3

During telecommuting, the project team punched in the wechat group | solicited papers from the community

Spark - understand partitioner in one article

Redis的事务和锁机制
随机推荐
Solve arm_ release_ ver of this libmali is ‘g2p0-01eac0‘,rk_ so_ Ver is' 4 ', libgl1 mesa dev will not be installed, and there are unsatisfied dependencies
"Paddle + camera" has become a "prefabricated dish" in the AI world, and it is easier to implement industrial AI quality inspection
2022-06-30:以下golang代码输出什么?A:0;B:2;C:运行错误。 package main import “fmt“ func main() { ints := make
dba
Smart streetlights | cloud computing lights up the "spark" of smart cities
"Team training competition" Shandong multi university training 3
CTFSHOW权限维持篇
latex左侧大括号 latex中大括号多行公式
Ctfshow permission maintenance
Cloud games | cloud computing drives the game industry into a "new era"
How does win11 optimize services? Win11 method of optimizing service
Swift5.0 ----Swift FrameWork的创建及使用
Detailed explanation of conv2d of pytorch
智慧路灯| 云计算点亮智慧城市的“星星之火”
Introduction to digital transformation solutions for enterprises going to sea
What is flush software? In addition, is it safe to open an account online now?
Redis - 01 缓存:如何利用读缓存提高系统性能?
[Android, kotlin, tflite] mobile device integration deep learning light model tflite (object detection)
MIT doctoral dissertation optimization theory and machine learning practice
What does project management really manage?