Tuesday, September 3, 2013

My fun Labor Day project: A lightweight, pure python Windows Automation library

news about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python

If you are about to ask a question, please consider r/learnpython

Please don't use URL shorteners

Posting code to this subreddit

Add 4 extra spaces before each line of code

def fibonacci():     a, b = 0, 1     while 1:         yield a         a, b = b, a + b 

Online books

Online exercices

programming challenges

Asking Questions

Try Python in your browser

Docs

Libraries

Related subreddits

Python jobs

Source: http://www.reddit.com/r/Python/comments/1llhuv/my_fun_labor_day_project_a_lightweight_pure/

Butch Jones Star Trek Into Darkness Heisman watch Jenny Rivera Pacquiao vs Marquez 4 pacquiao Jim DeMint

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.