fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Paolo Melchiorre

RT @raymondh@twitter.com Raymond Hettinger

Python tip: The examples in the random module provide a nice introduction to many useful techniques: bootstrapping, resampling statistics, simulations, and modeling.

For mastery, don't miss the Jake Vanderplas video and Peter Norvig's notebooks.

docs.python.org/3/library/rand

Python documentationrandom — Generate pseudo-random numbersSource code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range. For sequences, there is uniform s...
#python#tip#random