Vasudev Ram’s blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source. Read more
Similar
We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center. (more…)
Read more »
Hadoop is mostly written in Java, but that doesn't exclude the use of other programming languages with this distributed storage and processing framework, particularly Python. With this concise book, you'll learn how to use Python with the Hadoop Distribut...
Read more »
Lately Grumpy has received some attention
on reddit. YouTube Engineering showed a blog plost (Grumpy)
which apparently proved that grumpy scaled much better then CPython on a Fibonacci benchmark.
I felt like repeating this microbenchmark with Python to ch...
Read more »
Use Spokestack's keyword recognizer model and Python library to help save up for a rainy day. (more…)
Read more »
A function is a block of code that performs an operation usually a specific task.
Functions help break our program into smaller and modular chunks, making them resusable and redable. They prevent repetition of code.
You can pass data known as parameters... (more…)
Read more »