Syllabus

Parsons The New School for Design
School of Art, Media and Technology
Creative Computing
PUDT 1203
Fall 2013
Tuesdays 7:00pm, 55 west 13th Street, Room 402

Instructor: Justin Bakse baksej@newschool.edu

TA: Francesca Castelli castf609@newschool.edu

Course Description

This course will introduce students to the building blocks of creative computing within a visual and media environment. Students will learn to create dynamic images, type, and interfaces that can translate into print, web, and spatial forms. Through weekly problems, students will learn programming fundamentals that translate to virtually all programming platforms and that will later be paired with various other methods for creative output.

This course will: introduce you to Processing and Arduino; teach you how to program, or improve your fundamentals if you’ve previously done programming; introduce you to physical computing; provide an opportunity to make some really cool stuff.

Background and Context

Design and technology are inextricably linked. In your career you will almost certainly be designing for new technologies, and also using new technology to produce and stimulate your designs.

At its core, the objective of this class is to teach you how to program — or if you are already familiar, to strengthen your fundamentals. At a broader level, our goal is to familiarize you with new technologies to the point where you are comfortable approaching new ones; to allow technology to stimulate creativity, to make you a better designer and artist.

You will encounter these technologies again in future coursework, though maybe not directly. Even if you can’t apply all details that you learn here (like programming language syntax), you will be able to apply the concepts (like if statements and loops) to many if not all of your future classes.

Schedule Outline

The following outlines the main topics to be presented in each class. This may be adjusted during the semester.

Classes Begin 08/26

Week 1 08/27 Intro / Drawing
Week 2 09/03 Variables
Week 3 09/10 Flow Control
Week 4 09/17 Interactivity
Week 5 09/24 Movement and State
Week 6 10/01 Arrays / Functions
Week 7 10/08 Studio Assignment 1
Week 8 10/15 Classes and Objects
Week 9 10/22 TBA
Week 10 11/05 Studio Assignment 1 Crit / Studio Assignment 2
Week 11 11/12 Arduino 1
Week 12 11/19 Arduino 2
Week 13 11/26 TBA
Week 14 12/03 TBA
Week 15 12/10 Studio Assignment 2 Crit

Learning Outcomes

At the completion of this course, students should be able to:

  • Demonstrate knowledge of fundamental programming concepts
  • Develop visual & interactive projects using Processing
  • Experience delivering work to spec
  • Present design process and work flow
  • Integrate a variety of media elements into their projects
  • Problem solve with other students
  • Build on these skills for future work in their own design practice

Structure

Class format will roughly follow:

  1. Assignment review and questions
  2. Lecture on new material
  3. New material class activity, demo, or hands on time
  4. Introduction to assignment

We will usually start by reviewing last week’s homework and answering questions. Then introduce new concepts, and provide time in class to work with the new ideas and start your homework.

Assessable Tasks

Students will complete weekly assignments to demonstrate understanding of course material. These assignments will be evaluated based on technical mastery and conceptual and aesthetic exploration. In addition two longer term projects will be assigned. These assignments will require deeper exploration, development, and application of course material.

Grading

  • 45% Weekly Homework
  • 20% Midterm Project
  • 25% Final Project
  • 10% Engagement

I will provide grade feedback on all assignments throughout the semester. Weekly assignments and longer assignments will be graded using the following rough guide. The weekly assignments are more technical in nature, and will be graded with less emphasis on concept development. Please note that work that merely meets all stated requirements is considered “C” work. This is because all asignments are designed to allow (and require) further, self directed exploration. Higher grades are reserved for work that demonstrates substantial effort and achievement in both technical skills and conceptual development. You are encouraged to think of assignments as starting points, and to build on top of them.

  • F 0 – Did Not Turn In
  • D 1 – Incomplete
  • C 2 – Complete, Average Work
  • B 3 – Good Creative/Technical Exploration
  • A 4 – Very Good Creative/Technical Exploration

Your participation grade is based on class discussion, and postings on the class blog.

Class Blog

This blog will serve as an online space for this class. Each of you will have an accounthere, and you will post assignments here each week. You will also be able to review and comment on each other’s posted work — I highly encourage you to do this each week, and doing so will help your participation grade.

Homework

Homework is probably the most important part of this class. If you do the homework regularly and keep up, you will do well. It will be hard to do well otherwise. This course involves a new way of thinking, and a new language, and a new set of tools. To learn any language or tool, you must use it. A lot. And homework is where you will use what we discuss.

