Introduction to Programming with Python: Random Module (seeding, numbers, shuffling, etc.)

Опубликовано: 03 Апрель 2026
на канале: Gina Sprint
329
6

This video provides an overview of how to use the standard random module in Python. Specifically, it covers:
-Common applications of random number generation
-How to seed a random number generator
-How to get random ints and random floats
-Random numbers sampled from a uniform and Gaussian (normal) distribution
-Shuffling, choosing random elements, and sampling subsets from lists

This video is the sixth video in a multi-part series on getting started with the Python programming language. Next video in the series on lists:    • Introduction to Programming with Python: L...  

Source code on Github: https://github.com/gsprint23/Python-D...