Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Read Write CSV (Qt5)
Post: RE: Read Write CSV (Qt5)

(Jan-25-2017, 04:38 PM)Axel_Erfurt Wrote: for tab delimited CSV (Open, Save, Preview, Print, Contextual Menu) made in Linux File on Github #!/usr/bin/python3 #-*- coding:utf-8 -*- import csv, cod...
scriptso Code sharing 3 19,360 Apr-13-2017, 08:10 AM
    Thread: How complex is this project?
Post: RE: How complex is this project?

Sounds like you talking about using neural networking... NLP. Scrapy will get the content but wont natively perform any analysis... (Jan-24-2017, 06:29 AM)Nested_Sunlight Wrote: In short, I am aimin...
scriptso Web Scraping & Web Development 3 3,948 Feb-06-2017, 11:26 PM
    Thread: Web Crawler Not Working
Post: RE: Web Crawler Not Working

@snippsat nothing to it! Wonder if Original Poster gave up. (Feb-03-2017, 09:48 AM)wavic Wrote: I get the page code and that is not the issue. I do not play for first time with bs4. I know how it ...
scriptso Web Scraping & Web Development 13 11,213 Feb-06-2017, 10:45 PM
    Thread: Web Crawler Not Working
Post: RE: Web Crawler Not Working

(Feb-03-2017, 01:34 AM)wavic Wrote: Lets see the changes As you wish! though I was hoping to point out to the OP that in the stack trace.... says exactly where the error was but w.ez _author_ = 'Er...
scriptso Web Scraping & Web Development 13 11,213 Feb-03-2017, 01:47 AM
    Thread: Web Crawler Not Working
Post: RE: Web Crawler Not Working

(Feb-03-2017, 12:39 AM)wavic Wrote: The page is JS generated. Requests can't handle such a site. I didn't check the actual page on a browser, and though I do not doubt what your saiying, you can use...
scriptso Web Scraping & Web Development 13 11,213 Feb-03-2017, 01:18 AM
    Thread: Web Crawler Not Working
Post: RE: Web Crawler Not Working

(Feb-02-2017, 11:23 PM)wavic Wrote: The url is not quoted heiconic.com.au/mens-clothing-tshirts-singlets/?page=' LOL well since we are making things easy for the ... poster! =( I was trying to have...
scriptso Web Scraping & Web Development 13 11,213 Feb-02-2017, 11:25 PM
    Thread: Web Crawler Not Working
Post: RE: Web Crawler Not Working

Have not ran your code just yet... doing some much-needed cleaning but before I reboot and do run it at a quick look, you did no close the url ... in url = .... (Jan-24-2017, 12:54 PM)chrisdas Wrote...
scriptso Web Scraping & Web Development 13 11,213 Feb-02-2017, 11:06 PM
    Thread: Video Player with Qt5
Post: RE: Video Player with Qt5

(Dec-21-2016, 11:39 AM)Axel_Erfurt Wrote: Updates on Github QT5_VideoPlayer.py  Very Cool! thanks you for your share... though I am a bit late to do so lol Im trying to create my own tkinter based ...
scriptso Code sharing 3 19,316 Feb-02-2017, 08:54 PM
    Thread: Scrapy-cut: Advanced Cookiecutter Scrapy Templating
Post: RE: Scrapy-cut: Advanced Cookiecutter Scrapy Templ...

(Feb-02-2017, 07:51 PM)Larz60+ Wrote: Bad news to name a dictionary yield, that is reserved for generators Larz, youre always the first to ever reply... your dedication on here is admirable! MORE BA...
scriptso Web Scraping & Web Development 2 4,654 Feb-02-2017, 07:57 PM
    Thread: Scrapy-cut: Advanced Cookiecutter Scrapy Templating
Post: Scrapy-cut: Advanced Cookiecutter Scrapy Templatin...

This post is to inquire any references or resources is... any pointers  to the following project scope whilst using cookie cutter framework. can check it out at https://github.com/3rawkz/scrapy-cut ...
scriptso Web Scraping & Web Development 2 4,654 Feb-02-2017, 07:36 PM
    Thread: Simple Django Tutorial
