Convert Python Script to Exe Using Pyinstaller Advertisement “How to convert Python Script to .exe file?” – Every python developer asks this question when they…
Python Subprocess – Execute Shell Commands Advertisement Python subprocess is a module in python that helps us to execute shell commands, get the input/output/error pipes,…
Python Data Class Inheritance With Example September 24, 2020 / By HTD / Python / Data Classes, Inheritance Advertisement In the previous blog, we learned about Post-Init Processing in Python Data Class.…
Post-Init Processing In Python Data Class September 23, 2020 / By HTD / Python / Data Classes, post-init In the previous blog, we learned about Fields in Python Data Classes. This time…
Python Data Class Field With Example September 18, 2020 / By HTD / Python / Data Classes, fields Advertisement In the previous blog, we learned the python data class parameters or the…
Python Data Class Parameters / Parameterized Data Class September 17, 2020 / By HTD / Python / Data Classes, Parameters Advertisement In the previous blog, we learned about data class in python,…
GTK Box Layout Advertisement A GTK box layout widget in acts as an invisible container, it can hold unlimited number of widgets but acts as…
Function Pointer in C and its Application Advertisement A Function Pointer in C also known as pointer to a function is a pointer that holds…
Memory Layout of a C Program Advertisement Memory Management is one of the most important topics for a Programmer, and so understanding the Memory Layout…
C Program Compilation Process – Source to Binary Advertisement You might know how to write a C program, but do you know how the C…
GTK Button & Signal – GUI Programming in C Advertisement In the previous blog, we looked at the Introduction to GUI programming in C Using…
Introduction to GUI Programming in C using GTK Advertisement Learning a programming language is common but very few know where the language is used. What…
JAVA
Learn all about Java!
Most Java programmers understand and use Java programming language on a daily basis, but only a handful of them know the role of Java Virtual…
How To Make A Digital Clock With Arduino UNO Advertisement In the previous blog, we learned how to connect the LCD Display to the Arduino…
Ultrasonic Sensor HC-SR04 With Arduino Uno Advertisement In this blog, we are going to learn about the ultrasonic sensor HC-SR04 and how to connect it…
How to Use Arduino IDE? Advertisement In this blog, We are going to learn the basics of Arduino IDE (Integrated Development Environment). The Arduino Integrated Development Environment is the primary text editing software used to program Arduino. The Integrated Development Environment effectively converts your logic and compiles…
display text in an LCD screen using Arduino UNO IDE Advertisement In this blog, we are going to display text in an LCD display Using…
How to connect LCD Display to Arduino Uno Advertisement In this blog, we are going to learn how to connect an LCD display (16 x…
Fading led using Arduino Uno Advertisement In this blog, we are going to make fading of the LED Using Arduino Uno. Let’s puts some LED and Resistor to…
How To Create Pattern Swatch In Adobe Illustrator Advertisement Adobe Illustrator gives us a feature to make custom pattern swatches very easily and in very…
How to create repeating patterns in Adobe illustrator Advertisement In this blog, we will learn how to create abstract patterns by repeating shapes/patterns in Adobe…
Adobe Photoshop is the benchmark for digital imaging excellence, provides strong performance, powerful image editing. Artists, Photographers, Designers, and hobbyists all rely on Adobe Photoshop…
Make sure to check the previous blog on K-Map Simplification as that can help a lot to have a deeper understanding. In this blog, we will learn…
Make sure to check the previous blog on Boolean Algebra as that can help a lot to have a deeper understanding. In this blog, we…
In the previous blog, we learned about the Digital Circuit and Logic Gates. This time we will learn about Boolean Algebra, Gates and their truth…