Friday 14 August 2020

Python: Dance with Colaboratory or in short Colab !!!!

Hi Guys !!! Hope all is well

What is Colaboratory?
Colaboratory, or "Colab" for short, allows you to write and execute Python in your browser, with

  • Zero configuration required
  • Free access to GPUs
  • Easy sharing

Whether you're a student, a data scientist or an AI researcher, Colab can make your work easier. Google have introduce this to support Python on go.

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...