User:Max Dovey/TRIMESTER 1 Practice: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with " == Week 1 == Alan Turing's Universal Turing Machine (UTM) http://en.wikipedia.org/wiki/Universal_machine was a concept for an infinite loop of tape that seperated into fra...")
 
No edit summary
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
<ul>
===TRIMESTER | ===
<li> [[User:Max Dovey/TRIMESTER 1 Practice/BotDate | Botdate]]</li>
<li> [[User:Max Dovey/TRIMESTER 1 Practice/WorkB**ch | Work B**tch]]</li>
<li> [[user:max Dovey/Personalizeddatapolicy | personalized Data Policy]] </li>


== Week 1  ==
===TRIMESTER ||===
<li> [[user:max Dovey/theinternetisdead | Youtube advert template]] </li>
<li> [[user:max Dovey/2013diary | 2013 Diary]] </li>
<li> [[user:max Dovey/Recitals | Recitals]] </li>
<li> [[user:max Dovey/Smart Objects | Smart Objects]] </li>
<li> [[user:max Dovey/theend24hrversion | The End (24hr version)]] </li>
<li> [[user:max Dovey/Tuesday18thfebuary | The Sound of Tuesday 18th Febuary ]] </li>
<li> [[user:max Dovey/Talkingintothetwitterstream | Talking Into The Twitter Stream]] </li>
</ul>


Alan Turing's Universal Turing Machine (UTM) http://en.wikipedia.org/wiki/Universal_machine
===TRIMESTER |||===
was a concept for an infinite loop of tape that seperated into frames, each frame would present a different state. This created an infinite programming potential for reading.
* [[user:max Dovey/foleynarrative | Foley Narrative Episode1]]
* [[user:max Dovey/bankofbrokendreams | Bank Of Broken Dreams]]


deconstructing the seamlessness of the factory line. The pipeline.
===TRIMESTER ||||===
* [[user:max Dovey/foleynarrative2 | Foley Narrative Episode2]]
*[[http://realrealtime.xyz/ | Real Real Time]]
*[[user:max Dovey/ThePrecariats | The Precariats ]]
* [[user:max Dovey/foleynarrative3 | Foley Narrative Episode3]]


===TRIMESTER ||||||===


 
* [[user:max Dovey/maxgradbio | Grad BIO]]
in the afternoon we played with Turtle.
 
http://opentechschool.github.io/python-data-intro/core/recap.html
 
https://github.com/OpenTechSchool/python/wiki/Facebook-Client
 
http://bitsofpy.blogspot.nl/2010/04/in-my-cosc-lab-today-few-students-were.html
 
<source lang="python">
facebook page query
 
[
>>> import json
>>> import urllib2
>>> def load_facebook_page(facebook_id):
...    addy = 'https://graph.facebook.com/548951431'
...    return json.load(urllib2.urlopen(addy))
 
load_facebook_page(548951431)
{u'username': u'max.dovey', u'first_name': u'Max', u'last_name': u'Dovey', u'name': u'Max Dovey', u'locale': u'en_US', u'gender': u'male', u'link': u'http://www.facebook.com/max.dovey', u'id': u'548951431'}
]
</source>
 
stuff to do & Resources -
start fetching data from the twitter api https://code.google.com/p/python-twitter/
http://pzwart3.wdka.hro.nl/wiki/PythonTwitter
http://www.lynda.com/Python-tutorials/Up-Running-Python/122467-2.html

Latest revision as of 22:17, 9 April 2015