Diferencia entre revisiones de «RhinoScriptPython»

De Wiki nam htca
Saltar a: navegación, buscar
m
(Aprendiendo RhinoScript Python (07.2014))
 
(No se muestran 23 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
'''Aprendiendo RhinoScript Python (07.2014)'''
+
==== Aprendiendo RhinoScript Python (07.2014)====
 +
 
 +
[[Archivo:201407 division elipse python.jpg | 600px]]
  
[http://www.hackitectura.net/osfavelados/2014_fablab/2014_08_rhino_gh_pyhton/images/201407_division_elipse_python.jpg image rhinoscript pyhton]
 
  
 
Enlaces:
 
Enlaces:
  
 
* [http://issuu.com/pabloherrera/docs/python_primer_110625 RhinoScript Python 101 Primer @ issuu] [http://s3.amazonaws.com/mcneel/misc/docs/en/RhinoPythonPrimerRev3.pdf enlace pdf]
 
* [http://issuu.com/pabloherrera/docs/python_primer_110625 RhinoScript Python 101 Primer @ issuu] [http://s3.amazonaws.com/mcneel/misc/docs/en/RhinoPythonPrimerRev3.pdf enlace pdf]
 +
 +
* [http://www.hackitectura.net/osfavelados/2016_17_fablab/2017_01_python/alinares_curso_pygh_101/ Curso Python Grasshopper 101 Ángel Linares]
  
 
* [http://www.nullege.com/codes/show/src%40r%40h%40rhinopython101manual-HEAD%40ExampleScripts%40Page49_R1CurveParameterSpace.py/29/rhinoscriptsyntax.AddPoint/python Scripts RhinoScript Python 101 @ nullege.com]
 
* [http://www.nullege.com/codes/show/src%40r%40h%40rhinopython101manual-HEAD%40ExampleScripts%40Page49_R1CurveParameterSpace.py/29/rhinoscriptsyntax.AddPoint/python Scripts RhinoScript Python 101 @ nullege.com]
Línea 17: Línea 20:
 
* [https://docs.python.org/2/library/index.html#library-index Python Standard Library reference]
 
* [https://docs.python.org/2/library/index.html#library-index Python Standard Library reference]
  
* [http://www.youtube.com/watch?v=Kyi_K85Gsm4&list=PL5Up_u-XkWgP7nB7XIevMTyBCZ7pvLBGP&index=1 RhinoScript Python & Grasshopper, video-tutorials Youtube, Nature of Code D. Shiffman, J. Hebbert]
+
 
 +
* http://www.tutorialspoint.com/python/python_basic_operators.htm
  
 
* [https://wiki.python.org/moin/BeginnersGuide/Programmers Getting started with Python in general]
 
* [https://wiki.python.org/moin/BeginnersGuide/Programmers Getting started with Python in general]
  
 +
* [http://www.python-course.eu/index.php Python course eu]
 +
 +
=== Grasshopper ===
 +
 +
* http://atlv.org/education/grasshopper/
 +
 +
=== Grasshopper Python ===
 +
* [http://www.youtube.com/watch?v=Kyi_K85Gsm4&list=PL5Up_u-XkWgP7nB7XIevMTyBCZ7pvLBGP&index=1 RhinoScript Python & Grasshopper, video-tutorials Youtube, Nature of Code D. Shiffman, J. Hebbert]
  
 +
* [http://atlv.org/education/ghpython/#1 atlv.org educational resources]
  
Bibliografía:
+
==== Bibliografía ====
  
 
* Jason R. BRIGGS, 2013, Python For Kids, San Francisco: no starch press (también disponible on-line y en castellano)
 
* Jason R. BRIGGS, 2013, Python For Kids, San Francisco: no starch press (también disponible on-line y en castellano)
 
* Skylar TYBBITS, Arthur van der HARTEN, Steve BAER, 2011, Python 101 for Rhinoceros 5 Revision 3, Robert McNeel & Associates [http://issuu.com/pabloherrera/docs/python_primer_110625 RhinoScript Python 101 Primer @ issuu] [http://s3.amazonaws.com/mcneel/misc/docs/en/RhinoPythonPrimerRev3.pdf enlace pdf]
 
* Skylar TYBBITS, Arthur van der HARTEN, Steve BAER, 2011, Python 101 for Rhinoceros 5 Revision 3, Robert McNeel & Associates [http://issuu.com/pabloherrera/docs/python_primer_110625 RhinoScript Python 101 Primer @ issuu] [http://s3.amazonaws.com/mcneel/misc/docs/en/RhinoPythonPrimerRev3.pdf enlace pdf]
 +
* Guido van ROSUM, 1999, Computer Programming for Everybody [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.123.6836&rep=rep1&type=pdf]
 +
 +
==== Varios ====
 +
 +
* Python Standard Library, arrays: https://docs.python.org/2/library/array.html
 +
* An introduction to tkinter http://effbot.org/tkinterbook/tkinter-index.htm#class-reference
 +
* Python GUI Programming http://www.tutorialspoint.com/python/python_gui_programming.htm
 +
* tkinter tutorial python-course.eu http://www.python-course.eu/python_tkinter.php
 +
 +
==== Grasshopper Karamba ====
 +
 +
* Tutorial Melbourne School of Design: http://blog.rhino3d.com/2016/04/new-online-tutorials-for-grasshopper.html
 +
 +
==== Grasshopper Kangaroo ====
 +
 +
* https://docs.google.com/document/d/1X-tW7r7tfC9duICi7XyI9wmPkGQUPIm_8sj7bqMvTXs/preview?pref=2&pli=1
 +
 +
* Daniel Piker, Kangaroo basics https://vimeo.com/20308963
  
 +
* http://atlv.org/education/grasshopper/#6
  
 
----
 
----
 
Volver a página principal [https://1984.lsi.us.es/wiki_nam_htca wiki_nam_htca]
 
Volver a página principal [https://1984.lsi.us.es/wiki_nam_htca wiki_nam_htca]

Revisión actual del 13:05 11 ene 2017

Aprendiendo RhinoScript Python (07.2014)

201407 division elipse python.jpg


Enlaces:


Grasshopper

Grasshopper Python

Bibliografía

  • Jason R. BRIGGS, 2013, Python For Kids, San Francisco: no starch press (también disponible on-line y en castellano)
  • Skylar TYBBITS, Arthur van der HARTEN, Steve BAER, 2011, Python 101 for Rhinoceros 5 Revision 3, Robert McNeel & Associates RhinoScript Python 101 Primer @ issuu enlace pdf
  • Guido van ROSUM, 1999, Computer Programming for Everybody [1]

Varios

Grasshopper Karamba

Grasshopper Kangaroo


Volver a página principal wiki_nam_htca