Skip to content

Commit fd75a51

Browse files
committed
Add links back into other translations
1 parent 49c79aa commit fd75a51

5 files changed

Lines changed: 30 additions & 8 deletions

File tree

README.de.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Es gibt zwei Möglichkeiten, die Module auszuführen:
130130

131131
Lernen Sie weiter, indem Sie von anderen Quellen lesen.
132132

133-
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔, 🧪 )
134-
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔, 🧪 )
133+
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
134+
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
135135
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
136136
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
137137
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
@@ -144,6 +144,9 @@ Lernen Sie weiter, indem Sie von anderen Quellen lesen.
144144
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
145145
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
146146
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
147+
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
148+
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
149+
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
147150

148151
### Interaktive Übungen
149152

@@ -164,3 +167,5 @@ Lernen Sie weiter, indem Sie von anderen Quellen lesen.
164167
- [projecteuler.net](https://projecteuler.net/)
165168
- [replit.com](https://replit.com/)
166169
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
170+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
171+
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )

README.es.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ Hay dos maneras de ejecutar los módulos:
129129

130130
Sigue aprendiendo leyendo otros buenos recursos.
131131

132-
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔, 🧪 )
133-
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔, 🧪 )
132+
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
133+
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
134134
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
135135
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
136-
- [karan/Projects](https://github.com/karan/Projects) (🧠 )
136+
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
137137
- [MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) ( 🧠 )
138138
- [vinta/awesome-python](https://github.com/vinta/awesome-python)
139139
- [academic/awesome-datascience](https://github.com/academic/awesome-datascience)
@@ -143,6 +143,9 @@ Sigue aprendiendo leyendo otros buenos recursos.
143143
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
144144
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
145145
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
146+
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
147+
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
148+
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
146149

147150
### Práctica interactiva
148151

@@ -163,3 +166,5 @@ Continua practicando para que no se oxiden tus habilidades de programación.
163166
- [projecteuler.net](https://projecteuler.net/)
164167
- [replit.com](https://replit.com/)
165168
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
169+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
170+
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )

README.hi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ print("Ultimate Python study guide")
127127
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
128128
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
129129
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
130+
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
131+
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
132+
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
130133

131134
### इंटरैक्टिव प्रैक्टिस
132135

@@ -147,3 +150,5 @@ print("Ultimate Python study guide")
147150
- [projecteuler.net](https://projecteuler.net/)
148151
- [replit.com](https://replit.com/)
149152
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
153+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
154+
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )

README.ko.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ print("Ultimate Python 학습 가이드")
119119

120120
잘 알려진 다른 자료를 읽으면서 계속 배우세요.
121121

122-
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔, 🧪 )
123-
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔, 🧪 )
122+
- [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python) ( 👔 , 🧪 )
123+
- [faif/python-patterns](https://github.com/faif/python-patterns) ( 👔 , 🧪 )
124124
- [geekcomputers/Python](https://github.com/geekcomputers/Python) ( 🧪 )
125125
- [trekhleb/homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) ( 🧪 )
126126
- [karan/Projects](https://github.com/karan/Projects) ( 🧠 )
@@ -133,6 +133,9 @@ print("Ultimate Python 학습 가이드")
133133
- [ml-tooling/best-of-python](https://github.com/ml-tooling/best-of-python)
134134
- [practical-tutorials/project-based-learning](https://github.com/practical-tutorials/project-based-learning#python)
135135
- [freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) ( 👔 )
136+
- [microsoft/ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners) ( 🧪 )
137+
- [microsoft/Data-Science-For-Beginners](https://github.com/microsoft/Data-Science-For-Beginners) ( 🧪 )
138+
- [Avik-Jain/100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) ( 🧪 )
136139

137140
### 대화형 연습
138141

@@ -153,3 +156,5 @@ print("Ultimate Python 학습 가이드")
153156
- [projecteuler.net](https://projecteuler.net/)
154157
- [replit.com](https://replit.com/)
155158
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
159+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
160+
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )

README.zh_tw.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ print("Ultimate Python 學習大綱")
132132

133133
繼續練習才能使您的編碼技能不會生疏。
134134

135-
- [DevProjects](https://www.codementor.io/projects/python)
136135
- [codechef.com](https://www.codechef.com/) ( 👔 )
137136
- [codeforces.com](https://codeforces.com/)
137+
- [codementor.io](https://www.codementor.io) ( 🧠 )
138138
- [coderbyte.com](https://www.coderbyte.com/) ( 👔 )
139139
- [codewars.com](https://www.codewars.com/)
140140
- [exercism.io](https://exercism.io/)
@@ -147,3 +147,5 @@ print("Ultimate Python 學習大綱")
147147
- [projecteuler.net](https://projecteuler.net/)
148148
- [replit.com](https://replit.com/)
149149
- [w3schools.com](https://www.w3schools.com/python/) ( 🧪 )
150+
- [teclado.com](https://teclado.com/30-days-of-python/#prerequisites) ( 👔 )
151+
- [fullstakpython.org](https://fullstackpython.org/) ( 🧪 )

0 commit comments

Comments
 (0)