Python 官方文件中文化 Server HTTPS 使用 Let's Encrypt

整理了 server 從 HTTP 到 HTTPS 相關設定的調整。

Add code block language name into CSS classes in Pelican Markdown

I used Pelican and its Markdown plugin to render blog post.

Recently I was playing with the Python Official Documentation, which has a decent code syntax highlighter powered by Pygments.

What’s more, the output of code examples can be toggled. That is, a code example:

>>> print('Hello World')
Hello …

設定 Python 官方文件中文化自動更新 Server

設定一個自動更新 Python 說明文件中文翻譯並且 host 中文化網頁版文件的 server。使用 Django 作 web server、Django-Q 做為 task queue,deploy stack 用 nginx、uWSGI,host 於 Amazon EC2 (Debian Jessie),資料庫用 PostgreSQL,並用 systemd 管理相關的 process。

安裝 PostgreSQL 9 於 Debian Jessie / OSX

平常用最多的是 SQLite,但 PostgreSQL 有很多好用的功能,每次要用想不起來怎麼裝。總之把相關設定的筆記存在這。

Debian Jessie (Debian 8.3) 與 OSX …

Coding 初學指南附錄 - Bioinfo Practices using Python

A walk through of practices created by Rosalind Team.

Coding 初學指南附錄 - OSX 開發環境

我自己在 OSX 上的主觀開發環境設定

Coding 初學指南-Python

選擇 Python 作為第一個深入學習的語言有很多好處。他的語法跟英文相似、用互動式的方式來操作,方便以邊試邊學、內建的標準函式庫功能豐富、第三方套件,幾乎能用 Python 完成各種事情。

Coding 初學指南-版本控制

所謂的版本控制就跟玩遊戲一樣可以存取「進度點」,破關前都會保存進度,這樣破關失敗的時候可以還成到保存進度的狀態,再重新打怪。版本控制用在管理程式碼時,就方便讓自己在把 code 搞炸掉的時候,還能回到先前有保存的狀態。

Coding 初學指南-文字編輯

這個章節會帶大家認識一個很簡單的純文字格式 Markdown,方便大家整理筆記。同時希望大家學會一個 terminal based 的文字編輯器,方便往後在 server 環境底下的操作。

Coding 初學指南-Linux

Last Edited: Jan, 2016 (如果內容有誤,你可以留言,或用任何管道告訴我)

學習使用 Linux 是第一個比較大的障礙,因為會在短時間接觸到非 …