You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
4.7 KiB
116 lines
4.7 KiB
11 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
|
|
||
|
<!-- Enable responsiveness on mobile devices-->
|
||
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
|
||
|
|
||
|
<title>Julio Biason .Me 4.3</title>
|
||
|
|
||
|
<!-- CSS -->
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body class=" ">
|
||
|
|
||
|
<div class="sidebar">
|
||
|
<div class="container sidebar-sticky">
|
||
|
<div class="sidebar-about">
|
||
|
|
||
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
|
||
|
|
||
|
<p class="lead">Old school dev living in a 2.0 dev world</p>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<ul class="sidebar-nav">
|
||
|
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/">English</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="content container">
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">Python 3 Object Oriented Programming - Dusty Phillips</h1>
|
||
|
<span class="post-date">
|
||
|
2016-04-02
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/dusty-phillips/">#dusty phillips</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/review/">#review</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-5/">#stars:5</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2010/">#published:2010</a>
|
||
|
|
||
|
</span>
|
||
|
<p><a href="https://www.goodreads.com/book/show/8679996-python-3-object-oriented-programming">GoodReads Summary</a>:
|
||
|
The book begins with the very foundations of OOP and then uses practical
|
||
|
examples to show how to correctly implement Object Oriented Programming in
|
||
|
Python. Many examples are taken from real-world projects. The book focuses on
|
||
|
high-level design as well as the gritty details of the Python syntax. The
|
||
|
provided exercises inspire the reader to think about his or her own code,
|
||
|
rather than providing solved problems. If you're new to Object Oriented
|
||
|
Programming techniques, or if you have basic Python skills and wish to learn
|
||
|
in depth how and when to correctly apply Object Oriented Programming in
|
||
|
Python, this is the book for you. If you are an object-oriented programmer for
|
||
|
other languages, you too will find this book a useful introduction to Python,
|
||
|
as it uses terminology you are already familiar with. Python 2 programmers
|
||
|
seeking a leg up in the new world of Python 3 will also find the book
|
||
|
beneficial, and you need not necessarily know Python 2.</p>
|
||
|
<span id="continue-reading"></span><div>
|
||
|
★★★★★
|
||
|
</div>
|
||
|
<p>After a bunch of titles from Packt, I expected something that would be half
|
||
|
OO, half Python 3. But I got a very happy surprise reading the book because it
|
||
|
does really go intro OO, explaining from analysis to design to code and then
|
||
|
slowly dwelving into Python around those topics.</p>
|
||
|
<p>Not only that, but instead of simply assuming his position is right, the
|
||
|
author explores other possibilites and than moves back when something doesn't
|
||
|
work -- kinda like <em>Robert C. Martin</em> does in <em>Clean Code: A Handbook of Agile
|
||
|
Software Craftsmanship</em>.</p>
|
||
|
<p>In the end, even after I work with Python for 5+ years, I still learnt a few
|
||
|
more things about using Python for OO development (and really got in agreement
|
||
|
with the author when OO isn't necessary!)</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|