Skip to content
View mrbazzan's full-sized avatar

Block or report mrbazzan

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
mrbazzan/README.md
  • 👋 Hi, I’m Abdulwasiu(A.K.A BAZZAN)
  • 👀 I’m interested in software development. I develop web applications and APIs with Python's Flask and Django Framework.
  • Proficient in Flask, Django, Javascript
  • 🌱 I’m currently learning C programming language
  • 💞️ I love contributing to open source projects.
  • 📫 Get in touch: *[email protected].
  • I am actively looking for backend development roles with Python

Pinned Loading

  1. blog blog Public

    A blog web app with Django

    Python 1

  2. blockcode blockcode Public

    Block based language for drawing turtle images

    JavaScript

  3. python_interpreter python_interpreter Public

    Python interpreter written in Python

    Python

  4. template_engine template_engine Public

    mini template engine written in Python

    Python 1

  5. Python's Method Resolution Order Python's Method Resolution Order
    1
    # C3 ALGORITHM
    2
    # Original paper by Michele Simionato: https://www.python.org/download/releases/2.3/mro/
    3
    # Python3 Implementation.
    4
    
                  
    5
    def merge(seqs):