Explore >> Select a destination


You are here

blog.miguelgrinberg.com
| | www.pythonmorsels.com
31.8 parsecs away

Travel
| | Python's built-in functions list includes 71 functions now! Which built-in functions are worth knowing about? And which functions should you learn later?
| | dirtsimple.org
34.3 parsecs away

Travel
| | I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that ...
| | www.valentinog.com
14.0 parsecs away

Travel
| | Learn how to deal with errors and exceptions in synchronous and asynchronous JavaScript code.
| | www.madewithtea.com
42.1 parsecs away

Travel
| This article is about aggregates in stateful stream processing in general. I write about the differences between Apache Spark and Apache Kafka Streams along concrete code examples. Further, I list the requirements which we might like to see covered by a stream processing framework.