You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🍀
今日 わ have a nice day!
Estee Tey
lyqht
🍀
今日 わ have a nice day!
I like to make people happy and building stuff seems to help with that.
Please note that the programming language section will not be covered in detail, as the language only matters if you are developing specifically for that platform.
Below are just some mini notes in text that I took down for Matz's talk! Thanks @Matz for the walkthrough of how he designed the language's reserved words.
EDIT: I also attached links if you wanted to read up about the less commonly known languages that he mentioned. Please leave comments below if there is anything you wanna add in!
>
This gist won't have much notes, as you can read them on the lab itself. The lab did not come with the complete code so I followed it and made it available on DartPad.
These notes are made for fellow beginner programmers by a layman who only has the knowledge from 10.009 The Digital World course in SUTD, which introduces students to Python. Thus, it will not be very comprehensive as it will skip over a lot on how Kivy does its modularity and abstraction to achieve its current form of code architecture. In fact, I will be explaining things more in terms of patterns more than how it works. If you are interested though, headover to kivy.org to read their API references and documentation.
Intro to Graphic User Interface (GUI) with Kivy
As a coder, you know that we write programmes based on conditionals and loops. Similarly, here, Kivy has a main loop that runs during its application lifetime, which only quits upon closing the app. In this main loop, user inputs, hardware sensors etc are rendered to the display. Within the main loop, there are nested loops happening as well, and as usual avoid infinite/long loops
The Wheatstone bridge is the interconnection of four resistances forming a bridge. The bridge is used for finding the value of an unknown resistance connected with two known resistor, one variable resistor and a galvanometer.