Sean
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
-
-
Sean 创建了一个帖子, shortkey for commenting javascript in Django project
I am using professional version. In the .html file, I wrote javascript code. If I use ctrl+/, it does not give the correct comment, instead of // it gives django template comment {# #}How shoudl ... -
Sean 进行了评论, -
-
-
Sean 创建了一个帖子, export settings
I have two machines, each of which has a different user name. My Python library and interpreter is located under my user name directory.When exporting settings from one machine and importing it to ... -
Sean 创建了一个帖子, Pycharm console (debug) search history
In Ipython webiste:===================Search command historyIPython provides two ways for searching through previous input and thus reduce the need for repetitive typing:Start typing, and then use ... -
Sean 创建了一个帖子, Python console variable view: "copy value" does not work for ndarray (54*54)
a is ndarray 54*54 matrix.I click "copy values" it does not copy the data, actually, my test shows it does not copy anything of it. When I choose other smaller amount of variable data, it did copy ... -
Sean 创建了一个帖子, How to run startup script in Debug mode and print numpy array
(1) If I use "run" instead of "debug" mode, I can define some startup commands in the settings:python console.However, if I use debug mode, the startup script does not run. Specifically, I would li...