Skip to content

shingie19/SimplePythonTutorial

 
 

Repository files navigation

SimplePythonTutorial

Python Tutorial: Making a simple command line calculator. Assumes no knowledge of programming in python. I originally made the code for a 6th grade (2013) Math project in which I would be teaching the class how to write code in Python.

Simple Calculator

  • Supports the functions +,-,*,/

Tutorial

Source

Advanced Calculator

  • Supports the functions +,-,*,/,^,sqrt,!,abs,sin,cos,tan,arcsin,arccos,arctan,log,log10,rand,randint
  • Also has memory ability M+,MR,M-
  • Can recall constants pi,e,tau
  • Can convert Degrees to Radians, Radians to Degrees

Tutorial

Source

About

Python Tutorial: Making a simple command line calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%