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.

Python Intermediate: What are the Looping Techniques in Python
Looping Techniques in Python Python has a number of built-in methods that allow different looping strategies...
Python Advanced: What are the Coroutine and Subroutine in Python
A Coroutine in Python Function, which is also referred to as a subroutine, procedure, subprocess, etc.,...
Python Intermediate: How to use Yield in Python
Yield in Python In Python, yield is a powerful keyword that is used in defining generator functions....