These are my (@jrmontag) ongoing plans for attendence at PyData (website, full schedule). I'll likely continue to edit this throughout the week (and event)*. If you spot me, come say hi!
* the schedule is also still shifting
Time | Title | Room
These are my (@jrmontag) ongoing plans for attendence at PyData (website, full schedule). I'll likely continue to edit this throughout the week (and event)*. If you spot me, come say hi!
* the schedule is also still shifting
Time | Title | Room
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
#!/usr/bin/env bash | |
# written by jmontague | |
# last edit: 2017-03 | |
echo | |
echo "****************" | |
echo "*** installing system applications ***" | |
echo "****************" |
option
+ shift
control
+ shift
+ p
shift
command
+ /
command
+ b
import json | |
import logging | |
logging.basicConfig( | |
level=logging.INFO, | |
format="%(asctime)s [%(levelname)s] %(message)s", | |
) | |
def main(input_file, output_file) -> None: |