Skip to content

Instantly share code, notes, and snippets.

@mazulo
Last active April 18, 2018 03:51
Show Gist options
  • Save mazulo/b42df8ea79657ec66c72af61f66091d3 to your computer and use it in GitHub Desktop.
Save mazulo/b42df8ea79657ec66c72af61f66091d3 to your computer and use it in GitHub Desktop.
Event Dict
{
'dates': {
3: {
'color': {
'main': u '#2B2B4A',
'primary': u '#5B4C7E',
'secondary': u '#DCCCFF'
},
'date': datetime.date(2018, 11, 4),
'theme': u 'Python',
'tracks': {
6: {
'activities': {
14: {
'description': u 'O Keynote falar\xe1 a cerca de sua vasta experi\xeancias profissional, e como crescer na carreira como desenvolvedor.',
'duration': '1 h',
'end': datetime.time(16, 0),
'highlight': False,
'interval': False,
'speaker': u 'Kyle Simpson',
'speaker_description': u 'Kyle Simpson \xe9 um evangelista da Open Web, apaixonado por todas as coisas relacionadas ao JavaScript. Ele \xe9 um escritor, palestrante, professor e contribuidor em projetos open-source.',
'start': datetime.time(15, 0),
'title': u 'Keynote - Kyle Simpson',
'type': u 'Lecture'
}
},
'color': {
'main': u '#0D47A1',
'primary': u '#1E88E5',
'secondary': u '#B5DDFF'
},
'highlight': False,
'room': u 'New Room',
'theme': u 'Js',
'title': u 'Trilha JavaScript'
},
}
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment