- This is Event #4 for this Meetup.
- 570+ members; Meetup started in May 2014.
- New talk format: Lightning Talks
- 30 seconds to 5 minutes maximum.
- Any topic relating to Spark.
- Any skill or experience level--beginners welcome!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| @asyncio.coroutine | |
| def shleepy_time(seconds): | |
| print("Shleeping for {s} seconds...".format(s=seconds)) | |
| yield from asyncio.sleep(seconds) | |
| print("Done shleeping.") | |
- This is Event #7 for this Meetup.
- 850+ members; Meetup started in May 2014. Recently had our 1 year anniversary.
- Speakers: We want you!
- Feature talks or Lighting talks
- Sponsors: You want us!
- Host an event, pay for food and drink, or cover other event costs.
OlderNewer