python-interview-questions:300多个Python面试问题

时间:2021-05-22 12:45:39
【文件属性】:
文件名称:python-interview-questions:300多个Python面试问题
文件大小:973KB
文件格式:ZIP
更新时间:2021-05-22 12:45:39
python python3-library python-interview-questions python-memory python-libraries Python面试问题 问:您如何改进以下代码? import string i = 0 for letter in string . letters : print ( "The letter at index %i is %s" % ( i , letter )) i = i + 1 提及str.format enumerate和使用的str.format 。 问:Python特别擅长什么? 什么时候使用Python是项目的“正确选择”? Python是一种高级,解释性,交互式和面向对象的脚本语言。 Python的设计具有很高的可读性。 与其他语言使用标点符号一样,它经常使用英语关键字,并且其语法结构比其他语言更少。 Python是一种高级通用编程语言,可以应用于许多不同类别的问题。 该语言带有一个大型标准库,该库涵盖诸如正则表达式,Unicode之类的字符串
【文件预览】:
python-interview-questions-master
----.gitignore(16B)
----recursive_index.py(2KB)
----reverse_order_of_words.py(929B)
----is_binary_tree.py(1KB)
----most_frequent_word.py(944B)
----award_budget_cuts.py(3KB)
----is_unique.py(651B)
----assets()
--------star.png(2KB)
----sum_tree_nodes.py(1KB)
----climb_stairs.py(2KB)
----anagram_of_palindrome.py(1KB)
----count_recursively.py(396B)
----find_matches()
--------input1.csv(305B)
--------input2.csv(416B)
--------input3.csv(2.06MB)
--------find_matches.py(10KB)
----coins.py(2KB)
----min_heap.py(5KB)
----binary_search.py(931B)
----has_balanced_brackets.py(2KB)
----etl_client.py(9KB)
----README.md(147KB)
----add_to_zero.py(603B)
----sum_list.py(482B)
----quote_generator.py(852B)
----count_employees.py(1KB)
----print_recursively.py(366B)
----find_mode.py(832B)
----sort_fractions.py(389B)
----create_stack.py(4KB)
----reverse_string.py(1KB)
----python-programs.md(50KB)
----zig_zag.py(3KB)
----non_neg_int.py(1KB)
----calculator.py(3KB)
----highest_product_of_three.py(2KB)
----find_longest_word.py(475B)
----first_duplicate.py(3KB)
----hash_map.py(2KB)
----reverse_linked_list.py(1KB)
----task_handler()
--------task0.py(13B)
--------task3.py(14B)
--------task1.py(17B)
--------task4.py(16B)
--------task2.py(24B)
--------taskhandler.py(4KB)
----make_change.py(969B)
----rate_checker.py(1KB)
----products_of_all_ints.py(2KB)
----create_queue.py(1KB)
----decode_string.py(1KB)
----create_queue_ll.py(3KB)
----bst_add_child.py(2KB)
----stock-price.py(2KB)
----valid_parenthesis_permutations.py(1KB)
----linked_list.py(2KB)
----palindrome_permutation.py(622B)
----merge_ranges.py(1KB)

网友评论