Skip to content
View salvorapi's full-sized avatar
😀
Happy coding!
😀
Happy coding!

Organizations

@PythonCatania

Block or report salvorapi

Report abuse

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

Report abuse
salvorapi/README.md

Hi there 👋

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SolutionExpert:

    def __init__(self):
        self.name = "Salvo Rapisarda"
        self.roles = ["Senior Developer", "Manager", "SysAdmin", "Cloud Expert"]
        self.language_spoken = ["it_IT", "en_US"]

    def say_hi(self):
        print("Welcome and enjoy!.")


me = SolutionExpert()
me.say_hi()

📝 Blogs

🔧 Technologies & Tools

Popular repositories Loading

  1. OpenStack-Install-Guides OpenStack-Install-Guides Public

    Forked from kili/OpenStack-Install-Guides

    A collection of Install guides for OpenStack

    Shell

  2. StackAdminScript StackAdminScript Public

    A set of script for admin openstack

    Shell

  3. lcmc lcmc Public

    Forked from rasto/lcmc

    Pacemaker/DRBD/KVM/LVM Cluster GUI

    Java

  4. neutron neutron Public

    Forked from openstack/neutron

    Neutron is a virtual network service for Openstack.

    Python

  5. Ceph-Script Ceph-Script Public

    Shell

  6. Consuming-Web-APIs-with-Python-Talk Consuming-Web-APIs-with-Python-Talk Public

    Forked from issackelly/Consuming-Web-APIs-with-Python-Talk

    Corresponding Code for my Talk on 7/30 @ PyOhio

    JavaScript