Nieuws

Microsoft added new Web app tutorials -- covering Django and Flask -- to its Python documentation for Visual Studio and its open source little cousin, the cross-platform Visual Studio Code editor.
Perhaps the two greatest things about Django are its speed and the auto-generated admin interface. Since I didn’t get a chance to post a tutorial yesterday, today’s will be a two-parter. For ...
The Django community is big on open source, and there's an extensive code repository available. Sample Project for integrating Flickr into your Django app.
HTMX is the dynamic HTML extension that gives you the power of JavaScript with a few lines of simple markup. Let's see how it works with the popular Python-Django development stack.