| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

python

Page history last edited by johnlittlephysics 2 years, 7 months ago

Python programming


  • Introduced in Advanced Physics in 2017

About programming

Readings

  • SVM Demystified - About SVM (Support Vector Machine) a machine learning algorithm

Python installation 

  • Free Download Python 3.9.6 from python.org & run the .exe file - but need to separately install Numpy, SciPy, Matplotlib modules into windows:
    • Go to windows command prompt [Start icon, search "cmd"]
      • key in "pip install numpy"
      • key in "pip install scipy"
      • key in  "pip install matplotlib"
  • OR Enthought Deployment Manager
  • OR S$15 Download iPad app Pythonista 3 to use on iPad (Python version 3.6): has Numpy & Matplotlib modules but NOT Scipy

Tutorial resources


Applications


Resources from SYPT workshop Sep 2016


Lesson examples


Teacher resources on programming


 

 

Comments (0)

You don't have permission to comment on this page.