Last updated: Aug 1, 2022

The Core in Web2py

The core in web2py, the topic may be misleading but don't let yourself, go astray. This article consists of a variety of important topics, which will be quite helpful in later use. Also, these concepts will be further used, less or more in bigger aspects. Thus, this article series is quite important. Keep focused on it and keep learning.  
The command options of web2py EASY
This article discusses the command line options of web2py through which we can skip GUI and URL mapping/dispatching.
Conditional Models of Web2py EASY
This blog is about Conditional Models of Web2py and its features. In this blog, we will see examples, commands of conditional models, and the workflow of Web2py.
Libraries in Web2py
In this article, we will discuss the libraries in web2py and know them in detail.
Applications and API in web2py
This article discusses the brief introduction, workflow and application of web2py and API objects like request and response with their respective instances.
Accessing the API from Python Modules in web2py EASY
This blog will sincerely help to learn about Accessing the API from Python modules in Web2py.
Request in web2Py EASY
This blog helps you clear your understanding of requests in web2py and what are the attributes of requests in web2py.
Sessions in web2py
This blog helps you clear your understanding of the Sessions in web2py and methods in the Sessions in web2py.
Cache and Cache.action in web2py MEDIUM
In this article, we will see the implementation of cache and Cache.action in web2py. We will see how to cache the output of a code in ram and in the disc.
URLs in web2py
In this article, we will see URLs in web2py. We will also discuss the URL function. We will also see Absolute and Digitally signed URLs in web2py.
HTTP and redirect in web2py
In this article, we will see the implementation of HTTP and redirect in web2py and what useful commands are to generate the request
Internationalisation and Pluralization with T in web2py EASY
This blog helps you clear your understanding of Internationalisation and Pluralization with T in web2py and Language determination in Internationalisation and Pluralization with T in web2py.
Cookies and Application Initialization in web2py EASY
This blog helps you clear your understanding of the Cookies and Application Initialization in web2py and Some basic commands of Cookies and Application Initialization in web2py
URL Rewrite In Web2py EASY
In this blog, we will learn about URL Rewrite in Web2py.
Cron and Task Queues in Web2py MEDIUM
In this article, we will learn about cron and task queues with the help of some examples.
Third Party Modules In Web2py EASY
In this blog, we will learn about Third Party Modules in Web2py.
WSGI In Web2py EASY
In this article, we will study WSGI and calling WSGI applications.