Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhruv-varshney-developer/python_projects


https://github.com/dhruv-varshney-developer/python_projects

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Python projects:

Basic python projects that can be used by anyone to get started with ML and Data Science.

Go in understanding and implementing the topics in the following order:

1. Task 1 - pandas.ipynb. Understand basics of pandas library and data analysis.
2. Task 2 - API calls, JSON parsing, pandas.ipynb. Understand how to make API calls, do json parsing and use pandas to analyze data from big data.
3. linear regression.ipynb . Perform simple mathematical operation on the data.
4. web scraping using beautifulsoup.ipynb. Scrape a website data using beautiful soup.
5. web scraping using selenium and proxy.ipynb
6. Automation scripts using selenium webdriver.ipynb