Projects

Welcome to the DantesDoesThings projects page

Here are the current projects and a brief summary of each. All projects make at least some use of the Django framework in order to operate within the confines of the website.

Data Generator
An app for generating synthetic data.
Click to add/remove points for your dataset to pass through, select options, and create synthetic data for whatever purposes you may have.
Python tools used: Standard library - JSON reading/writing; NumPy - arrays, matrix operations, linear algebra tools. Other tools used: Javascript, AJAX

Blog
A basic personal blog.
Feel free to browse. I plan to write about any further projects in detail as I create them.
Python tools used: Django
Other tools used: Basic database usage and access