Skip to content

Commit de76782

Browse files
authored
Adding initial data (#20)
1 parent 7638075 commit de76782

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

learning-path/python-developer.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ tu disposición, podrás convertirte en un Pythonista aún más competente y
2424
versátil en tu campo. ¡Explora y aprende para crecer como desarrollador de
2525
Python!
2626

27+
**Leyenda:**
28+
29+
📗: Libro
30+
31+
📹: Video tutorial
32+
33+
🎓: Curso
34+
35+
🧑‍💻: Codigo practico
36+
37+
Los nombres con asterisco al final (*) son con contenido en inglés
38+
2739

2840
## Python Básico
2941

@@ -48,25 +60,36 @@ digraph G {
4860
t7 [label="Tópico 7", href=""];
4961
t6 [label="Tópico 6", href=""];
5062
t5 [label="Tópico 5", href=""];
51-
t4 [label="Tópico 4", href=""];
52-
t3 [label="Tópico 3", href=""];
53-
t2 [label="Tópico 2", href=""];
54-
t1 [label="Tópico 1", href=""];
55-
basic_python [id="basic-python", label="Python Básico"];
63+
t4 [
64+
label="🧑‍💻 30 days of Python*",
65+
href="https://github.com/Asabeneh/30-Days-Of-Python?tab=readme-ov-file"
66+
color="lightgreen"
67+
target="_top"];
68+
t3 [
69+
label="🎓 Python para principiantes \n (Microsoft)",
70+
href="https://learn.microsoft.com/es-es/training/paths/beginner-python/"
71+
color="lightgreen"
72+
target="_top"];
73+
t2 [
74+
label="📹 Curso de Python \n desde cero (MoureDev)",
75+
href="https://www.youtube.com/watch?v=Kp4Mvapo5kc"
76+
color="lightgreen"
77+
target="_top"];
78+
t1 [
79+
label="📗 Curso intensivo de python",
80+
href="https://anayamultimedia.es/libro/titulos-especiales/curso-intensivo-de-python-2a-edicion-eric-matthes-9788441543348/"
81+
color="lightgreen"
82+
target="_top"];
5683
algostruct [label="Estructura de Datos\ny\nAlgoritmos Básicos"];
5784
basic_arch [label="Arquitectura\nBásica"];
5885
clean_code [label="Clean Code"];
5986
fundamentals [label="Fundamentos\nBásicos de Python"];
60-
basic_python -> algostruct;
61-
basic_python -> basic_arch;
62-
basic_python -> clean_code;
63-
basic_python -> fundamentals;
87+
fundamentals -> t4;
6488
fundamentals -> t3;
6589
fundamentals -> t2;
6690
fundamentals -> t1;
6791
clean_code -> t6;
6892
clean_code -> t5;
69-
clean_code -> t4;
7093
basic_arch -> t9;
7194
basic_arch -> t8;
7295
basic_arch -> t7;

0 commit comments

Comments
 (0)