Matlab is one of the worst languages ever despite of having many invaluable features [1][2]. Previously I have had used Matlab about 5 years ago and recently needed it again. MathWorks has tried to incorporate a Jupyter notebook like feature called live scripts into Matlab. While Jupyter notebook being really useful for interactive coding, IContinue reading “Matlab in Jupyter notebook”
Category Archives: Python
A minimal python packaging example
Python is one of the best programming languages ever. However, when your python project gets bigger with multiple packages and files, some things can get tricky. One is importing from different packages from different locations. I’ve had this problem and could not find a good solution without doing appending unimportable packages’ paths to the scriptsContinue reading “A minimal python packaging example”
Some Google Colab tips
Google Colab is amazing! But sometimes it’s not easy to do everything in it that you can do on you PC. Here’s some tips and workarounds to do your frequently needed stuff in Colab Mounting your drive for file access Read/ edit files From the directory icon near the top left, you get a fileContinue reading “Some Google Colab tips”