Status Updates From Introduction to Computation...

Introduction to Computation and Programming Using Python Introduction to Computation and Programming Using Python
by


Status Updates Showing 1-25 of 25

order by

Arjun
Arjun is on page 20 of 280
Did the finger exercise among other things.

Got a greater understanding of logical conditionals and combinatorics by playing around for around 2hrs.
Jan 16, 2024 01:43AM Add a comment
Introduction to Computation and Programming Using Python

Arjun
Arjun is on page 18 of 280
So branching processes which are conditional and Boolean valued r of complexity O(k) ?

Anyways logic is cool.
Jan 11, 2024 11:53PM Add a comment
Introduction to Computation and Programming Using Python

Arjun
Arjun is starting
The computer is ur second brain.
Haven’t learned to use it yet!

Started working through the MIT OCW course 6.0001 that uses this book a couple weeks ago.

I’ve been neglecting it. Not any more.

Far too useful to pass up.
Dec 25, 2023 05:34AM Add a comment
Introduction to Computation and Programming Using Python

Mahmoud Elnagar
Mahmoud Elnagar is on page 202 of 466
Finished 11 chapters (1:11) that correspond to MIT 6.00.1x course
Oct 14, 2021 05:21AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data

Apoorva
Apoorva is starting
I can't believe this is on GR but since it is, at least I can keep track of this course during this semester in college lol.
Jan 24, 2021 09:19AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 151 of 647
Of course, the book has its own way in introducing new concepts in OOP, also i find it more detailed in chapter 9, the way it introduces complexity measuring is good, but through all of the 8th chapter i did't find the examples to be useful, and i wish they will be changed in a later release.
Jul 03, 2019 05:32AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 151 of 647
Of course, the book has its own way in introducing new concepts in OOP, also i find it more detailed in chapter 9, the way it introduces complexity measuring is good, but through all of the 5th chapter i did't find the examples to be useful, and i wish they will be changed in a later release.
Jul 03, 2019 05:15AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 100 of 647
Disappointed..
i wish Chapter 6 was more practical than being written in a cumbersome way, but found the hope in the last 5 Pages in this chapter, specially i like the way of implementing the bisection search mechanism in debugging, i would have skipped to the last 5 pages if i knew.
Jul 01, 2019 09:52AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 85 of 647
Coming from Java, a strongly typed language with lots of type checking and type safety mechanisms, Python is much much more flexible, up till now i don't see any costs to this flexibility, but i'm sure that i will be put in a situation that makes me write more code to validate data types before manipulating them.
Jul 01, 2019 01:36AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 61 of 647
So far i can tell that for me python is amazing at solving problems in an easier way, unlike in java, for example when working with extremely large numbers it becomes missy in java with dozens of method calls from the BigInteger class for example, on the other hand, in python, you won't need the help of a library to manipulate large numbers.
Jun 30, 2019 05:04AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 41 of 647
Nice how it illustrates many approaches in a very different other than many books i've read so far, i'm kind of involved in solving lots of math problems now, but problem solving is a good programming skill
Jun 29, 2019 02:58PM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Abdulhamid Yusuf
Abdulhamid Yusuf is on page 4 of 647
Serial entertainer
Jun 29, 2019 05:54AM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Geoeng51
Geoeng51 is 50% done
I'm reading portions of this book as I'm progressing through the MITx courses. I find it readable and at a good level for people new to Python. It works better if you have at least some idea of programming - in my case, as a young engineer in the 1970s. Modern programs have evolved and become much more capable; the concepts around OOP and the use of "classes" are new to me. All in all, though, a decent textbook.
May 04, 2019 02:00PM Add a comment
Introduction to Computation and Programming Using Python: With Application to Understanding Data (The MIT Press)

Prashant Singh
Prashant Singh is on page 108 of 280
raise the Exception to let the caller know, what mistake he did .
Jul 26, 2018 05:09AM Add a comment
Introduction to Computation and Programming Using Python

Mansur Mustaquim
Mansur Mustaquim is on page 235 of 464
There is something very comforting about Newtonian mechanics.
Mar 24, 2018 05:31AM Add a comment
Introduction to Computation and Programming Using Python with Application to Understanding Data

Mansur Mustaquim
Mansur Mustaquim is on page 100 of 464
In a span of just fifteen pages we have Sherlock Holmes, Rita Mae, JFK, Knight Capital's $440 million bug, glass-box testing, and treating debugging the same as designing an experiment. Oh and of course Grace Hopper. One memorable quote: "In industry, the testing process is often highly automated. Testers do not sit at terminals typing inputs and checking outputs."
Feb 19, 2018 05:11PM Add a comment
Introduction to Computation and Programming Using Python with Application to Understanding Data

Mansur Mustaquim
Mansur Mustaquim is on page 49 of 464
"Abstraction is all about forgetting." Never really thought of it that way.
Feb 19, 2018 06:57AM Add a comment
Introduction to Computation and Programming Using Python with Application to Understanding Data

Mansur Mustaquim
Mansur Mustaquim is on page 46 of 464
This looks to be a great intro-to-programming book. The concepts are introduced at a rapid-fire pace and in a refreshing order that enables quicker practical implementation. Not learning about functions and scoping until after implementing some numerical algorithms is definitely the way to go. And a big plus is using t-variables in all the algorithms; develops a good sense of runtime complexities.
Feb 11, 2018 10:19AM Add a comment
Introduction to Computation and Programming Using Python with Application to Understanding Data

أحمد زبيدة
أحمد زبيدة is on page 120 of 280
كتاب تأسيسي لا غنى عنه، ليتني قابلته منذ زمن.
Oct 26, 2015 03:44PM Add a comment
Introduction to Computation and Programming Using Python

Rand
Rand is 10% done
Excellent introduction to computational thinking, using Python as the medium
Sep 19, 2015 07:35PM Add a comment
Introduction to Computation and Programming Using Python (The MIT Press)

Per-mikael Bruvik
Per-mikael Bruvik is on page 28 of 280
Inleder den: 12/7 - 2014
Anm: Används som ett komplement till "Learning Python, 5th ed".

12/7 - 14: Sid 14 av 281
13/7 - 14: Sid 28 av 281
20/7 - 14: Sid 41 av 281
Jul 20, 2014 10:16AM Add a comment
Introduction to Computation and Programming Using Python

Per-mikael Bruvik
Per-mikael Bruvik is on page 15 of 280
Inleder den: 12/7 - 2014
Anm: Används som ett komplement till "Learning Python, 5th ed".

12/7 - 14: Sid 14 av 281
13/7 - 14: Sid 28 av 281
Jul 13, 2014 03:29AM Add a comment
Introduction to Computation and Programming Using Python

Per-mikael Bruvik
Per-mikael Bruvik is starting
Inleder den: 12/7 - 2014
Anm: Används som ett komplement till "Learning Python, 5th ed".

12/7 - 14: Sid 14 av 281
Jul 12, 2014 05:51AM Add a comment
Introduction to Computation and Programming Using Python

Daanni
Daanni is on page 23 of 280
Gah!!! No time for programming these days. This is going to be PENDING.
May 25, 2013 12:40PM Add a comment
Introduction to Computation and Programming Using Python

Steven
Steven is on page 200 of 280
This book is the basis for EdX/MITx 6.00x and as such is indispensible to the course. It is a self- admittedly odd intro to Python and CS. The second half reflects Guttag's own interests in statistical analysis, which any good enginneer, even a software engineer, could use a healthy dose of. Still a work in progress. Look forward to the next edition.
Jan 17, 2013 10:47AM Add a comment
Introduction to Computation and Programming Using Python