文件名称:Python Koans-通过TDD学习Python-Python开发
文件大小:71KB
文件格式:ZIP
更新时间:2024-06-14 05:31:39
Python Learning Tutorial
Python Koans Python Koans是Edgecase的“ Ruby Koans”的移植版本,可在http://rubykoans.com/上找到。 Python Koans是一个交互式教程,通过通过测试来学习Python编程语言。 大多数tes Python Koans Python Koans是Edgecase的“ Ruby Koans”的一个端口,可以在http://rubykoans.com/上找到。 Python Koans是一个交互式教程,通过通过测试来学习Python编程语言。 大多数测试是通过填充断言函数的缺失部分来修复的。 例如:self.assertEqual(__,1 + 2),可以通过使用适当的代码替换__部分来修复:self.assertEqual(3,1 + 2)有时,您会遇到一些已经填写的失败测试。 在
【文件预览】:
python_koans-master
----.gitignore(39B)
----Contributor Notes.txt(313B)
----koans.txt(2KB)
----.travis.yml(757B)
----runner()
--------sensei.py(10KB)
--------runner_tests()
--------__init__.py(68B)
--------helper.py(99B)
--------mountain.py(680B)
--------koan.py(413B)
--------mockable_test_result.py(276B)
--------path_to_enlightenment.py(1KB)
--------writeln_decorator.py(473B)
----_runner_tests.py(984B)
----libs()
--------__init__.py(96B)
--------colorama()
--------mock.py(8KB)
----run.sh(44B)
----example_file.txt(15B)
----README.rst(7KB)
----run.bat(816B)
----.hgignore(53B)
----scent.py(281B)
----koans()
--------about_dictionaries.py(2KB)
--------about_string_manipulation.py(3KB)
--------about_control_statements.py(2KB)
--------about_inheritance.py(3KB)
--------local_module.py(187B)
--------about_none.py(1KB)
--------about_decorating_with_functions.py(832B)
--------about_regex.py(5KB)
--------about_tuples.py(2KB)
--------about_method_bindings.py(3KB)
--------about_decorating_with_classes.py(3KB)
--------about_lambdas.py(833B)
--------__init__.py(54B)
--------about_triangle_project2.py(791B)
--------about_comprehension.py(2KB)
--------about_exceptions.py(2KB)
--------a_package_folder()
--------jims.py(108B)
--------about_asserts.py(2KB)
--------about_sets.py(2KB)
--------about_triangle_project.py(906B)
--------triangle.py(633B)
--------about_with_statements.py(3KB)
--------about_proxy_object_project.py(4KB)
--------about_scope.py(3KB)
--------about_extra_credit.py(596B)
--------about_dice_project.py(2KB)
--------about_methods.py(5KB)
--------about_true_and_false.py(1KB)
--------about_strings.py(3KB)
--------about_modules.py(2KB)
--------about_classes.py(5KB)
--------local_module_with_all_defined.py(337B)
--------about_class_attributes.py(5KB)
--------about_lists.py(3KB)
--------another_local_module.py(280B)
--------about_iteration.py(4KB)
--------about_monkey_patching.py(1KB)
--------about_attribute_access.py(6KB)
--------GREEDS_RULES.txt(2KB)
--------about_multiple_inheritance.py(4KB)
--------about_generators.py(4KB)
--------joes.py(108B)
--------about_scoring_project.py(2KB)
--------about_list_assignments.py(1KB)
--------about_packages.py(2KB)
--------about_deleting_objects.py(3KB)
----contemplate_koans.py(1KB)
----MIT-LICENSE(1KB)