Skip to content
/ learnypy Public

A serverless tool for teaching the dynamic memory model of Python 🐍

License

Notifications You must be signed in to change notification settings

Puh00/learnypy

Repository files navigation


LearnyPy

Netlify Status

A serverless tool for teaching the dynamic memory model of Python.

View website · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Acknowledgments

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

This project is built with the folllowing open-source libraries:

(back to top)

Getting Started

To get a local copy of the website up and running, follow these simple example steps.

Prerequisites

You will need to the lastest version of npm to be able to run this project locally.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/Puh00/learnypy.git
  2. Install NPM packages and start the local server
    npm install
    npm start
  3. Voila!

(back to top)

Contributing

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".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Acknowledgments

(back to top)