The Wayback Machine - https://web.archive.org/web/20201203090822/https://github.com/neilbalch/SimplePythonTutorial
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.