当前位置:网站首页>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
边栏推荐
- Jmeter跨线程参数关联无需脚本
- Introduction to digital transformation solutions for enterprises going to sea
- 基金銷售行為規範及信息管理
- [fundamentals of wireless communication-13]: illustrated mobile communication technology and application development-1-overview
- Cas classique multithreadé
- How to design test cases
- Smart streetlights | cloud computing lights up the "spark" of smart cities
- Fastjson V2 simple user manual
- New trends of China's national tide development in 2022
- 对于产业互联网的粗浅认识,最终将产业互联网的发展带入到了消费互联网的怪圈之中
猜你喜欢

Spark - understand partitioner in one article

ESP8266 成为客户端和服务器

JMeter cross thread parameter association requires no script

How to use dataant to monitor Apache APIs IX

2022-06-30:以下golang代码输出什么?A:0;B:2;C:运行错误。 package main import “fmt“ func main() { ints := make

Introduction to digital transformation solutions for enterprises going to sea

多线程经典案例

What does project management really manage?

Two way data binding in wechat applet
![CesiumJS 2022^ 源码解读[6] - 三维模型(ModelExperimental)新架构](/img/ce/519778cd731f814ad111d1e37abd10.png)
CesiumJS 2022^ 源码解读[6] - 三维模型(ModelExperimental)新架构
随机推荐
Spark - understand partitioner in one article
What are the contents and processes of software validation testing? How much does it cost to confirm the test report?
When unittest automatically tests multiple use cases, the logging module prints repeatedly to solve the problem
How does win11 optimize services? Win11 method of optimizing service
多线程经典案例
"More Ford, more China" saw through the clouds, and the orders of Changan Ford's flagship products exceeded 10000
机器学习编译入门课程学习笔记第二讲 张量程序抽象
Wechat applet transmits parameters (data-) by clicking events
What if the taskbar is blank after win11 update? Solution to blank and stuck taskbar after win11 update
Redis的事务和锁机制
d编译时计数
QQmlApplicationEngine failed to load component qrc:/main. qml:-1 No such file or directory
基金客户和销售机构
远程办公期间,项目小组微信群打卡 | 社区征文
The superficial understanding of the industrial Internet finally brought the development of the industrial Internet into the strange circle of the consumer Internet
D compile time count
基金管理人公司治理和风险管理
[450. delete nodes in binary search tree]
软件确认测试的内容和流程有哪些?确认测试报告需要多少钱?
[golang] golang implements the string interception function substr