Skip to main content

Home/ Puerto Rico Python Interest Group/ Group items tagged dos

Rss Feed Group items tagged

Kevin Shockey

Internet Policy, Technology & Growth - Impact | Internet Society - 0 views

  •  
    "We Believe...The Internet is for Everyone   For more than 20 years the Internet Society has been doing advocacy work at the intersection of policy, technology and development.   We believe...   In permission-less innovation  Internet access is for everyone This is your internet, this is your future, let your voice be heard"
Kevin Shockey

Pythonista Review - Programming iOS with Python - Jacken's Blog - 0 views

  •  
    "But an app for programming Python on iOS called Pythonista have some smart ways of getting around some of Apples restrictions. And one of the nice things you can do is home screen shortcuts, making your scripts available directly from your home screen of your iOS device."
Kevin Shockey

A simple hangman game made with Python 2.7.3 · GitHub - 0 views

  •  
    "class Hangman(): def __init__(self): print "Welcome to 'Hangman', are you ready to die?" print "(1)Yes, for I am already dead.\n(2)No, get me outta here!" user_choice_1 = raw_input("->") if user_choice_1 == '1': print "Loading nooses, murderers, rapists, thiefs, lunatics..." self.start_game() elif user_choice_1 == '2': print "Bye bye now..." exit() else: print "I'm sorry, I'm hard of hearing, could you repeat that?" self.__init__() def start_game(self): print "A crowd begins to gather, they can't wait to see some real" print "justice. There's just one thing, you aren't a real criminal." print "No, no. You're the wrong time, wrong place type. You may think" print "you're dead, but it's not like that at all. Yes, yes. You've" print "got a chance to live. All you've gotta do is guess the right" print "words and you can live to see another day. But don't get so" print "happy yet. If you make 6 wrong guess, YOU'RE TOAST! VAMANOS!" self.core_game() def core_game(self): guesses = 0 letters_used = "" the_word = "pizza" progress = ["?", "?", "?", "?", "?"] while guesses < 6: guess = raw_input("Guess a letter ->") if guess in the_word and not in letters_used: print "As it turns out, your guess was RIGHT!" letters_used += "," + guess self.hangman_graphic(guesses) print "Progress: " + self.progress_updater(guess, the_word, progress) print "Letter used: " + letters_used elif guess not in the_word and not(in letters_used): guesses += 1 print "Things aren't looking so good, that guess was WRONG!" print "Oh man, that crowd is getting happy, I thought you" print "wanted to make them mad?" letters_used += "," + guess self.hangman_graphic(guesses) print "Progress: " + "".join(progress) print "Letter used: " + letters_used else: print "That's the wrong letter, you wanna be out here all day?" print "Try again!" def hangman_graphic(self, guesse
Kevin Shockey

New US cybersecurity standards: Will they do enough? - CSMonitor.com - 0 views

  •  
    "cybersecurity "
Kevin Shockey

Appendix A-Sample Email Invitation to Speaker | University of Chicago Law School - 0 views

  •  
    "On behalf of the University of Chicago Law School chapter of [name of organization], I would like to invite you to the Law School to speak on [topic/panel].  Our organization would like to host a program on [topic] on [X date or dates] at [time], and given your expertise in that subject matter, we hope that you will be able to join us for the event.  Our organization would be happy to cover costs associated with your travel to the Law School [if the speaker is from out of town, and depending on the student organization budget, you may want to add, "in the form of a $750 stipend" at the end of the sentence].  We would be honored if you would accept this invitation to join us for this event.  Please let me know at your convenience if you will be able to join us for the event, and please do not hesitate to contact me if you have any questions about the event.  Sincerely, Name Title (President, IPLS, etc.)"
Kevin Shockey

NCTC Foundation Grants - 0 views

  •  
    "Dr.Eddie Hadlock, President North Central Texas College 1525 W. California St. Gainesville, TX 76240   Dear Dr. Hadlock:   I am writing to express support of NCTC's [name of project] proposal. The project you propose to establish will [State how the project will address community, industry, or educational challenges. Express your or your company's interest in the proposed project - how do its goals or objectives match your vision or mission?   If you have partnered with NCTC in the past, briefly describe the association and benefits received. If a student or a parent, give examples of how your association with NCTC has affected your life.]   Our [company or organization] is or [We are, I am] pleased to continue a relationship that is beneficial to us [me] and to the NCTC.   Sincerely,  "
Kevin Shockey

TRS-80 - Wikipedia, the free encyclopedia - 0 views

  •  
    "January 1981 Operating system T"
1 - 16 of 16
Showing 20 items per page