Python Programming Basics
Python Programming Basics
Copyright 2018 ? Huawei Technologies Co., Ltd
Contents
1. Introduction to Python 2. Lists and Tuples 3. Strings 4. Dictionaries 5. Conditional and Looping Statements 6. Functions 7. Object-Oriented Programming
8. Date and Time
9. Regular Expressions 10. File Manipulation
Copyright Huawei Technologies Co., Ltd
Page 2
Getting the Current Date and Time
Let's see how to get the current date and time.
>>> from datetime import datetime >>> now = datetime.now() # Get the current datetime >>> print(now) 2015-05-18 16:28:07.198690 >>> print(type(now)) ................
................
In order to avoid copyright disputes, this page is only a partial summary.
To fulfill the demand for quickly locating and searching documents.
It is intelligent file search solution for home and business.
Related searches
- python programming books free pdf
- best python programming book
- python programming language pdf book
- free python programming books
- python programming pdf free download
- python programming tutorials
- python programming for absolute beginners
- python programming on win32 download
- basic python programming examples
- python programming examples pdf
- python programming examples source code
- introduction to python programming pdf