Python Data Types

Python is a widely used programming language in software development, data research, and artificial intelligence. These use cases necessitate that data be stored effectively and in a way that it may be retrieved quickly. Python does this using its primary data types. These are the fundamental building blocks required for data processing and consist of simple data values.

Data Science Roadmap, Part 1: Learn Python, SQL, and Math

Are you an aspiring data scientist looking for a structured learning path? We’ve put together a complete data science roadmap to help you reach your goals. In this part 1 of the data science roadmap, you’ll find learning paths for Python, SQL, and Math for Data Science.

Deep Learning | Convolutional Neural Network| CNN

Introduction Artificial Intelligence has been witnessing a monumental growth in bridging the gap between the capabilities of humans and machines. Researchers and enthusiasts alike, work on numerous aspects of the field to make amazing things happen. One of many such areas is the domain of Computer Vision. The agenda for this field is to enable […]

Human Crowd Detection with public Webcam|Part 1

Introduction Human crowd detection is one of the widely used features by governments and organizations these days, to control crimes or to detect if there are cases of fainting or to identify any movement around premises. The proposed system was implemented using OpenCV and YoloV5 with python to detect a person’s movements. To implement this […]

Scikit-learn Advanced Features | Data Science

Neither Titanic dataset nor sklearn a new thing for any data scientist but there are some important features in scikit-learn that will make any model pre-processing and tuning easier, to be specific this notebook will cover the following concepts The dataset used in this article can be found in Titanic Dataset Before diving into our […]

Handling Dates and Time in Pandas

Date and Time are part of almost any dataset data scientist, data engineer, or data analyst will work on, so knowing how to handle this kind of data is a crucial skill that will save you a lot of time and effort. In this tutorial, we will discuss various methods of handling dates and times […]

Migrate Files from local files system to Amazon S3 with Python Application | AWS S3 | Python

Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. S3 storage well fit in different use cases, such as websites, mobile applications, backup and restore, archiv2e, enterprise applications, IoT devices, and big data analytics. Amazon S3 provides easy-to-use management features so you can organize […]