Grupa powstała w październiku 2012 r. a jej celem jest popularyzacja języka Pythona i nowoczesnych technologii z zakresu IT oraz wymiana doświadczeń pomiędzy deweloperami, administratorami, przedstawicielami biznesu i kręgów naukowych.
W czasie prezentacji opowiem Wam o tym, jak ewoluował CSS oraz, że takie pojęcia jak SOLID, DRY, metodyki czy też architektura nie są zarezerwowane tylko dla takich języków programowania jak np Python, ale również pojawiają się przy pisaniu styli.
The ZODB is an object-oriented database written in Python and optimized in C. Just subclass off of class Persistent, and your applications become persistent. It makes it really easy to build persistent trees and graphs. Then one displays views on those objects. The ZODB is heavily used in Plone and Pyramid.
The browser-based ZodbDemo makes it really easy to build simple websites. File system development is used for more complex websites. Indeed the more complex the application the greater the benefit of using the ZODB.
This talk is an introduction to the ZODB, presents important concepts, and reviews the tools available.