-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdetails.json
More file actions
68 lines (68 loc) · 2.32 KB
/
details.json
File metadata and controls
68 lines (68 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"language": "pt-br",
"title": "O que esperar da PySul 2025?",
"description": "Prepare-se para o que temos de conteúdo, palestras e networking!",
"cards": [
{
"title": "Palestras sobre Python e IA",
"description": "Aprenda com especialistas sobre as últimas tendências em Python e Inteligência Artificial.",
"icon": "svg/icons/lightbulb.svg"
},
{
"title": "Networking com Profissionais",
"description": "Conecte-se com outros profissionais e entusiastas de Python.",
"icon": "svg/icons/code-xml.svg"
},
{
"title": "Workshops Práticos",
"description": "Participe de workshops práticos para aprimorar suas habilidades em Python.",
"icon": "svg/icons/code-xml.svg"
}
]
},
{
"language": "en",
"title": "What to expect from PySul 2025?",
"description": "Get ready for our content, talks, and networking opportunities!",
"cards": [
{
"title": "Talks on Python and AI",
"description": "Learn from experts about the latest trends in Python and Artificial Intelligence.",
"icon": "svg/icons/lightbulb.svg"
},
{
"title": "Networking with Professionals",
"description": "Connect with other Python professionals and enthusiasts.",
"icon": "svg/icons/code-xml.svg"
},
{
"title": "Hands-on Workshops",
"description": "Join hands-on workshops to enhance your Python skills.",
"icon": "svg/icons/code-xml.svg"
}
]
},
{
"language": "es",
"title": "¿Qué esperar de PySul 2025?",
"description": "¡Preparáte para nuestro contenido, charlas y oportunidades de networking!",
"cards": [
{
"title": "Charlas sobre Python e IA",
"description": "Aprendé de expertos sobre las últimas tendencias en Python e Inteligencia Artificial.",
"icon": "svg/icons/lightbulb.svg"
},
{
"title": "Networking con Profesionales",
"description": "Conectate con otros profesionales y entusiastas de Python.",
"icon": "svg/icons/code-xml.svg"
},
{
"title": "Talleres Prácticos",
"description": "Participá en talleres prácticos para mejorar tus habilidades en Python.",
"icon": "svg/icons/code-xml.svg"
}
]
}
]