|
You are here |
blog.miguelgrinberg.com | ||
| | | | |
www.pythonmorsels.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Learn how to deal with errors and exceptions in synchronous and asynchronous JavaScript code. | |
| | | | |
www.madewithtea.com
|
|
| | | 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. | ||