Mario Sanchez Carrion profile picture

Mario Sanchez Carrion

I am a math tutor currently helping middle and high school students master common math concepts, and getting them prepared for the SAT and ACT tests.

I am also a computer programming enthusiast, especially interested in data analytics using Python, SQL and R.

I previously worked in international marketing and product development for Fortune 500 companies, for more than 25 years.

👋 Contact me at mario@mariosanchez.org.

Wikipedia Clone with Django

Django web application with wiki functionality

Made with: Python

Source Files


This project is part of the CS50W Web Applications with Python and JavaScript online course.

It doesn’t use models, just views and templates, to build a wiki page. The program reads through a folder filled with entries written in Markdown, converts them to HTML and sends the HTML to Django templates.

The specs call for:

  • A home page that lists the titles of all the entries and links to each individual entry page
  • Search functionality
  • Random page generator
  • The ability to edit entries

Here is a short video of the final product:



© 2025 Mario Sanchez Carrion