
Coding
prismformore
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP、Java、Python、C、C++ 这几种编程语言都各有什么特点或优点?
PHP、Java、Python、C、C++ 这几种编程语言都各有什么特点或优点? 优点: ①跨平台,性能优越,跟Linux/Unix结合别跟Windows结合性能强45%,开发成本低, PHP最经典的组合就是:Linux + Apache + MySQL + PHP。非常适合开发中小型的web应用,因为上手容易,所以开发的速度比较快。而且所有的软件都是开源免费的,可以减少投入。 比如LAMP(Li...转载 2019-02-19 14:48:39 · 1582 阅读 · 0 评论 -
*args and **kwargs
参考链接 Usage of *args *args and **kwargs are mostly used in function definitions. *args and **kwargs allow you to pass a variable number of arguments to a function. What variable means here is that you ...转载 2019-02-17 22:52:42 · 193 阅读 · 0 评论 -
Pandas使用笔记
把某一列分成两列 原文链接 Syntax: Series.str.split(pat=None, n=-1, expand=False) Parameters: pat: String value, separator or delimiter to separate string at. n: Numbers of max separations to make in a single stri...原创 2019-01-18 10:58:41 · 129 阅读 · 0 评论 -
Spacemacs相关
Leader key M-m ,在vim下是spacebar Useful Spacemacs commands SPC q q - quit SPC w / - split window vertically SPC w - - split window horizontally SPC 1 - switch to window 1 SPC 2 - switch to window 2 SPC ...转载 2018-12-25 15:06:43 · 315 阅读 · 0 评论 -
Jupyter Notebook插件配置
文章目录极简版教程 原文:https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&mid=2650754166&idx=4&sn=0bcbacd8639c62c3b52e3f6c0b4063b8&chksm=871a8808b06d011e4039034767eecc77ae0545faa478935d09db2addf0...转载 2018-12-24 21:50:28 · 612 阅读 · 0 评论