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/T-601.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (16 sloc)
1.51 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: "Aaron Wislang" | |
| talk_title: "Container Workflows for Python Developers" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "Tools, Testing, and Practices" | |
| talk_abstract: "In this workshop we will go hands on with container workflows for Python developers. Expect something for everyone -- whether you are looking to containerize your first Python application, already run your own Kubernetes cluster, need to wrangle mountains of ML, or prefer \"CI/CD to do it for me\". Let's explore how containers and the cloud can make hard things easy and developers more productive with real-world scenarios and techniques that you will start using today." | |
| about_author: "Aaron is a Senior Cloud Advocate at Microsoft with over a decade of software development, systems architecture & security experience across the major clouds, industries, and developer communities. His current areas of focus on the Cloud Advocacy Open Source Engineering team include Open Source, Go, Python, Containers and Kubernetes. Aaron and his wife currently live in Toronto, Canada with their two boys and a fish." | |
| talk_metadata: | |
| - "**Date:** Saturday Nov. 16" | |
| - "**Location:** Clipper Room" | |
| - "**Begin time:** 13:30" | |
| - "**Duration:** 90 minutes" | |
| - "**Sign-up:** Please sign up for this tutorial on the <a href='https://github.com/pyconca/2019-wiki/wiki/tutorials' target='_blank'>wiki here.</a>" |