如何将 ipynb 发布到 blog 中?

如何将 ipynb 发布到 blog 中? Title: 如何将 ipynb 发布到 blog 中? Date: 2014-11-27 Tags: Pythonic,FW,ipynb,tutorial Slug: 141127-ipynb-into-blog 原文: prooffreader plus: How to quickly turn an IPython notebook into a blog post IPython notebooks are great for many things, but they’re a little awkward to embed in blog post platforms like Blogger, Wordpress, etc. When the nbconvert feature was a standalone command-line tool, there was a blog export template, but that seems to have disappeared now that nbconvert has been folded within IPython. ...

2014-11-27 · 1 min · 434 words · ZoomQuiet

十大早该知道的Python技巧

十大早该知道的Python技巧 Title: 十大早该知道的Python技巧 Date: 2014-11-26 Tags: Pythonic,FW,idioms,tutorial Slug: top10-Py-idioms-wish-learned-earlier 原文: prooffreader plus: Top 10 Python idioms I wish I’d learned earlier Top 10 Python idioms I wish I'd learned earlier I’ve been programming all my life, but never been a programmer. Most of my work was done in Visual Basic because it’s what I was most comfortable with, plus a smattering of other languages (R, C, JavaScript, etc… Pascal, Applescript, Hypertext and BASIC, which I learned in 1979, if you go far back enough). A couple of years ago, I decided to use Python exclusively so that I could improve my coding. I ended up re-inventing many wheels – which I didn’t mind too much, because I enjoy solving puzzles. But sometimes it’s good to have a more efficient, Pythonesque approach, and time after time I found myself having “aha!” moments, realizing I’d been doing things the hard, excessively verbose way for no reason. Here is a list of ten Python idioms that would have made my life much easier if I’d thought to search for them early on. ...

2014-11-26 · 4 min · 1599 words · ZoomQuiet

如何自在的折腾QPy

如何自在的折腾QPy Title: 如何自在的折腾QPy Date: 2014-01-26 12:42 Tags: howto, qpy, pythonic, ssh, Slug: init-my-qpy-env Author: Zoom.Quiet [TOC] 背景 QPython 知道有两年了,是看 Head First Python(中文版) (豆瓣) 时,发现竟然有 SL4A 这种神器! Google 果断是业界良心哪, 可惜: 从Downloads 可以看出 ,已经停止有一年多了,目测是 Guido 叔离开后, Python 的地位在 Google 一落千丈就没有人折腾了. ...

2014-01-26 · 9 min · 4136 words · ZoomQuiet

Python 列表为毛从0开始索引?

Python 列表为毛从0开始索引? Title: Python 列表为毛从0开始索引? Date: 2019-03-23 Tags: guido,python,gplus Slug: 131023-why0base-indexing-python [TOC] I was asked on Twitter why Python uses 0-based indexing,… 老爹当年也很是积累使用 G+ 的, 公开回答了很多价值问题… 能看一眼少一眼了… ...

2013-10-23 · 2 min · 531 words · ZoomQuiet