Pycharm的安装和使用
下载和安装:1、打开pycharm官网(网址:[url]http://www.jetbrains.com/pycharm/download[/url]),下载linux或者Windows的community版本,大多数功能community版本都能满足。
[img]http://p.algo2.net/2024/0311/2bbeda6a5797b.png[/img]
2、安装包下载下来后,双击下载下来的.exe文件就可以安装了,JRE一般不用勾选。
3、等待安装完毕,Finish,勾选Run,之后直接点OK。
4、选择界面风格,点击Skip Remaining and Set Defaults
简单应用:
1、Create New Project
[img]http://p.algo2.net/2024/0311/300ae661c07f0.png[/img]
2、填写新建项目的路径,第一次creating virtual environment 的时候慢一点,耐心等待就可以了。
[img]http://p.algo2.net/2024/0311/bc7e43b852418.png[/img]
3、配置project的python环境,Default setting-project interpreter
[img]http://p.algo2.net/2024/0311/8fc71ab656067.png[/img]
[img]http://p.algo2.net/2024/0311/af672d3ab9328.png[/img]
根据需要配置本地已安装的anaconda环境,三个界面都改成自己需要的,OK确认,等待creating conda environment完成。
[img]http://p.algo2.net/2024/0311/b3078c29392a8.png[/img]
4、新建python文件
[img]http://p.algo2.net/2024/0311/741e26d760ac5.png[/img]
[img]http://p.algo2.net/2024/0311/cf53802400f5e.png[/img]
5、运行
[img]http://p.algo2.net/2024/0311/f3795f08a5b57.png[/img]
第一次需要设置python interpreter 为上一步default setting的python环境
[img]http://p.algo2.net/2024/0311/6d61a17683132.png[/img]
6、断点设置
[img]http://p.algo2.net/2024/0311/5b11606838a4a.png[/img]
7、debug调试
[img]http://p.algo2.net/2024/0311/124f20d552f65.png[/img]
F8单步调试,在debugger里面看到valiables
[img]http://p.algo2.net/2024/0311/32102c73cd8de.png[/img]
页:
[1]