1 程序替换某一个词
https://blog.csdn.net/xu380393916/article/details/81077415
http://www.mamicode.com/info-detail-2324327.html
2 注释颜色设置
settings->Editor->Color Scheme->python 找到Line Comment设置右侧的Foreground用6B1698和Background用C8CB9D
3 常用字体:Monospaced
4 pycharm同时运行多个程序
点击Run->Edit Configurations 选择右上角Allow parallel run 此时选中的该程序运行时不会被其它半中间运行的程序终止
5 debug调试技巧
(很全) https://blog.csdn.net/lzp_k2/article/details/88315021
https://blog.csdn.net/zhangvalue/article/details/97640752
6 调试使用view as的时候,若表格列数很多,列名也较长,有的列会只显示列名的索引,且内容不显示,不是nan,
如果列名中有“”的时候,会全部无法显示
7 控制台字体设置
Editor-Color Scheme-Console Font,如果不起作用可重启,但debugger里的字体没法变大
8 护眼设置
Editor-Color Scheme-General-Default text-BachGround 设置为C7EDCC
9 输出不自动换行解决办法
https://blog.csdn.net/qq_45020131/article/details/104408800