Introduction to Git and creating your Git repository

By Aayush Gupta

In this tutorial we are going to learn about what Git is, what its features and uses are, and finally how to use it to create your own Git Repository. Create Blog Web Application u.... Read More

using sklearn StandardScaler() to transform input dataset values.

By Harsh

sklearn, also known as Scikit-learn it was an open source project in google summer of code developed by David Cournapeau but its first public release was on February 1, 2010. This .... Read More

Importing dataset using Pandas (Python deep learning library )

By Harsh

Pandas is one of many deep learning libraries which enables the user to import a dataset from local directory to python code, in addition, it offers powerful, expressive and an arr.... Read More

Web Page Template Using Languages HTML, CSS and Bootstrap

By Richa Tripathi

Template for a responsive web page which can be edited as per user convenience. This page is created using three front end languages that are HTML 5, CSS 3 and Bootstrap. Basic Web.... Read More

How to import libraries for deep learning model in python ?

By Harsh

In this Python deep learning tutorial, we will learn how to import libraries for deep learning model in Python. Deep Learning models are a very powerful combination of neural netwo.... Read More

Change Font, Cut, Copy, paste using Applet in java

By Mayank Garg

Using applet in Java we can create Jbuttons like change font, cut, copy, paste. Here we will learn how to create those buttons in Java using Applet. In this Tutorial, we learn how .... Read More

Creating a Variable and Appending it in Python

By Shivam Singh

In this Python tutorial, we will learn how to create a variable in Python and append it. So, at first we will create a variable, and then store some values into it, and after that,.... Read More

Creating Django Application and Introduction to Django Models(Part IV)

By Aayush Gupta

In this tutorial, we are going to learn how to make Django Application and have a look at what Django Models are. This tutorial is a part of our series on Creating Blog Website usi.... Read More

Related Posts