daviromero / teocomp

TeoComp é uma biblioteca em Python com os conceitos utilizados nas disciplina de Linguagens Formais e Autômatos e Teoria da Computação

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeoComp

TeoComp is a library for teaching Automata Theory, Languages and Theory of Computing. TeoComp provides Jupyter Notebooks (in Portuguese) for Theory of Computing content that can be run through the Google Colab cloud infrastructure.

License

TeoComp is available by MIT License.

Requirements:

You must install:

  • graphviz
  • pandas
  • ipywidgets
  • xmltodict

Install

To install TeoComp from Github, run the following command:

pip install git+https://github.com/daviromero/teocomp.git

To install TeoComp from PyPi repository, run the following command:

pip install teocomp

About

TeoComp é uma biblioteca em Python com os conceitos utilizados nas disciplina de Linguagens Formais e Autômatos e Teoria da Computação

License:MIT License


Languages

Language:Jupyter Notebook 96.8%Language:Python 3.2%