## Python API

Build better Web apps with CBSE by PaaS.

Web Programming

Web development is a broad term for the work involved in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Server-side scripting is a technique used in web development which involves employing scripts on a web server which produce a response customized for each user's (client's) request to the website.

Detail

Data Access

Data access typically refers to software and activities related to storing, retrieving, or acting on data housed in a file, database or other repository. Over the years standardized languages, methods, and formats, have developed to serve as interfaces between the often proprietary, and always idiosyncratic, specific languages and methods. Such standards include SQL, XML, JSON and Web Services.

Detail

Utility Classes

In computer programming, a utility class is a class that defines a set of methods that perform common, often re-used functions. This section will introduce methods to handle useful date types such as Dynamic, Datetime, UUID, Regular Expression and URI, to query collections by Language Integrated Query, to encode and decode strings, to encrypt and decrypt data, and so on.

Detail

Data API

In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building application software. In general terms, it's a set of clearly defined methods of communication between various software components. This section introduces the api to access frequently-use data, such as settings, categories and artilces, codes, user tasks, background jobs, finite-state machines, data caches, etc.

Detail

Document Manipulation

A document is a written, drawn, presented or recorded representation of thoughts. In the computer age, a document is usually used to describe a primarily textual file, along with its structure and design, such as fonts, colors and additional images. This section outlines some frameworks to manipulate images, word document, pdf document and zip document.

Detail

Python Tutorial

Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly braces or keywords), and a syntax which allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.

Detail

IronPython Tutorial

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. IronPython's sweet-spot is being able to use the .NET framework APIs directly from Python.

Detail

Useful Algorithms

An algorithm is an effective method that can be expressed within a finite amount of space and time and in a well-defined formal language for calculating a function. Starting from an initial state and initial input (perhaps empty), the instructions describe a computation that, when executed, proceeds through a finite number of well-defined successive states, eventually producing "output" and terminating at a final ending state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as randomized algorithms, incorporate random input.

Detail