The coffee-shop reason for reading this book is to provide the beginning designer with a sequence of interesting and moderately complex exercises in OO design. http://www.itmaybeahack.com/book/oodesign-python-2.1/latex/BuildingSkillsinOODesign.pdf
Tag: learn programming
Permanent link to this article: https://www.darknessgate.com/2016/10/29/6323/
Building Skills in Python
You need this book because you need to learn Python. Here are a few reasons why you might need to learn Python • You need a programming language which is easy to read and has a vast library of modules focused on solving the problems you’re faced with. • You saw an article about Python …
Permanent link to this article: https://www.darknessgate.com/2016/10/28/6321/
Embedding Perl in HTML with Mason
Mason is a tool for embedding the Perl programming language into text, in order to create text dynamically, most often in HTML. But Mason does not simply stop at HTML. It can just as easily create XML, WML, POD, configuration files, or the complete works of Shakespeare. Mason was originally written by Jonathan Swartz, with …
Permanent link to this article: https://www.darknessgate.com/2016/10/26/embedding-perl-in-html-with-mason/
(the eff-bot guide to) The Standard Python Library
Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library. For more information on the book and the print editions, see (the eff-bot guide to) The Standard Python Library. Note that the …
Permanent link to this article: https://www.darknessgate.com/2016/10/26/the-eff-bot-guide-to-the-standard-python-library/
Exploring Programming Language Architecture in Perl
By the end of this book you should have a thorough understanding of the inner workings of a programming language interpreter. The source code is presented in full, and several iterations add more features until it could be considered pretty complete. The interpreter is written to be as easy to understand as possible; it has …
Permanent link to this article: https://www.darknessgate.com/2016/10/25/exploring-programming-language-architecture-in-perl/
Python Koans – Learn Python through TDD
Python Koans is an interactive tutorial for learning the Python programming language by making tests pass. https://github.com/gregmalcolm/python_koans
Permanent link to this article: https://www.darknessgate.com/2016/10/25/python-koans-learn-python-through-tdd/
Extreme Perl
Extreme Perl is a book about Extreme Programming using the programming language Perl. This site contains the entire book. This book is about a marriage of two compatible yet unlikely partners. Extreme Programming (XP) is a software development methodology that enables users, business people, programmers, and computers to communicate effectively. Perl is a dynamic programming …
Permanent link to this article: https://www.darknessgate.com/2016/10/24/extreme-perl/
Essential Perl
This document is a quick introduction to the Perl language. Perl has many features, but you can get pretty far with just the basics, and that’s what this document is about. The coverage is pretty quick, intended for people with some programming experience. This document is available for free in the spirit of engineering goodwill …
Permanent link to this article: https://www.darknessgate.com/2016/10/23/essential-perl/
Beginning Perl (free)
Perl is a well-established programming language that has been developed through the time and effort of countless free software programmers into an immensely powerful tool that can be used on pratically every operating system in the world. Perl started out as the “Swiss army knife” of computer languages and was used primarily by system administrators, …
Permanent link to this article: https://www.darknessgate.com/2016/10/22/beginning-perl-free/
Python Programming
This book describes Python, an open-source general-purpose interpreted programming language available for a broad range of operating systems. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C# for the .NET environment. There are two common versions currently in use: 2.x and 3.x. This …
Permanent link to this article: https://www.darknessgate.com/2016/10/22/python-programming/
Take Control of Your Programming with Modern Perl
Perl programmers solve problems and get things done. Perl’s the secret weapon they reach for when they have to solve a problem right now. Modern Perl takes that productivity to the next level. Learn the philosophy of Perl to unlock the language’s full power. Explore the best the CPAN has to offer. See how new …
Permanent link to this article: https://www.darknessgate.com/2016/10/21/take-control-of-your-programming-with-modern-perl/
- 1
- 2