Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 2.7 KB

File metadata and controls

49 lines (41 loc) · 2.7 KB

Python

Python Implementations

Our advice:

  • Use CPython or PyPy

Documentation

Our advice:

Integrated Development Environment (IDE)

Our advice:

  • If you use Windows/Linux/mac OS and want a clean minimalistic/lightweight IDE and the ability to quickly execute and test: Enthought Canopy
  • If you use Windows and want to use the most advanced IDE: Visual Studio Community
  • If you use Linux and want to use an advanced IDE: LiClipse or Eclipse
  • If you use different OSs and want to use an advanced IDE: LiClipse or Eclipse

Useful packages

  • matplotlib: library for 2D and 3D plots
  • NumPy: library for scientific computing
  • OpenCV: library for computer vision
  • SciPy: more advanced library for scientific computing
  • SymPy: library for symbolic mathematics

Our advice: