Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Scrapping - A tool?
Post: RE: Scrapping - A tool?

Well, I got one step closer. But I expected to be something with that - Anybody who know how to bypass ul/li ? But if you look at this url: http://semleragro.dk/brugte-maskiner/brugte-maskiner/ - I...
kasper1903 Web Scraping & Web Development 10 5,025 Oct-11-2019, 12:58 PM
    Thread: Scrapping - A tool?
Post: RE: Scrapping - A tool?

Hi guys! Me again. I hope you can help me with something. As I was trying to scrape a specific url, it doesn't recognize any tables. Looking into the html, I can see div have been used alot, and it se...
kasper1903 Web Scraping & Web Development 10 5,025 Oct-11-2019, 09:56 AM
    Thread: Scrapping - A tool?
Post: RE: Scrapping - A tool?

I totally agree! The problem is, that the constraint was, that they needed a tool they could change the things themselves in. Hence, I cant write my own script or use pandas - That is why, I probably ...
kasper1903 Web Scraping & Web Development 10 5,025 Oct-11-2019, 08:50 AM
    Thread: Scrapping - A tool?
Post: RE: Scrapping - A tool?

I though about using excel actually, because that is a program that everybody knows. But more, if there were any other tools out there. Thank you for your reply!
kasper1903 Web Scraping & Web Development 10 5,025 Oct-10-2019, 01:20 PM
    Thread: Scrapping - A tool?
Post: Scrapping - A tool?

Hi guys. At my work, I was asked for a solution for this problem. Basically, I work at a newspaper, who wish to scrap some urls for data, where the data lies in a tables, which you download as csv. I...
kasper1903 Web Scraping & Web Development 10 5,025 Oct-10-2019, 01:10 PM
    Thread: Store data in array
Post: RE: Store data in array

Ah cool! Thank you :) :) :)
kasper1903 Homework 4 3,117 Oct-04-2019, 12:43 PM
    Thread: Store data in array
Post: RE: Store data in array

Thanks for answer! Where would you use the list(reader)?
kasper1903 Homework 4 3,117 Oct-04-2019, 10:32 AM
    Thread: Store data in array
Post: Store data in array

Hi guys. I have some trouble with this code. I want to store my data from a csv into an array - The data consist both of text, dates and numbers. import csv timestamp = [] shoeSize = [] program = ...
kasper1903 Homework 4 3,117 Oct-01-2019, 03:34 PM
    Thread: Splitting tuples
Post: RE: Splitting tuples

Cool! Thank you for the answer guys! Ofcourse, now I see the problem in the file too. I think the teacher made the mistake on purpose, to mess with us a bit with ;)
kasper1903 Homework 3 2,313 Sep-23-2019, 09:18 AM
    Thread: Splitting tuples
Post: Splitting tuples

Hi guys. Hope you can help I need to split my tuples into separate columns. This is what I got import csv with open('geyserData.csv', 'r') as f: reader = csv.reader(f) your_list = tuple(...
kasper1903 Homework 3 2,313 Sep-21-2019, 12:36 PM
    Thread: While loop
Post: RE: While loop

Thank you so much the both of you! :D It helped alot! Have an awesome day!
kasper1903 General Coding Help 4 2,268 Aug-03-2019, 01:39 PM
    Thread: While loop
Post: While loop

Hi guys. I am quite new to the whole coding, and hope you could help me with this little piece. I have this small script, which allows me to open random sites in my browser with 5 - 20 seconds inter...
kasper1903 General Coding Help 4 2,268 Aug-02-2019, 03:37 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020