Python programs to practice or demonstrate skills. - norvig/pytudes... (more…)
Read more »
The following post might only be of interest to you if you want to know about my progress of learning to code or if you are an avid user of the tech news community Hacker News. Please also note that I cannot give a guarantee for the accuracy of the shown ... (more…)
Read more »
Cache rules everything around me. `pyc` files can contain secrets and should not be checked in to source control. Use the standard Python [.gitignore](https://github.com/github/gitignore/blob/master/Python.gitignore). (more…)
Read more »
If we believe Edward Snowden, encryption is "the only true protection against surveillance". However, advances in quantum technology might endanger this safeguard. Our article discusses why quantum computing poses a threat to data security and what to do ... (more…)
Read more »
A fast and friendly JSON/MessagePack library, with optional schema validation - GitHub - jcrist/msgspec: A fast and friendly JSON/MessagePack library, with optional schema validation... (more…)
Read more »