文件名称:Python_Basics:语法,使用Shell命令,文件,文本处理等。
文件大小:83KB
文件格式:ZIP
更新时间:2024-02-25 09:00:55
python linux ebook workshop-materials beginners
:warning: :warning: 我正在归档此存储库,因为我不打算进一步处理此存储库。 我正在此仓库中重复使用100页Python简介书( )中的材料。 我也在研究《实践Python项目》一书( ),我打算在此版本库中使用mini_projects文件夹。 Python基础 Python简介-语法,可使用Shell命令,文件,文本处理等... 适用于针对Python初学者的一两天研讨会 访问 回购有关正则表达式的书 的精选和可搜索的,其中包括适合初学者的资源 有关更多相关资源,请访问和我的编程博客 章节 安装,Hello World示例,Python解释器,Python标准库 数字,字符串,常量,内置运
【文件预览】:
Python_Basics-master
----Testing.md(12KB)
----User_input.md(3KB)
----exercise_solutions()
--------q6c_max_nested.py(1KB)
--------f1.txt(27B)
--------q5a_col_sum.py(302B)
--------q2c_str_same_letters.py(305B)
--------q6b_alpha_order.py(614B)
--------q2a_int_length.py(466B)
--------q3a_6by7.py(529B)
--------poem.txt(65B)
--------q7c_longest_word.py(518B)
--------f2.txt(52B)
--------q4c_word_slices.py(521B)
--------q4b_lowest_value.py(389B)
--------q7_misc.py(230B)
--------q4a_iter_product.py(388B)
--------f3.txt(79B)
--------q6a_one_char_diff.py(885B)
--------q5c_sort_by_ext.py(383B)
--------q2b_str_comparison.py(310B)
--------q3b_dec_bin.py(661B)
--------q1a_usr_ip.py(755B)
--------q5b_sum_ints.py(322B)
--------q2d_to_num.py(975B)
----Text_Processing.md(16KB)
----Introduction.md(6KB)
----Lists.md(17KB)
----mini_projects()
--------pcalc.py(1KB)
----Command_line_arguments.md(7KB)
----python_programs()
--------calling_shell_commands.py(358B)
--------syntax_error.py(44B)
--------functions.py(532B)
--------hello_world.py(41B)
--------file_reading.py(482B)
--------file_reading_error.py(116B)
--------sum_of_two_numbers.py(250B)
--------line_count.py(698B)
--------user_input_exception.py(247B)
--------palindrome.py(1KB)
--------sort_file.py(397B)
--------sum2nums_argparse.py(307B)
--------unittest_palindrome.py(1KB)
--------if_else_oneliner.py(125B)
--------loop_with_break.py(272B)
--------loop_with_continue.py(304B)
--------inplace_file_editing.py(178B)
--------functions_default_arg_value.py(333B)
--------variable_scope_4.py(193B)
--------triple_quoted_string.py(334B)
--------file_writing.py(156B)
--------varying_command_line_args.py(517B)
--------shell_expansion.py(489B)
--------list_comprehension.py(881B)
--------test_list.txt(66B)
--------variable_scope_3.py(141B)
--------user_input_str.py(186B)
--------list_of_lists.py(580B)
--------if_elif_else.py(481B)
--------list_looping_enumeration.py(219B)
--------while_loop.py(195B)
--------for_loop.py(135B)
--------shell_command_output_redirections.py(841B)
--------variable_scope_1.py(136B)
--------variable_scope_2.py(122B)
--------list_looping.py(327B)
--------user_input_int.py(231B)
--------functions_main.py(617B)
--------test_palindrome.py(510B)
--------user_input_float.py(299B)
--------report.log(80B)
--------unittest_palindrome_main.py(1KB)
----Control_structures.md(6KB)
----Executing_external_commands.md(6KB)
----Functions.md(11KB)
----Exercises.md(10KB)
----File_handling.md(5KB)
----Number_and_String_datatypes.md(7KB)
----Sequence_Set_Dict_data_types.md(8KB)
----Further_Reading.md(2KB)
----exercise_files()
--------q6c_max_nested.py(691B)
--------f1.txt(27B)
--------q2c_str_same_letters.py(262B)
--------q6b_alpha_order.py(459B)
--------q2a_int_length.py(351B)
--------q3a_6by7.py(296B)
--------poem.txt(65B)
--------q7c_longest_word.py(278B)
--------f2.txt(52B)
--------q4c_word_slices.py(405B)
--------q4b_lowest_value.py(341B)
--------q4a_iter_product.py(330B)
--------f3.txt(79B)
--------q6a_one_char_diff.py(652B)
--------q5c_sort_by_ext.py(263B)
--------q2b_str_comparison.py(283B)
--------q2d_to_num.py(678B)
----Docstrings.md(5KB)
----README.md(5KB)
----Exception_Handling_and_Debugging.md(7KB)