issues
search
zqhong
/
pelican-blog
Use Pelican generate static blog site
1
stars
0
forks
source link
Python 101 笔记
#5
Closed
zqhong
closed
7 years ago
zqhong
commented
7 years ago
Python 101
概要
使用 Python 3.x
Python’s basics
Python types (strings, lists, dicts, etc)
Conditional statements
Loops
List and dictionary comprehensions
Exception Handling
File I/O
Functions and Classes
A small subset of Python’s Standard Library
csv
ConfigParser
logging
os
smtplib / email
subprocess
sys
thread / queues
time / datetime
intermediate material
the Python debugger (pdb)
decorators
the lambda function
code profiling
a testing introduction
A series of small tutorials
pip and easy_install
configobj
lxml
requests
virtualenv
pylint / pychecker
SQLAlchemy
Python packaging and distribution
How to turn your reusable scripts into Python “eggs”, “wheels” and more
How to upload your creation to the Python Package Index (PyPI)
How to create binary executables so you can run your application without Python
How to create an installer for your application
Python’s basics
相关资源
Python 101
Python 101
概要
使用 Python 3.x
Python’s basics
相关资源
Python 101