Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Session 4: Layouts

Python stuff

  • Operating System functions (docs)
    • os.mkdir()
  • Path functions (docs)
    • os.path.join() – join a folder and filename together to get a complete path
    • os.path.exists() — test if a path exists
  • High level file operations: move, copy, etc. (docs)
    • shutil.move()
  • Opening files with open() (docs)
  • Reading CSVs (docs)

Drawbot stuff

  • FormattedString() (docs)
  • textSize()
  • fontDescender(), fontCapHeight(), fontXHeight()
  • BezierPath() (docs)