Posts
Full Blog Post: BeautifulSoup: A beginner’s guide for web-scraping using Python Summary Web scraping is the process of extracting data from websites. It is a powerful tool that allows you to automatically collect data from multiple sources, making it a valuable skill for data analysis, research, and many other applications. This post will teach us how to build web scraping scripts using Python a...
[Medium] BeautifulSoup: A beginner’s guide for web-scraping using Python
Jan 28, 2023
26 views
Blog Post: How I used ChatGPT to pass the Linkedin assessment exam Course Link: Advanced NLP with Python for Machine Learning Youtube video of entire experiment(unlisted): Testing ChatGPT on Linkedin Assessment Exam: Summary In the blog, I will be discussing an experiment I performed to check how accurate the results are from ChatGPT if it takes an Advanced level exam from a Linkedin course: Advan...
[Medium] How I used ChatGPT to pass the Linkedin assessment exam
Jan 28, 2023
23 views
Blog Post: How to automate an Instagram Page using Python GitHub Repo: GitHub/automate_stuff Summary As an experimentation I have automated a page on Instagram: 2senthorror Tools used for completing this automation Data Collection: Reddit API Data Storage: Pandas Post Creation: Pillow and Textwrap Cloud Storage: imgbb API Post Publish: Instagram Graph API Python Hosting and Scheduling: Pythonanywh...
How to automate an Instagram Page using Python
Jan 28, 2023
10 views