/Python_Basics

Learning notes on python programming and its packages.

Primary LanguagePython

Thinking Python from first principles

Learning notes on python programming, mainly three paradigms:

  1. Abstraction of data and functions,
  2. Object-oriented programming.

It is intended to summarize the basic concepts and syntax in Python in case I would look up. Moreover I am trying to dig out the basic principles for Python programming in the process of coding.

Constucting Principles:

How the values are created, represented, changed and stored?

It consists of building abstractions of data and functions.

Organising Principles:

How to organise the program structure?

Interpretting? Debugging?

Main Learing materials:

Forked repository:

  1. Practical-Python
  2. 30-Days-Of-Python
  3. Python-concepts-with-examples
  4. Scientific Visualization: Python + Matplotlib

Thanks to the contributors!