Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Deplying Web App
Post: RE: Deplying Web App

Thanks:)
lion137 Web Scraping & Web Development 2 2,102 Mar-15-2019, 01:07 PM
    Thread: Deplying Web App
Post: Deplying Web App

I have a simple Python app, something like online math tool. I don't know front end and web frameworks. What's the easy way to deploy this on web? For me enough would be simple site with textbox to en...
lion137 Web Scraping & Web Development 2 2,102 Mar-11-2019, 03:07 PM
    Thread: Optimising processing speed
Post: RE: Optimising processing speed

You just make a set of threads which works asynchronously, but not in parallel (not in Python - because of GIL). Try some library, it's not easy, If you can do it in numpy, would be the best, if not, ...
lion137 Code sharing 1 2,524 Aug-15-2018, 06:20 PM
    Thread: Web Scrapping Application
Post: RE: Web Scrapping Application

Thanks, I will definitely profile it, if concurrency won't do the job. I use jupyter notebook - there are awesome tools to do it (and more)!
lion137 Web Scraping & Web Development 4 4,718 Feb-10-2017, 11:53 AM
    Thread: Web Scrapping Application
Post: RE: Web Scrapping Application

(Feb-10-2017, 09:46 AM)snippsat Wrote: I would say that you are using wrong tools,can look at my tutorials here part-1, part-2. In part-2 i talk a little about concurrency. lxml is one of the faste...
lion137 Web Scraping & Web Development 4 4,718 Feb-10-2017, 09:58 AM
    Thread: Web Scrapping Application
Post: Web Scrapping Application

Hello everybody! I have a web crawler project, this is the main part of the code: # crawler import urllib.request from parse_tree import * import re url = '''some url here''' s = set() List = [] def ...
lion137 Web Scraping & Web Development 4 4,718 Feb-10-2017, 09:00 AM

User Panel Messages

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