في هذا الدرس تطرقنا إلى كيفية كتابة الحلقة While loop شروطها وكيفية التعامل معها بالإضافة إلى حل بعض الأمثلة #python #while #loop... (more…)
Read more »
Follow this guide to learn about the AWS Cloud Development Kit (CDK). and how to effectively use it. (more…)
Read more »
plotnine is an implementation of a grammar of graphics in Python,
it is based on ggplot2. The grammar allows users to compose plots
by explicitly mapping data to the visual objects that make up the
plot. (more…)
Read more »
Panopticon is a python tracer to easily visualize and explore
Python code execution, particularly asynchronous code. Think of it as
a more usable trace module.
(more…)
Read more »
Python 2 is officially dead now (cf),
with the python.org release of 2.17.18, the last release of Python
2 (also).
That means that what happens now is its afterlife, because Python
2 being 'dead' doesn't mean that it's gone, and Python 2 is shaping
up to ... (more…)
Read more »