Python Language Introduction


Introduction

python
  • Easy │ Clear
  • Free │ Open source
  • Extensive
  • Powerful object-oriented programming

History

Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see https://www.cwi.nl/) in the Netherlands as a successor of a language called ABC.

☁︎ http://History and License

Learning Concepts

  • Getting Started
    • Development environment installation
    • Numbers
    • Strings
    • Lists … etc
  • Control Flow
  • Data Structures
  • Modules
  • Input and Output
  • Classes
  • Errors and Exceptions
  • Library
  • Packages

Resources