Let’s learn how to permute in Numpy. We will use Python Numpy permutation method.
Tag: generate
Anything we tagged as a generate in on our Python site.
How to generate random samples from a normal distribution?
Let’s learn how to generate random samples from a normal (Gaussian) distribution in Numpy Python library.
Read More “How to generate random samples from a normal distribution?” »
The easiest Python game
Let’s write a game. It would be the easist possible Python game. Try to guess the number between 1 and 10. The quicker you guess the better the score will be. See how to write such code.
GUI with autogenerated triangles
I’ve created fine tkinter script which generates random triangles. And of course I am sharing that with you.