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: Security learning
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/
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/
Intro to Cyber Security Certification – Security+
Course Description This course covers basic information related to Security+ Certification and Cyber Security Career planning. I cover the concepts and career opportunities that are out there and help you chart your course towards your career goals. This FREE course includes over ten lessons where you will learn what Cyber Security is, what Security+ certification is, and …
Permanent link to this article: https://www.darknessgate.com/2016/10/23/intro-to-cyber-security-certification-security/
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/
Security Awareness Campaigns (Lite) | Udemy free course
Course Description Security Awareness Campaigns is about the components and reality of what makes awareness campaigns successful and which components are needed in it. This course will cover the basics of a security awareness campaign that is aimed at increasing security levels by addressing social engineering attacks and communicating the basics of awareness and threats …
Permanent link to this article: https://www.darknessgate.com/2016/10/22/security-awareness-campaigns-lite-udemy-free-course/
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/