Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: WordPress and Python Script
Post: RE: WordPress and Python Script

I meant to say post without having to hit refresh. I was looking into something like server sent events. I don't want people who use my site to have to hit 'F5' every 2 seconds. Wanted it to happen au...
Corate General Coding Help 3 85,208 Jan-06-2019, 09:10 AM
    Thread: WordPress and Python Script
Post: WordPress and Python Script

Is it possible to put a Python Script on a WordPress site. I made a web-scraper in Python and would like the web-scraper to automatically post new data to a WordPress website. I googled Python and Wo...
Corate General Coding Help 3 85,208 Jan-06-2019, 07:32 AM
    Thread: How to work with large lists without crashing Python?
Post: RE: How to work with large lists without crashing ...

(Mar-14-2018, 09:08 PM)wavic Wrote: Why do you hardcode the list? Just read it from a file and iterate over it. Don't know how to do that. Was asking for help on how to do that. Downloaded pycharm, ...
Corate Data Science 8 14,421 Mar-14-2018, 09:21 PM
    Thread: How to work with large lists without crashing Python?
Post: RE: How to work with large lists without crashing ...

I’m trying to import the list. Im just copying 10,000 elements into idle and hitting enter. Thats where it lags. it also lags when i print the list. If i make the list one element at a time it is fine...
Corate Data Science 8 14,421 Mar-14-2018, 06:40 PM
    Thread: How to work with large lists without crashing Python?
Post: RE: How to work with large lists without crashing ...

The list is a list of stock symbols. From that list of symbols. I form a smaller list. That smaller list needs to be stored in memory all at once. The larger list is 10,000+ elements of 3-5 letter acr...
Corate Data Science 8 14,421 Mar-14-2018, 06:31 PM
    Thread: How to work with large lists without crashing Python?
Post: How to work with large lists without crashing Pyth...

Whenever I try to make a list of >5,000 items in python idle, it freezes and becomes unresponsive. Is there a way to work with large python lists without using a lot of data or memory? I was think...
Corate Data Science 8 14,421 Mar-14-2018, 06:12 PM

User Panel Messages

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