Skip to content
View toutpuissantged's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report toutpuissantged

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

Hello there πŸ‘‹

visitors Open Source Love

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


class SoftwareEngineer:
    def __init__(self):
        self.name ="toutpuissantged"
        self.role = "Web developer and DataEngineer"
        self.location = "34.0522\xc2\xb0 N, 118.2437\xc2\xb0 W"
        self.blog = "http://toutpuissantged.000webhostapp.com/view/Portfolio"
        self.knowledge_base = [
            "Web application",
            "Mobile Apps",
            "Desktop Apps",
            "Data Mining",
        ]
        self.knowledge_base.insert(0, "Fullstack Engineering")

    def say_hi(self):
        print(
            """Hello my friend, thanks for dropping by!

This is {name}, I live in {location}. I work as a {role} and recently I am focusing on {focus} for my personal growth.

I have wide interests, but most of them are {knowledge_base}.

I write down tips and lecture notes on my personal tech blog, which can be found here: {blog}""".format(
                name=self.name,
                location=self.location,
                role=self.role,
                focus=self.knowledge_base[0],
                knowledge_base=", ".join(self.knowledge_base[1:]),
                blog=self.blog,
            )
        )


me = SoftwareEngineer()
me.say_hi()

πŸ”§ Technologies & Tools

πŸ“ˆ GitHub Stats

Zhenye's GitHub Stats Zhenye's GitHub Stats

πŸ† GitHub Trophies

[trophy

Pinned

  1. monkey-stone monkey-stone Public

    Monkey Js is a new generation javascript library that allows us to use incredible responsiveness with vanilla javascript

    JavaScript 3

  2. crack crack Public

    crack is a powerful custom coding pentesting tool

    Python 3 3

  3. clickbot-monster clickbot-monster Public

    with clickbot monster you have the opportunity to mine cryptomones just with a terminal and telegram

    Python 5

  4. SlimTik SlimTik Public

    simple and fast text editor

    Python 3

  5. super-zip super-zip Public

    little compression program written in python

    Python 2

  6. BestOfWeb BestOfWeb Public

    find the best streaming and download sites in one click

    Python 3