guto-alves / PythonForProgrammers

This repository contains implementations of the case studies from the book Python for Programmers: With Big Data and Artificial Intelligence Case Studies by H. M. Deitel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonForProgrammers

This repository contains implementations of the case studies from the book Python for Programmers: With Big Data and Artificial Intelligence Case Studies by H. M. Deitel

Chapter 5

  • Static Visualization:

  • How to run:

Open your Anaconda Prompt and navigate to the script path and execute the following command: ipython RollDie.py <number of die rolls>

Chapter 6

  • Dynamic Visualization:

  • How to run:

Open your Anaconda Prompt and navigate to the script path and execute the following command: ipython RollDieDynamic.py <number of frames> <rolls perframe>

About

This repository contains implementations of the case studies from the book Python for Programmers: With Big Data and Artificial Intelligence Case Studies by H. M. Deitel


Languages

Language:Python 100.0%