search
HomeBackend DevelopmentPHP TutorialPython 能取代 PHP 的 Web 开发地位吗?

没有相关的细节

回复内容:

我大PHP到现在也没把ASP灭族 个人有几点看法:
  1. 转移是需要成本的,如果将php项目转移到python架构上来显得不是那么容易
  2. python目前在国内的资源比较少,包括:从事python开发的人少,当然能写出高质量代码的人也就相对来说少很多;目前这方面的资源比较少;
  3. 目前从事php开发的人多,资源也很多,开发也很容易上手,而python创业公司可能会优先。。。。
作为井底之蛙的我认为,python在web开发方面,和php比,没有什么优越性- -
欢迎拍砖
  1. 作为一名写PHP的同时也在Python的码农,还是觉得写python爽点。
  2. 用python做web开发的学习曲线没有比php高。
  3. 现在python已经有点流行了,国内python大牛的推广很给力。
  4. python的web开发框架逐渐成熟,像django并不见得比任何php框架差。

所以,觉得python取代php在web开发的地位还是有可能,只不过是时间问题。 1.作为一个正在比较两种语言特性的入门级码农,从国内环境和google对其支持看,php已经趋于保守,缺点很多,但是国内市场需求旺盛,而且空间服务商也主流支持
2.python在知乎和豆瓣的成功,注定是未来一个发展方向,如果php再不努力,5年后就失去很大市场了
3.个人比较讨厌$符号满天飞,但是python为何对空白字符敏感呢,恨不得自己写一种web语言了
4.很多创业公司的确选择了python,这语言本人未用过,不再多评论
5.保守估计python4-5年内不会占领php市场,后发弱势,所以现在专心学习php,python只做爱好
---------------
2015.6.5更新
Python_v2.7生产使用3年后:
* Python能做的方向很多,web只是常用方向,各种web框架,简单易学,shell的top level也是动态语言标配
* Python真的很好 不会取代,PHP扩展丰富,社区活跃,开源系统多,开发人员更多。 除非互联网巨变,而且开发人员从php转移到python那是需要利益需求的,目前国内python市场还没形成。 在所有的编程领域里面,web似乎是编程语言最多的,光主流的就有asp、asp.net、jsp、php、ruby、python、nodejs, 这两个语言我们都有在用,第一代项目的时候全线使用PHP的Yii框架,第二代,我们后端进行了ROA,所有的后端接口以API的形式提供前端层的PHP进行调用,不得不承认python的开发效率比PHP快,可以写出简洁漂亮的代码,只是很多东西都没有现成的,利用好搜索引擎,大部分的问题都可以得到完美的解决方案,个人十分建议在web端尝试使用python,不比php差
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools