http://www.greenteapress.com/perl/
Tag: learn programming
Permanent link to this article: https://www.darknessgate.com/2016/10/18/learning-perl-the-hard-way/
Think Python
Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps …
Permanent link to this article: https://www.darknessgate.com/2016/10/18/think-python/
Python Module of the Week
The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples. This is version 1.132, last updated Sep 10, 2016 to cover theConfigParser module. https://pymotw.com/2/
Permanent link to this article: https://www.darknessgate.com/2016/10/17/python-module-of-the-week/
Problem Solving with Algorithms and Data Structures using Python
THIS TEXTBOOK is about computer science. It is also about Python. However, there is much more. The study of algorithms and data structures is central to understanding what computer science is all about. Learning computer science is not unlike learning any other type of difficult subject matter. The only way to be successful is through …
Permanent link to this article: https://www.darknessgate.com/2016/10/16/problem-solving-with-algorithms-and-data-structures-using-python/
Python Cookbook
This book is aimed at more experienced Python programmers who are looking to deepen their understanding of the language and modern programming idioms. Much of the material focuses on some of the more advanced techniques used by libraries, frameworks, and applications. Throughout the book, the recipes generally assume that the reader already has the necessary …
Permanent link to this article: https://www.darknessgate.com/2016/10/11/python-cookbook/
Data Structures and Algorithms with Object-Oriented Design Patterns in Python
This book is about the fundamentals of data structures and algorithms–the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with …
Permanent link to this article: https://www.darknessgate.com/2016/10/04/data-structures-and-algorithms-with-object-oriented-design-patterns-in-python/
A Byte of Python
“A Byte of Python” is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you. https://python.swaroopch.com/
Permanent link to this article: https://www.darknessgate.com/2016/10/02/a-byte-of-python/
- 1
- 2