User:Silviolorusso/Exquisite2: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "'''Exquisite Soldiers – 20/10/11''' {{#ev:youtube|Ktt0cKDCh1M|500}} Soldier soldier is an old song free from copyright but many new version can be protected. Songs are defi...")
 
No edit summary
 
Line 33: Line 33:


''List of Commands''  
''List of Commands''  
exit()  
* exit()  
dir() : list  of variables
* dir() : list  of variables
del: delete variables
* del: delete variables
type(<var>): string or integer or float?
* type(<var>): string or integer or float?
“””: to break line
* “””: to break line
\n: break line
* \n: break line


iPython, handier from commandline
iPython, handier from commandline


mix svg with python in order to create loops
mix svg with python in order to create loops

Latest revision as of 21:44, 25 October 2011

Exquisite Soldiers – 20/10/11

{{#ev:youtube|Ktt0cKDCh1M|500}}


Soldier soldier is an old song free from copyright but many new version can be protected.

Songs are defined by typical pattern. In folk music songs are reworked.

Main Theme: Public domain, for music: sheetmusic and a midi file to download

fuzzy use of the word “license”

versions of a public domain song can be copyrighted

in archiving fields, people refer to the “grey zone” of licenses, which is the majority.

fair use, in US works, not in Europe

Micheal's blog

Bash: a connection with the history of computation


Formal languages: in mathematics like in computation imperative (procedural) → bash, php, python, java, javascript... :general declarative → SVG, CSS, HTML, XPATH :domain-specific

(SVG as Kandisky explaining work at the telephone?)


Python: a modern language!

List of Commands

  • exit()
  • dir() : list of variables
  • del: delete variables
  • type(): string or integer or float?
  • “””: to break line
  • \n: break line

iPython, handier from commandline

mix svg with python in order to create loops