acord-robotics / stellarios

Official operating system of ACORD, S2-RD.
https://ar.skinetics.tech/stellarios/compass
5 stars 3 forks source link

Python for Open Source Rover #24

Open Gizmotronn opened 5 years ago

Gizmotronn commented 5 years ago

https://github.com/acord-robotics/osr-rover-code/issues/2

Gizmotronn commented 5 years ago

I'm continuing to use the Udemy tutorials for Python. Currently I've learnt about numbers, variables, data types and more, as well as the rules for defining them and exercises given to me by the lecturer. I'm now understanding everything and know what I have done off by heart. For example, here's a way to define a variable, and then change it:


variable = 1 # This is an integer variable
print(variable) # prints 1 to the console
variable = 2 # Resets the value of variable
print(variable) # prints 2 to the console

I've uploaded a file for "what I've done" so far in the Udemy course
[udemy-py-11.9.zip](https://github.com/acord-robotics/stellarios/files/3598242/udemy-py-11.9.zip)
Gizmotronn commented 5 years ago

udemy-py-11.9.zip