Skip to content
View DavideRosato99's full-sized avatar
Block or Report

Block or report DavideRosato99

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DavideRosato99/README.md
#!/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()

Pinned

  1. oLd_attitude_project oLd_attitude_project Public

    This is the main repository for the codes for Spacecraft Attitude Control course Final Project - Politecnico di Milano

    MATLAB 5 2

  2. OrbitalMechanics_FinalProject OrbitalMechanics_FinalProject Public

    Main repository of the codes for Orbital Mechanics course Final Project - Politecnico di Milano

    MATLAB 3 2

  3. FMS FMS Public

    Codes to completely solve hyperstatic structures

    MATLAB 1