Python + MongoDB and Inside the box: Python Memory Manager
Para registrarse en este evento haga clic en éste enlace.
¿Cuándo y dónde?
Fecha:
Jueves 15 de septiembre de 2016 desde las 19:00
Lugar:
Atom House Medellín. Calle 8 # 43a-49 Medellín, ColombiaInformacion:
Hi everybody!!
This session will start with 30 minutes of networking (19:00-19:30), first talk of 30 min and 15 min of QA, the second talk of 45 min and 15 min of QA. The event should end around 09:45 pm.
Jairo Antonio Cuartas Molina
* Introduction to MongoDB and Python + MongoDB = PyMongo
- In this talk, we'll introduce us to the world of not relational, hand of MongoDB. MongoDB is a NoSQL Database (No only SQL) that allows us to store information on more natural or intuitive formats and simultaneously have a scalability that hardly seen in other databases. PyMongo also present the library that allows you to integrate MongoDB in any project with python.
Juan Carlos Rodriguez
* Inside the box: Python Memory Manager
- In this talk, we'll look what happens behind the scenes in Python, how memory management and variables, also talk about some useful tools for finding memory leaks.