GithubHelp home page GithubHelp logo

runt18 / batavia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from beeware/batavia

0.0 2.0 0.0 20.57 MB

A Javascript implementation of the Python virtual machine.

Home Page: http://pybee.org/batavia

License: Other

JavaScript 55.66% Python 42.07% CSS 0.12% HTML 2.14%

batavia's Introduction

http://pybee.org/project/projects/bridges/batavia/batavia.png

Batavia

py-version pypi-version pypi-status license build-status gitter

Batavia is an early alpha project. If it breaks, you get to keep all the shiny pieces.

Batavia is an implementation of the Python virtual machine, written in Javascript. With Batavia, you can run Python bytecode in your browser.

It honors Python 3.4.4+ syntax and conventions, and allows you to reference objects and classes defined natively in JavaScript.

Quick Start

Prerequisites

Batavia requires a Python 3.4 installation, and a virtualenv to run it all in.

Check the Setting up your environment for configuration help.

Downloading and Installing

  1. Clone the code repositories:

    $ mkdir pybee
    $ cd pybee
    $ git clone https://github.com/pybee/batavia
    
  2. Setup a virtualenv (for other environments, see Getting Started).

Linux/Unix/Mac:

$ virtualenv venv
$ . venv/bin/activate
$ cd batavia
$ pip install -e .

Windows:

> virtualenv venv
> venv\Scripts\activate
> cd batavia
> pip install -e .
  1. Install Node.js. You must have a recent version of Node; we do our testing using v6.9.1. Once you've installed Node, you can use it to install the Javascript dependencies and compile the Batavia library:

    $ npm install
    
  2. Compile the Batavia library and bundle it’s dependencies:

    $ npm run build
    

For more detailed setup instructions, see the Getting Started tutorial

Running Batavia in the browser

After you have setup the local installation of Batavia, you can now run Python in the browser:

$ cd testserver
$ pip install -r requirements.txt
$ ./manage.py runserver

then open a web browser at http://localhost:8000

For more detailed instructions, see the Python In The Browser guide.

Documentation

Documentation for Batavia can be found on on Read The Docs, including:

Contributing

If you'd like to contribute to Batavia development, our guide for first time contributors will help you get started.

If you experience problems with Batavia, log them on GitHub.

Community

Batavia is part of the BeeWare suite. You can talk to the community through:

We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct.

batavia's People

Contributors

aaugustin avatar barmvicente avatar betojulio avatar candeira avatar dcstlouis avatar doismellburning avatar fbidu avatar fmoor avatar freakboy3742 avatar glasnt avatar havocbane avatar idan avatar jcronyn avatar jlebzelter avatar jstoebel avatar martini97 avatar misterrios avatar quantum238 avatar ramiroluz avatar rixx avatar sethmittag avatar swenson avatar szborows avatar tfors avatar therealphildini avatar timb07 avatar vector919 avatar vojtechjelinek avatar winza83 avatar xpostudio4 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.