Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: "Just saying" what exactly?
Post: RE: "Just saying" what exactly?

Quote:bluedoor5 Wrote: Firstly, who change my title of this thread by adding "what exactly" after the original title, "Just Saying" ? I didn't notice before, but it looks like it was Mekire. Personall...
bluedoor5 Bar 16 6,898 Aug-22-2018, 05:08 PM
    Thread: "Just saying" what exactly?
Post: RE: "Just saying" what exactly?

ok, posted on the wrong thread. no, it's not homework, as in I'm going to a school, homework. Sorry. What I do have is my current excel vba project that relies on a web query in a certain way, and it...
bluedoor5 Bar 16 6,898 Aug-22-2018, 03:48 AM
    Thread: "Just saying" what exactly?
Post: RE: "Just saying" what exactly?

Quote:Just saying" what exactly? Firstly, who change my title of this thread by adding "what exactly" after the original title, "Just Saying" ? This is the bar, right....? At the bars I used to go t...
bluedoor5 Bar 16 6,898 Aug-21-2018, 11:15 PM
    Thread: "Just saying" what exactly?
Post: "Just saying" what exactly?

https://mail.python.org/mm3/mailman3/lis...ython.org/ Quote:* We ask everyone to be welcoming, friendly, and patient. * Flame wars and insults are unacceptable in any fashion, by any party....
bluedoor5 Bar 16 6,898 Aug-21-2018, 02:48 PM
    Thread: How fast did you manage to learn Python?
Post: RE: How fast did you manage to learn Python?

I don't think I will ever accomplish my goal and my current working prototype in excel VBA, will probably end up being a white elephant. I have ideas, have paid before for my program as private, huma...
bluedoor5 News and Discussions 11 7,161 Jul-26-2018, 06:38 AM
    Thread: missing styntax
Post: RE: missing styntax

Quote:teaching you how to fish, instead of giving you fish. I needed to know the output of the file, once I see the file, then I can work backwards line by line on the code and decipher it. I apolog...
bluedoor5 Web Scraping & Web Development 7 4,165 Jul-23-2018, 09:56 PM
    Thread: missing styntax
Post: RE: missing styntax

How dare you call me lazy, do you have a problem with your moderator status ? I/we are ( plural ) am not of your era. You "get" code, fine. Some of us don't "get" code, but we do work at it at a pace ...
bluedoor5 Web Scraping & Web Development 7 4,165 Jul-23-2018, 12:25 PM
    Thread: missing styntax
Post: RE: missing styntax

Ok, so it's 2 of those curly brackets, thanks to another forum. meetings = meetings_soup.findAll("td",{"class":"left"}) You expected me to guess 2 curly brackets by reading 20 thousand volumes of RTF...
bluedoor5 Web Scraping & Web Development 7 4,165 Jul-23-2018, 11:28 AM
    Thread: missing styntax
Post: RE: missing styntax

Quote:surround python code with python tags, not quote tags. I fixed this for you, so please use python tags on future posts, Sorry, I forgot. Quote:What do you think it is? Doesn't it ring a bell? D...
bluedoor5 Web Scraping & Web Development 7 4,165 Jul-23-2018, 04:25 AM
    Thread: missing styntax
Post: missing styntax

This snippet of a test has some missing styntax, what are the missing codes where there is **** ? from urllib.request import urlopen as uReq from bs4 import BeautifulSoup as soup meetings_url = "h...
bluedoor5 Web Scraping & Web Development 7 4,165 Jul-23-2018, 03:35 AM
    Thread: getting started, again
Post: RE: getting started, again

Quote:with open(r'C:\MYPYTHONSKOOL\my-text-file.txt', 'a+') as f_out: f_out.write(f"{soup.find('title').text}\n" Worked first go. That's one way logging I will be using in future, add to next lin...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-21-2018, 04:36 PM
    Thread: getting started, again
Post: RE: getting started, again

So if I run the txt file script, the way read it, the script is looking for Quote:title.txt or whatever name I choose to call it, "my-text-file.txt" What I don't see in the script is what folder the ...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-21-2018, 02:44 PM
    Thread: getting started, again
Post: RE: getting started, again

Successfully installed PyScripter 3.4.1.0 x86 Is this now ready to do a web scrape, or do I require anything else ? Thanks
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-21-2018, 03:18 AM
    Thread: getting started, again
Post: RE: getting started, again

OK, successfully installed BSoup 4 2 more things, I need to install an editor, so I guess the one mentioned here previously. And secondly, ( i read it somewhere, can't think of the name ) to do the ...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-20-2018, 10:47 PM
    Thread: getting started, again
Post: RE: getting started, again

My next attempt was to try install beautifulsoup. I tried from the C:\python37 and C:\ Using the instructions posted earlier in this thread. I get an error at the CMD on both occasions Quote:C:\p...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-20-2018, 10:08 AM
    Thread: getting started, again
Post: RE: getting started, again

Thanks
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-19-2018, 09:44 PM
    Thread: getting started, again
Post: RE: getting started, again

Quote:If you open a terminal, and run the following, what output do you get? I get; Quote:C:\python37>python -c "import requests; print(requests)" <module 'requests' from 'C:\\python37\\lib\\s...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-19-2018, 09:06 PM
    Thread: getting started, again
Post: RE: getting started, again

Quote:C:\python37>>>> import requests > was unexpected at this time. C:\python37>pip install requests Collecting requests Downloading https://files.pythonhosted.org/packages/...3d...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-19-2018, 08:39 PM
    Thread: getting started, again
Post: RE: getting started, again

I been reading and practicing some stuff, but starting to see a bigger picture. On the question of Librarys, I started to look into a few of them, there seems to be thousands complimented by their au...
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-16-2018, 10:00 PM
    Thread: getting started, again
Post: RE: getting started, again

snippsat Quote:You can choose folder like C:\python37 in follow Python 3.6/3.7 and pip installation under Windows Yeah I missed that bit, ok...Thanks
bluedoor5 Web Scraping & Web Development 19 10,610 Jul-13-2018, 12:38 PM

User Panel Messages

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