You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
Copy file name to clipboardExpand all lines: pycrumbs.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@
86
86
*[Python tools and software](http://www.linux.org/threads/python-tools-and-software.6372/)
87
87
*[Facts and myths about Python names and values](http://nedbatchelder.com/text/names.html)
88
88
*[*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/)
89
90
*[Common newbie mistakes in Python- Part 1](http://blog.amir.rachum.com/post/54770419679/python-common-newbie-mistakes-part-1)
90
91
*[Common newbie mistakes in Python- Part 2](http://blog.amir.rachum.com/post/55024295793/python-common-newbie-mistakes-part-2)
91
92
*[PySchools](http://www.pyschools.com/)
@@ -181,6 +182,7 @@
181
182
*[Documentation is King](http://kennethreitz.org/documentation-is-king/)
182
183
*[Make your open source project documentation suck less](http://kirang89.webfactional.com/2013/05/07/make-your-open-source-project-documentation-suck-less/)
*[Writing great documentation](http://jacobian.org/writing/great-documentation/)
184
186
185
187
###Sphinx
186
188
*[Quick Sphinx documentation for Python](http://scriptsonscripts.blogspot.in/2012/09/quick-sphinx-documentation-for-python.html)
@@ -279,6 +281,7 @@
279
281
*[Scaling database with Django and HAProxy](http://engineering.hackerearth.com/2013/10/07/scaling-database-with-django-and-haproxy/)
280
282
*[Classy Class-Based Views](http://ccbv.co.uk/)
281
283
*[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)
282
285
283
286
####Bottle
284
287
*[Developing with Bottle- Part 1](http://www.realpython.com/blog/python/developing-with-bottle-part-1/)
0 commit comments