Skip to content
View azetxxx's full-sized avatar

Block or report azetxxx

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
azetxxx/README.md

from alexanderzinovev import DataAnalyst

class Bio(DataAnalyst):
    def __init__(self):
        self.name = 'Alexander Zinovev'
        self.title = 'Data Analyst'
        self.company = 'AZ STUDIO'
        self.location = 'Munich, GER'

class Skills(DataAnalyst):
    def __init__(self):
        self.languages = ['Python', 'JavaScript', 'Go (WIP)']
        self.databases = ['MySQL', 'MongoDB']
        self.frameworks = ['Pandas', 'Scikit-Learn', 'NumPy']

Feel free to explore my repositories to see some of the projects I have worked on. If you have any questions or would like to collaborate, feel free to reach out to me using the contact information above.

Happy coding and get in touch!

📬 hello@az-studio.pro
👤 LinkedIn

Languages and Tools:

docker express figma flask gcp git go javascript mongodb mysql nodejs pandas postman python scikit_learn tensorflow

Popular repositories Loading

  1. az_archicard az_archicard Public

    HTML 1

  2. razbakov razbakov Public

    Vue

  3. Archicad Archicad Public

    Archicad Plugins

  4. password_manager password_manager Public

  5. cv cv Public

    HTML

  6. higher_lower_game_web higher_lower_game_web Public

    Web version of a higher lower game. The guess number should be input in the address field after URL/.

    Python