Читать книгу Learn Python quick - Jens Braun - Страница 2
ОглавлениеTable of Contents
Chapter 1: Python, what Python?
Chapter 2: Getting ready for Python
Installing the Interpreter
Using the Python Shell, IDLE and Writing our FIRST program
Chapter 3: The World of Variables and Operators
Chapter 4: Data Types in Python
Chapter 5: Making Your Program Interactive
Chapter 6: Making Choices and Decisions
Chapter 7: Functions and Modules
Opening and Reading Text Files
Using a For Loop to Read Text Files
Opening and Reading Text Files by Buffer Size
Opening, Reading and Writing Binary Files
Appendix A: Working With Strings
Appendix B: Working With Lists
Appendix C: Working With Tuples