-
Notifications
You must be signed in to change notification settings - Fork 2
Python
Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant white space. It provides constructs that enable clear programming on both small and large scales.
Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms, including object-oriented, imperative, functional and procedural, and has a large and comprehensive standard library.
The language's core philosophy is summarized in the document The Zen of Python , which includes aphorisms such as:
- Beautiful is better than ugly
- Explicit is better than implicit
- Simple is better than complex
- Complex is better than complicated
- Readability counts
Its relatively easy to program in python there are many many courses out there to to help you in understanding python code.As we have used mainly python for this project all files with extension .py
are python files
- Environments Setting
- Image Processing
- Time Series
- Theory
- Post-Processing & Data
- Possible Models
- Results