Translation: "Practical Python Programming" 01_Introduction_00_Overview

Contents | [Next section (2_Processing data)] ()

1. Introduction to Python

This chapter is the first chapter. It will introduce the basics of Python from the beginning, allowing you to learn how to write, run, and debug a simple program from scratch. Finally, you can use these basic knowledge of Python to write a short script to read the csv data and perform some simple calculations.

  • [1.1 Introduction to Python]()
  • [1.2 The first program]()
  • [1.3 Number]()
  • [1.4 String]()
  • [1.5 List]()
  • [1.6 File]()
  • [1.7 Function]()

Contents | [Next section (2_Processing data)] ()

Note: see for full translation https://github.com/codists/practical-python-zh

Guess you like

Origin blog.51cto.com/15137915/2667907