Associative Trails

Blog posts tagged with python

 View latest blogs

Experiments in Jupyter
Adding a Jupyter notebook to my development stack has really helped my process

When you're starting out in a new field, it can be difficult to keep experimental and production code separate. Using Jupyter notebooks in my development stack has helped me experiment and organise my thoughts without cluttering up my codebase.

 Read more
Azure functions help carry the load
Notes from colleagues about the client contact
Using externally-hosted functions to do data crunching and other processor-intensive tasks.

By converting processor-intensive tasks to externally-hosted functions, we took load off the main server - keeping the system responsive and functional while reducing costs.

 Read more
 Jump to top