All Projects → topocm → Topocm_content

topocm / Topocm_content

Licence: other
Course on topology in condensed matter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Topocm content

Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-44.1%)
Mutual labels:  educational
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-24.84%)
Mutual labels:  educational
React Network Diagrams
Contains ESnet network mapping and circuit rendering code, as used in the ESnet portal.
Stars: ✭ 138 (-14.29%)
Mutual labels:  topology
Network traffic modeler py3
pyNTM - This is the network traffic modeler written in python 3: pip3 install pyNTM
Stars: ✭ 93 (-42.24%)
Mutual labels:  topology
Linchpin
ansible based multicloud orchestrator
Stars: ✭ 107 (-33.54%)
Mutual labels:  topology
Algorithm Archive
A collaborative book on algorithms
Stars: ✭ 1,880 (+1067.7%)
Mutual labels:  educational
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+7289.44%)
Mutual labels:  educational
Pytda
Topological Data Analysis in Python
Stars: ✭ 156 (-3.11%)
Mutual labels:  topology
Every Programmer Should Know
A collection of (mostly) technical things every software developer should know about
Stars: ✭ 49,085 (+30387.58%)
Mutual labels:  educational
Django Dersleri
YouTube Django Dersleri için proje kaynak kodu
Stars: ✭ 135 (-16.15%)
Mutual labels:  educational
Medium
📰 Developer versions of my Medium.com articles
Stars: ✭ 100 (-37.89%)
Mutual labels:  educational
Learn Solidity With Examples
A repo full of smart contracts written in Solidity
Stars: ✭ 106 (-34.16%)
Mutual labels:  educational
V by example
Learn V by Example
Stars: ✭ 131 (-18.63%)
Mutual labels:  educational
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-42.86%)
Mutual labels:  educational
Ripser.py
A Lean Persistent Homology Library for Python
Stars: ✭ 139 (-13.66%)
Mutual labels:  topology
Plexus
Polygonal mesh processing.
Stars: ✭ 90 (-44.1%)
Mutual labels:  topology
Reactive Turtle
Scala and Akka for kids. A Functional Programming approach for the well known LOGO.
Stars: ✭ 122 (-24.22%)
Mutual labels:  educational
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+10552.8%)
Mutual labels:  educational
Compas
Core packages of the COMPAS framework.
Stars: ✭ 146 (-9.32%)
Mutual labels:  topology
Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (-16.15%)
Mutual labels:  educational

The source materials for the EdX course "Topology in Condensed Matter: Tying Quantum Knots"

The latest stable version of the course is located at http://topocondmat.org.

Open these notebooks in Binder: Binder such that you can experiment with the code.

Development tip: shallow clone

Initially, this repository contained all the output of all computations, which means that its size is somewhat big (~300MB). In order to not download all the data, you can use the shallow cloning feature of git (at least v1.9) by using these or analogous commands:

mkdir topocm && cd topocm
git init
git remote add origin https://github.com/topocm/topocm_content.git # (Or the location of your fork)
git fetch --depth 1 origin +refs/tags/cleaned # Here we get the first commit that doesn't contain cruft
git fetch origin
git checkout master

The cleaned tag corresponds to the beginning of development that stores no output. Then you get a repository that does not contain any cruft data, and has a size of ~15MB.

Topocondmat.org

The notebooks in this repo are executed and converted to html and available on topocondmat.org. For building the website we use the pelican static site generator, available under AGPL license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].