Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 447 Bytes

File metadata and controls

20 lines (18 loc) · 447 Bytes

PythonCourse

Some scripts which can help to learn Python

Table of contents

Chapter 1:

  • Basics
  • If statement, while loop
  • Basic functions and parameters
  • Local and global variables
  • Degault Argument values, return statement
  • Importing modules
  • Writing your first module and invoke its method

Chapter 2:

  • List structure