Skip to content
View vladspirin's full-sized avatar
πŸ’‘
Keep learning and stay relevant
πŸ’‘
Keep learning and stay relevant

Block or report vladspirin

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

Hi there πŸ‘‹

About me

SW QA Engineer

GNU/Linux enthusiast | Fedora Workstation and macOS user

Area of interest:

  • QA Automation
  • Python Development
  • QA Manual

Technologies I worked with

Operation systems:

My Skills

Languages and tools:

My Skills

GitHub Stats:

My GitHub stats

Previous Project:

Harmonic

Current Project:

No project. I'm studying

πŸ“« How to reach me:

Linkedin Badge

Pinned Loading

  1. aqa_course aqa_course Public

    Python QA Automation course

    Python

  2. Liverpool FC news parser Liverpool FC news parser
    1
    from bs4 import BeautifulSoup
    2
    import urllib.request
    3
    
                  
    4
    
                  
    5
    class Parser: