DiscoverSDK Blog
Working with Django models (Django ORM)
If you cannot or do not want to save data dynamically in your web application, then there is no point of using a great framework like Django. You could use plain old HTML, CSS, JavaScript to serve your content as a static website. Usually we save our data in web applications with the help of some ki [...]
BlueSnap Mobile payment SDK
As many veteran developers will testify, a good SDK can mean a world of a difference when integrating with any party, let alone a payment provider. But a good mobile payment SDK can be pretty hard to find. [...]
Beginners' introductory guide to web development with Python and Django
Django is the most popular and well architected full stack web development framework in the realm of Python. If you love Python and you want to work with the web then it’s Django to the rescue. There are a lot of Python web frameworks and micro frameworks but none of them is as well architecte [...]
Introduction to HTTP(S) programming with Python and requests
HTTP is a protocol that powers most of the web infrastructure; it is in the heart of the web. Whenever you click on a link, load an image, watch a video, or download music, it is HTTP that makes it possible. HTTPS is no different than HTTP except that HTTPS is a secure/encrypted version of http. [...]
Understanding the request-response lifecycle of a Django web application
A web application or a website revolves around the request-response cycle. When you are visiting a website with the help of a web browser, the browser is sending a request to the web server. Receiving your request, the server then processes it and sends you a response back. A response might be in di [...]
Django URL dispatching and request processing
In any web framework when we talk about MVC/MTV things we forget the most important part, which is the router. The router is the part of any web framework where the decision is made about which controller is going to take the responsibility for serving the request. [...]
Top 10 Website Builders
Recently I wrote an article about WYSIWYG. No, that’s not some village in Wales (you were thinking of Ynysddu, weren't you). What you see is what you get, or WYSIWYG editors are actually tools that make building web pages and other digital documents easy, as you don’t have to write any c [...]
File Handling in Python
The primary principle that computers play by is input, processing and output. A computer takes some data, processes it, and outputs the result. The input and output may come in myriad of types of media, and one of the most used forms of input and output is the file. [...]
Spring Batch Tutorial
In this lesson, we will learn about Spring Batch. To make a running example of Spring Batch, we will make a quick example using Spring Boot and Maven. Let’s get started by adding appropriate dependency. [...]
Top DiscoverSDK Experts
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}