OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-09-02 00:12:27 +00:00
parent 9016b7c23c
commit e43998d44b
13 changed files with 69 additions and 11 deletions

View File

@ -1,7 +1,7 @@
created: 20221110120605389
creator: Octt
icon: 🐍
modified: 20230725120134964
modified: 20230901233057997
modifier: Octt
page-cover: https://source.unsplash.com/random/?Python
tags: Development $:/i18n:en
@ -16,7 +16,11 @@ I hate that, while tab-indentation is practically supported by the interpreter,
---
* [[PocketPy|https://pocketpy.dev/]] - //C++17 header-only Python interpreter for game engines.// - <<[ "[[Git|https://github.com/blueloveTH/pocketpy]]">>
!! How to and troubleshooting
* [[Hex string to int|https://www.tutorialspoint.com/How-to-convert-hex-string-into-int-in-Python]] --- `int('6f637474', 16)`, `int('0x6f637474', 10)`
* [[How to copy files in Python?|https://stackoverflow.com/questions/123198/how-to-copy-files]] (with shutil)
!!! ''HTML things''