Weekly homework will be due at before the start of class. Be sure to post your work to the blog before this time. This will give me time to review your work and prepare to talk about it the next day. Late postings will be marked down.

We will explain how to properly post work in class.

Homework will be graded from 0 to 4, corresponding roughly to a letter grade.

Office Hours

By appointment. Email to arrange.

Textbook and Materials

USB Flash Drive

You need to have a reliable way to store and transport the work you create in this class. A USB Flash drive is excellent for this. You should also make sure you store an up-to-date version of your work in multiple places at all times (e.g. on your flash drive, on your own computer, on dropbox, on a back up drive). You are responsible for storing your work safely so that it will not be lost for any reason, including corrupt or lost media. You are also responsible for making sure your work is availabe at class every week, regardless of network issues.

Required Text: Getting Started with Processing

This book is by Casey Reas and Ben Fry, the original developers of Processing.

This book is fairly short. It elaborates on the online reference documentation with a bit more explanation and some helpful examples. I will assign short reading assignments from this book each week to prepare you for the concepts that will be introduced in class and to supplement my lecture notes and help with your homework.

You must purchase this book this week as you have an assigned reading for the next class, it should cost under $20.

The Processing Development Environment (PDE)

This is application you will use to do most of your work. Available for free download from processing.org. There are also instructions on how to install.

A USB Arduino Board

We will use this for the 2nd part of the semester, starting at about week 10. You will need to purchase a board and some additional materials at that time. I will provide information about what to buy later in the semester.

Attendance

We only meet once per week, and we have a lot of material to cover so attendance is important. I will be strictly abiding by the New School attendance policy. You are allowed 2 absences. Any more for any reason and you will be dropped from the class. Two late arrivals or early departures will count as one absence. Coming back late from class breaks counts as arriving late. Using youtube, myspace, Facebook, IM, etc during class will count as an absence for that day.

Laptop Policy

We will spend a good amount of class time working together on coding projects. During work time, computers will be used. However, during a lecture, discussion or critique, computers must be closed or set to sleep. Note-taking can be done on paper. Nothing kills a conversation like a room full of people staring at screens.

Academic Honesty, Plagiarism, and Open-Source

All projects are to be completed by you individually; there are no group assignments. You are encouraged to help each other, but unless otherwise specified you must turn in your own work.

Code reuse is a complex issue in computer programming. Looking at existing code is a key part of the programming process — especially while learning. You often learn best by modifying working examples rather than starting from scratch. We stand on the shoulders of giants — that’s the essence of the open-source philosophy.

Copy/Paste makes it easy to use other’s code without fully understanding it. It is important when using example code that you take the time to read, study, and understand it. In many cases this process can be improved by retyping code.

In a professional environment, the best practice is often to reuse existing code as much as possible. When learning however, it is best to do as much as possible from scratch.

With that in mind, you may use limited amounts of existing code in your homework. However, there is a very important caveat: any code you use, borrow, and/or modify must be labeled as such. If you study code closely but do not directly use any of it, you should still cite the code you studied in your own source. You must include the name of the author (even if it is me or a student in this class), the source URL, and you must make clear which lines of code are not yours. If you fail to do this, you will fail the class. It is very, very easy to get this right, though, so if you take a moment’s time to label your work correctly, you will not have a problem. Just be diligent and honest.

Curriculum Continuity and Credit

I will be basing some of the structure and content of this class on Rory Solomon’s section from last fall. Much of this syllabus, as well as portions of weekly lecture notes and assignments will be adapted from his class. I suggest you visit his site for that class to see examples of past student work. There are several sessions of this class running this semester. If you have friends in another class I encourage you to compare notes.

Student Disability Services

In keeping with the University’s policy of providing equal access for students with disabilities, any student with a disability who needs academic accommodations is welcome to meet with me privately. All conversations will be kept confidential. Students requesting any accommodations will also need to meet with Jason Luchs in the office of Student Disability Services, who will conduct an intake, and if appropriate, provide an academic accommodation notification letter to you to bring to me. At that point I will review the letter with you and discuss these accommodations in relation to this course. Mr. Luchs’ office is located in 79 Fifth Avenue, 5th floor. His direct line is (212) 229-5626 x3135. You may also access more information through the University’s web site at http://www.newschool.edu/studentservices/disability/.

