Real Data Science Tasks with Pandas and BeautifulSoup.

Опубликовано: 31 Март 2026
на канале: Python With Saung
177
8

This tutorial show you how to scrap real data from JobNet.com and how is the IT jobs vacancies in Myanmar. It use pandas, beautifulsoup and requests modules.


Libraries :
pip install jupyter
pip3 install requests
pip3 install beautifulsoup4
pip3 install pandas


IDE : jupyter ( you can use other IDE like Pycharm, Atom, Sublime or ....)

Virtual Environment မဆောက်ရသေးတဲ့ သူတွေက အောက်က link မှာကြည့်ပါ👇👇👇
   • How to create virtual environment per proj...