Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruv-varshney-developer/python_projects
https://github.com/dhruv-varshney-developer/python_projects
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhruv-varshney-developer/python_projects
- Owner: Dhruv-Varshney-developer
- Created: 2023-06-08T22:48:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:00:36.000Z (6 months ago)
- Last Synced: 2024-06-12T23:55:25.445Z (6 months ago)
- Language: Jupyter Notebook
- Size: 784 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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