PinnedPublished inNerd For TechPython Iterators and IterablesAn analysis of what they are, how they work and how we use them.Oct 6, 2022Oct 6, 2022
PinnedPublished inNerd For TechHow to prepare a Python date object to be inserted into MongoDB and run queries by dates and range…How I managed to insert dates in MongoDB and run queries between days.Mar 6, 20212Mar 6, 20212
How to run periodic tasks in CeleryRecently, I came to a situation where I had to schedule a series of tasks that will run periodically in order to do some jobs. A scenario…Oct 7, 20192Oct 7, 20192
How a Kafka consumer can start reading messages from a different offset and get back to the start.in a nutshell, how to use consumer.seek with kafka-python and python3.xDec 7, 20181Dec 7, 20181