If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. (more…)
Read more »
Understanding iterators is a milestone for any serious Pythonista. With this step-by-step tutorial you’ll understanding class-based iterators in Python, completely from scratch.
(more…)
Read more »
Brokerless task queue for python based on 0Mq. Contribute to kaypee90/zebrok development by creating an account on GitHub. (more…)
Read more »
في هذا الدرس تطرقنا إلى كيفية كتابة break, continue and pass statements شروطهم وكيفية التعامل معهم و الفرق بينهم بالإضافة إلى حل بعض الأمثلة #python #break #... (more…)
Read more »
It's a tough day when everyone you work with directly, including your manager, is laid off -- excuse me, "had their roles reduced", and you're asked to onboard their replacements, people told to take those very same roles just in a different country who a... (more…)
Read more »