Viewing posts for the category Python
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 moreMigrations are Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema. They’re designed to be mostly automatic.
read moreUsers 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... read more
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 th... read more
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 lac... read more