List of Free PHP Projects with Thesis Documentation and Source Code

Submitted by admin on
Download for free a list of PHP Projects with source code here. For several years, sourcecodester.com has compiled a lot of PHP projects coming from programmers from different countries who willingly share their source code so other programmer like you can benefit from it. Previously we also compiled a list of free projects with source code to be used in your thesis projects. If you want to visit

Python Strings

Submitted by moazkhan on

In this tutorial you will learn:

  • Strings in Python
  • Immutable and Mutable in Python
  • Joining two Strings
  • String Slicing
  • Finding length of a String

Strings in Python

In the previous tutorial we learned what variables are and how Python deals with variables. In this tutorial we will start by learning the details and usage of String type variable in Python.

Introduction to Python

Submitted by moazkhan on

Introduction to Python

A powerful interpreted programming language that can do simple and complex tasks. Due to its simplicity and ability to perform mathematical calculations at a high pace. It’s being used in a number of industries from Computer Vision, Data Science, Mathematics and Machine Learning. As python is an interpreted language so it’s easy to debug and hence helps developers in doing rapid application development very quickly.

Python Tutorial

Submitted by admin on

Python is one of the easiest languages to learn out there but one of the most powerful indeed. From backend development, web scrapping, data mining to machine learning all of this can be done using Python. Python offers a simple yet dynamic syntax and has an interpreted nature which makes it a perfect scripting language.

Notepad Using Visual Basic .NET with Source Code

Submitted by Prasenjit Halder on
Notepad is a free text editor with free source code. It also has a text to speech feature that allow you to read the text. It can also insert different date format like day, week, month, etc. You can also convert it to word. By this product user can manage text document some common function include such as open, open as, Insert>Text Document, save, save as and more... Basically its demonstrate of

TreeDoc: Tree Structured Editor Using C#

Submitted by PineTreeJoe on
TreeDoc is a tree structured editor. In a normal text editor you just start writing. In a tree editor you first create a node that has a label then you put text into the node. The nodes together create a document. After a document is created it can be exported as a normal text file. It can also be saved and used as a tree structured file. Just as a regular editor is good for many tasks, a tree