-

   rss_rss_hh_new

 - e-mail

 

 -

 LiveInternet.ru:
: 17.03.2011
:
:
: 51

:


Python , Arduino

, 08 2017 . 16:59 +


, Arduino, , [1].

Arduino . , .

, Arduino . , PIR.

CSV- , Arduino


  • CSV :
    import csv
    data = [[1, 2, 3], ['a', 'b', 'c'], ['Python', 'Arduino', 'Programming']]
    with open('example.csv', 'w') as f:
      	w = csv.writer (f)
     	 for row in data:
    		w.writerow(row)
    


->

https://habrahabr.ru/post/337494/

:  

: [1] []
 

:
: 

: ( )

:

  URL