python-core

时间:2021-03-19 18:08:26
【文件属性】:
文件名称:python-core
文件大小:51KB
文件格式:ZIP
更新时间:2021-03-19 18:08:26
Python 路线图 multi_line_statements 变数 有条件的 功能 循环 类 变量(变量是内存引用) 变量(参考计数) 垃圾收集 static_vs_dynamic 变量(可变重新分配) 对象可变性 function_args_and_mutability shared_references_and_mutability variable_equality everything_is_an_object python_optimizations 实习 string_interning 窥视Kong 数字 数字课程 运作 builders_and_bases 有理数 漂浮 internal_representation 平等测试 coercing_to_integers coercing_to_integers(四舍五入) 小数点 小数点 builders_and_conte
【文件预览】:
python-core-main
----static_vs_dynamic.py(816B)
----functions.py(257B)
----object_mutability.py(2KB)
----loops.py(1KB)
----variable_equality.py(1KB)
----shared_references_and_mutability.py(1KB)
----function_args_and_mutability.py(926B)
----numbers()
--------rational_numbers.py(1KB)
--------decimals()
--------complex_numbers.py(530B)
--------numbers_lesson.py(3KB)
--------floats()
--------constructors_and_bases.py(2KB)
--------operations.py(2KB)
----decorators()
--------decorator_app_timer.py(1007B)
--------decorator_app_memoization.py(2KB)
--------decorator_app_decorator_class.py(858B)
--------decorators.py(1KB)
--------decorator_parameters.py(1KB)
--------decorator_app_logger.py(1KB)
----variables.py(2KB)
----python_optimizations()
--------peephole.py(2KB)
--------string_interning.py(3KB)
--------interning.py(1KB)
----classes.py(2KB)
----booleans()
--------truth_values.py(1KB)
--------comparison_operators.py(1KB)
--------operators.py(2KB)
--------booleans.py(2KB)
--------precedence_and_short_circuiting.py(2KB)
----README.md(3KB)
----multi_line_statements.py(407B)
----conditionals.py(201B)
----.gitignore(18B)
----garbage_collection.py(2KB)
----everything_is_an_object.py(1KB)
----functions()
--------lambda_expressions.py(2KB)
--------docstrings_and_annotations.py(1KB)
--------partial_functions.py(886B)
--------function_introspection.py(2KB)
--------first_class_objects_and_higher_order_functions.py(515B)
--------map_filter_zip_and_list_comprehensions.py(2KB)
--------reducing_functions.py(1KB)
--------callables.py(1024B)
--------operator_module.py(1KB)
----arguments()
--------parameter_defaults_beware.py(2KB)
--------keyword_arguments.py(886B)
--------argument_vs_parameter.py(211B)
--------kwargs.py(567B)
--------extended_unpacking.py(2KB)
--------unpacking_iterables.py(2KB)
--------putting_it_all_together.py(1KB)
--------args.py(873B)
--------timer_application.py(1KB)
--------positional_and_keyword_arguments.py(1KB)
----scopes()
--------global_and_local.py(3KB)
--------closure_apps.py(3KB)
--------nonlocal.py(3KB)
--------closures.py(4KB)

网友评论