https://github.com/tirtharajsinha/python-for-data-science
A collection of projects as part of the Python for Data Science program
https://github.com/tirtharajsinha/python-for-data-science
concepts data-science learner python python-language
Last synced: about 2 months ago
JSON representation
A collection of projects as part of the Python for Data Science program
- Host: GitHub
- URL: https://github.com/tirtharajsinha/python-for-data-science
- Owner: tirtharajsinha
- License: mit
- Created: 2020-05-28T17:40:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T06:38:53.000Z (over 4 years ago)
- Last Synced: 2025-01-04T21:28:14.605Z (4 months ago)
- Topics: concepts, data-science, learner, python, python-language
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python for Data Science program covers the essential parts of the Python programming language that helps a learner in his journey as a data scientist. Being a good programmer helps a learner to prepare data better for analysis and allows to quickly deploy models. Following concepts are covered in this program
- Fundamentals of Python language
- Object-Oriented Programming and other advanced concepts
- Manipulating matrices using NumPy
- Data Wrangling with Pandas
- Visualizing Data using Matplotlib