Have you seen an error saying “Error establishing a Database Connection” on your WordPress site? If yes, then you are not the…
Tutorials
-
-
TutorialsVideo & Tips
Exception Handling and Generators in Python
by Tanya Bansalby Tanya Bansal 252 viewsWhile writing programs it is natural to commit error, may it be a spelling mistake, an indentation error or something else. When…
-
TutorialsProjects
Use Tkinter Library, Build your own Widgets!
by Tanya Bansalby Tanya Bansal 119 viewsGUI (Graphical User Interface) plays a very integral role in daily interactions, may it be a website, an application or anything on…
-
Tutorials
How to manage users, groups, and different permissions in Linux?
by Sanjay Kumarby Sanjay Kumar 83 viewsLinux is one of the most widely used open-source operating systems in the world. If you are an administrator and work on…
-
TutorialsAssignment
How to convert a list to a string in Python?
by Sanjay Kumarby Sanjay Kumar 96 viewsProblem Statement: Given a random Python list (the list can be of numbers, characters, strings, or combinations of all three of them).…
-
What is a vi editor? “vi” editor stands for “visual editor” it is pronounced as vee-eye editor. It is the most commonly used…
-
Database architecture plays a very crucial role in the designing process of DBMS (Database Management System). What is Database architecture in DBMS?…
-
TutorialsAssignmentProjects
FCSF: The simplest CPU Scheduling Algorithm
by Sanjay Kumarby Sanjay Kumar 94 viewsWhat is CPU Scheduling? Scheduling (CPU scheduling) is the process of assigning different jobs or processes to the CPU to make the…
-
Before getting to know about 8085 let’s understand what a microprocessor is and how it is different from a micro controller. What…
-
STL stands for “Standard Template Library”. It is a set of C++ templates which provide some most significantly used data structures and…