Tutorials

Python: Simple CRUD Application Using SQLite - Part 2

Submitted by razormist on
In this tutorial we will create a Simple CRUD ( Update, Delete) Application using Python/SQLite. In my previous tutorial we already tackle the create and read on Python Simple CRUD, this time we will continue on and add some features to make the application fully functional.

Python: Simple CRUD Application Using SQLite - Part 1

Submitted by razormist on
In this tutorial we will create a simple CRUD ( Create, Read ) Application using Python/SQLite. Python is a computer programming language that lets work faster and convenient because of its user - friendly environment. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. By the way this tutorial is consist of two parts, for now we will tackle only about create and read on Python with SQLite database.

Python: How To Send Data To SQLite

Submitted by razormist on
In this tutorial we will try to send a data from Python to SQLite database. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find Python a clean syntax and indentation structure based, and it is easy to learn because of its less semi colon problem.

Python: How To Connect To MySQL

Submitted by razormist on
In this tutorial we will try to connect Python to a MySQL database server. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find the clean syntax and indentation structure easy to learn because of its less semi colon problem. That's why most of the new developer started to code with python.

Python: Basic GUI Application Dedicated For Beginners

Submitted by razormist on
In this tutorial we will create a simple application using Python basic GUI. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. Python lets you work more quickly than other programming languages, because of its syntax readability and simplified modules.

Python: A Simple Text File Generator For Beginners

Submitted by razormist on
In this tutorial we create a simple Application using Python. Python lets you work more quickly than other programming languages.It is very easy to learn syntax emphasizes readability and reduces time consuming in developing. So let's now do the coding. Setting up the Python First you will need to download & install the Python IDLE's, here the link for the installer for python https://www.python.org/downloads/ After you installed the Pythons IDLE's, run the IDLE and then click file and then new file.

AngularJS CRUD Operation With PHP/MySQLi - Part 2

Submitted by razormist on
In this tutorial we will try to do the AngularJS CRUD (Delete, Update) Operation with PHP/MySQLi. In my previous tutorial we already tackle the (create and update) on AngularJS, this time will continue on and try to finish the project. We already created the database and the database connection, we will just add some method to the AngularJS directives and PHP script to make our project more interactive.

AngularJS CRUD Operation With PHP/MySQLi - Part 1

Submitted by razormist on
In this tutorial we will use AngularJS for CRUD (create, read) Operation with PHP/ MySQLi as a backend development. AngularJs is widely used in developing modern website because of its easy syntax construct and convenient in time developing. It is a library from javascript that compressed and simplified into a whole new level of programming technique. By the way this tutorial is consist of two parts,for we will tackle only about create and select on AngularJS with PHP database. So let's see how its done.

Simple Calculator Using Python

Submitted by razormist on
In this tutorial we will try to create a Simple Calculator Using Python. Python has a design philosophy which emphasizes code readability. That's why python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduces time consuming in developing.