#!/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()
Space Engineering student @POLIMI
Integrated Project Team Leader of MisSion Analysis @skyward-er
-
Politecnico di Milano
- Italy, Milan
- https://www.skywarder.eu/blog/
Pinned Loading
-
oLd_attitude_project
oLd_attitude_project PublicThis is the main repository for the codes for Spacecraft Attitude Control course Final Project - Politecnico di Milano
-
OrbitalMechanics_FinalProject
OrbitalMechanics_FinalProject PublicMain repository of the codes for Orbital Mechanics course Final Project - Politecnico di Milano
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.