• By Shubham Baghel
  • August 3, 2021
  • Python

Data Preprocessing  This first and most essential part has to be done before you feed your data to the learning algorithms. Your data has to be processed, cleaned, transformed to…

  • By Aftab Shaikh
  • February 9, 2021
  • Data SciencePython

Greetings to eager learner!!! Concepts of statistics will enhance the understanding of data. Statistics is another mile stone to become Data analyst and Data Scientist. This blog is totally based…

Namespaces and Scope in Python
  • By Nikita Jagtap
  • September 4, 2020
  • Python

A namespace is a collection of currently defined symbolic names along with information about the object that each name references. You can think of a namespace as a dictionary in…

Flask for Beginners
  • By Nikita Jagtap
  • January 20, 2020
  • Python

Flask for Beginners What is Flask? We need good and easy frameworks to create web sites. Flask is one such web application development framework. It is written in Python. Flask…

Conditional Statements in Python
  • By Nikita Jagtap
  • August 21, 2019
  • Python

Conditional Statements in Python This blog explains conditional / decision making/branching statements in python, along with syntax and examples. In day to day life, we need to make many decisions.…

Data Types and Variables in Python
  • By Nikita Jagtap
  • July 26, 2019
  • Python

Data Types and Variables in Python Python is one of the most famous programming languages nowadays. It has gained its popularity due to its simplicity and eases to use. Python…

Top Python Interview Questions
  • By Harshal Patil
  • June 18, 2019
  • PlacementsPythonSoftware Development

Python What are variables? Ans- Variables are reserved memory locations that are used to store values and are referenced by the name. Example : Assigning a contact number by referencing…

Top 56 Python Interview Questions & Answers
  • By Nikita Jagtap
  • June 12, 2019
  • Python

Python Interview Questions 1.Tell me the difference between list and tuples in Python? Ans:  Lists are mutable. Means we can add and remove elements in list. Tuples are immutable Means…

Classification of Malwares using Neural Network and its correlation with Human Learning
  • By Rohan Choudhary
  • June 12, 2019
  • Machine LearningPython

Neural Network Computer systems provide a worldwide global accessibility of resources with high scalability, rapid elasticity, free-capital expense and prominence among private, public and commercial sectors. Moreover the internet and…