|
You are here |
stefan-marr.de | ||
| | | | |
sedimental.org
|
|
| | | | | Thoughts on FOSS and fintech, layered by Mahmoud Hashemi | |
| | | | |
pythonspeed.com
|
|
| | | | | Python's Global Interpreter Lock (GIL) stops threads from running in parallel or concurrently. Learn how to determine impact of the GIL on your code. | |
| | | | |
drew.silcock.dev
|
|
| | | | | All you need to know about the latest Python release including Global Interpreter Lock and Just-in-Time compilation. | |
| | | | |
blog.hao.dev
|
|
| | | I was working with replacing strings using Regular Expression today and I found this amazing tools which saved me a lot of trouble. It allow custom text string to perform the regular expression on, and you can toggle between 3 different regular expression syntaxes: PHP, JavaScript and Python. There are also useful tips on the right hand side as well as a regex syntax look up table. Overall, a very handy free tool. | ||