Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.7 KB

Further_Reading.md

File metadata and controls

37 lines (25 loc) · 1.7 KB

Further Reading


Python curated resources - online courses, books, coding practice sites, frameworks for GUI/Game/Web, cheatsheet, online help forums, etc..


Standard topics not covered


Useful links on coding


Python extensions

  • Cython - optimising static compiler for both the Python programming language and the extended Cython programming language
  • Jython - Python for the Java Platform
  • NumPy - fundamental package for scientific computing with Python