Skip to content

Commit 18c8e2d

Browse files
committed
Add 3 more links
- Add "In Python, it’s all about the attributes" under Beginner's Delight - Add "Writing great documentation" under Documentation - Add "11 Things I Wish I Knew About Django Development Before I Started My Company" under Web > Frameworks > Django
1 parent 2fb4091 commit 18c8e2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pycrumbs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
* [Python tools and software](http://www.linux.org/threads/python-tools-and-software.6372/)
8787
* [Facts and myths about Python names and values](http://nedbatchelder.com/text/names.html)
8888
* [*args and **kwargs in python explained](http://freepythontips.wordpress.com/2013/08/04/args-and-kwargs-in-python-explained/)
89+
* [In Python, it’s all about the attributes](http://blog.lerner.co.il/python-attributes/)
8990
* [Common newbie mistakes in Python- Part 1](http://blog.amir.rachum.com/post/54770419679/python-common-newbie-mistakes-part-1)
9091
* [Common newbie mistakes in Python- Part 2](http://blog.amir.rachum.com/post/55024295793/python-common-newbie-mistakes-part-2)
9192
* [PySchools](http://www.pyschools.com/)
@@ -181,6 +182,7 @@
181182
* [Documentation is King](http://kennethreitz.org/documentation-is-king/)
182183
* [Make your open source project documentation suck less](http://kirang89.webfactional.com/2013/05/07/make-your-open-source-project-documentation-suck-less/)
183184
* [Python Documentation Network](http://pydoc.net/)
185+
* [Writing great documentation](http://jacobian.org/writing/great-documentation/)
184186

185187
###Sphinx
186188
* [Quick Sphinx documentation for Python](http://scriptsonscripts.blogspot.in/2012/09/quick-sphinx-documentation-for-python.html)
@@ -279,6 +281,7 @@
279281
* [Scaling database with Django and HAProxy](http://engineering.hackerearth.com/2013/10/07/scaling-database-with-django-and-haproxy/)
280282
* [Classy Class-Based Views](http://ccbv.co.uk/)
281283
* [Django models, encapsulation and data integrity](http://www.dabapps.com/blog/django-models-and-encapsulation/)
284+
* [11 Things I Wish I Knew About Django Development Before I Started My Company](https://medium.com/cs-math/11-things-i-wish-i-knew-about-django-development-before-i-started-my-company-f29f6080c131)
282285

283286
####Bottle
284287
* [Developing with Bottle- Part 1](http://www.realpython.com/blog/python/developing-with-bottle-part-1/)

0 commit comments

Comments
 (0)