python_main

时间:2024-03-14 02:47:28
【文件属性】:

文件名称:python_main

文件大小:51KB

文件格式:ZIP

更新时间:2024-03-14 02:47:28

Python

笔记 声明变量 一些有用的功能 打印 sys.stdout.write sys.stdin.readline 布尔型 字符串函数-上,下 字符串格式 评论 单线 多线 资料类型 细绳 整数 漂浮 布尔型 套 字典 元组 列表 经营者 逻辑:和,或,不 比较运算符 算术:+,-,*,/,//,**,强制执行优先级() 细绳 一成不变的 str yestype 类型(x) 单引号,双引号,三引号 'a'+ 4,'a'* 3 print()使用\ str.upper()和lower() str.split() 字符串插值x = y +'jain' 浮点格式和字符串格式(值:width.precision) print('我叫rishabh {last},我有{money:1.3f}'。format(last ='jain',money = 50.3145)) 从(未来)导入


【文件预览】:
python_main-master
----180-databases()
--------README.md(674B)
----003-variables.py(168B)
----012-lists.py(206B)
----008-numbers.py(862B)
----120-exception_handling.py(1KB)
----104-operators.py(276B)
----170-oops()
--------001-classes_and_objects.py(2KB)
--------005-ObjectRelationships.py(1KB)
--------003-inheritance.py(1KB)
--------006-magic_methods.py(1KB)
--------oops_another_take()
--------002-data_hiding.py(613B)
--------004-polymorphism.py(2KB)
----108-inbuilt_functions.py(742B)
----test.py(3KB)
----140-testing()
--------test_multiply.py(763B)
--------multiply.py(76B)
----200-Notes.txt(387B)
----300-Concurrency()
--------006-multiprocessing_new.py(405B)
--------thread_examples()
--------005-multiprocessing_old.py(379B)
--------002-threadPoolExecutor.py(435B)
--------001-threading.py(578B)
--------004-tpe_lsc_as_completed.py(581B)
--------007-multiprocessing_lc.py(442B)
--------003-tpe_map.py(442B)
--------008-multiprocessing_map.py(409B)
--------009-aysnc_prog.py(2KB)
----123-type_hints.py(493B)
----106-functions.py(3KB)
----010-sets.py(556B)
----190-concepts()
--------memoization.py(2KB)
--------tuple_sort.py(168B)
--------dsu.py(476B)
--------call_backs.py(521B)
----112-decorators.py(752B)
----160-data_serialization()
--------parse_json.py(1014B)
--------parse_yaml.py(198B)
--------sample_yaml.yml(176B)
--------sample_json.json(287B)
--------no_json.json(226B)
----122-requests.py(281B)
----011-dictionaries.py(758B)
----150-package_management()
--------modules_packages.py(189B)
--------mainpackage()
----100-conditionals.py(167B)
----302-subprocess()
--------001-subprocess_cmd.py(534B)
----009-strings.py(564B)
----182-date_time()
--------03-perf_counter_sleep.py(187B)
--------01-get_time.py(451B)
--------02-create_time.py(289B)
----116-file_operations.py(306B)
----007-booleans.py(2KB)
----114-generators.py(1KB)
----130-linting()
--------pylint_style_check.py(422B)
----102-loops.py(315B)
----124-regex.py(5KB)
----README.md(7KB)
----303-more_data_structures()
--------05-defaultDict.py(140B)
--------01-deque.py(328B)
--------03-Counter.py(339B)
--------04-orderedDict.py(215B)
--------06-namedTuple.py(429B)
--------02-chainmap.py(715B)
----110-comprehensions.py(647B)
----013-tuples.py(268B)
----304-tips_and_tricks()
--------03-contextManager.py(102B)
--------05-loop_multiple_list.py(211B)
--------07-getpass_hide.py(157B)
--------01-ternaryOperators.py(245B)
--------04-enumerate_index.py(121B)
--------02-numbersUnderscore.py(95B)
--------06-tuple_unpacking.py(180B)
----183-logging()
--------01-log_levels.py(224B)
--------app.log(93B)

网友评论