📜 ⬆️ ⬇️

PyNSK # 4 - the fourth meeting of the Novosibirsk Python community

image


A month has passed since the last meeting and now, we are organizing new gatherings for Python lovers in Novosibirsk.

November 15th (Sunday) the fourth meeting will take place. It will be held in the anti-cafe "Samovar" and will begin 13-00.
At the meeting, you will find lots of communication and 3 reports:

Vladimir Donets (kwimba.ru) will give a talk on Magic in Python: Descriptors. What is it?"
')
“Heard about magic in Python? One of the magic spells is called descriptors. A powerful language feature that allows you to define your behavior as an object attribute when accessing this attribute.

Sounds hard? Did you know that you probably already used the descriptors if you wrote to Python at least once? I will talk about what descriptors are and how they can be consciously applied in your own code.

So come. Surely there will be tea, coffee, cookies and friendly handshakes. ”

Video:


Slides: www.slideshare.net/PyNSK/python-55142500



Ivan Bogomolov with a mini-report will tell you how to start working with the Google API - “Quick start in the gDrive API”

"A brief overview of the various uses of the gDrive API, you will also learn how to access the gDrive API, of course, with examples of connecting, authorizing and performing various requests on python."

Video:


Slides: www.slideshare.net/PyNSK/gdrive-api



Alexander Marshalov (CFT) will tell you about AST: “Modify this!” Or “More Python magic by changing AST”

"We learn what the syntax tree (AST / Abstract Syntax Tree) is in the Python language
and what magical possibilities can be obtained by modifying AST. "

Video:


Slides: www.slideshare.net/PyNSK/python-ast

Registration by reference . The event has passed

Come, it will be interesting!

UPDATE: added links to slides
UPDATE2: added video

Source: https://habr.com/ru/post/270417/


All Articles