Saturday, Kansas City Python coders finally came out of their basements to meet and discuss the first ever broad-scale Python user group in Kansas City.
After months of brewing interest in a Python meetup, curiosity about the existence and occupation of local Python developers, and discussions with the Python Software Foundation about hosting a future PyCon in Kansas City, the Python KC user group was born.
The meeting was well-attended, and we were honored and humbled to be able to host the first discussion at Liquid 9. In attendance were some brilliant minds, from the founder of the zero-knowledge data encryption, backup, sync, and storage service SpiderOak, to a developer of the mobile media platform MobiTV, which serves up hundreds of shows for television giants NBC, Fox News, ESPN, The Disney Channel, and Comedy Central.
The diversity of ways developers are using Python in Kansas City really gave credence to the power and flexibility of the language, and made it clear that a user group such as this would be beneficial to us all, and to the Kansas City programming community at large. It was great also to see a handful of attendees who had never touched Python code at all, but just had curiosity about the merits of the language and wanted to learn a bit more.
Some of the key goals discussed in the meeting:
- Raise awareness and interest in the Python programming language
- Find "sell-able" ways to demonstrate the business value of the language, even on an enterprise level, to broaden the acceptance of the language in corporate environments
- Learn new ideas and concepts about the language we love
It will be a fun road to see how this group evolves over time.
def init_user_group():
meet_and_discuss()
for today in forever:
users = [user.name for user in local_developers if 'Python' in
user.interests]
group = Group(members=','.join(users), activities=lambda day: [
user.brings_to_the_table(day) for user in users])
group.perform_activities(today)