Skip to content

Instantly share code, notes, and snippets.

@fanliugen
fanliugen / Python Tornado Queue.py
Created December 20, 2019 08:10 — forked from Integralist/Python Tornado Queue.py
[Python Tornado Queue] #python #tornado #queue
import logging
import time
import tornado.gen
import tornado.ioloop
import tornado.queues
import tornado.web
class Client():
@fanliugen
fanliugen / SqlServerDB.py
Created March 12, 2019 15:19
Asynchronous SqlServer Operations with Twisted
# -*- coding: utf-8 -*-
# @Author : LoganFan
# @Time : 2019-02-16
# @File : SqlServerDB.py
import pyodbc
import sys