Python - Running IO tasks in parallel
Python(3.2 later version) has a feature to run IO tasks in parallel by using futures and ThreadPoolExecutor.
Python(3.2 later version) has a feature to run IO tasks in parallel by using futures and ThreadPoolExecutor.
reqwest is a HTTP client in Rust. https://github.com/seanmonstar/reqwest
Cheat sheet https://vim.rtorr.com/
Nice articles on using Cassandra and Kafka
The following example shows difference of iterating vector items between for and with iter() method