Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2019-web/data/talks/199.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (15 sloc)
1.28 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Dorian Pula" | |
| talk_title: "Rust accelerated Pythons" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "Quite Different" | |
| talk_abstract: "Sometimes you need to scale the performance of your Python code, or you need to hook into a C API. Wouldn't it be nice not having to do that in C or C++? This talk walks through how to accelerate Python code using a binding written in Rust (a new safe, fast systems level programming language)." | |
| about_author: "Dorian Puła is a full-stack web app developer, Linux DevOps enthusiast, and tech writer. He graduated from the University of Toronto, where he studied Computer Science and Professional Communication. During the day he builds and maintains web applications, REST API services and CI/CD tooling that builds, tests and deploys those systems. At night he contributes to a number of open source Python, Rust and Javascript projects including Ansible, Flask and Rookeries. When he isn't coding, Dorian enjoys writing, kayaking and hiking in Ontario's back-country." | |
| talk_metadata: | |
| - "**Date:** Saturday Nov. 16" | |
| - "**Location:** Sky Room" | |
| - "**Begin time:** 14:15" | |
| - "**Duration:** 25 minutes" |