-
Kelebogile Mahendra started the discussion How to scrape data from mobile-optimized websites? in the forum General Web Scraping a year ago
How to scrape data from mobile-optimized websites?
Switch the user-agent to a mobile browser version to scrape the mobile version of the site.
-
Kelebogile Mahendra changed their photo a year ago
-
Kelebogile Mahendra became a registered member a year ago
-
Eutropios Michelangela replied to the discussion What’s the best programming language to learn in 2024 for web development? in the forum General Web Scraping a year ago
What’s the best programming language to learn in 2024 for web development?
For mobile and web together, Dart with Flutter is worth learning in 2024 because it’s gaining popularity.
-
Eutropios Michelangela replied to the discussion What are the most important new features in Python 3.12? in the forum General Web Scraping a year ago
What are the most important new features in Python 3.12?
The match statement has been improved for pattern matching, which is great for cleaner code.
-
Eutropios Michelangela started the discussion Best ways to extract text content from HTML tags using BeautifulSoup. in the forum General Web Scraping a year ago
Best ways to extract text content from HTML tags using BeautifulSoup.
Use the .text attribute in BeautifulSoup to extract text from a tag, like soup.find(‘h1’).text.
-
Eutropios Michelangela changed their photo a year ago
-
Eutropios Michelangela became a registered member a year ago
-
Wendel Vilko replied to the discussion How does backend development differ between Python and JavaScript? in the forum General Web Scraping a year ago
How does backend development differ between Python and JavaScript?
JavaScript (via Node.js) is faster in performance, especially for I/O-heavy tasks like real-time apps.
-
Wendel Vilko replied to the discussion What’s the best programming language to learn in 2024 for web development? in the forum General Web Scraping a year ago
What’s the best programming language to learn in 2024 for web development?
Python is great if you’re looking to get into backend development, and it’s also easier for beginners.
- Load More