Open in app
Home
Notifications
Lists
Stories

Write
Hrishikesh Deshmukh
Hrishikesh Deshmukh

Home

May 8

Steps to Install Environment for Angular Web Development

Step 1:- Install Node.js — Step 1:- Install Node.js Goto:- https://nodejs.org/en/download/ Download the LTS version depending on your operating System Use below command to check whether it gets installed or not on your machine node — version (Note. — is 2 hyphen but due to medium it is showing — ) Step 2:- Install npm …

Nodejs

1 min read


May 8

Angular Web Development

1)Steps To Install Environment for Angular Web Development — 1)Steps To Install Environment for Angular Web Development

Angular

1 min read

Angular Web Development

1)Steps To Install Environment for Angular Web Development

--

--


Feb 8

Azure Data Storage Using Python

How to Create Microsoft Azure Account. — How to Create Microsoft Azure Account. The link for creation of Azure Account is As Follows: Link to Create Azure Account There are two ways in which we can connect to Azure Account:- Azure Data Lake Storage:- Azure Blob Storage:- Difference Between Azure Blob and DataLake:- The structure of Datalake storage is Hierarchical file system where as the structure of Blob storage…

Azure

1 min read

Azure Data Storage Using Python
Azure Data Storage Using Python

Feb 8

Azure Data Lake using Python

What is Azure Data Lake Storage:- — What is Azure Data Lake Storage:- Azure Data Lake Storage is an enterprise-wide hyper-scale repository for big data analytic workloads. You Can Create containers in Azure Data Lake. You have to Install the Azure Data Lake Storage client library for Python. pip install azure-storage-file-datalake How to Connect to Account:- To Connect to your microsoft account you’ll need to create a DataLakeServiceClient instance that represents the storage account.

Azure

1 min read


Feb 8

Azure Blob Storage Using Python

What is Blob:- — What is Blob:- Blobs are objects that can hold large amounts of text or binary data, including images, documents, streaming media, and archive data. You’ll upload, download, and list blobs, and you’ll create and delete containers. You have to install the Azure Blob Storage client library for Python pip install azure-storage-blob How to Get the connection string:-

Blob Storage

2 min read

Azure Blob Storage Using Python
Azure Blob Storage Using Python

Feb 7

How to Send Mail Using Gmail in Python

What is SMTP:- — What is SMTP:- SMTP stands for Simple Mail Transfer Protocol. SMTP is a set of communication guidelines that allow software to transmit an electronic mail over the internet is called Simple Mail Transfer Protocol. It is a program used for sending messages to other computer users based on e-mail addresses. …

Gmail

2 min read

How to Send Mail Using Gmail in Python
How to Send Mail Using Gmail in Python

Feb 6

Machine Learning Ball Case Study

I have solved this case study in supervised machine learning using Decision Tree —

Machine Learning

2 min read

Machine Learning Ball Case Study
Machine Learning Ball Case Study

Feb 5

Variables in Python

Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data… — Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that…

Variables In Python

2 min read

Variables in Python
Variables in Python

Feb 5

Input Output in Python

Python provides numerous built-in functions that are readily available to us at the Python prompt. — Python provides numerous built-in functions that are readily available to us at the Python prompt. Some of the functions like input() and print() are widely used for standard input and output operations respectively We use the print() function to output data to the standard output device (screen).

Input Output

1 min read

Input Output in Python
Input Output in Python

Feb 4

IDE for Python

IDE Stands for Integrated Development Environment — IDE Stands for Integrated Development Environment PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web…

Pycharm

2 min read

IDE for Python
IDE for Python
Hrishikesh Deshmukh

Hrishikesh Deshmukh

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable