Skip to content

AbzumsAI/Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Solutions From Class

I use this repo as a small shelf for code I write while explaining math problems in class. Each script is meant to be read next to the problem statement, then run locally.

Most files follow this naming pattern:

  • s1p1.py means session 1, problem 1.
  • s2p-scoring.py means a scoring note for session 2.
  • func.py is a short Python function example.

Run A Script

Use Python 3. Install the packages once:

pip install -r requirements.txt

Run any problem file from the repo root:

python s1p1.py

Some scripts print symbolic answers with SymPy. A few scripts draw plots with NumPy and Matplotlib.

Extra Examples

Sessions

Session 1: High School Math Review

Session 2: Functions, Part 1

Session 3: Functions, Part 2

Session 4: Limits And Continuity, Part 1

The scoring files are still placeholders.

Extra Notes

  • docs/problem-index.md lists the Python files and sizes.
  • notes has one short note for each script.
  • docs/running-scripts.md explains how I run examples.
  • docs/review-check.md is the check I use before committing code examples.
  • scripts/compile_problem_files.py compiles the root Python files.
  • tests has small checks for file names, requirements, and Python syntax.

About

code solutions and explanations for problems covered in class.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages