Skip to content

Commit 69b5323

Browse files
committed
Remove author example section
1 parent 105014e commit 69b5323

8 files changed

Lines changed: 200 additions & 261 deletions

File tree

README.de.md

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -141,51 +141,43 @@ Es gibt zwei Möglichkeiten, die Module auszuführen:
141141

142142
Lernen Sie weiter, indem Sie von anderen Quellen lesen.
143143

144+
#### Kern-Python & Muster
145+
144146
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
145147
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
146148
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
147-
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
148-
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
149-
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
150-
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
151-
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
152-
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
153-
- [ZuzooVn/machine-learning-for-software-engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
154-
- [30-seconds/30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) ( 🧪 )
155-
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
156149
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
157-
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
150+
151+
#### Data Science & Machine Learning
152+
153+
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
158154
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
159155
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
160-
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
161-
162-
### Projekte des Autors
156+
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
157+
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
163158

164-
Projekte, die ich mit Python erstellt habe und die zeigen, was man nach dem Erlernen dieser Konzepte erstellen kann:
159+
#### Kuratierte Listen & Projektideen
165160

166-
- [huangsam/chowist](https://github.com/huangsam/chowist) ( 🧪 )
167-
- [huangsam/githooks](https://github.com/huangsam/githooks) ( 🧪 )
168-
- [huangsam/ragchain](https://github.com/huangsam/ragchain) ( 🧪 )
169-
- [huangsam/mailprune](https://github.com/huangsam/mailprune) ( 🧪 )
161+
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
162+
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
163+
- [lukasmasuch/best-of-python](https://github.com/lukasmasuch/best-of-python)
164+
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
170165

171166
### Interaktive Übungen
172167

173168
Üben Sie weiter, damit Ihre Programmierkenntnisse nicht einrosten.
174169

175-
- [codechef.com](https://www.codechef.com/) ( 👔 )
176-
- [codeforces.com](https://codeforces.com/)
177-
- [codementor.io](https://www.codementor.io) ( 🧠 )
178-
- [coderbyte.com](https://www.coderbyte.com/) ( 👔 )
179-
- [codewars.com](https://www.codewars.com/)
180-
- [exercism.io](https://exercism.io/)
181-
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
182-
- [hackerearth.com](https://www.hackerearth.com/)
183-
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
184-
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )
185-
- [labex.io](https://labex.io/exercises/python)( 🧪 )
170+
#### Interviewvorbereitung
171+
186172
- [leetcode.com](https://leetcode.com/) ( 👔 )
173+
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
174+
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
175+
176+
#### Praktisches Lernen
177+
178+
- [exercism.io](https://exercism.io/)
179+
- [codewars.com](https://www.codewars.com/)
180+
- [labex.io](https://labex.io/exercises/python) ( 🧪 )
181+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 🧪 )
187182
- [projecteuler.net](https://projecteuler.net/)
188-
- [replit.com](https://replit.com/)
189-
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
190-
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
191-
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )
183+
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )

README.es.md

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -139,51 +139,43 @@ Hay dos maneras de ejecutar los módulos:
139139

140140
Sigue aprendiendo leyendo otros buenos recursos.
141141

142+
#### Python fundamental y patrones
143+
142144
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
143145
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
144146
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
145-
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
146-
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
147-
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
148-
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
149-
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
150-
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
151-
- [ZuzooVn/machine-learning-for-software-engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
152-
- [30-seconds/30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) ( 🧪 )
153-
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
154147
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
155-
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
148+
149+
#### Ciencia de datos y aprendizaje automático
150+
151+
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
156152
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
157153
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
158-
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
159-
160-
### Proyectos del autor
154+
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
155+
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
161156

162-
Proyectos que he creado con Python que muestran lo que puedes crear después de aprender estos conceptos:
157+
#### Listas curadas e ideas de proyectos
163158

164-
- [huangsam/chowist](https://github.com/huangsam/chowist) ( 🧪 )
165-
- [huangsam/githooks](https://github.com/huangsam/githooks) ( 🧪 )
166-
- [huangsam/ragchain](https://github.com/huangsam/ragchain) ( 🧪 )
167-
- [huangsam/mailprune](https://github.com/huangsam/mailprune) ( 🧪 )
159+
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
160+
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
161+
- [lukasmasuch/best-of-python](https://github.com/lukasmasuch/best-of-python)
162+
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
168163

169164
### Práctica interactiva
170165

171166
Continua practicando para que no se oxiden tus habilidades de programación.
172167

173-
- [codechef.com](https://www.codechef.com/) ( 👔 )
174-
- [codeforces.com](https://codeforces.com/)
175-
- [codementor.io](https://www.codementor.io) ( 🧠 )
176-
- [coderbyte.com](https://www.coderbyte.com/) ( 👔 )
177-
- [codewars.com](https://www.codewars.com/)
178-
- [exercism.io](https://exercism.io/)
179-
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
180-
- [hackerearth.com](https://www.hackerearth.com/)
181-
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
182-
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )
183-
- [labex.io](https://labex.io/exercises/python)( 🧪 )
168+
#### Preparación para entrevistas
169+
184170
- [leetcode.com](https://leetcode.com/) ( 👔 )
171+
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
172+
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
173+
174+
#### Aprendizaje práctico
175+
176+
- [exercism.io](https://exercism.io/)
177+
- [codewars.com](https://www.codewars.com/)
178+
- [labex.io](https://labex.io/exercises/python) ( 🧪 )
179+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 🧪 )
185180
- [projecteuler.net](https://projecteuler.net/)
186-
- [replit.com](https://replit.com/)
187-
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
188-
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
189-
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )
181+
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )

README.fr.md

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -148,51 +148,43 @@ Deux méthodes sont possibles :
148148

149149
Continue d’apprendre grâce à ces ressources bien établies :
150150

151+
#### Python fondamental et modèles
152+
151153
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
152154
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
153155
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
154-
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
155-
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
156-
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
157-
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
158-
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
159-
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
160-
- [ZuzooVn/machine-learning-for-software-engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
161-
- [30-seconds/30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) ( 🧪 )
162-
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
163156
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
164-
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
157+
158+
#### Science des données et apprentissage automatique
159+
160+
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
165161
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
166162
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
167-
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
168-
169-
### Projets de l'auteur
163+
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
164+
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
170165

171-
Projets que j'ai créés avec Python qui montrent ce que vous pouvez créer après avoir appris ces concepts :
166+
#### Listes sélectionnées et idées de projets
172167

173-
- [huangsam/chowist](https://github.com/huangsam/chowist) ( 🧪 )
174-
- [huangsam/githooks](https://github.com/huangsam/githooks) ( 🧪 )
175-
- [huangsam/ragchain](https://github.com/huangsam/ragchain) ( 🧪 )
176-
- [huangsam/mailprune](https://github.com/huangsam/mailprune) ( 🧪 )
168+
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
169+
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
170+
- [lukasmasuch/best-of-python](https://github.com/lukasmasuch/best-of-python)
171+
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
177172

178173
### Pratique interactive
179174

180175
Continue à t’exercer pour ne pas perdre la main :
181176

182-
- [codechef.com](https://www.codechef.com/) ( 👔 )
183-
- [codeforces.com](https://codeforces.com/)
184-
- [codementor.io](https://www.codementor.io) ( 🧠 )
185-
- [coderbyte.com](https://www.coderbyte.com/) ( 👔 )
186-
- [codewars.com](https://www.codewars.com/)
187-
- [exercism.io](https://exercism.io/)
188-
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
189-
- [hackerearth.com](https://www.hackerearth.com/)
190-
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
191-
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )
192-
- [labex.io](https://labex.io/exercises/python)( 🧪 )
177+
#### Préparation aux entretiens
178+
193179
- [leetcode.com](https://leetcode.com/) ( 👔 )
180+
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
181+
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
182+
183+
#### Apprentissage pratique
184+
185+
- [exercism.io](https://exercism.io/)
186+
- [codewars.com](https://www.codewars.com/)
187+
- [labex.io](https://labex.io/exercises/python) ( 🧪 )
188+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 🧪 )
194189
- [projecteuler.net](https://projecteuler.net/)
195-
- [replit.com](https://replit.com/)
196-
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
197-
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
198-
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )
190+
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )

README.hi.md

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -123,51 +123,43 @@ print("Ultimate Python स्टडी गाइड")
123123

124124
अन्य उच्च मानक संसाधनों से पढ़कर सीखना जारी रखें।
125125

126+
#### कोर Python और पैटर्न
127+
126128
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
127129
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
128130
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
129-
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
130-
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
131-
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
132-
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
133-
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
134-
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
135-
- [ZuzooVn/machine-learning-for-software-engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
136-
- [30-seconds/30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) ( 🧪 )
137-
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
138131
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
139-
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
132+
133+
#### डेटा साइंस और मशीन लर्निंग
134+
135+
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
140136
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
141137
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
142-
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
143-
144-
### लेखक की परियोजनाएँ
138+
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
139+
- [josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)
145140

146-
Python से बनाई गई परियोजनाएं जो दिखाती हैं कि इन अवधारणाओं को सीखने के बाद आप क्या बना सकते हैं:
141+
#### क्यूरेटेड सूचियाँ और परियोजना विचार
147142

148-
- [huangsam/chowist](https://github.com/huangsam/chowist) ( 🧪 )
149-
- [huangsam/githooks](https://github.com/huangsam/githooks) ( 🧪 )
150-
- [huangsam/ragchain](https://github.com/huangsam/ragchain) ( 🧪 )
151-
- [huangsam/mailprune](https://github.com/huangsam/mailprune) ( 🧪 )
143+
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
144+
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
145+
- [lukasmasuch/best-of-python](https://github.com/lukasmasuch/best-of-python)
146+
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
152147

153148
### इंटरैक्टिव प्रैक्टिस
154149

155150
अभ्यास करते रहें ताकि आपकी कोडिंग कौशल खराब न हों।
156151

157-
- [codechef.com](https://www.codechef.com/) ( 👔 )
158-
- [codeforces.com](https://codeforces.com/)
159-
- [codementor.io](https://www.codementor.io) ( 🧠 )
160-
- [coderbyte.com](https://www.coderbyte.com/) ( 👔 )
161-
- [codewars.com](https://www.codewars.com/)
162-
- [exercism.io](https://exercism.io/)
163-
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
164-
- [hackerearth.com](https://www.hackerearth.com/)
165-
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
166-
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )
167-
- [labex.io](https://labex.io/exercises/python)( 🧪 )
152+
#### इंटरव्यू की तैयारी
153+
168154
- [leetcode.com](https://leetcode.com/) ( 👔 )
155+
- [hackerrank.com](https://www.hackerrank.com/) ( 👔 )
156+
- [geeksforgeeks.org](https://www.geeksforgeeks.org/) ( 👔 )
157+
158+
#### व्यवहारिक सीखना
159+
160+
- [exercism.io](https://exercism.io/)
161+
- [codewars.com](https://www.codewars.com/)
162+
- [labex.io](https://labex.io/exercises/python) ( 🧪 )
163+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 🧪 )
169164
- [projecteuler.net](https://projecteuler.net/)
170-
- [replit.com](https://replit.com/)
171-
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
172-
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
173-
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )
165+
- [kaggle.com](https://www.kaggle.com/) ( 🧠 )

0 commit comments

Comments
 (0)