How to make simple website using Python and Django
Follow following steps to make simple website using Python and Django : How to make simple website using Python and Django Step1. To make any website you need language, selectlanguage,install…
Follow following steps to make simple website using Python and Django : How to make simple website using Python and Django Step1. To make any website you need language, selectlanguage,install…
There can be three ways in which either we can download pandas dataframe or output the pandas dataframe as Excel or CSV in django. The ways are discussed below:- How…
We know that Django release it latest new version 3.2 so next question is what is exactly new feature : what are the new features available in the django 3.2…
Introduction to serial communication in embedded : In Embedded Systems, Communication means the exchange of data in theform of bits by some set of defined rules between two micro -…
Hello everyone, we know that most of the embedded developer use 8051 microcontroller to create simple to complex project. Keil software provide user friendly interface and update all support file…
Introduction to Watchdog timer in embedded c Watchdog timers are hardware count down timers, which when enabled in microcontrollers will generate a microcontroller reset (or) interrupt if the program running…
A macro is a name given to a block of C statements as a preprocessor directive. Being a pre-processor, the block of code is communicated to the compiler before entering…
Switch Matrix in embedded c A keyboard matrix is a circuit used in most electronic computer keyboards in which the key switches are connected by a grid of wires. Without…
Sensing devices also known as sensors is widely used in almost all applications of embedded systems whether it be Rain sensing wipers in cars or sensing an upcoming missile from…
String functions are used in python language to manipulate a string or query information about a string. Selenium in python These are some string function used in python :- string…