{"id":"tag:speakerdeck.com,2005:\/delimitry","link":[{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com"}},{"@attributes":{"rel":"self","type":"application\/atom+xml","href":"https:\/\/speakerdeck.com\/delimitry.atom"}}],"entry":[{"id":"tag:speakerdeck.com,2005:Talk\/584883","published":"2019-12-18T17:01:30-05:00","updated":"2019-12-18T17:14:21-05:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/jit-compilation-for-cpython"}},"title":"JIT compilation for CPython","content":"The presentation from SPbPython meetup about simple self-made just-in-time compiler of Python code.","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/476638","published":"2018-11-16T04:34:59-05:00","updated":"2018-11-16T05:27:00-05:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/data-storage-systems"}},"title":"Data Storage Systems","content":"The presentation from PiterPy Meetup #10 Hardcore about the data structures used in databases for storing and retrieving data. \nTwo approaches to data processing are considered: OLTP and OLAP.\nSQL, NoSQL and New SQL databases are discussed.\nThe tradeoffs that the developers face when creating storage systems are shown.\nAlso the methods of data storage and interaction with the database provides CPython are considered.\nThe presentation and the list of references and books helps more easily navigate the data storage engines and understand which tool is better suited for a particular task.","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/472085","published":"2018-10-24T16:55:30-04:00","updated":"2018-10-24T17:00:39-04:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/fuzzing-python-modules"}},"title":"Fuzzing Python Modules","content":"The presentation from SPbPython meetup about fuzzing Python modules with AFL (American fuzzy lop).","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/459429","published":"2018-08-16T19:19:08-04:00","updated":"2018-08-16T19:22:55-04:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/writing-file-system-in-cpython"}},"title":"Writing file system in CPython","content":"The presentation from PiterPy meetup about writing simple file system PEPFS in CPython using FUSE (File System In Userspace)","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/452290","published":"2018-07-02T04:53:18-04:00","updated":"2018-07-02T04:55:10-04:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/cpython-logo"}},"title":"CPython logo","content":"The presentation from SPbPython community \/ PiterPy meetup about CPython logo","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/443839","published":"2018-05-15T18:21:20-04:00","updated":"2018-05-15T18:29:42-04:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/cpython-bytecode-evolution"}},"title":"CPython bytecode evolution","content":"The presentation from SPbPython community \/ PiterPy meetup about a CPython bytecode evolution. What has changed in CPython since the release of CPython 3.6. One example with  EXTENDED_ARG opcode was shown.\n\n","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/437987","published":"2018-04-10T18:05:09-04:00","updated":"2018-04-11T06:18:23-04:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/contribute-to-cpython"}},"title":"Contribute to CPython","content":"The presentation from SPbPython community \/ PiterPy meetup about a process of contribution to CPython, CPython GitHub repository's  bots.","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/428444","published":"2018-02-14T05:02:53-05:00","updated":"2018-02-14T05:06:04-05:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/buzzword-poem-generator-in-python"}},"title":"Buzzword poem generator in Python","content":"The presentation from SPbPython community \/ PiterPy meetup \nabout the tool in pure Python for generation of the poems from the buzzwords.","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/424600","published":"2018-01-16T16:58:00-05:00","updated":"2018-01-16T17:08:58-05:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/true-stories-on-the-analysis-of-network-activity-using-python"}},"title":"True stories on the analysis of network activity using Python","content":"The presentation from SPbPython community \/ PiterPy meetup. \nThe presentation tells about the problems of analysing the network activity of applications on Linux using Python. The following topics are covered: analysis of network packets, analysis of packet filters, packets crafting using Scapy, analysis of open ports.","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/422385","published":"2017-12-21T05:55:10-05:00","updated":"2017-12-21T06:37:06-05:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/numbers-obfuscation-in-python"}},"title":"Numbers obfuscation in Python","content":"The presentation from SPbPython community \/ PiterPy meetup. \nThe presentation tells about one idea how it is possible to perform an obfuscation of numbers in Python.","author":{"name":"Delimitry (@delimitry)"}},{"id":"tag:speakerdeck.com,2005:Talk\/421592","published":"2017-12-16T09:39:05-05:00","updated":"2017-12-16T09:41:39-05:00","link":{"@attributes":{"rel":"alternate","type":"text\/html","href":"https:\/\/speakerdeck.com\/delimitry\/python-dictionary-past-present-future"}},"title":"Python dictionary past, present, future","content":"The presentation from SPb Python Interest Group community meetup. \nThe presentation tells about the dictionaries in Python, reviews the implementation of dictionary in CPython 2.x, dictionary in CPython 3.x, and also recent changes in CPython 3.6. In addition to CPython the dictionaries in alternative Python implementations such as PyPy, IronPython and Jython are reviewed.","author":{"name":"Delimitry (@delimitry)"}}],"title":"Delimitry (@delimitry) on Speaker Deck","updated":"2019-12-18T17:01:30-05:00"}