Skip to content

Commit 6de6901

Browse files
Revise README for clarity and improved presentation
Updated README to enhance project description and badges.
1 parent c79034c commit 6de6901

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,59 @@
11
<div align="center">
2-
<!-- Title: -->
3-
<a href="https://github.com/TheAlgorithms/">
4-
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
5-
</a>
6-
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1>
72

8-
<!-- Labels: -->
9-
<!-- First row: -->
3+
<!-- Project Logo -->
4+
<a href="https://github.com/TheAlgorithms/">
5+
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100" alt="The Algorithms Logo">
6+
</a>
7+
8+
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> – Python 🐍</h1>
9+
10+
<h3>All Algorithms Implemented in Python β€” For Learning and Exploration πŸ“š</h3>
11+
12+
<!-- Badges Row 1 -->
13+
<p>
1014
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
1115
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
1216
</a>
1317
<a href="https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md">
1418
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome">
1519
</a>
16-
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20">
20+
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20" alt="Repository Size">
1721
<a href="https://the-algorithms.com/discord">
18-
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat">
22+
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord Chat">
1923
</a>
2024
<a href="https://gitter.im/TheAlgorithms/community">
21-
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
25+
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter Chat">
2226
</a>
27+
</p>
2328

24-
<!-- Second row: -->
25-
<br>
29+
<!-- Badges Row 2 -->
30+
<p>
2631
<a href="https://github.com/TheAlgorithms/Python/actions">
2732
<img src="https://img.shields.io/github/actions/workflow/status/TheAlgorithms/Python/build.yml?branch=master&label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status">
2833
</a>
2934
<a href="https://github.com/pre-commit/pre-commit">
3035
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit">
3136
</a>
3237
<a href="https://docs.astral.sh/ruff/formatter/">
33-
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: black">
38+
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: ruff">
3439
</a>
40+
</p>
3541

36-
<!-- Short description: -->
37-
<h3>All algorithms implemented in Python - for education πŸ“š</h3>
3842
</div>
3943

40-
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
44+
---
4145

42-
## πŸš€ Getting Started
46+
## 🧠 About the Project
4347

44-
πŸ“‹ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
48+
This repository contains **hundreds of algorithms implemented in Python** β€” from data structures to machine learning, cryptography, mathematics, and more.
49+
Our goal is to make it easy for anyone to learn algorithms by reading clean and well-documented code.
4550

46-
## 🌐 Community Channels
51+
> ⚠️ **Note:** These implementations are for educational purposes. They may not be optimized for production use.
4752
48-
We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great way for you to ask questions and get help. Please join us!
53+
---
4954

50-
## πŸ“œ List of Algorithms
55+
## πŸš€ Getting Started
5156

52-
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
57+
1. **Clone this repository:**
58+
```bash
59+
git clone https://github.com/TheAlgorithms/Python.git

0 commit comments

Comments
Β (0)