Git Product home page Git Product logo

pythonect's Introduction

Pythonect

Latest version Travis-CI Number of PyPI downloads

Homepage: http://www.pythonect.org/

Pythonect is a new, experimental, general-purpose dataflow programming language based on Python. It provides both a visual programming language and a text-based scripting language. The text-based scripting language aims to combine the quick and intuitive feel of shell scripting, with the power of Python. The visual programming language is based on the idea of a diagram with “boxes and arrows”. Crazy? Most definitely. And yet, strangely enough, it works!

Hello, world

Here is the canonical "Hello, world" example program in Pythonect:

"Hello, world" -> print

Or:

http://pythonect.org/HelloWorld2.png

Installation

There are a few ways to install Pythonect.

  1. You can install directly from PyPI using setuptools/easy_install or pip:

    pip install Pythonect
    

    or:

    easy_install Pythonect
    
  2. You can clone the git repository somewhere in your system:

    git clone git://github.com/ikotler/pythonect.git
    

    Then you should do following steps:

    cd pythonect
    python setup.py install
    

    Alternatively, if you use pip, you can install directly from the git repository:

    pip install \
            git+git://github.com/ikotler/pythonect.git@master#egg=pythonect \
            -r https://github.com/ikotler/pythonect/raw/master/doc/requirements.txt
    

For any of the above methods, if you want to do a system-wide installation, you will have to do this with root permissions (e.g. using su or sudo).

Examples

See more examples at the Pythonect Tutorial.

Documentation

Full documentation is available at http://docs.pythonect.org/.

Please Help Out

This project is still under development. Feedback and suggestions are very welcome and I encourage you to use the Issues list on GitHub to provide that feedback.

Feel free to fork this repo and to commit your additions. For a list of all contributors, please see the AUTHORS file.

Any questions, tips, or general discussion can be posted to our Google group: http://groups.google.com/group/pythonect

Licensing

Pythonect is published under the liberal terms of the BSD 3-Clause License, see the LICENSE file. Although the BSD License does not require you to share any modifications you make to the source code, you are very much encouraged and invited to contribute back your modifications to the community, preferably in a GitHub fork, of course.

Showing Your Appreciation

The best way to show your appreciation for Pythonect remains contributing to the community. If you'd like to show your appreciation in another way, consider Flattr'ing or Gittip'ing me:

FlattrThis GittipThis

pythonect's People

Contributors

guyadini avatar ikotler 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.