Skip to content

Details

Schedule

• General Intro to Types (20 min)

• Building Desktop GUI Apps using Python(20 min)

• Networking Tea (30 min)

• YAML Validation in Python (20 min)

• Lightning Talks (20 min)

• Discussion (20 min)

General Intro to Types

Speaker: Shrayas

What are types?
Why types?
Dynamic v Static typing
Gradual typing
Examples
Advantages

Building Desktop GUI Apps using Python

Speaker: Gaurav

I will be using tkinter, talk and demonstrate about it's abilities and limitations. I will also briefly talk about PyQt/PySides too.

YAML Validation in Python

Speaker: Vijay Kumar

At work, we use YAML to represent structured data, for tracking events, product details, course information, etc. As will all data entry, inputs are subject to human error, and needs to be validated. In this talk I will discuss my attempts at validating YAML, starting with a manual approach and then moving to a schema based approach.

Related topics

You may also like