Posts

Showing posts from June, 2020

Google Colaboratory: Benefits and Limitations

Image
If you have ever wished to run a Python program, even if you do not have Python installed on your computer system, you could, anytime, run it on some website like repl.it . There are many more websites that offer this service, but if you already have a Google Account, you can use it to run your Python program(s), using GOOGLE COLABORATORY . You do not have to setup/install Python in your computer system for this method to work.   You can use it to share source code for your program or build a machine learning model (this is the most popular used case) or run your Python program online. Colab  hosts your programs in the form of Jupyter Notebooks  and allows you to directly share a link to your notebook(aka program(s)), just as you would do for sharing a file using Google Drive. The code is saved inside a folder named "Colab Notebooks" in your Google Drive.  Colab allows users to use and share Jupyter Notebooks with others without having to setup/install anything.  Noteboo

Internships vs. Trainings

Image
It was my first day at college. Somethings were happening (they always do). After some time, a teacher came and said, "Three internships are compulsory for completion of your degree program". I do not remember whether he said internships or training. The professors there (at my college), are still confused between those two words because they, probably, never have undergone one.  Initially I knew nothing about these two, but now I do. Therefore I can now bore you with my knowledge of Internships and Trainings. After reading this post, you will never get confused among those two terms again. Trainings Training is any course you take to get specialised in a skill. It can be done via YouTube , Udemy , Coursera , edX or any other website. A training can even be done offline. There are tens of thousands fo businesses present to provide you a training and a "Certificate of Completion of Training". YouTube might be the most popular source to learn any skill. But colle

Operating Systems Prefinal 1

Image

Mock Tests and Prefinals 1, Fourth Semester

Image