Data Science with Python course enables you to learn data science concepts from scratch. This Python Course will also help you master important Python programming concepts such as data operations, file operations, object-oriented programming and various Python libraries such as Pandas, Numpy, Matplotlib which are essential for Data Science. Python Certification Training course is also a gateway towards your Data Science career.
Introduction to Python
Learning Objectives: You will get a brief idea of what Python is and touch on the basics.
Topics:
Learning Objectives:In this Module, you will learn how to create generic python scripts, how to address
errors/exceptions in code and finally how to extract/filter content using regex
Topics:
How will I execute practical’s in destinytechinfo.com's Python Certification Course?
You will do your Assignments/Case Studies using Jupyter Notebook that is already installed on your
Cloud Lab environment whose access details will be available on your LMS. You will be accessing your
Cloud Lab environment from a browser. For any doubt, the 24*7 support team will promptly assist you.
Case Study 1: Maple Leaves Ltd is a start-up company which makes herbs from different types of plants
and its leaves. Currently, the system they use to classify the trees which they import in a batch is quite
manual. A laborer from his experience decides the leaf type and subtype of plant family. They have
asked us to automate this process and remove any manual intervention from this process. You have to
classify the plant leaves by various classifiers from different metrics of the leaves and to choose the best
classifier for future reference.
Case Study 2: BookRent is the largest online and offline book rental chain in India. The company charges
a fixed fee per month plus rental per book. So, the company makes more money when user rents more
books. You as an ML expert and must model recommendation engine so that user gets a
recommendation of books based on the behavior of similar users. This will ensure that users are renting
books based on their individual taste. The company is still unprofitable and is looking to improve both
revenue and profit. Compare the Error using two approaches – User Based Vs Item Based.