aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-16 20:29:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-16 20:29:30 -0300
commit9ed2a3a96300b74b5118a4918a3a256213a1e1f0 (patch)
tree8725ff44d99cf96a94dc0cc069c3eee05f368558
parenta915b7ddc654fa88020ede14c57f70697bc2b4ca (diff)
downloadblog-9ed2a3a96300b74b5118a4918a3a256213a1e1f0.tar.gz
blog-9ed2a3a96300b74b5118a4918a3a256213a1e1f0.tar.bz2
Recipes: empanado
-rw-r--r--recipes/empanado.md13
-rw-r--r--research/python.md5
2 files changed, 18 insertions, 0 deletions
diff --git a/recipes/empanado.md b/recipes/empanado.md
new file mode 100644
index 0000000..6d4605b
--- /dev/null
+++ b/recipes/empanado.md
@@ -0,0 +1,13 @@
+[[!meta title="Massa para empanado"]]
+
+* 1/2 xícara (chá) de maizena
+* 1 xícara (chá) de farinha de trigo
+* 1 colher chá de fermento em pó
+* 1 colher chá de sal
+* 1 ovo
+* 1/4 xícara chá de óleo
+* 1 xícara chá de leite
+
+Bater tudo no liquidificador; depois, se quiser, acrescente
+cheiro verde a gosto. Dá pra empanar beringela, couve-flor,
+banana, frango, peixe etc
diff --git a/research/python.md b/research/python.md
index 833b357..febf01a 100644
--- a/research/python.md
+++ b/research/python.md
@@ -86,6 +86,11 @@ or referencing a list.
* [Welcome | Flask (A Python Microframework)](http://flask.pocoo.org/) ([package](https://packages.debian.org/stretch/python-flask)).
* Async: [asyncio](https://docs.python.org/3/library/asyncio.html), Twisted and Tornado.
+* [Anaconda Data Science Platform](https://www.anaconda.com/).
+
+## IDEs
+
+* [PyCharm](https://www.jetbrains.com/pycharm/).
## Test projects