Home » All
  • 28
  • 08月

This is the eighth article in the series in which I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here ...

Read More...

  • 28
  • 08月

This is the seventh article in the series in which I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here ...

Read More...

  • 28
  • 08月

This is the sixth article in the series in which I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here ...

Read More...

  • 28
  • 08月

This is the fifth article in the series in which I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here ...

Read More...

  • 28
  • 08月

This is the fourth article in the series in which I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here ...

Read More...

  • 28
  • 08月

This is the third article in the series in which I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here ...

Read More...

  • 28
  • 08月

This is the second article in the series where I document my experience writing web applications in Python using the Flask microframework.

The goal of the tutorial series is to develop a decently featured microblogging application that demonstrating total lack of originality I have decided to call microblog.

Here is ...

Read More...

  • 28
  • 08月

This is the first article in a series where I will be documenting my experience writing web applications in Python using the Flask microframework.

Here is an index of all the articles in the series that have been published to date:

Read More...

  • 28
  • 08月

The Pocoo Style Guide

[TOC]

The Pocoo style guide is the styleguide for all Pocoo Projects. In general, the Pocoo style guide closely follows PEP 8 with some small differences and extensions.

General Layout

Indentation:

4 real spaces. No tabs, no exceptions.

Maximum line length:

79 characters with a soft limit of 84 if ...

Read More...

  • 28
  • 08月

ME@deepgully是基于Python,Flask的开源博客系统,可以运行在GAE(Google AppEngine), SAE(Sina AppEngine)和BAE(Baidu AppEngine)上.

主要功能

  1. 响应式页面,自动适应不同设备
  2. 4种模版可选:
    1. 时间线
    2. 列表显示, 普通Blog的显示方式
    3. 相册模式, 只显示图片
    4. 文本格式,自定义页面
  3. 基于Markdown格式, 增强的Markdown在线编辑器, 实时预览
  4. 代码高亮支持(包括评论里的代码)
  5. 支持快捷键: j--下一个, k--上一个, i--跳回第一个, n--跳到最后一个, space--下一个(循环) , enter--载入更多
  6. 支持多用户
  7. 支持外观主题, 内置16套主题 ...

Read More...