RECENT TOPICS

Rust By: Eliah Burns
Date: Feb. 14, 2019, 6 p.m.
Yes! Another Markup Language By: Aly Sivji
Date: Feb. 14, 2019, 6 p.m.
YAML is a human-readable data serialization language that has taken the world by storm. We will explore features of the YAML syntax that will save keystrokes and clean up messy configuration files.
Go (lang) for Python devs at a 10,000 foot view By: Ray Buhr
Date: Feb. 14, 2019, 6 p.m.
What is the Go programming language and why should pythonistas concern themselves with it? In only 5 minutes, I'll try and show how cool Go and the tools that come with it are, and maybe convince you why it might be a better choice for some projects.
such "DSON" is "Awesome" wow By: Erik Johnson
Date: Feb. 14, 2019, 6 p.m.
This will be a brief and humorous demonstration of DSON, a JSON-like serialization format in which the punctuation used to represent dictionaries and lists is replaced with words from one of 2014's most pervasive memes. https://dogeon.readthedocs.io/en/latest/
The Cell: a Turing complete language By: Phil Robare
Date: Feb. 14, 2019, 6 p.m.
"DNA is the programming language of the cell" - A computer science look at what this means, how the cell can "compute" and produce "output" that responds to the environment.
Scala By: Nathan Linebarger
Date: Feb. 14, 2019, 6 p.m.
Projects
Date: Jan. 17, 2019, 6 p.m.
This is an open space to collaborate with others, ask questions, or help someone else if there's a question you can answer! No problem is too big or too small. If you're working on a personal project and looking for some Python help, or you want to join forces with someone who's working on an interesting idea, this option is for you.
Challenge
Date: Jan. 17, 2019, 6 p.m.
Challenges are fun, hands-on coding exercises covering a variety of topics -- such as pure problem solving, web development, and data science (see past challenges: https://github.com/chicagopython/CodingWorkshops). Participants will be assigned to teams of four, which will then have an hour to solve the problem at hand together. Teams are designed to have diverse experience levels, giving team members equal opportunity to learn and share ideas.
Advent of Code By: Sree P
Date: Jan. 10, 2019, 6 p.m.
Breif overview of “Advent Of Code” and walkthrough of one of the challenges
Staying alive with systemd By: Siva Manivannan
Date: Jan. 10, 2019, 6 p.m.
Keep your Python applications alive and kicking with systemd.