From 432ef1649db855e19b35f311d110a7f6ca717311 Mon Sep 17 00:00:00 2001 From: llamas-rock Date: Wed, 24 Jun 2015 17:43:41 +0800 Subject: [PATCH] new article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 936606d..0b6bbe1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Python is an easy to learn language many beginners to coding choose as their fir - [Python Beginner Tutorial: for Loops and Iterators](https://www.codementor.io/python/tutorial/python-generators-and-iterators) - [Python 2.7 vs Python 3.4 ─ What should Python Beginners choose?](https://www.codementor.io/python/tutorial/python-2-7-vs-python-3-4) - [Introduction to Python Decorators](https://www.codementor.io/python/tutorial/introduction-to-decorators) + - [Beginner's Guide to Debugging Python: Print Statements](https://www.codementor.io/python/tutorial/how-to-debug-python-code-beginners-print-line) - [How to Create Custom Exceptions in Python](https://www.codementor.io/python/tutorial/python-custom-exception) - [A SQLAlchemy Cheat Sheet](https://www.codementor.io/python/tutorial/understanding-sqlalchemy-cheat-sheet) - [Python Framework Comparison: Django vs. Pyramid](https://www.codementor.io/python/tutorial/django-vs-pyramid-python-framework-comparison)