Developing with IDEs: WingIDE, Rad2Py, Eclipse and PyCharm PyCharm PyCharm Debugging tips Pycharm: Debugging a module in web2py’s context WingIDE Using general purpose IDEs wit...
Understanding the flexibility of using conanfile.py vs conanfile.txt Use the layout() method Use the validate() method to raise an error for non-supported configurations Conditio...
Running web2py with Python 2 vs. Python 3 Running web2py with Python 2 vs. Python 3 When web2py was born, there was only Python version 2.5 available (in fact, Python 3.0 was r...
Libraries Libraries The web2py libraries are exposed to the user applications as global objects. For example (request , response , session , cache ), classes (helpers, validato...