ZFILL IN PYTHON

The zfill() method adds zeros (0) at the beginning of the string, until it reaches the specific length. If the value of the len parameter is less than the length of the string, no filling is done. Syntax: string.zfill(len) parameter: len A number specifying the position of the element you want to remove. EXAMPLES: a=”hello” … Continue reading ZFILL IN PYTHON

COLLECTION MODULE IN PYTHON

The Python Collection module is defined as a container that is used to store collections of data, for example – list, dict, set, and tuple, etc. It was introduced to improve the functionalities of the built-in collection containers. Python collection module was first introduced in its 2.4 release. There are different types of collection modules … Continue reading COLLECTION MODULE IN PYTHON

TERMINOLOGIES

These are some of the terminologies you needed to understand the machine learning. model A mathematical representation of a real world process; a predictive model forecasts a future outcome based on past behaviors. training The process of creating a model from the training data. The data is fed into the training algorithm, which learn a … Continue reading TERMINOLOGIES

AI in Future:Better or Worse

In the last decade, Artificial intelligence has gone from a science fiction dream to a critical part of our every day’s lives. We use AI technology to interact with our phones through Siri and Alexa. Car’s like Tesla’s interpret and analyse their surroundings to intelligently drive themselves. Amazon monitors our browsing habits and intelligently serves … Continue reading AI in Future:Better or Worse

Build your own chat bot

In simple terms, a chatbot is a software that can communicate with your leads on your behalf but in a humanly manner, allowing you to engage, qualify and develop an intimate connection with your leads, without talking to them personally. Chat bots communicate with your leads using messaging apps like Facebook Messenger. Like email marketing, … Continue reading Build your own chat bot

Design a site like this with WordPress.com
Get started