CSVeda Posts

User defined functions in Python are an important method to implement code reusability, modularization and better readability. Arguments make an important part of user defined functions for more flexibility. Function…

Python

DBMS SQL

Python

DBMS

DBMS

Handling PHP files and directories is an important component of PHP programming. If you want to make an application where you want users to upload some documents and save in…

PHP Web Development

Python is a powerful programming language with a robust library of functions and other resources for faster development. Its inbuilt functions are a great support to any Python Programmer. Sometimes…

Python

In database systems many times you need to summarize the data stored in tables in answer to adhoc queries of the users. For this SQL Aggregate Functions can be used.…

DBMS

JQuery & JavaScript Web Development

A Python String can be understood as a collection of characters. It is a compound data type made-up of individual characters. These characters can be alphabets, numbers or special characters…

Python