{"id":13477112,"url":"https://github.com/henryiii/compclass","last_synced_at":"2026-03-08T11:36:15.135Z","repository":{"id":74918016,"uuid":"140815804","full_name":"henryiii/compclass","owner":"henryiii","description":"A class over Computational Physics in Jupyter","archived":false,"fork":false,"pushed_at":"2020-03-14T22:33:09.000Z","size":23501,"stargazers_count":38,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T07:57:58.957Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://henryiii.github.io/compclass","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henryiii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-13T07:54:30.000Z","updated_at":"2025-03-03T13:38:14.000Z","dependencies_parsed_at":"2024-01-13T18:51:56.870Z","dependency_job_id":"6e48a0f6-ae2c-49ef-b5d9-ffe5e6616fd1","html_url":"https://github.com/henryiii/compclass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryiii%2Fcompclass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryiii%2Fcompclass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryiii%2Fcompclass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryiii%2Fcompclass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henryiii","download_url":"https://codeload.github.com/henryiii/compclass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249031777,"owners_count":21201357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T16:01:38.386Z","updated_at":"2026-03-08T11:36:15.095Z","avatar_url":"https://github.com/henryiii.png","language":"Jupyter Notebook","funding_links":[],"categories":["Jupyter Notebook"],"sub_categories":[],"readme":"# Computational Physics\n\nWelcome to computational physics! This is the repository with the [syllabus](./syllabus/computational.md), [problem sets](./problems), and [lectures](./classes). Other useful links:\n\n* [JupyterBook](https://henryiii.github.io/compclass)\n* [This repository official location](https://github.com/henryiii/compclass)\n* [Course lecture recordings](https://mailuc-my.sharepoint.com/:f:/g/personal/schreihf_ucmail_uc_edu/EgrKNRgtwTNEi6NGDOMFKZsBAmugjchAT-MetLXUszI_lg?e=Fd65aD)\n* [UC Blackboard](https://canopy.uc.edu/) (look for `meta_schreihf_2962 (Meta 18FS-Full) TOPICS IN PHYSICS (001)`)\n* [My public blog, ISciNumPy](https://iscinumpy.gitlab.io)\n\n\n## Installing\n\nTo install, download and install miniconda then:\n\n```bash\nconda env create\nconda activate compclass\n```\n\n### Topics and links\n\nThese links open a static nbviewer. You can also open binder by clicking [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/henryiii/compclass/master?urlpath=lab) - this may take quite a while to load the first time someone clicks it after a new commit to the repository.\n\n\n* Week 1\n    * [Introduction](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week1/0_IntroductionAndLogin.ipynb)\n    * [Basics of Programming](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week1/1_ProgrammingBasics.ipynb)\n* Week 2\n    * [Object Oriented Programming](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week2/0_ObjectOriented.ipynb)\n    * [Error Accumulation](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week2/1_errors.ipynb)\n* Week 3\n    * [Numerical Tools](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week3/0_numerics.ipynb)\n    * [Plotting](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week3/1_plotting.ipynb)\n    * [How Git Works](https://github.com/henryiii/compclass/blob/master/classes/week3/HowGitWorks2_0b.pdf)\n* Week 4\n    * [Random Numbers](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week4/1_random_numbers.ipynb)\n    * [Monte Carlo](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week4/2_MC.ipynb)\n      • [Random Walk](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week4/RandomWalk.ipynb)\n    * [Projects](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week4/3_projects.ipynb)\n      • [IPython Magics](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week/IPythonMagics.ipynb)\n* Week 5\n    * [Integration rules](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week5/1_integration.ipynb)\n      • [Notes](https://github.com/henryiii/compclass/blob/master/classes/week5/Week5Day1.pdf)\n    * [Monte Carlo Integration](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week5/2_mcintegrate.ipynb)\n      • [Notes](https://github.com/henryiii/compclass/blob/master/classes/week5/2_mcintegrate.pdf)\n    * [Numerical Differentiation](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week5/3_differentiation.ipynb)\n* Week 6\n    * [Vectorization](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/1_vectorization.ipynb.ipynb)\n      • [Notes](https://github.com/henryiii/compclass/blob/master/classes/week6/Week6Day1.pdf)\n    * [Linear Algebra](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/2_linearalgebra.ipynb.ipynb)\n      • String masses:\n      [Classic](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/2_string_masses_classic.ipynb)\n      • [Final](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/2_string_masses_final.ipynb)\n      • [Sympy](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/2_string_masses_sympy.ipynb)\n    * [Linear Regression](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/3_fitting.ipynb)\n      • [Spline Fit](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week6/3_spline_fit.ipynb)\n* Week 7\n    * [Structured tabular data](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week7/1_pandas.ipynb)\n      • [worksheet](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week7/1_worksheet.ipynb)\n    * [Histograms and Cuts](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week7/2_histograms_cuts.ipynb)\n* Week 8\n    * [Generating Distributions](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week8/1_generation.ipynb)\n    * [Minimizing and Fitting Distributions](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week8/2_fitting.ipynb)\n    * [Fitting Tools](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week8/3_fittingtools.ipynb)\n* Week 9\n    * [Confidence Intervals](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week9/1_confidence_intervals.ipynb)\n    * [Markov Chain Monte Carlo](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week9/2_mcmc.ipynb)\n    * [Performance Computing](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week9/3_performance.ipynb)\n* Week 10\n    * [Intro to ODEs](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week10/1_ode.ipynb)\n      • [Profiling Code, Reading and Writing Files](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week10/1_pro_file.ipynb)\n    * [The Runge–Kutta Algorithm](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week10/2_rk.ipynb)\n    * [Solving ODE Problems](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week10/3_ode_problems.ipynb)\n* Week 11: Fourier Series\n    * [Fourier Series](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week11/1_fourier_series.ipynb)\n    * [Fast Fourier Transform](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week11/2_FFT.ipynb)\n* Week 12: Assorted topics\n    * [CuPy Fractal](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week12/0_CuPyFractal.ipynb)\n    * [PyBind11 and Numba](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week12/0_PyBindNumba.ipynb)\n    * [Fitting Revisited](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week12/1_fitting.ipynb)\n    * [GUIs](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week12/1_guis.ipynb)\n    * [Signal Filtering](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week12/2_signalfiltering.ipynb)\n* Week 13: Review\n    * [Review](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week13/1_review.ipynb)\n* Week 14\n    * [Static Computation Graphs](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week14/1_graphs.ipynb)\n    * [Machine Learning](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week14/2_ml.ipynb)\n      • [MINST dataset](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week14/2_MNIST.ipynb)\n    * [Sharing your Code](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/week14/3_sharing.ipynb)\n* Optional\n    * [Overview of Python](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/optional/PythonOptionalOverview.ipynb)\n    * [Python 3 vs. Python 2](https://nbviewer.jupyter.org/github/henryiii/compclass/blob/master/classes/optional/python3.ipynb)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryiii%2Fcompclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenryiii%2Fcompclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryiii%2Fcompclass/lists"}