Skip to content
View vladsadretdinov's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report vladsadretdinov

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

Hi, I'm Vladislav Sadretdinov 👋


WEB

- 🌱 I’m currently learning Python, JavaScript, Data Science and Computer networks
- 💬 Ask me anything🤓



Pinned Loading

  1. vladsadretdinov.github.io vladsadretdinov.github.io Public

    JavaScript

  2. Delete Python's compiled *.pyc files... Delete Python's compiled *.pyc files like a pro
    1
    #!/bin/sh
    2
    #
    3
    # Delete Python's compiled *.pyc and __pycache__ files like a pro
    4
    # https://gist.github.com/jakubroztocil/7892597
    5
    #