Status Updates From Python 3 Object Oriented Pr...
Python 3 Object Oriented Programming by
Status Updates Showing 1-23 of 23
Maamoun Haj Najeeb
is on page 333 of 388
let testing journey begins
— Jun 08, 2023 12:05AM
Add a comment
Maamoun Haj Najeeb
is on page 159 of 388
starting chapter 5 from this enjoyable book
— May 26, 2023 12:47AM
Add a comment
Ella Winters
is on page 71 of 388
Now working on class inheritance.
— Dec 27, 2020 08:52PM
Add a comment
Eric Mesa
is 91% done
Skimmed most of the design patterns. A lot of it went over my head. I'll have to revisit as I get better at Python. The testing chapter was good because I'd been using unittest, but I think I'd like pytest better. Now learning about concurrency.
— Jan 10, 2019 05:25PM
Add a comment
Eric Mesa
is 69% done
I understood the first half of the iterator chapter then it started to go ovr my head.
I have a feeling I'm going to just be skimming the next two chapters, Design Patterns 1 and 2. Especially since they're so complex a topic that Pakt has a book that is solely about mastering python design patterns.
— Jan 09, 2019 11:35AM
Add a comment
I have a feeling I'm going to just be skimming the next two chapters, Design Patterns 1 and 2. Especially since they're so complex a topic that Pakt has a book that is solely about mastering python design patterns.
Eric Mesa
is 61% done
Wow....strings were a surprisingly deep topic. Learned a few more things I intend to apply to my Extra Life Donation code.
Next up is is ch9 Iterators - this is the best part of Python code in making loops and other things more readable, but it's also so different from the coding I did the rest of my life that I always forget the subtlties. Should learn a lot.
— Jan 08, 2019 12:44PM
Add a comment
Next up is is ch9 Iterators - this is the best part of Python code in making loops and other things more readable, but it's also so different from the coding I did the rest of my life that I always forget the subtlties. Should learn a lot.
Eric Mesa
is 52% done
Learned a lot in data structures, including some more Pythonic ways of doing things than I'd been doing in my code.
Basely understood anything Object-Oriented shortcuts, but did learn a safer way to do files operations.
Next up, ch8 - Strings and Serialization
— Jan 08, 2019 10:36AM
Add a comment
Basely understood anything Object-Oriented shortcuts, but did learn a safer way to do files operations.
Next up, ch8 - Strings and Serialization
Eric Mesa
is 20% done
OOP syntax - picked up a few new tricks and best practices.
Now learning about Pythonic inheritance. Duck typing makes this a little more complicated to wrap my brain around, but is pretty neat. Also was reminded that I can use inheritance to extend lists, dicts, etc for more elegant code.
— Jan 06, 2019 05:08AM
Add a comment
Now learning about Pythonic inheritance. Duck typing makes this a little more complicated to wrap my brain around, but is pretty neat. Also was reminded that I can use inheritance to extend lists, dicts, etc for more elegant code.
Eric Mesa
is 7% done
Refreshing myself on the terms and paradigms of OOP. I mostly remembered them, but some had grown quite fuzzy since my Java days.
— Jan 05, 2019 04:55PM
Add a comment
Mukhammad Karimov
is on page 153 of 388
So far so good. I wouldn’t recommend to read ePub version of this book. Diagrams look not great.
— Nov 19, 2018 09:23AM
Add a comment
Mik Vargas
is on page 356 of 431
Design patterns are incredibly useful. I have been implementing some of the without knowing I was doing it. I'm so eager to continue learning about them.
— Feb 07, 2017 08:04PM
Add a comment
Mik Vargas
is on page 326 of 431
Chapter 9 read, and 4 chapters left. However, the next two chapters are design patterns which I am not so familiar. I know they will take some time to master, and I am wondering whether I should continue reading them or start Head First Design Patterns.
— Jan 28, 2017 09:30AM
Add a comment
Mik Vargas
is on page 294 of 431
Serialization has been covered. Though I had no idea how to use pickle and json before, now I can use them. Again this knowledge has to be put into practice. Very exciting about starting with design patterns tomorrow.
— Jan 27, 2017 10:23AM
Add a comment
Mik Vargas
is on page 254 of 431
I love high order programming in Python. It is great to be able to pass a function another function, and in general, treat a function as an object is treated.
— Jan 26, 2017 07:53PM
Add a comment
Mik Vargas
is on page 222 of 431
Though I thought I was going to take almost no notes about this chapter, I was wrong. It is very interesting to know about named tuples. I am definitely using them on my projects.
— Jan 25, 2017 01:35PM
Add a comment
Mik Vargas
is on page 180 of 431
Chapter 5 completed. I am definitely applying the knowledge, I have acquired in these two previous chapters, in my projects.
— Jan 24, 2017 05:11PM
Add a comment
Mik Vargas
is on page 150 of 431
Chapter 4 is over. Though I know most of the stuff about exceptions, I liked to see how other people write code since this is a great way to become a better coder.
— Jan 24, 2017 08:03AM
Add a comment
Mik Vargas
is on page 122 of 431
Now that I know the basics of SQL, it is time to continue learning object oriented programming with Python.
— Jan 23, 2017 08:07PM
Add a comment
Mik Vargas
is on page 122 of 431
Well, chapter 3 was very deep regarding to Python and OOP. Now, I am going to practice what I have already learned before diving into exception handling.
— Jan 16, 2017 01:24PM
Add a comment
Mik Vargas
is on page 59 of 431
Chapter 2 was not bad. I have understood well relative and absolute imports, and now it is clearer how to handle access control in Python. It was good to learn the term name mangling, but it is kind of disappointing to know that in the end with a little of effort you can access data that uses mangling.
— Jan 15, 2017 09:31AM
Add a comment
Mik Vargas
is on page 27 of 431
Finally, I have finished reviewing the object oriented concepts in chapter 1. Though a short chapter, many concepts had to be reviewed further. Now, I am eager to start working with Python code.
— Jan 14, 2017 02:28AM
Add a comment



