[GeekS's notes] #

Be Pythonic! fp reading notes

Categories

Tech (37)

Tags

centos (1) cookiecutter (2) django (3) git (4) github (3) http (1) hugo (3) java (5) jmeter (2) linux (3) loadrunner (1) locust (1) machine-learning (1) macos (3) markdown (2) mongodb (1) nginx (1) ngrinder (1) perf (1) pip (1) pyramid (1) python (20) shell (1) sql (1) sublime (1) terminal (1) tsung (1) uwsgi (1) virtualenv (1)

Recent Notes

Markdown Online Editor

published on
Online Markdown Language Editor Visit: https://www.zybuluo.com/mdeditor

cookiecutter for django

published on
cookiecutter 这是一个专门用于创建项目目录结构的工具,同时也是使用Python来实现的,它可以使用一个模板来创建一个项目,比如上面我介绍的项目目录结构实 Read More...

Centos+nginx+uwsgi+django

published on
https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html http://www.jianshu.com/p/7494560da3e6 This is our stack: the web client <-> the web server <-> the socket <-> uWSGI <-> Python

Python Coroutine

published on
协程 协程,又称微线程,纤程。英文名Coroutine。 协程的概念很早就提出来了,但直到最近几年才在某些语言(如Lua)中得到广泛应用。 子程序 Read More...