Posts from Python

Scraping the data of webpage using xpath in scrapy

By Shivam Singh

It will be interesting for us to learn data scraping of a webpage using Python. In order to do data scraping of a webpage using scrapy you have to do the following: Create a projec.... Read More

How to calculate age in days from date of birth in Python

By Saruque Ahamed Mollick

This Python tutorial, going to be very interesting as we will learn how to calculate age in days from the date of birth in Python. Just imagine that you know someone’s date o.... Read More

How to subtract days from date in Python

By Saruque Ahamed Mollick

Today we are going to learn how to subtract days from date in Python. Here we will provide some examples so that we can learn day subtraction from a date in Python. So In this Pyth.... Read More

First Class Citizens in Python 3.x or earlier

By Pavitra Walia

According to Wikipedia, A first-class citizen in a given programming language is an entity which enables support for all the operations generally feasible to other entities. These .... Read More

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

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

Related Posts