Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 09/20/18 in all areas

  1. I never scrape lists and then add them to tables for this reason. If there is a missing list item, or if a list item has multiple entries then the entire table gets corrupted with bad data. In these cases it's best scrape every part you need for each individual table entry - instead of trying to get all of the data at once using lists. So for example if you wanted to get all of the urls and descriptions, instead of grabbing one list of urls and one list of descriptions. I would go to the first result and get all of the urls and descriptions from the first result, enter them into the table
    1 point
  2. I've gone through all of your courses and this is one of the most valuable videos i've seen for learning to be a better programmer. These high-level notions are welcome and I wish you shared a few practical and realistic examples in addition to the ' X Y Z '. The community could easily provide such examples. If you have more tips on theory for producing the cleanest and most elegant code that is instantly legible, please share! A lot of us novices would seriously be interested. =) As a test to add value to your video content, you might consider reverse engineering some programs/bots/tools (a
    1 point
×
×
  • Create New...