reading-notes

Class 6

Back to home page

How to Use the Random Module in Python

Q. How can the random module be utilized in Python to generate random numbers or make selections from a list, and what are some common functions available within the module?

What is Risk Analysis

Q. In the context of software development, what is risk analysis, and what are the key steps involved in conducting a risk analysis for a software project?

Here is a visual of calculated risk calculated risk png

Test Coverage

Q. What is test coverage and why is it an important (or potentially misleading) metric in software testing?

Big O notation

Q. What is Big O notation, and how is it used to describe the performance of an algorithm? Give an example of an everyday task (not software related) that demonstrates O(n) time complexity.

Bookmark and review

Things I want to know more about

In what context would you want to use the random function over the randint? Randit seems much better to use over a set number 0 and n(whatever number you chose), where as you can choose the numbers you want for your range.