About 542,000 results
Open links in new tab
  1. culture - How are the chinese coding? - Stack Overflow

    Aug 2, 2009 · Code is written in the standard programming languages, although comments (and perhaps variable names) could be written in Chinese. No use re-inventing the wheel (where "the wheel" is C++, Perl, Python, etc.) when you can just learn a few keywords.

  2. 中蟒 (中文 Python) 編程語言網站 chinesepython

    中蟒是一套基於 Python 即譯語言 2.1.3 版的中文編程語言. 除了保留字, 變數名稱可用中文外, 很多內建數據型的操作都可用中文來進行. 中蟒加入了對中文字編碼的內部支援, 現在可以順利運行於大五及國標編碼的中文系統中. 同時用這兩種編碼系統所寫的程式不必進行編碼轉換可分享共用. 由於 Python 語言的發展已相當成熟, 也有許多第三方擴展模組廣泛流通著, 完全中文化將會是一個很浩大的工程. 提早釋出版本是為了讓更多有興趣的人加入我們的行列, 進行這項有趣的工作. 中蟒 …

  3. BeginnersGuideChinese - Python Wiki

    Python语言是免费的,如果你知道从何处开始,它很容易上手! 本指南将帮助你快速入门。 不了解Python? 先读一下 Python简介:通过一个简短的介绍了解Python是什么。 接下来,在你的电脑上安装Python的解释器。 它用来读取Python程序并执行指令:在进行任何Python编程前你需要准备好它。 目前Python有两个主要版本:Python 2和Python 3。 根据 Python2orPython3 页面提供的建议,你可以决定哪个版本最适合你。 在撰写本文时(2010年6月21号),以下内容假设你决 …

  4. Python 中文编码 - 菜鸟教程

    Python中默认的编码格式是 ASCII 格式,在没修改编码格式时无法正确打印汉字,所以在读取中文时会报错。 解决方法为只要在文件开头加入 # -*- coding: UTF-8 -*- 或者 # coding=utf-8 就行了

  5. A tutorial to ChinesePython beginners - learning Chinese with code

    Mar 10, 2023 · Here is a very simple python program. The interpreter works with Traditional characters, but I provide the Simplified Chinese "translation" for reference and learning purposes. Simplified Chinese: Words used: 定義, Simplified 定义 (dìng yì) - This means "define" in English. It's the beginning of a function definition.

  6. zhpy - PyPI

    Oct 22, 2015 · Zhpy provide a method ‘zh_exec’ that allow you to embed chinese script in python; Zhpy could be used as the chinese shell script as well. The zhpy code written in traditional and simplified chinese could be translated and converted to natual python code.

  7. Python中文网 - 人生苦短,我用 Python

    加入「 Python中文网 」,探索全面的Python教程和资源。免费获取高质量Python培训,下载最佳Python IDE,提升编程技能。立即访问,开始您的Python学习之旅!

  8. Python coding Chinese

    Python in the default encoding format is an ASCII format, did not modify the encoding format when characters can not print correctly, so when reading Chinese error. Solution is just the beginning of the file on # - * - coding: UTF- 8 - * - or # coding = utf-8 on the list. #! / Usr / bin / python. The output is:

  9. How to write a loop in ChinesePython: learning Chinese by programming

    Apr 7, 2023 · The following code is a simple example, and also includes how to define a function in Chinese code. The characters used in the code are broken down into each Chinese word with pinyin and meaning. # coding = utf-8 # by jiahua huang. 姓名表 = ('张三', '李斯', '王海', '荷花') 定义 打印姓名表(): 计数 = 1. 取 姓名 在 姓名表:

  10. english.ht - chinesepython

    ChinesePython is a sort of translation work of the Python language into chinese. Not only the interpreter's user messages/errors/warnings but also the lanuguage itself, i.e. keywords, variable names, builtin functions and type methods.

  11. Some results have been removed
Refresh