-
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.
-
Wendel Vilko started the discussion How do I handle frequent website structure changes in scraping scripts? in the forum General Web Scraping a year ago
How do I handle frequent website structure changes in scraping scripts?
Use robust selectors like XPath or CSS that are less likely to break if the site’s structure changes slightly.
-
Wendel Vilko changed their photo a year ago
-
Wendel Vilko became a registered member a year ago
- Load More