User Tools

Site Tools


neurali:pybrain_help
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
neurali:pybrain_help [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====help====
 +Per ottenere l'help interattivo dalla linea di comando, bisogna:
  
 +  - installare i pacchetti python necessari,  
 +  - importare la libreria 
 +  - digitare "help()" e il nome dell'oggetto o della funzione (completo di namespace):
 +
 +esempio
 +
 +  import numpy
 +  from numpy import *
 +  help(numpy.arange)
neurali/pybrain_help.txt · Last modified: 2020/06/08 22:20 by 127.0.0.1