KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
CCP5SummerSchool
★ 16
Open GitHub ↗
materials for CCP5 summer school
Download README (.md)
Explore Similar Repositories
cosmia-core
:
The central repository for the Cosmia project, containing the core architecture and infrastructure for the Sidra Chain.
Camera-Filter-FPGA
:
同济大学数字逻辑大作业:基于颜色传感器与 OV2640 摄像头的图像处理及显示系统 FPGA camera filter project for 102109 Digital Logic, Fall 2022, Tongji University.
SQL-Functions
:
Stored Procedures, Functions, Views, Triggers and built-in Functions
Shap-Mix
:
IJCAI 2024 Shap-Mix: Shapley Value Guided Mixing for Long-Tailed Skeleton Based Action Recognition
stm32h7-arduino
:
Introduction to STM32H743VIT6 using Arduino
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CCP5SummerSchool
?
Download (.md)
# Overview Welcome to the CCP5 Summer School! # Statistical mechanics ## Slides - [Statistical Mechanics 1](https://mjksill.github.io/CCP5SummerSchool/slides/statmech1_notes.html) - [Statistical Mechanics 2](https://mjksill.github.io/CCP5SummerSchool/slides/statmech2_notes.html) ## Worksheet - [problem sheet](https://mjksill.github.io/CCP5SummerSchool/tutorials/tutorial.pdf) [(model solution)](https://mjksill.github.io/CCP5SummerSchool/tutorials/tutorial-soln.pdf) # Jupyter notebooks ## Tutorials: - [Introduction to Python](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-introduction.ipynb) - [Python as a calculator](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-calculator.ipynb) - [Python as an advanced calculator](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-variables.ipynb) - [Lists in Python](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-lists.ipynb) - [Dictionaries in Python](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-dictionaries.ipynb) - [Importing libraries & Numpy](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-numpy.ipynb) - [Plotting with Python](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-plotting.ipynb) - [Conditionals](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-conditionals.ipynb) - [Functions in Python](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-functions.ipynb) - [Symbolic algebra](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-sympy.ipynb) - [Numerically solving algebraic equations](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-solver.ipynb) - [Error handling](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-exceptions.ipynb) - [File I/O](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-fileio.ipynb) - [Introduction to Pandas and data frames](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-pandas1.ipynb) - [Working with Pandas data frames](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-pandas2.ipynb) - [Importing data into Pandas directly from websites](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-pandas3.ipynb) - [Filtering and exploring data with Pandas](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-pandas4.ipynb) ## Exercises: - [Gas-water shift reaction](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-gws.ipynb) [(model solution)](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/solutions/CCP5-gws-soln.ipynb) - [Molecular dynamics](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/CCP5-md.ipynb) [(model solution)](https://colab.research.google.com/github/mjksill/CCP5SummerSchool/blob/master/notebooks/solutions/CCP5-md-soln.ipynb) ## Extras: - [Example: Stock/Data analysis using Pandas](https://colab.research.google.com/github/toastedcrumpets/CCP5_Python_examples/blob/master/05-%20Example%2C%20Stock%20analysis%20using%20pandas.ipynb) - [Appendix: Snippets of Python code (request anything you like!)](https://colab.research.google.com/github/toastedcrumpets/CCP5_Python_examples/blob/master/Appendix-A-Snippets.ipynb) - [Appendix: Monte Carlo calculation of PI with animation](https://colab.research.google.com/github/toastedcrumpets/CCP5_Python_examples/blob/master/Appendix-B-%20Monte%20Carlo%20class%20examples.ipynb) - [Dall-E notebooks for image generation](https://alpha2phi.medium.com/generate-image-from-text-c84daaddd75b) - [Music generation from facebook](https://huggingface.co/spaces/facebook/MusicGen) (see the repo for the Colab links)