We can make the computer speak with Python. Given a text string, it will speak the written words in the English language. This process is called Text To Speech or shortly TTS. (more…)
Read more »
A library to assist writing memory-unsafe code in "pure" python, without any imports (i.e. no ctypes etc.) - DavidBuchanan314/unsafe-python... (more…)
Read more »
Checkpoint the state of Python programs using Pythonic setjmp and longjmp - GitHub - a-rahimi/python-checkpointing2: Checkpoint the state of Python programs using Pythonic setjmp and longjmp... (more…)
Read more »
Elisp Cheatsheet for Python Programmers. Contribute to kickingvegas/elisp-for-python development by creating an account on GitHub. (more…)
Read more »
Two tools I find very useful when navigating large C code-bases with Vim are ctags and cscope. (more…)
Read more »