Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatescript/experiments
Tiny code to learn a new concept / understand algorithm deeply
https://github.com/fatescript/experiments
Last synced: about 1 month ago
JSON representation
Tiny code to learn a new concept / understand algorithm deeply
- Host: GitHub
- URL: https://github.com/fatescript/experiments
- Owner: FateScript
- License: apache-2.0
- Created: 2023-08-03T05:57:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:02:04.000Z (3 months ago)
- Last Synced: 2024-10-25T02:35:13.827Z (3 months ago)
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experiments
[![Static Badge](https://img.shields.io/badge/License-Apache%202.0-blue)](./LICENSE)
Experiments is a repository housing small-scale projects, each serving to deepen my comprehension of various concepts.
It spans across `programming languages`, `algorithms`, `computer network`, `neural networks`, `software engineering`, and more.
Users might utilize these mini-projects for deliberate practice.
## Philosophy
Here's my philosophy of building this project, hope it could help you to build your own repo.
* The best way to understand a concept that you are not familiar with is to implement it.
* Three steps to reinvent a wheel:
* Find things you are curious about.
* Redesign the core part.
* Forget about it and move on.
* Do things with consistency. Learning one hour per day for ten days is better than learning ten hours in one day.
* Less is more. Slow is fast.## 💾 Installation
Every single file is a standalone project, so the only thing you need to do is to clone this repo with the following command.
```shell
git clone https://github.com/FateScript/experiments.git
```