Add talk from Grazer LinuxTage

This commit is contained in:
Paulus Schoutsen 2017-05-07 14:30:29 -07:00
parent e35c8492b9
commit d7833b2cf3
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
layout: post
title: "Grazer Linuxtage 2017: Python Everywhere"
description: "Florian Klien's talk at Grazer Linuxtage 2017 about Home Assistant."
date: 2017-05-07 02:00:00
date_formatted: "May 7, 2017"
author: Florian Klien
author_twitter: flowolf
comments: true
categories: Community Micropython
og_image: /images/blog/2017-05-grazer-linuxtage/social.png
---
I like Python. It's a clean easy to read, easy to learn language. Yet when you use it for some time you still find more features to improve your coding. What I probably like most about Python is the community and the great libraries that already exist. Often solving a problem means including a pre-existing library and writing some glue code. That makes it quick to get things up and running.
I just gave a talk on how you can run Python to automate your home (yes with Home-Assistant) but also with [MicroPython]. Micropython allows you to run Python on your DIY sensors and switches around your home. Python everywhere - even on the chips that give Home-Assistant the data to be awesome.
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/KNFZSSCPUyM" frameborder="0" allowfullscreen></iframe>
</div>
[MicroPython]: https://micropython.org

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB