How to Get Both Elements and Indices in a List in Python
https://python.plainenglish.io/how-to-get-both-elements-and-indices-in-a-list-in-python-604ac6cfef0b
https://python.plainenglish.io/how-to-get-both-elements-and-indices-in-a-list-in-python-604ac6cfef0b
Medium
How to Get Both Elements and Indices in a List in Python
Use a built-in Python function
How to Do Web Scraping Mobile Phone Data from Flipkart Using Python?
https://anil-prajapati.medium.com/how-to-do-web-scraping-mobile-phone-data-from-flipkart-using-python-23200131331f
https://anil-prajapati.medium.com/how-to-do-web-scraping-mobile-phone-data-from-flipkart-using-python-23200131331f
Medium
How to Do Web Scraping Mobile Phone Data from Flipkart Using Python?
Extract products data from Flipkart with Pandas, Selenium, BeautifulSoup4, and CSV.
How I went from Noob to Expert in Python Programming
https://blog.devgenius.io/how-i-went-from-noob-to-expert-in-python-programming-8c4e141a0be1
https://blog.devgenius.io/how-i-went-from-noob-to-expert-in-python-programming-8c4e141a0be1
Medium
How I went from Noob to Expert in Python Programming
Compilation of the resources which I used till now
Configuring templates and static for Django App
https://medium.com/@dibaekhanal101/configuring-templates-and-static-for-django-app-b3cdf3c9f9f0
https://medium.com/@dibaekhanal101/configuring-templates-and-static-for-django-app-b3cdf3c9f9f0
Medium
Configuring templates and static for Django App
A Django template is a text document or a Python string marked-up using the Django template language.
How GridSearchCV helped to solve an automobile problem
https://medium.com/geekculture/how-gridsearchcv-helped-to-solve-an-automobile-problem-6e7e91d95da2
https://medium.com/geekculture/how-gridsearchcv-helped-to-solve-an-automobile-problem-6e7e91d95da2
Medium
How GridSearchCV helped to solve an automobile problem
I think perhaps one area of machine learning that I am weak in is performing a grid search to find the optimum parameters by which to…
List Comprehension, Conditional, and Looping Statements in Python
https://medium.com/geekculture/list-comprehension-conditional-and-looping-statements-in-python-16db4ea9e58b
https://medium.com/geekculture/list-comprehension-conditional-and-looping-statements-in-python-16db4ea9e58b
Medium
List Comprehension, Conditional, and Looping Statements (Quick Code-Python)
Learn about the if statement, for, while, nested loops, range and using List Comprehension to write code efficiently