python | Twise Random https://twiserandom.com A site about computer science . Thu, 29 Oct 2020 20:17:49 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.1 https://twiserandom.com/wp-content/uploads/2019/08/cropped-abstract-color-32x32.jpg python | Twise Random https://twiserandom.com 32 32 Solving english ruler problem using recursion in python and swift https://twiserandom.com/data-structure-and-algorithms/solving-english-ruler-problem-using-recursion-in-python-and-swift/ Mon, 12 Aug 2019 00:10:57 +0000 https://twiserandom.com/?p=712 We must print an english ruler using recursion . An english ruler is ruler where each unit has a number of tick. a unit can be divided into smaller units at 1/2 the interval 1/4 the interval 1/8 the interval … Read More

The post Solving english ruler problem using recursion in python and swift first appeared on Twise Random.]]>
We must print an english ruler using recursion . An english ruler is ruler where each unit has a number of tick. a unit can be divided into smaller units at 1/2 the interval 1/4 the interval 1/8 the interval … Read More

The post Solving english ruler problem using recursion in python and swift first appeared on Twise Random.]]>
Python iterable and iterator a tutorial https://twiserandom.com/python/python-iterable-and-iterator-a-tutorial/ Wed, 17 Jul 2019 20:45:36 +0000 https://twiserandom.com/?p=248 what is an iterable ?

In python , objects are abstraction of data , they have methods that work with data , and help us to manipulate it . If we take a look at a list , and see … Read More

The post Python iterable and iterator a tutorial first appeared on Twise Random.]]>
what is an iterable ?

In python , objects are abstraction of data , they have methods that work with data , and help us to manipulate it . If we take a look at a list , and see … Read More

The post Python iterable and iterator a tutorial first appeared on Twise Random.]]>
How To Use The TimeIt Module in python https://twiserandom.com/python/modules/how-to-use-the-timeit-module-in-python/ Sun, 07 Jul 2019 00:26:36 +0000 https://twiserandom.com/?p=108 The timeIt module is used to test how fast our code is . We can use it to compare different functions or classes or just some line of code ,and see how fast they are .Also if we want we … Read More

The post How To Use The TimeIt Module in python first appeared on Twise Random.]]>
The timeIt module is used to test how fast our code is . We can use it to compare different functions or classes or just some line of code ,and see how fast they are .Also if we want we … Read More

The post How To Use The TimeIt Module in python first appeared on Twise Random.]]>