Post: RE: Simple Django Tutorial

(Dec-10-2016, 05:29 PM)lewashby Wrote: I'm following the Django tutorial here -> https://docs.djangoproject.com/en/1.10/i...utorial01/ but I'm having problems. I can run python3 manage.py runserv...
scriptso Web Scraping & Web Development 1 4,620 Jan-30-2017, 05:57 PM
    Thread: Access google sheets like a csv file
Post: RE: Access google sheets like a csv file

(Jan-16-2017, 06:19 PM)micseydel Wrote: (Jan-16-2017, 06:18 PM)wavic Wrote: Why do you use comments instead of __doc___?Could you elaborate?  Hmmm I briefly checked out the source of github but I ...
scriptso Code sharing 5 5,794 Jan-26-2017, 06:52 PM
    Thread: HTTPError: Forbidden when try download image
Post: RE: HTTPError: Forbidden when try download image

(Jan-21-2017, 10:03 AM)snippsat Wrote: @scriptso you write a little messy **wink** You are right that setting user-agent header can solve it for urllib. But the clear message is that urllib should n...
scriptso Web Scraping & Web Development 8 20,006 Jan-21-2017, 12:42 PM
    Thread: HTTPError: Forbidden when try download image
Post: RE: HTTPError: Forbidden when try download image

Hey there! Im about to try your script out but Im almost 100% sure I know whats going on.  I have to admit that I gave bs a once over years ago and have been married to scrapy (we have a special conne...
scriptso Web Scraping & Web Development 8 20,006 Jan-21-2017, 09:13 AM
    Thread: Make A Button That Opens Another Tk() Window That I Have Made
Post: RE: Make A Button That Opens Another Tk() Window T...

Well the way he h (Jan-20-2017, 07:44 PM)Larz60+ Wrote: Just to clarify, There is a reason to not have both at root level, it's not legal to do so, you must use Toplevel. If you wish to hide the root...
scriptso GUI 5 28,323 Jan-20-2017, 08:10 PM
    Thread: Make A Button That Opens Another Tk() Window That I Have Made
Post: RE: Make A Button That Opens Another Tk() Window T...

Hey there, Im literally just getting into tkinter wouldn't logic dictate to just use callback functions from the StartScreen to the FirstScreen on x button? All in one script... and yeah like Saif sa...
scriptso GUI 5 28,323 Jan-20-2017, 07:24 PM
    Thread: CSV : Troubleshooting my script
Post: RE: CSV : Troubleshooting my script

okay so.... output comes out as Output:row: ['Julia Tutorial\n      ', 'https://www.youtube.com/embed/AyvyVS6u8AM'] Julia Tutorial        https://www.youtube.com/embed/AyvyVS6u8AM row: ['Selecting t...
scriptso Web Scraping & Web Development 7 6,761 Jan-04-2017, 12:54 AM
    Thread: CSV : Troubleshooting my script
Post: RE: CSV : Troubleshooting my script

My second attempt, (  please excuse my messy post)  I'm having an issue understading the CSV library logic, mostly the write portion.   What I am simply trying to do is very basic editing,  for the sa...
scriptso Web Scraping & Web Development 7 6,761 Jan-03-2017, 02:09 AM
    Thread: CSV : Troubleshooting my script
Post: RE: CSV : Troubleshooting my script

(Jan-02-2017, 10:35 PM)Larz60+ Wrote: Please re-post with code tags Thank you Im sorry? wait did you add the tags for me?  if not then I blame being a new user as I hadent been declared(notspammer)....
scriptso Web Scraping & Web Development 7 6,761 Jan-03-2017, 12:04 AM
    Thread: CSV : Troubleshooting my script
Post: CSV : Troubleshooting my script

Hello forum!   First post and starting it of by making yself look extra nubZ! lol  So I just reached (...yesterday infact ) first year of complte diving into everything python... If you check my I hav...
scriptso Web Scraping & Web Development 7 6,761 Jan-02-2017, 09:59 PM

User Panel Messages

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