Skip to content
View mrbazzan's full-sized avatar

Block or report mrbazzan

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: *abdulwasiuapalowo@gmail.com.
  • 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):