#!/usr/bin/python
# -*- coding: utf-8 -*-
class SpaceEngineeringStudent:
def __init__(self):
self.name = "Davide Rosato"
self.role = "Space Engineering student"
self.organization = ["NASA JPL", "Skyward-er", "Polimi"]
self.language_spoken = ["it_IT", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SpaceEngineeringStudent()
me.say_hi()
GNC Space Engineer
-
Politecnico di Milano
- Italy, Milan
- https://www.skywarder.eu/blog/
Pinned Loading
-
OrbitalMechanics_FinalProject
OrbitalMechanics_FinalProject PublicMain repository of the codes for Orbital Mechanics course Final Project - Politecnico di Milano
-
-
skyward-er/matlab-simulator
skyward-er/matlab-simulator PublicMatlab Simulator - Mirror from GitLab
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.