293 thoughts on “Syllabus

  1. Pingback: hydroxychloroquine use in canada

  2. Pingback: hydroxychloroquine 3 mg tab

  3. Pingback: hydroxychloroquine sulfate uses

  4. Pingback: what company makes hydroxychloroquine

  5. Pingback: is priligy for women

  6. Pingback: stromectol over the counter walgreens

  7. Pingback: stromectol 12 price

  8. Pingback: clavivermecta antibiotic

  9. Pingback: stromectol 6mg for scabies

  10. Pingback: ivermectin pills instruction

  11. Pingback: ivermectin without prescription

  12. Pingback: stromectol and potassium antiparasitic

  13. Pingback: ivermectin to buy

  14. Pingback: Anonymous

  15. Pingback: ivermectin for sale

  16. Pingback: ivermectin tablets

  17. Pingback: flccc ivermectin

  18. Pingback: ignition casino on ipad

  19. Pingback: how to get ivermectin

  20. Pingback: prednisone 10mg sale

  21. Pingback: tadalafil online india

  22. Pingback: buy generic tadalafil

  23. Pingback: ivermectin 3mg dosage

  24. Pingback: stromectol covid 19

  25. Pingback: cheap viagra jelly

  26. Pingback: online cialis us

  27. Pingback: hims viagra

  28. Pingback: ivermectin pills for humans

  29. Pingback: cialis vs viagra

  30. Pingback: how much does cialis cost without insurance

  31. Pingback: cialis buy cialis

  32. Pingback: cheap generic sildenafil pills

  33. Pingback: mylan tadalafil

  34. Pingback: how to get cialis pills

  35. Pingback: ivermectin ebay

  36. Pingback: sildenafil citrate tablets

  37. Pingback: sildenafil pills for men

  38. Pingback: tadalafil liquid

  39. Pingback: price of generic cialis

  40. Pingback: prednisone 20mg for sale

  41. Pingback: cialis everyday

  42. Pingback: buy prednisone pills

  43. Pingback: paxlovid vs molnupiravir

  44. Pingback: cialis with prescription online

  45. Pingback: buy tadalafil powder

  46. Pingback: ivermectin fda

  47. Pingback: prednisone side effects in men

  48. Pingback: where can i order generic viagra online

  49. Pingback: what is cialis

  50. Pingback: free online slots that pay real money

  51. Pingback: cialis with dapoxetine

  52. Pingback: ivermectin in australia

  53. Pingback: ivermectin human

  54. Pingback: online casino real money usa

  55. Pingback: cheap tadalafil

  56. Pingback: prescription generic viagra

  57. Pingback: buy tadalafil online

  58. Pingback: ivermectin pills for people

  59. Pingback: ivermectin lice oral

  60. Pingback: ivermectina dosis

  61. Pingback: how much is ivermectin

  62. Pingback: order ivermectin 6 mg

  63. Pingback: ivermectin study nih

  64. Pingback: cheap cialis india

  65. Pingback: ivermectin 0.5% lotion

  66. Pingback: cheap ivermectin

  67. Pingback: ivermectin lotion for scabies

  68. Pingback: ivermectin oral

  69. Pingback: madridbet

  70. Pingback: meritroyalbet

  71. Pingback: meritking

  72. Pingback: meritking

  73. Pingback: can i order furosemide

  74. Pingback: eurocasino

  75. Pingback: ielexusbet

  76. Pingback: trcasino

  77. Pingback: furosemide for sale

  78. Pingback: buying ivermectin

  79. Pingback: stromectol ivermectin

  80. Pingback: ivermectin treatment

  81. Pingback: ivermectin price comparison

  82. Pingback: ivermectin for covid

  83. Pingback: cost of ivermectin lotion

  84. Pingback: otc ivermectin

  85. Pingback: luckylandslots.com sign in

  86. Pingback: ivermectin 18mg

  87. Pingback: ivermectin stromectol

  88. Pingback: ivermectin lotion 0.5

  89. Pingback: meritroyalbet

  90. Pingback: meritroyalbet

  91. Pingback: eurocasino

  92. Pingback: ivermectin 50

  93. Pingback: madridbet

  94. Pingback: meritroyalbet

  95. Pingback: flccc ivermectin prophylaxis

  96. Pingback: ivermectin tractor supply

  97. Pingback: child porn

  98. Pingback: ivermectin in diabetic patients

  99. Pingback: child porn

  100. Pingback: child porn

  101. Pingback: grandpashabet

  102. Pingback: buy doxycycline online usa

  103. Pingback: coupon for cialis

  104. Pingback: ivermectin usa

  105. Pingback: psy-

  106. Pingback: ivermectin buy

  107. Pingback: projectio

  108. Pingback: moskva psiholog online

  109. Pingback: slovar po psihoanalizu laplansh

  110. Pingback: psy online

  111. Pingback: uels ukrain

  112. Pingback: madridbet

  113. Pingback: eurocasino

  114. Pingback: bahis siteleri

  115. Pingback: ivermectin humans

  116. Pingback: qQ8KZZE6

  117. Pingback: D6tuzANh

  118. Pingback: http://bit.ly/odna-film

  119. Pingback: https://ria.ru/20100906/272903623.html

  120. Pingback: SHKALA TONOV

  121. Pingback: Øêàëà òîíîâ

  122. Pingback: russianmanagement.com

  123. Pingback: chelovek-iz-90-h

  124. Pingback: tor-lyubov-i-grom

  125. Pingback: film-tor-2022

  126. Pingback: hd-tor-2022

  127. Pingback: hdorg2.ru

  128. Pingback: generic ivermectin cream

  129. Pingback: Psikholog

  130. Pingback: netstate.ru

  131. Pingback: https://bit.ly/psikholog-muzhchina-onlayn

  132. Pingback: Link

  133. Pingback: tor-lyubov-i-grom.ru

  134. Pingback: psy

  135. Pingback: chelovek soznaniye mozg

  136. Pingback: stromectol 3 mg for sale

  137. Pingback: bit.ly

  138. Pingback: 1entrails

  139. Pingback: cleantalkorg2.ru

  140. Pingback: bucha killings

  141. Pingback: War in Ukraine

  142. Pingback: Ukraine

  143. Pingback: Ukraine news – live

  144. Pingback: The Latest Ukraine News

  145. Pingback: stromectol generic

  146. Pingback: site

  147. Pingback: stats

  148. Pingback: Ukraine-war

  149. Pingback: movies

  150. Pingback: gidonline

  151. Pingback: stromectol lotion for scabies

  152. Pingback: mir dikogo zapada 4 sezon 4 seriya

  153. Pingback: web

  154. Pingback: film.8filmov.ru

  155. Pingback: video

  156. Pingback: cialis ad

  157. Pingback: film

  158. Pingback: cialis prices at walmart pharmacy

  159. Pingback: liusia-8-seriiaonlain

  160. Pingback: smotret-polnyj-film-smotret-v-khoroshem-kachestve

  161. Pingback: coupons for cialis

  162. Pingback: filmgoda.ru

  163. Pingback: rodnoe-kino-ru

  164. Pingback: sY5am

  165. Pingback: Dom drakona

  166. Pingback: JGXldbkj

  167. Pingback: aOuSjapt

  168. Pingback: ìûøëåíèå

  169. Pingback: psikholog moskva

  170. Pingback: A片

  171. Pingback: Usik Dzhoshua 2 2022

  172. Pingback: Dim Drakona 2022

  173. Pingback: TwnE4zl6

  174. Pingback: meriking

  175. Pingback: lalochesia

  176. Pingback: stromectol 6mg tablets for humans for sale

  177. Pingback: video-2

  178. Pingback: sezons.store

  179. Pingback: socionika-eniostyle.ru

  180. Pingback: psy-news.ru

  181. Pingback: order stromectol 12mg

  182. Pingback: 000-1

  183. Pingback: 3SoTS32

  184. Pingback: 3DGofO7

  185. Pingback: wwwi.odnoklassniki-film.ru

  186. Pingback: hydroxychloroquine studies

  187. Pingback: rftrip.ru

  188. Pingback: madridbet

  189. Pingback: https://bitbin.it/bn1QAiBO/

  190. Pingback: https://bitbin.it/JI5X9Xvu/

  191. Pingback: hydroxychloroquine

  192. Pingback: dolpsy.ru

  193. Pingback: https://clck.ru/32JaEo

  194. Pingback: zamazingo1

  195. Pingback: kin0shki.ru

  196. Pingback: mb588.ru

  197. Pingback: history-of-ukraine.ru news ukraine

  198. Pingback: newsukraine.ru

  199. Pingback: meritking

  200. Pingback: edu-design.ru

  201. Pingback: tftl.ru

  202. Pingback: grandpashabet

  203. Pingback: https://bit.ly/3Esup4r

  204. Pingback: sitestats01

  205. Pingback: 1c789.ru

  206. Pingback: cttdu.ru

  207. Pingback: serialhd2023.ru

  208. Pingback: matchonline2022.ru

  209. Pingback: bit.ly/3OEzOZR

  210. Pingback: bit.ly/3gGFqGq

  211. Pingback: bit.ly/3ARFdXA

  212. Pingback: bit.ly/3ig2UT5

  213. Pingback: bit.ly/3GQNK0J

  214. Pingback: Grandpashabet

  215. Pingback: bep5w0Df

  216. Pingback: www

  217. Pingback: icf

  218. Pingback: 24hours-news

  219. Pingback: rusnewsweek

  220. Pingback: uluro-ado

  221. Pingback: irannews.ru

  222. Pingback: klondayk2022

  223. Pingback: tqmFEB3B

  224. Pingback: https://bit.ly/okaybaybay

  225. Pingback: https://bit.ly/n39i18b

  226. Pingback: madridbet

  227. Pingback: https://bitbin.it/yeCU06m7/

  228. Pingback: https://bitbin.it/X5y9A1Fd/

  229. Pingback: fuck google

  230. Pingback: sikiş

  231. Pingback: okey oyna

  232. Pingback: mangalib

  233. Pingback: madridbet

  234. Pingback: https://gdznew.ru/

  235. Pingback: x

  236. Pingback: 9xflix

  237. Pingback: xnxx

  238. Pingback: 123movies

  239. Pingback: How can I detox my liver in 3 days plaquenil lupus

  240. Pingback: kinokrad

  241. Pingback: batmanapollo

  242. Pingback: What are the first signs of a viral infection

  243. Pingback: batmanapollo.ru - psychologist

  244. Pingback: elizavetaboyarskaya.ru

  245. Pingback: How do you please a man's heart?

  246. Pingback: What vitamins and minerals should not be taken with antibiotics | ivermectin stromectol

  247. Pingback: Why do most rich people wake up early?

  248. Pingback: How fast can woman get pregnant?

  249. Pingback: How often do guys get hard a day?

  250. Pingback: vsovezdeisrazu

  251. Pingback: What age should men get checkups?

  252. Pingback: https://tinyurl.com/2lacn6n3

  253. Pingback: Äèçàéí ÷åëîâåêà

  254. Pingback: porn

  255. Pingback: ipsychologos

  256. Pingback: yug-grib.ru

  257. Pingback: studio-tatuage.ru

  258. Pingback: bit.ly/pamfir-pamfir-2023-ua-pamfir

  259. Pingback: meritking

  260. Pingback: What are the problems with an asthma inhaler albuterol sulfate

  261. Pingback: What is the first aid for high blood pressure at home buy chlorthalidone medication

  262. Pingback: poip-nsk.ru - Movie Watch

  263. Pingback: film.poip-nsk.ru - film online

  264. Pingback: fuck google

  265. Pingback: meritking

  266. Pingback: vitaliy-abdulov.ru

  267. Pingback: psychophysics.ru

  268. Pingback: افضل جامعة بالتجمع الخامس

  269. Pingback: Comment eviter le repli sur soi viagra naturel homme

  270. Pingback: Comment Appelle-t-on un homme qui veut toujours faire l'amour: tadalafil sandoz

  271. Pingback: otc thyroid medication | Feeling self-conscious or unhappy with changes in body weight and shape caused by thyroid deficiency

  272. Pingback: Does cholesterol affect eye health - how much does lipitor cost without insurance

  273. Pingback: Why do you need black pepper with turmeric?

  274. Pingback: grandpashabet

  275. Pingback: child porn

  276. Pingback: What age should you fall in love | sildenafil 100mg sale

  277. Pingback: how much does generic plaquenil cost | How do you fight a viral infection at home

  278. Pingback: Can I stop antibiotics after 1 tablet - order stromectol 12mg

  279. Pingback: Why is my albuterol inhaler not working - ventolin inhaler for sale

  280. Pingback: Medications and Digestive Disorders: Finding Relief for the Gut - over the counter type 2 diabetes medication

  281. Pingback: Can turmeric help with bacterial infection hydroxichloroquina o plaquenil de 200 mg

  282. Pingback: grandpashabet

  283. Pingback: How long until antibiotics are out of your system medicament stromectol 3 mg?

  284. Pingback: Do antibiotics raise blood pressure ivermectin tractor supply?

  285. Pingback: How long does it take to walk 1 mile??

  286. Pingback: Is it hard to get pregnant??

  287. Pingback: What foods make men last longer Buying cialis online??

  288. Pingback: Is it better to go to the gym in the morning or at night??

  289. Pingback: How do you know if your ex wants to get back together??

  290. Pingback: meritking

  291. Pingback: izmir escort

  292. Pingback: porn

  293. Pingback: fuck google

Leave a Reply