Git Product home page Git Product logo

startingoutwithpython's Introduction

Starting Out with Python (3rd Edition) by Tony Gaddis

The codes of examples and programming exercises for Starting Out With Python 3rd Edition by Tony Gaddis prepared by Mehmet Icer for teaching purposes. Feel free to use and edit.

End of chapter questions are marked by q01.py, q02.py, q03.py , etc.

If there is an alternative version it is numbered as q03_1.py (Alternative to q03.py)

Thanks. for any inquiries [email protected]

startingoutwithpython's People

Contributors

mmustafaicer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

startingoutwithpython's Issues

Chapter 6 Programming Exercise 12

Hi,
I noticed that Chapter 6 is missing questions 11 and 12, but I need the code for only programming exercise 12: Average Steps Taken.
Do you think you can release the code to that questions?

The instructions are listed below for you reference.
12. Average Steps Taken
A Personal Fitness Tracker is a wearable device that tracks your physical activity, calories
burned, heart rate, sleeping patterns, and so on. One common physical activity that most
of these devices track is the number of steps you take each day.
If you have downloaded this book’s source code from the Computer Science Portal, you
will find a file named steps.txt in the Chapter 06 folder. (The Computer Science Portal
can be found at www.pearsonhighered.com/gaddis.) The steps.txt file contains the
number of steps a person has taken each day for a year. There are 365 lines in the file, and
each line contains the number of steps taken during a day. (The first line is the number of
steps taken on January 1st, the second line is the number of steps taken on January 2nd,
and so forth.) Write a program that reads the file, then displays the average number of
steps taken for each month. (The data is from a year that was not a leap year, so February
has 28 days.)

Thank you
steps.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.