however, in choosing to use jython, you are able to bring to bear the entire python language and runtime against your problem of choosing which tests to execute 不過,如果選擇使用jython,就可以利用整個(gè)python語(yǔ)言和運(yùn)行時(shí)來解決選擇執(zhí)行哪些測(cè)試的問題。
this tutorial teaches the basics of a grid design and how different components of the python language can be used to support the design through its various stages 本教程介紹基本的設(shè)計(jì)知識(shí),構(gòu)成系統(tǒng)的各種不同組件,以及用于構(gòu)建系統(tǒng)基礎(chǔ)框架時(shí)的不同python模塊和系統(tǒng)。
other articles discussed the conditional and looping features of the python language and how they work together with the container data types to simplify programming tasks 其他文章討論了python語(yǔ)言的條件和循環(huán)特性,以及它們?nèi)绾闻c容器數(shù)據(jù)類型進(jìn)行協(xié)作來簡(jiǎn)化編程任務(wù)。
in this first installment in the series, i ll focus on jython, a scripting language that combines the ease of use of the python language with the power and flexibility of the java runtime environment 在本系列的第一期中,我將側(cè)重于jython,這是一種結(jié)合了python語(yǔ)言的易用性和javaruntimeenvironment的強(qiáng)大和靈活性的腳本語(yǔ)言。
unlike many other programming languages, the python language does not include a special data type to handle a single character, such as " a " or " z . " in contrast, python takes a different approach : it uses a class designed especially for holding sequences of characters 與許多其他編程語(yǔ)言不同,python語(yǔ)言不包括用于處理單一字符(例如“a”或“z”)的特殊數(shù)據(jù)類型。相反,python使用了其他方法:它使用專為保持字符序列而設(shè)計(jì)的類。