-
Rishi Judikael replied to the discussion How do you handle error handling in JavaScript compared to Python? in the forum General Web Scraping a year ago
How do you handle error handling in JavaScript compared to Python?
JavaScript’s async/await syntax introduces new challenges for error handling in asynchronous code, requiring try/catch to handle rejected promises.
-
Rishi Judikael replied to the discussion What are the major differences between Java’s Spring framework and Python’s Djan in the forum General Web Scraping a year ago
What are the major differences between Java’s Spring framework and Python’s Djan
Spring has better support for microservices, with frameworks like Spring Boot making it easy to build scalable, distributed applications.
-
Rishi Judikael replied to the discussion What’s the best approach to learning Python for web development? in the forum General Web Scraping a year ago
What’s the best approach to learning Python for web development?
Make sure to learn about databases (e.g., SQLite, PostgreSQL) and how to integrate them with your Python web apps using SQLAlchemy or Django ORM.
-
Rishi Judikael replied to the discussion Should I learn PHP or Node.js for backend development in 2024? in the forum General Web Scraping a year ago
Should I learn PHP or Node.js for backend development in 2024?
PHP’s popularity is declining for new projects, whereas Node.js is gaining ground, especially for developers already familiar with JavaScript.
-
Rishi Judikael started the discussion How do I deal with scraped data that has inconsistent formatting? in the forum General Web Scraping a year ago
How do I deal with scraped data that has inconsistent formatting?
I run all text fields through standardization functions, like stripping whitespace and converting everything to lowercase, for easier processing.
-
Rishi Judikael changed their photo a year ago
-
Rishi Judikael became a registered member a year ago
-
Mahmud Fabrizio started the discussion What are the most common errors encountered in web scraping, and how can I troub in the forum General Web Scraping a year ago
What are the most common errors encountered in web scraping, and how can I troub
Missing elements are a frequent issue, especially if the website layout changes. I update my selectors regularly and use error logging to catch these early.
-
Mahmud Fabrizio changed their photo a year ago
-
Mahmud Fabrizio became a registered member a year ago
- Load More