There are three main tools for debugging in Python. In Python version less than 3, it was common to use the set_trace() command for making…
There are three main tools for debugging in Python. In Python version less than 3, it was common to use the set_trace() command for making…
One of the very important questions in the deep learning is what model is the best. There are two well-known methods to find the best…
There are some tools for profiling the PyTorch codes. PyTorch Profiler This can generate almost all is happening in PyTorch codes, such as CPU, GPU,…
There are several ways to plot interactively in JupyterLab. Altair Plotly Bokeh ipywidgets Between all the above, I found ipywidgets easier to use than the…
Using Emacs to edit Google Drive Documents Tramp in Emacs let us have access to Google Drive. It is usually useful when we want to…
In the Google Drive, it is possible to access a bunch of applications, from office suite to GIMP online, Adobe PDF online, Audacity online and…
It is a new complete set of integrated development environment (IDE) which specifically designed for scientific research and rapid prototyping. It has extensive ability in…
If you have Tram installed on Emacs, then you can have run remote shell in an Emacs buffer. Steps to do so: Change the current…