Intermediate Python Workshop/Projects: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 9:
** <b>Project</b>: Use the Twitter API to write the basic parts of a Twitter client. See what your friends are tweeting, get trending topics, search tweets, and more.
** <b>Skills you'll practice</b>:
*** Usingusing an API
*** command line option parsing
*** reading other people's code
*** working with lists and iteration
* [[ColorWall]]
** <b>Project</b>: Program graphical effects for a ColorWall using the Tkinter GUI toolkit.
** <b>Skills you'll practice</b>:
*** using functions and classes
*** reading other people's code
*** working with time and randomness
*** working with dictionaries and for loops
Anonymous user