What Is a Front-End Developer? Front-end web development, also known as client-side development is the practice of producing HTML, CSS and JavaScript for a website or Web Application so that a user can…
Year: 2021
Home Automation using ESP8266 with Blynk and IFTTT applications Introduction: Smart Home is an automated mechanism which helps in monitoring and controlling the devices. This project helps in improving the energy efficiency of the…
MongoDB Cheat Sheet Introduction: The database is a collection of inter-related data which is used to retrieve, insert…
Steps: 1. Create an account in GitHub or GitLab 2. Now download and install GIT on your pc. link 3. Now go to the project directory or the file you want to upload …
seaborn: statistical data visualization #pip install seaborn #conda install seaborn import seaborn as sns Functions: Relational plots relplot Figure-level interface for drawing relational plots onto a FacetGrid. scatterplot Draw a scatter plot with…
Plot is mainly intended for interactive plots and simple cases of programmatic plot generation: import numpy as npimport matplotlib.pyplot as plt x = np.arange(0, 5, 0.1)y = np.sin(x)plt.plot(x, y) The object-oriented API is…
Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful…
install the NumPy >> pip install numpy *if you use online notebooks like colab then numpy is built it in. Import NumPy >>import numpy as np Importing/exporting np.loadtxt(‘file.txt’) | From a text file…
#checklist for the SEO of a site Hosting and domain (preferred .com domains) SSL Robot.txt file Sitemaps Canonical issues Google search console Google analytics Prerequisite Terms Crawling A process in which search engine…
3 EASY STEPS FOR HOSTING: 1. Buy a domain name 2. Select a hosting provider 3. Choose a hosting plan Why you need web hosting When it comes to hosting your…