Skip to content
View JohnnyInArt's full-sized avatar
💭
🐸
💭
🐸
  • Italy
Block or Report

Block or report JohnnyInArt

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

island

Typing SVG

calsifer About me

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

class MySelf:

    def __init__(self):
        self.name = '🐻 Gianni\n'
        self.languages = '🇮🇹 it_IT, 🇬🇧 en_GB\n'
        self.education = 'BSc:' \
                         'Degree: 🖥️ Computer Science\n' \
                         'University: ⚜️ Florence\n'
        self.hobbies = '📸 Photography, 🌍 Travelling, 🏃Running\n'
        self.interests = '📗 Book, 🌳 Nature, 📜 History\n'

    def hello(self):
        print(me.name, me.languages, me.education, me.hobbies, me.interests)
        print("Thanks for dropping by, hope you find some of my work interesting.")
        
me = MySelf()
me.hello()

My Github statistics

JohnnyInArt's github stats top langs

Pinned Loading

  1. algorithms-data-structurs-project algorithms-data-structurs-project Public

    Project that brings together all the basic elements that constitute the subject of algorithms and data structures. It creates a tree and performing some operations on it and also execute the Depth-…

    Java

  2. computer-architectures-project computer-architectures-project Public

    RISC-V assembly code that simulates some encryption and decryption functions of a text message, interpreted as sequence of ASCII characters.

    Assembly

  3. database-project database-project Public

    Relational database application. The project amis to create a database for a social media X like Linkedin with the related queries, procedures and functions.

    SQL

  4. JohnnyInArt JohnnyInArt Public