Skip to content
View Kohkitos's full-sized avatar
🐍
Coding like a goblin
🐍
Coding like a goblin

Block or report Kohkitos

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
Kohkitos/README.md

LinkedIn

#!/usr/bin/python

'''
.-. .-')              ('-. .-.-. .-')         .-') _                .-')    
\  ( OO )            ( OO )  \  ( OO )       (  OO) )              ( OO ).  
,--. ,--. .-'),-----.,--. ,--,--. ,--. ,-.-')/     '._ .-'),-----.(_)---\_) 
|  .'   /( OO'  .-.  |  | |  |  .'   / |  |OO|'--...__( OO'  .-.  /    _ |  
|      /,/   |  | |  |   .|  |      /, |  |  '--.  .--/   |  | |  \  :` `.  
|     ' _\_) |  |\|  |       |     ' _)|  |(_/  |  |  \_) |  |\|  |'..`''.) 
|  .   \   \ |  | |  |  .-.  |  .   \ ,|  |_.'  |  |    \ |  | |  .-._)   \ 
|  |\   \   `'  '-'  |  | |  |  |\   (_|  |     |  |     `'  '-'  \       / 
`--' '--'     `-----'`--' `--`--' '--' `--'     `--'       `-----' `-----'
'''

class SoftwareDeveloper:

    def __init__(self):
        self.name = 'Javier Sanz'
        self.nickname = 'Kohkitos'
        self.pronouns = ['he/him', 'they/them']
        self.role = ['CyberSec Analyst', 'Software Developer']
        self.language_spoken = ['es_ES', 'en_EN']

    def say_hi(self):
        print("Hi friend! Feel free to look around!")


me = SoftwareDeveloper()
me.say_hi()

Pinned Loading

  1. paco_and_carmela paco_and_carmela Public

    Ironhack's final project. A Live Chat ETL.

    Python 2 1

  2. live_etl_streamlit live_etl_streamlit Public

    Data visualization for my Ironhack's final project.

    Python

  3. api_live_etl api_live_etl Public

    API for my Ironhack's final project.

    Python

  4. sql-data-base-building sql-data-base-building Public

    Iron Hack's third week SQL project.

    Jupyter Notebook 2