diff --git a/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown b/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown new file mode 100644 index 00000000000..2199538b463 --- /dev/null +++ b/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown @@ -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. + +
+ +
+ +[MicroPython]: https://micropython.org diff --git a/source/images/blog/2017-05-grazer-linuxtage/social.png b/source/images/blog/2017-05-grazer-linuxtage/social.png new file mode 100644 index 00000000000..4c9326eb7ed Binary files /dev/null and b/source/images/blog/2017-05-grazer-linuxtage/social.png differ