42 lines
1.1 KiB
ReStructuredText
42 lines
1.1 KiB
ReStructuredText
First steps
|
|
===========
|
|
|
|
We tried hard to make **Bonobo** simple. We use simple python, and we believe it should be simple to learn.
|
|
|
|
Tutorial
|
|
::::::::
|
|
|
|
We strongly advice that even if you're an advanced python developper, you go through the whole tutorial for two
|
|
reasons: that should be sufficient to do anything possible with **Bonobo** and that's a good moment to learn the few
|
|
concepts you'll see everywhere in the software.
|
|
|
|
If you're not familiar with python, you should first read :doc:`python`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
tut01
|
|
tut02
|
|
|
|
What's next?
|
|
::::::::::::
|
|
|
|
Read a few examples
|
|
-------------------
|
|
|
|
* :doc:`../reference/examples`
|
|
|
|
Read about best development practices
|
|
-------------------------------------
|
|
|
|
* :doc:`../guide/index`
|
|
* :doc:`../guide/purity`
|
|
|
|
Read about integrating external tools with bonobo
|
|
-------------------------------------------------
|
|
|
|
* :doc:`../guide/ext/docker`: run transformation graphs in isolated containers.
|
|
* :doc:`../guide/ext/jupyter`: run transformations within jupyter notebooks.
|
|
* :doc:`../guide/ext/selenium`: run
|
|
* :doc:`../guide/ext/sqlalchemy`: everything you need to interract with SQL databases.
|