doushishi6513 2009-03-08 02:38
浏览 40
已采纳

学习网络语言[关闭]

I am wondering what other people have experienced in creating a web service application, what language/framework is best suited for a beginner? Are there characteristics of the chosen language that make it better suited to programmers of a certain way of thinking that makes language XYZ appeal to particular programmers more?

I'm looking at learning php, Ruby (probably RoR), or Python (using Django). Every search I do comes up with one person saying how wonderful one is then another person bashes it, and I'm not getting any sense of why a particular language would appeal to a particular user and be more suitable for a choice to use, or where a particular choice would appeal to a given task like communicating with a MySQL database or ease of long term maintenance of an application.

Anyone have input on this without turning it into a debate?

  • 写回答

7条回答 默认 最新

  • doutucui0133 2009-03-08 02:55
    关注

    For self-directed learning, PHP is actually kind of hard to beat. It's forgiving in the sense that the language is flexible and straitforward. The library is easy to learn and even easier to search through. Being able to mix code and markup can speed learning as well.

    In the long term though, there's not much else PHP has to offer. Java, Python, C# all offer better designed languages and more consistent libraries at the cost of slightly more layers of abstraction.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(6条)

报告相同问题?

悬赏问题

  • ¥20 求用stm32f103c6t6在lcd1206上显示Door is open和password:
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类