Python3
This repository contains lessons, quizzes and homework projects in the "Python 3: The Python Environment" online course created by "O'Reilly School of Technology". You can find related information at :
http://www.oreillyschool.com/certificate-programs/python-programming/
http://www.oreillyschool.com/individual-courses/python3/
====================================================================== Python 3: The Python Environment
In this course, you will learn more high-end techniques and strategies for programming with Python. Upon completion of this course you will be able to:
- Parse command-line arguments and perform string validation.
- Build sophisticated structures such as bunch classes.
- Create your own APIs.
- Enhance your code with iterables, iterators, and generators.
- Manipulate textual data with regular expressions.
- Apply advanced object-oriented programming techniques to Python development.
- Exchange binary data with other languages and systems.
- Configure user setups and log activity.
- Calculate date and time.