// archives

python

This tag is associated with 2 posts

PyTorch 1.0

I read that Facebook has released a new version of it’s PyTorch artificial intelligence tool. It seems to be a hybrid, combining the creative prototyping Python front end capabilities with an eye towards streamlining the pipeline for production later on. I haven’t had an opportunity to look at it, having mainly been working within Rasa […]

Automate the Boring (Sales) Stuff with Python

Automate the Boring (sales) Stuff with Python This is a great book for anyone that is interested in making the transition from learning Python code to actually creating programs that do useful things. The book includes a basic overview of Python. It provides practical examples, starting with how to read and write data to files, […]