implicit_vs_explicit
These days most of the web apps are using AJAX techniques. When a page is loaded to browser, the elements within that page may load at different time intervals. This makes locating elements difficult, if the element is not present in the DOM, it wil… read more
implementing_websockets_with_django
Users now demand information as soon as it's available. If you have to refresh the page to get new information, it's already too late. Luckily, a protocol supported by all modern browsers allows for direct data exchange: WebSockets. read more
gen
Before beginning, I ask people who are new to python to assess their knowledge on various Python concepts. Basic concepts like "if/else" or "defining and using functions" are understood by a majority. There are some topics, where many lack understa… read more
djn
Are you a python/django developer ? and wants to learn js/nodejs ? then you can startoff with this tutorial. In this part we're going to discuss basic setup, app structuring and also angularJS setup. read more

Subscribe to our mailing list