Newer
Older
Welcome to the **Learning** repository! This repository serves as a structured collection of learning materials and hands-on exercises for various tools and technologies.
The repository is organized into the following directories:
- **learning-git**: Covers the basics of Git, including repositories, commits, branching, merging, and collaboration workflows.
- **learning-linux**: Provides fundamental and advanced Linux commands, shell scripting, and system administration concepts.
- **learning-markdown**: Introduces Markdown syntax for creating well-formatted documentation and notes.
- **learning-python**: Contains Python tutorials, scripts, and coding exercises to help improve programming skills.
- **learning-vscode**: Guides on using Visual Studio Code, including extensions, shortcuts, and debugging techniques.
1. Clone the repository:
```sh
git clone https://forge.uclouvain.be/elic/learning.git
```
2. Navigate into a specific learning topic:
```sh
cd learning/learning-python
```
3. Explore and practice the materials provided.
Feel free to contribute by submitting pull requests or reporting issues. Any improvements or additional learning materials are welcome!
This repository is open-source and available for learning purposes. You are free to use and modify the content as needed.