Click here to Skip to main content
15,891,473 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Python for Web site development? Pin
Peter Adam19-Nov-21 6:41
professionalPeter Adam19-Nov-21 6:41 
GeneralRe: Python for Web site development? Pin
Davyd McColl17-Jan-22 21:10
Davyd McColl17-Jan-22 21:10 
GeneralRe: Python for Web site development? Pin
Peter Adam17-Jan-22 21:59
professionalPeter Adam17-Jan-22 21:59 
GeneralRe: Python for Web site development? Pin
Davyd McColl17-Jan-22 23:45
Davyd McColl17-Jan-22 23:45 
GeneralRe: Python for Web site development? Pin
Peter Adam18-Jan-22 0:53
professionalPeter Adam18-Jan-22 0:53 
GeneralRe: Python for Web site development? Pin
Slow Eddie19-Nov-21 1:41
professionalSlow Eddie19-Nov-21 1:41 
GeneralRe: Python for Web site development? Pin
Davyd McColl19-Nov-21 2:30
Davyd McColl19-Nov-21 2:30 
GeneralRe: Python for Web site development? Pin
Mike Winiberg18-Nov-21 20:56
professionalMike Winiberg18-Nov-21 20:56 
You should use the right tool for the job, which may indeed be python.

Some will say "python is slow". Compared to what? yes if you were trying to serve 1 million concurrent users over a 1tb internet feed using a JSON database, but if all you want is a small ecommerce site with links to a SQL backend etc, then - on modern hardware - your pipe speed will be more limiting than python, unless you are running it on a very underpowered PC with very limited memory etc.

I have an interactive card payment system running in Python, plus a guest sundry supplies/services ordering system designed to run as a web app on Android and iOS phones. It can't render a film like SHANG-CHI in 4K+3D in under 3 seconds FFS!, but it can handle multiple concurrent users over a 1Gb pipe, plus talking to the bank card payment system and a SQL backend, despite being run on a small virtual machine hosted on ESX.

Remember, these days, by the time you've developed your multi-user. high throughput web host using the latest HTML5/<language of="" choice="">/<framework of="" choice="">, the framework will have had at least 3 updates, been deprecated or significantly changed or just gone out of fashion in favour of the latest of the 200 or so new or revised frameworks that were released during the previous 3 months!

Find a well-known, long lived toolset that is in widespread current use for your dev. The latest 'shiny' is just a distraction!
GeneralRe: Python for Web site development? Pin
Slow Eddie19-Nov-21 1:37
professionalSlow Eddie19-Nov-21 1:37 
GeneralRe: Python for Web site development? Pin
Wizard of Sleeves18-Nov-21 21:13
Wizard of Sleeves18-Nov-21 21:13 
GeneralRe: Python for Web site development? Pin
Slow Eddie19-Nov-21 1:48
professionalSlow Eddie19-Nov-21 1:48 
GeneralRe: Python for Web site development? Pin
Richard MacCutchan18-Nov-21 21:44
mveRichard MacCutchan18-Nov-21 21:44 
GeneralRe: Python for Web site development? Pin
Slow Eddie19-Nov-21 1:51
professionalSlow Eddie19-Nov-21 1:51 
GeneralRe: Python for Web site development? Pin
Stuart Dootson19-Nov-21 3:19
professionalStuart Dootson19-Nov-21 3:19 
GeneralRe: Python for Web site development? Pin
Slow Eddie19-Nov-21 5:45
professionalSlow Eddie19-Nov-21 5:45 
GeneralBMW Smart Car Pin
Mike Hankey18-Nov-21 6:27
mveMike Hankey18-Nov-21 6:27 
GeneralRe: BMW Smart Car Pin
Richard MacCutchan18-Nov-21 6:48
mveRichard MacCutchan18-Nov-21 6:48 
GeneralRe: BMW Smart Car Pin
MarkTJohnson18-Nov-21 6:58
professionalMarkTJohnson18-Nov-21 6:58 
GeneralRe: BMW Smart Car Pin
RickZeeland18-Nov-21 8:15
mveRickZeeland18-Nov-21 8:15 
GeneralRe: BMW Smart Car Pin
OriginalGriff18-Nov-21 8:57
mveOriginalGriff18-Nov-21 8:57 
GeneralRe: BMW Smart Car Pin
Mike Hankey18-Nov-21 9:01
mveMike Hankey18-Nov-21 9:01 
GeneralRe: BMW Smart Car Pin
dandy7218-Nov-21 10:59
dandy7218-Nov-21 10:59 
RantRe: BMW Smart Car Pin
Gary R. Wheeler18-Nov-21 10:57
Gary R. Wheeler18-Nov-21 10:57 
GeneralRe: BMW Smart Car Pin
Mike Hankey18-Nov-21 11:09
mveMike Hankey18-Nov-21 11:09 
GeneralRe: BMW Smart Car Pin
honey the codewitch18-Nov-21 15:37
mvahoney the codewitch18-Nov-21 15:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.