top of page




Making a Graph Class in Python 3 - More GUI
We add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.

Jonathan
Jun 26, 2023
31 views
0 comments


Making a Graph Class in Python 2 - GUI
We add some preset graphs and matrices to our Graph Class in Python and implement an "add_vertex" button with user-typed input in the GUI.

Jonathan
Jun 26, 2023
104 views
0 comments


Making a Graph Class in Python
We create a Graph Class in Python to work with mathematical graphs. Then we create an interactive display using Pygame to visualize them.

Jonathan
Jun 25, 2023
80 views
0 comments


Posets and Python 2 - Depth-First Search
We implement the Depth-First Search algorithm in Python to retrieve the set of maximal chains of the Poset class we created in the last post

Jonathan
Jun 12, 2023
30 views
0 comments


Posets and Python
This is an exploration of Dunder Methods and how they can be used to create abstract posets like the divisibility or p-adic posets in Python

Jonathan
Jun 5, 2023
145 views
0 comments
bottom of page