Data

18.00 21.02.2018

Miejsce

Medialab Katowice, pl. Sejmu Śląskiego 2

Prowadzący

Anna Matysiak, Christopher Lozinski

Agenda
21
lt.
|
18
00
19
00

Backendowcu, zostań CSS ninja! Czyli jak odnaleźć się w świecie nowoczesnego kodu CSS

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.

21
lt.
|
19
00
20
00

Introduction to the Z Object database

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.