Below you will find pages that utilize the taxonomy term “python”
Writing
Best of Python 3 f-strings
This piece is primarily meant for those new to Python. These include mathematicians, economists, and so on who want to use Python within a Jupyter environment. Here is a quick guide on how to make Best of Jupyter.
Quick Primer If you are familiar with earlier Python versions, here are my top picks on how to move from .format () to this new one:
_fstring = f'Total: {one + two}' # Go f-string!
Writing
The Silent Rise of PyTorch Ecosystem
The Silent Rise of PyTorch Ecosystem While Tensorflow has made peace with Keras as it’s high level API and mxNet now support Gluon — PyTorch is the bare matrix love.
PyTorch has seen rapid adoption in academia and all the industrial labs that I have spoken to as well. One of the reasons people (specially engineers doing experiments) like PyTorch is the ease of debugging.
What I don’t like about PyTorch is it’s incessant requirement of debugging because of inconsistent dimensions problems.
Writing
The Case Against Work Life Balance
Note from Nirant: This is an archived blog post from here by Syam Sankar. I am not the author of this post. I’m keeping it here since the original source is no longer available.
I’ve taken the liberty to copy paste the raw text:
Given my journey, you can imagine my first reaction to questions of work-life balance is fairly unsympathetic. I want to protest that, by legitimizing such a false dichotomy, you’re pre-empting a much more meaningful conversation.