XDS Ignite 2019

Visual feedback, Scripting, and Scaling. Overall had a great time again at the conference. PDF of my deck is attached.

xlrd – t3h xls hottn3ss

Really great py module for reading .xls files. Instead of having to export excel to .csv and then parse, you can use this module to read/open/print info from whole excel files or from selected rows/cells. Research for this came about while trying to figure out at easier way to pull data from a particular portion…

xlrd – t3h xls hottn3ss

Really great py module for reading .xls files. Instead of having to export excel to .csv and then parse, you can use this module to read/open/print info from whole excel files or from selected rows/cells. Research for this came about while trying to figure out at easier way to pull data from a particular portion…

sugarpy

some cool stuffs from chad http://www.sugarpy.com/ guy is doing some cool work with graphical nodes in python

python and perforce

woot, wrote a python script to connect to a p4 server and create a changelist to add data to: The idea here would be to open a file, parse it for files that need to be added/updated/revisioned in perforce, then pass this info to p4 via python. from P4 import P4 p4 = P4() #…