Learn to code Python with COZMO
There are many ways to learn Python. A particularly funny way is to do it together with the little robot COZMO and its SDK for Python.
Using TinyMCE with Django
Want to use a WYSIWYG editor within your Django webapp? TinyMCE is a good choice and the best: there is a Django module that makes the implementation as easy as pie.
Learn to code with TurtleCoder!
You think learning to program is too complex and boring for primary school children? Wrong! TurtleCoder is an intuitive webapp with which you can quickly and independently make first steps in programming based on LOGO.
Find specific words on web pages with Scrapy
Have you ever had the problem to scan your website for specific words, for example to find restricted words. This is a perfect job for Python and Scrapy. With only a few lines of code you can automate this task.
Adjusting X_FRAME_OPTIONS in Django
When you deploy your Django application to production it is recommendable to adjust the settings.py with several security settings. One is the X_FRAME_OPTIONS setting, which protects your website against clickjacking.