Skip to content
View paceart1's full-sized avatar

Block or report paceart1

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
paceart1/README.md

Jonathan Pace

Software Developer and Instructor

Hello and welcome to my Github. My projects are organized into two categories.

  • Personal projects: Which contain projects for my own self study and interests.
  • Teaching projects: A collection of projects that I created for concept demonstration and recreation with my students. These projects may be unpolished, contain bugs, and lack proper documentation and error handling as they are intended to focus on one or several key concepts.

Project Index

Personal Projects:

Located at github.com/paceart1

Teaching Projects:

Located at github.com/paceart1-Teaching-and-Demonstration

Pinned Loading

  1. paceart1-Teaching-and-Demonstration/NPC_Pathfinding paceart1-Teaching-and-Demonstration/NPC_Pathfinding Public

    A project designed to teach students pathfinding using Dijkstra's algorithm within a complex system

    Python

  2. paceart1-Teaching-and-Demonstration/GridPathFinder paceart1-Teaching-and-Demonstration/GridPathFinder Public

    A simple teaching project used for path finding

    Python

  3. ComicSearch ComicSearch Public

    A personal project used for webscrapping ebay for comic and card searches

    Python

  4. paceart1-Teaching-and-Demonstration/Roaches_Subscriber paceart1-Teaching-and-Demonstration/Roaches_Subscriber Public

    A Subscriber Pattern lesson

    Python