Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.06 KB

File metadata and controls

34 lines (30 loc) · 1.06 KB

TechNote

Share Sone note for Python and using different module examples.

Update

  • JupyterNotebook
  • Python Note
    • Basic
      • Basic DataType: Data Type_Dictionary
      • Comprehension: Example of Comprehension on List, Dict, and Set
    • Module_Note
      • FastAPI (create and test api)
      • Pytest (automation module)
      • SeleniumNote (automation module)
      • Decorator property
      • Closure
      • Type Hint anotation (understand how to use typing module)
      • Path_FileHandling(checking current path, rename,write,copy file and directory)
      • glob_fnmatch_filematching: search file type or exist
      • OCR: extract image to txt
      • sys_arg_subprocess:
        • sys_arg: Reads command-line arguments passed to a script
        • subprocess: Runs external programs, manages system processes
    • Project_Youtube
  • Tool_Note
    • AI Tool

Modify Note record

  • 20250223:
    • Rename folder name
      • Update PythonNote/Advance Python to Module_Note
      • Update PythonNote/Advance/Pathlib to path_FileHandling
    • adding folder: Tool_Note