Skip to content

my-how-to/Math-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Math with Python

A small collection of lessons and code examples for learning math topics using Python.

Structure

  • number_theory/primes/theory.md: short, readable notes on primes
  • number_theory/primes/primes_basics.py: basic prime utilities
  • number_theory/primes/primes_algorithms.py: classic algorithms (sieve, primality tests)
  • number_theory/primes/exercises_primes.py: practice problems

How to run

From the project root:

python number_theory/primes/primes_basics.py
python number_theory/primes/primes_algorithms.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages