A serverless tool for teaching the dynamic memory model of Python.
View website
·
Report Bug
·
Request Feature
Table of Contents
LearnyPy is a free site providing a Python visualisation tool with the aim of helping novice programmers to understand the concept of references in Python. It offers simple graph visualisation of the relations between objects and variables. The solution is based on vanilla JavaScript which means no server is used, and is thereby offering a user experience with less risk for lag and no server-side errors.
This project is built with the folllowing open-source libraries:
To get a local copy of the website up and running, follow these simple example steps.
You will need to the lastest version of npm to be able to run this project locally.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Puh00/learnypy.git
- Install NPM packages and start the local server
npm install npm start
- Voila!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.