User Tools

Site Tools


neurali:pybrain_help

Differences

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

Link to this comparison view

neurali:pybrain_help [2015/06/27 06:39] – created profproneurali: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