Job Recruitment Website - Zhaopincom - How should zero foundation start learning Python?

How should zero foundation start learning Python?

Link:/s/1vfybfzce 5a808w7ph9-qdq

Extract code: 238d python course of zero-based learning. Python is one of the most popular dynamic scripting languages at present. This course comprehensively and systematically introduces all kinds of knowledge and skills developed with Python. Including the installation and configuration of Python environment, Python's basic syntax, modules and functions, built-in data structures, the handling of strings and files, the use of regular expressions, the capture and handling of exceptions, the characteristics and design of object-oriented language, Python's database programming, the use of TKINGUI library, HTML application, XML application, the use of Django web development framework, Application of test-driven development mode, processes and threads in Python, Python system management, network programming, Python image processing, expansion and embedding of Python language and Python development under Windows, etc.

Course catalogue:

Characteristics of python language

History and Version of python

Python installation

Rules for writing python programs

elementary data type

Definition and common operations of variables

The concept of sequence

Definition and use of strings

......