#] #] ********************* #] "$d_Python"'1_python source code listings.txt' #] searchable listings of code that I have come across # www.BillHowell.ca ??Feb2023 initial # view in text editor, using constant-width font (eg courier), tabWidth = 3 #48************************************************48 #24************************24 # Table of Contents, generate with : # $ grep "^#]" "$d_Python"'1_python source code listings.txt' | sed "s/^#\]/ /" # #24************************24 # Setup, ToDos, #08********08 #] ??Feb2023 #08********08 #] ??Feb2023 #08********08 #] ??Feb2023 #08********08 #] ??Feb2023 #08********08 #] 25Feb2023 https://github.com/cherkavi/python-utilities +-----+ https://github.com/cherkavi/python-utilities regexpr search (.*)\n(.*)\n(.*) replace \1\t\2\t\3 >> way too many examples - only a few listed below Files Type Name Latest commit message Commit time README.md python modules January 13, 2023 19:09 +--+ high-likelihood I could use? array-slicing.py re-arrange core elements October 12, 2020 20:34 clipboard.py copy data to clipboard December 18, 2020 21:24 datetime T time to unix datetime June 21, 2022 14:54 enum some core features October 1, 2021 12:28 envvar-set.py env var set December 6, 2020 12:07 execute-another-script.py execute another script from program April 23, 2021 13:17 file-extension.py retrieve extension from file March 10, 2021 00:07 find-file.py find file by suffix with options November 8, 2018 10:07 html-scraping another example of logging in July 2, 2020 01:04 http-current-date-time.python return current datetime of the machine via http December 27, 2017 13:21 images simple image operations March 4, 2018 08:17 list sort for list April 6, 2021 11:45 object-copy.py object copy shallow/deep August 23, 2018 13:16 process-kill.py os signals May 13, 2021 00:07 random.py random August 23, 2018 13:31 script-exec execute string as program November 25, 2018 08:58 sort sort operation with file July 13, 2018 13:53 string-regexp.py regexp September 29, 2020 06:29 text read file and fix line December 30, 2017 18:20 +--+ interesting : batch-executor-with-http-status execute one batch file periodically, evaluate output, execute another… January 21, 2018 14:28 doc reference to another object August 31, 2020 08:19 exceptions some core features October 1, 2021 12:28 filesystem filesystem change detector December 28, 2022 09:42 ftp ftp server as module January 13, 2023 19:08 generator object generator May 12, 2021 13:54 git-check-branches analyse all available brands and check them to be merged into 'releas… February 6, 2018 20:23 git-log-parser git manipulations February 5, 2023 16:52 git-print-all-diff print all diff text into output February 6, 2018 20:24 git git manipulations February 5, 2023 16:52 html-automation/anki add tag March 6, 2020 23:39 http-executor description November 16, 2019 22:32 http http server as a module January 13, 2023 19:03 input-parameters input parameters parsing example April 15, 2022 08:36 keyboard keyboard automation February 28, 2021 11:54 logging standard logging December 3, 2017 20:24 map-reduce-graph graph algorithm, short path by breadth method, reducer July 23, 2018 19:29 map-reduce-improvements MapR page rank July 24, 2018 10:15 map-reduce-streaming map reduce streaming July 20, 2018 20:42 map-reduce combiner for MapR July 20, 2018 23:17 mouse mouse automation February 28, 2021 20:59 numpy numpy December 18, 2019 21:58 pandas airflow examples February 11, 2022 18:09 qrcode qrcode December 25, 2022 08:02 ssh-operations airflow remote execution July 20, 2020 14:40 web-file-response download files, file server, pipe example October 22, 2017 18:37 web-socket socket print hostname December 25, 2022 13:09 zip-codes-us us zip codes for USA November 19, 2020 23:43 dict-comprehension.py another portion of utilities June 5, 2021 13:07 dict-comprehensive.py dictionary comprehensive October 25, 2019 11:16 dynamic-class.py dynamically creating classes December 9, 2020 12:08 dynamic-vars.py set variables dynamically October 22, 2019 10:32 hashmd5.py md5sum from bash script calling October 24, 2021 22:58 mail-send.py gmail wrapper for sending messages December 24, 2020 07:30 os-package.py shutdown signal listener August 2, 2019 11:09 os-signal.py send signal to app with example December 21, 2022 12:47 string2byte.py string to byte and byte to string January 7, 2019 18:37 #08********08 #] 25Feb2023 https://github.com/topics/python-examples python-examples Here are 72 public repositories matching this topic... >> Selected examples : cherkavi / python-utilities ikokkari / PythonExamples joncutrer / python-tutorials LiYangHart / Hyperparameter-Optimization-of-Machine-Learning-Algorithms milaan9 / 90_Python_Examples mujeebishaque / AutomateTheBoringStuffWithPython Western-OC2-Lab / AutoML-Implementation-for-Static-and-Dynamic-Data-Analytics yjg30737 / python-file-shuffle # enddoc