Blog Tag: Linux

What is Linux and what does it do?

Many people have heard the word ‘Linux.” This name can be seen in many places on the internet. Some say it’s software, some say it’s an operating...

Setting Up CUDA and cuDNN on Ubuntu 20.04

Setting Up CUDA and cuDNN on Ubuntu 20.04 with NVIDIA 535 Driver Hello there, fellow tech enthusiasts! If you’re a machine learning or data science professional,...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

How to Create A Time Delay Method in Python
Time delay A time delay, also known as a delay or sleep, is a pause in the execution of a program for...
Get Last Element of List in Python
Obtain a Python list’s last element A sample list: [23,    34,   55,   67] ...
JavaScript Test for Empty Object
JavaScript Object A JavaScript object is a collection of properties, each of which has a name and a value....