I Want To Reserve A Time
Start by building a strong foundation
- Data Types : learn about numbers, strings, tuples, lists, and dictionaries
- Functions : use functions to create reusable code
- Good Style : follow the recommendations in PEP-8 for professional looking code
- Files : reading and writing text files is easy with Python
- Batteries Included : get familiar with the Python standard libraries
Then go beyond the basics
- Classes and Objects : design your own classes
- Finding Bugs : assertions, preconditions and postconditions can find bugs in your program automatically
- Expect the Unexpected : use Python exceptions to handle unusual situations
- Organizing Your Code : structure your programs with functions, classes, modules and packages
Good
ReplyDelete