# LYC_Python_Study **Repository Path**: Mr_LYC/LYC_Python_Study ## Basic Information - **Project Name**: LYC_Python_Study - **Description**: Python 的联系 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2014-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 需要熟悉的标准库 ### python 2&3 * \__future__ * collections * datetime, time * functools * hashlib * base64, json * logging * os, os.path, shlex, shutil, subprocess, sys, tempfile * argparse, ConfigParser * re, string * thread, threading, multiprocessing, Queue, deque * urllib, urllib2, urlparser * unittest ### python 3 or backported from python 3 * concurrent.futures ### 3rd party modules * requests * lxml * celery ## 建议使用的测试工具: * project isolation: [virtualenv][1] * unit test: [pytest][2] * to test against multiple python versoins, use [tox][3]. [1]: http://www.virtualenv.org [2]: http://pytest.org [3]: http://tox.readthedocs.org