Manage cookies

We use cookies to improve our services. Read more about how we use cookies and how you can refuse them.

The necessary cookies help to make the website work properly.

Anonymous statistical cookies help to understand how visitors use the website.

  • Tag: programming languages


    • Analytics
      12 min | 199369

      #Analytics: Beautiful Python using PEP8

      Analytics | 12 min | 199369


      PEP-8 (sometimes PEP 8 or PEP8) is a coding standard and style guide for readability and long-term maintainability of code in Python. It was written in 2001 by Guido van Rossum, Barry Warsaw, and Nick Coghlan and provides guidelines and best practices on how to program Python code. PEPs stand for Python Enhancement Proposals, and they describe and document the way Python language evolves, providing a reference point (and in some way a standardization) for the pythonic way to write code.

      This tutorial presents some of the most important key points of PEP-8. If you want to, you can read the ful...

    • General
      2 min | 1352

      #Blog: Starting this thing!

      General | 2 min | 1352


      Hi everyone, my name is Mauro Riva and I have been working in Hannover, Germany since 2010. I am originally from Argentina (Capitán Bermúdez).  My programming languages are Python, node.js, C, C++, C#, qt, VB.NET, html, javascript, php, mysql, matlab, some structured text for PLC and some java.

      I work at the Institute of Mechatronic Systems (Leibniz University Hannover) where I am finishing my PhD thesis on the field of identification and control (working title “Online Parameter and Covariance Identification on Mechatronic Systems”). The thesis includes development of adaptive observers (deriv...