In the first post of this series, I'll talk about Design Patterns that make sense in Python. We'll see how to implement them and how they are used in the standard library and other third-party packages. In this post, we'll go over the Simple Factory ... (more…)
Read more »
A computation graph micro-framework providing seamless lazy and concurrent evaluation - GitHub - Othoz/paragraph: A computation graph micro-framework providing seamless lazy and concurrent evaluation... (more…)
Read more »
Recientemente colabore con un amigo de GitHub en un pequeño pero muy funcional script hecho en Python que básicamente lo que hace es conectarse a la API de Instagram mediante una Cookie que nosotros mandamos... (more…)
Read more »
في هذا الدرس تطرقنا إلى كيفية كتابة break, continue and pass statements شروطهم وكيفية التعامل معهم و الفرق بينهم بالإضافة إلى حل بعض الأمثلة #python #break #... (more…)
Read more »