3.1.1 Python汇总—环境&安装

## Pycharm断点调试Django

  https://www.cnblogs.com/bbjs/p/12930652.html

## Pycharm查看变量值的方法

  https://blog.csdn.net/Dust_Evc/article/details/123117775

## Python虚拟环境介绍及使用

  https://blog.csdn.net/qq_37996632/article/details/117606261

## Python进入venv虚拟环境

  https://blog.csdn.net/weixin_71306382/article/details/127869978

## Pycharm与Anaconda区别

  Pycharm本身没有Python编译器;Anaconda带有Python编译器并且可以管理Python其他包,但本身不是集成开发环境(IDE)。

## Pycharm卡在scanning files to index

  https://blog.csdn.net/u011661574/article/details/110237604

## Pycharm修改文件默认打开方式

  https://www.cnblogs.com/gengfenglog/p/14649297.html

## Jupyter Notebook介绍、安装及使用教程

  参考https://zhuanlan.zhihu.com/p/33105153

## Anaconda环境相关

  参考https://blog.csdn.net/u014421797/article/details/104338643

## Anaconda国内源

  参考https://blog.csdn.net/qq_45654306/article/details/104357353

## 比pip install更好的命令

  https://zhuanlan.zhihu.com/p/595893835

## conda安装指定版本用 =

  pip安装指定版本用 ==

  两者安装区别,参考https://www.zhihu.com/question/323484250?sort=created

## conda查找待安装包版本

  conda search 包名

## conda查找已安装包版本

  conda list 包名

## Can not activate/deactivate conda env

  https://github.com/conda/conda/issues/7445

## pycharm:执行选中的部分代码

  https://www.cnblogs.com/my-blog-site/p/16293172.html

## pycharm:文件比较

  https://blog.csdn.net/chengyq116/article/details/103520047

## pycharm:全局搜索

  https://www.cnblogs.com/h694879357/p/16010095.html

  https://www.php1.cn/detail/Linux_XiaDe_CPU__12e7e61d.html

## pycharm使用技巧:自动调整代码格式汇总

  主要使用Alt+Ctrl+L

  参考https://zhuanlan.zhihu.com/p/281792536

## pycharm使用技巧:恢复(reset)误删文件的方法

  参考https://www.jb51.net/article/149289.htm

## pycharm使用技巧:取消Pycharm中sql语句的高亮背景色

  参考https://blog.csdn.net/weixin_38201728/article/details/98027752

## pycharm终端中文乱码

  https://www.cnblogs.com/dyc99/p/14527867.html

## pycharm:test

  https://i.cnblogs.com/posts/edit;postId=14332390

## pycharm:__pycache__ 是什么

  https://blog.csdn.net/yangchao1125/article/details/106347462

## pycharm:连接远程服务器

  https://blog.csdn.net/qq_43626147/article/details/116147339

  https://zhuanlan.zhihu.com/p/137136940

  https://blog.csdn.net/weixin_41377182/article/details/125462096

  https://www.cnblogs.com/t-road/p/14074989.html

  https://blog.csdn.net/u010626937/article/details/119203130

## 在jupyter notebook中导入库失败No module named xxx,但在命令行中可以导入的问题

  参考https://blog.csdn.net/sdywtzymy/article/details/104286885

## jupyter notebook 切换默认环境

  参考https://blog.csdn.net/u014264373/article/details/86541767

## jupyter 设置括号自动补全

  https://blog.csdn.net/totobey/article/details/123023959

## jupyter中显示DataFrame的全部行和列

  参考https://www.cnblogs.com/bbzqz/p/14336149.html

## pip的cannot import name 'get_installed_distributions'

  https://blog.csdn.net/yj3058/article/details/120970161

## pip降级

  https://blog.csdn.net/weixin_46610458/article/details/119217108

## pip设置国内源(windows)

  https://blog.csdn.net/z929162742/article/details/109492697

## pip install报错:bad interpreter: No such file or directory

  https://blog.csdn.net/qq_38329811/article/details/121167787

## pip报错:pip._internal.commands.freeze

  https://blog.csdn.net/wozai2513/article/details/138396941

## fatal error: Python.h: 没有那个文件或目录

  https://blog.csdn.net/z120379372/article/details/78899175 

## Widgets are not available

  https://firstai.blog.csdn.net/article/details/115090315

## 定时任务

  https://blog.csdn.net/m0_67575344/article/details/123857468

## 去掉warning

  https://blog.csdn.net/qq_39691492/article/details/125787303

## ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+

  https://www.cnblogs.com/liwenchao1995/p/17421524.html

## pip3和python3 -m pip之间的区别

  https://segmentfault.com/q/1010000042842185/a-1020000042842189

## No module named 'Crypto'

  https://blog.csdn.net/a18065597272/article/details/129752645

## No module named 'MySQLdb'

  https://www.cnblogs.com/du-jun/p/13354218.html

## pip3 install mysqlclient报错

  https://blog.csdn.net/weixin_45328576/article/details/122988461

## No module named 'yaml'

  https://blog.csdn.net/jndingxin/article/details/125809878

## No module named google

  https://bbs.huaweicloud.com/blogs/421523

posted on 2025-03-01 13:17  Hiteration  阅读(54)  评论(0)    收藏  举报

导航