Cerca

Heus ací els resultats de la cerca.

curso python (código facilito)
64 Resultats, Darrera modificació:
odigofacilito.com/videos/tutorial_python_28_-_clases_decoradoras]] == que es python * reminiscencias perl, pero más natual (pseudocódigo) * interpreta... ico * fuertemente tipado (no convinadar diferentes tipos de variables) * multiplataforma * OOP == hello world * <code python>print "Hello World"</
Curso python + openpyxl (excel)
4 Resultats, Darrera modificació:
n-learn-how-to-read-write-and-manipulate-excel-files/learn/lecture/8080232#overview]] == 2.Python - W... load_workbook('...xlsx') type(wb) wb.get_sheet_names() </code> <code python> sheet=wb.get_sheet_by_name('pestanya') type(sheet) sheet.title sheet.max_row shee... code> <code python> sheet=wb.get_sheet_by_name('pestanya') sheet['B2'].value sheet['B2']='nou valor'