Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 825 Bytes

File metadata and controls

33 lines (20 loc) · 825 Bytes

Learn-Python

Just some code that I am developing as I learn Python. It includes:

  • Basic Class
  • OOP: Class inheritance, polymorphism, encapsulation, abstraction
  • edx_Course: loops, strings, lists, dictionaries, input/output, and tuples
  • NumPy and SciPy: plotting, arrays etc
  • TutorialsPoint tutorials: threads, data structures,
  • Basic Scipy and Numpy - as introduced in TutorialsPoint
  • Unit Testing

To Do List

Setup

Dev is on Windows 10 using the Python 3.8 Console from Microsoft Windows Store.

  • now is on linux VM

Resources

Misc

  • How I installed numpy: "sudo apt-get install python3-numpy "
  • currently running everything through "python3 script.py*"