Question:
Question About Python ?
DevilDude
2013-01-28 04:25:43 UTC
Can Python do all the stuff that C++ can do ?? I mean can i develop software by writing python ?? and everyone tells that python also used for web developmet..so can python do the job as HTML,Javascript or css and PHP ?? or PHP is different ? And can python make framework of facebook similar site ..as facebook written in C++ and PHP...so can anyone write similar website with python and php ?? or python make the site slow.......

pls answer me..I'm curious to know....
Three answers:
Brian K
2013-01-28 08:10:45 UTC
Just to expand on what Silent said...



C++ is typically compiled to machine code and therefore generally has no run-time dependencies except for any dynamically linked libraries. Various Python implementations may or may not have more dependencies (e.g. an interpreter and/or run-time support components).



Web browsers natively support HTML and most also natively support Javascript and CSS. I do not know of any that natively support Python, although you can certainly use Python on a server to generate browser-supported content. In theory, you could also add native Python support to browsers supporting plugins, but I suspect you would have significant adoption issues unless you're dealing with a closed, controlled user population (perhaps a corporate intranet).



I believe Java is the most widely supported general programming language with browser plugin support, however a number of sources (including the US government) are currently recommending disabling browser-side Java support whereever possible due to security concerns.



A common situation for many web application developers is to generate HTML, CSS, and Javascript for the client-side (browser) code in conjunction with some other language (ASP, C#, Java, Perl, PHP, Python, Ruby, etc.) on the server.



I hope that helps.
Silent
2013-01-28 04:37:04 UTC
Yes, Python can do pretty much anything C++ can do.



Yes, you can develop software using Python.



Yes, Python can be used as a server-side scripting language for web development. In your example it would be replacing PHP.



Yes, Python could be used to "make framework of facebook similar site". There is no particular reason to think that Python would "make the site slow".
tillery
2016-12-04 06:40:39 UTC
it is taken into consideration one of those Freaudian question "Who beats the pythons?" i desire you already know what a "Monty" is. in case you do then you certainly can comprehend in simple terms how incorrect that query could be. besides, i presumed they have been awesome for their time. i presumed SNL had this is stable circumstances, to boot. they are actually not an analogous yet they're the two exciting. I observed a sparkling instruct on HBO stated as "Underground" that seems to be humorous although this is greater like In "residing colour" than the rest. "snigger In" had its time. i think of we are due for the return of variety exhibits. I omit the days of exhibits like the "Carol Burnett instruct" which had skits and that they've been humorous too. i don't have a fave novel or action picture. I enjoyed Dan Brown's books and that i enjoyed stupid video clips, the dirtier the greater desirable, Drunken Lizzard, Ben Stiller, et al.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...