

Juliana Loredana
-
Juliana Loredana replied to the discussion How does Julia compare to Python for data science? in the forum General Web Scraping 11 months ago
How does Julia compare to Python for data science?
Julia supports high-level abstractions and has better parallelism for multi-core tasks, but it’s not as mature as Python for general data science workflows.
-
Juliana Loredana replied to the discussion What are the main differences between procedural and functional programming? in the forum General Web Scraping 11 months ago
What are the main differences between procedural and functional programming?
Functional languages like Haskell or Scala encourage recursion and high-order functions, whereas procedural programming relies more on loops and conditionals.
-
Juliana Loredana replied to the discussion How does C# compare to Java for enterprise-level applications? in the forum General Web Scraping 11 months ago
How does C# compare to Java for enterprise-level applications?
Java is more established in the enterprise world, with a larger pool of developers and support for large-scale applications like banking systems.
-
Juliana Loredana replied to the discussion What’s the best language for building microservices: Go or Python? in the forum General Web Scraping 11 months ago
What’s the best language for building microservices: Go or Python?
For handling concurrency, Go is superior because of its goroutines, which make managing multiple requests simpler.
-
Juliana Loredana started the discussion How can I scrape data from complex multi-page forms? in the forum General Web Scraping 11 months ago
How can I scrape data from complex multi-page forms?
I use Selenium to simulate form submissions page by page, ensuring each page is fully loaded before moving to the next. It’s slow but effective for complex forms.
-
Juliana Loredana changed their photo 11 months ago
-
Juliana Loredana became a registered member 11 months ago