You really do not need to set up your own environment to start learning Python programming language. Reason is very simple, we already have set up Python Programming environment online, so that you can execute all the available examples online at the same time when you are doing your theory work. This gives you confidence in what you are reading and to check the result with different options. Feel free to modify any example and execute it online.
Wednesday, 21 August 2013
Python Environment
PHP Environment Setup
In order to develop and run PHP Web pages three vital components need to be installed on your computer system.
- Web Server - PHP will work with virtually all Web Server software, including Microsoft's Internet Information Server (IIS) but then most often used is freely availble Apache Server. Download Apache for free here: http://httpd.apache.org/download.cgi
- Database - PHP will work with virtually all database software, including Oracle and Sybase but most commonly used is freely available MySQL database.
Java Environment Setup
You really do not need to setup your own environment to start learning Java programming language. Reason is very simple, we already have setup Java Programming environment online, so that you can compile and execute all the available examples online at the same time when you are doing your theory work. This gives you confidence in what you are reading and to check the result with different options. Feel free to modify any example and execute it online.
Tuesday, 20 August 2013
Objective_C--More
About Objective-C
Objective-C is the primary programming language you use when writing software for OS X and iOS. It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime.
Objective-C is the primary programming language you use when writing software for OS X and iOS. It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime.
Objective-C
Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. It is the main programming language used by Apple for the OS X and iOS operating systems and their respectiveAPIs, Cocoa and Cocoa Touch.
Monday, 19 August 2013
C++ - Overview
C++ is a statically typed, compiled, general purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming.
C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
JavaScript - Overview
JavaScript started life as LiveScript, but Netscape changed the name, possibly because of the excitement being generated by Java.to JavaScript. JavaScript made its first appearance in Netscape 2.0 in 1995 with a name LiveScript.
JavaScript is a lightweight, interpreted programming language with object-oriented capabilities that allows you to build interactivity into otherwise static HTML pages.
CSS - Introduction
Before you begin, it's important that you know Windows or Unix. A working knowledge of Windows or Unix makes it much easier to learn HTML.
You should be familiar with:
- Basic word processing using any text editor.
- How to create directories and files.
Perl - Introduction
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
What You Should Already Know
If you have basic knowledge of C or UNIX Shell then PERL is very easy to learn. If this is your first language to learn then you may take one to two week to be fluent in PERL
Html - Introduction
Before you begin, it's important that you know Windows or Unix. A working knowledge of Windows or Unix makes it much easier to learn HTML.
You should be familiar with:
- Basic word processing using any text editor.
- How to create directories and files.
Ruby Overview
Ruby is a pure object oriented programming language. It was created in 1993 by Yukihiro Matsumoto of Japan.
You can find the name Yukihiro Matsumoto on the Ruby mailing list at www.ruby-lang.org. Matsumoto is also known as Matz in the Ruby community.
Ruby is "A Programmer's Best Friend".
Ruby has features that are similar to those of Smalltalk, Perl, and Python. Perl, Python, and Smalltalk are scripting languages.
Python - Overview
Python is a high-level, interpreted, interactive and object-oriented scripting language. Python was designed to be highly readable which uses English keywords frequently where as other languages use punctuation and it has fewer syntactical constructions than other languages.
Java - Overview
Java programming language was originally developed by Sun Microsystems, which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems.s Java platform (Java 1.0 [J2SE]).
As of December 08 the latest release of the Java Standard Edition is 6 (J2SE). With the advancement of Java and its wide spread popularity, multiple configurations were built to suite various types of platforms. Ex: J2EE for Enterprise Applications, J2ME for Mobile Applications.
Php - Introduction
PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.
- PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
- PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.
- It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
CSS - Beginning Programming
CSS is used to control the style of a web document in a simple and easy way.
CSS stands for Cascading Style Sheet.
This page will give a complete understanding on CSS.
CSS stands for Cascading Style Sheet.
This page will give a complete understanding on CSS.
Html - Beginning Programming
HTML or Hypertext Markup Language, is the most widely used language on Web.
Technically, HTML is not a programming language, but rather a markup language.
This page will give a complete understanding on HTML.
Technically, HTML is not a programming language, but rather a markup language.
This page will give a complete understanding on HTML.
Javascript - Beginning Programming
Javascript is a scripting language produced by Netscape for use within HTML Web pages.
JavaScript is loosely based on Java and it is built into all the major modern browsers.
I willl give a complete understanding on JavaScript.
JavaScript is loosely based on Java and it is built into all the major modern browsers.
I willl give a complete understanding on JavaScript.
Python - Beginning Programming
Python is a general-purpose interpreted, interactive, object-oriented and high-level programming language. Python was created by Guido van Rossum in the late eighties and early nineties. Like Perl, Python source code is also now available under the GNU General Public License (GPL)
This page has been designed for software programmers with a need to understand the Python programming language. This page will give you enough understanding on Python programming language from where you can take yourself to a higher level of expertise.
Before proceeding you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the Python programming concepts and move fast on the track.
For most of the examples given in this tutorial you should try it, so just make use of it and enjoy python.
This page has been designed for software programmers with a need to understand the Python programming language. This page will give you enough understanding on Python programming language from where you can take yourself to a higher level of expertise.
Before proceeding you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the Python programming concepts and move fast on the track.
For most of the examples given in this tutorial you should try it, so just make use of it and enjoy python.
Php - Beginning Programming
The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases.
PHP is basically used for developing web based software applications.
This will help you to build your base with PHP.
You can practice PHP online using compileonline.com
Before proceeding with this tutorial you should have at least basic understanding of computer programming, Internet, Database, and MySQL etc is very helpful.
PHP is basically used for developing web based software applications.
This will help you to build your base with PHP.
You can practice PHP online using compileonline.com
Perl - Beginning Programming
Perl is a programming language developed by Larry Wall, especially designed for processing text. It stands for Practical Extraction and Report Language.
If you have basic knowledge of C or UNIX Shell then PERL is very easy to learn!
If you have basic knowledge of C or UNIX Shell then PERL is very easy to learn!
Ruby - Beginning Programming
Ruby is a scripting language designed by Yukihiro Matsumoto, also known as Matz. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
Before you start doing practice with various types of examples given in this section, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language.
Before you start doing practice with various types of examples given in this section, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language.
For most of the examples given in this section, you should try it, so just make use of it and enjoy your learning.
Sunday, 18 August 2013
Java - Beginning Programming
Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This is to equip you with an understanding on Java.
Before you start doing practice with various types of examples given in this section, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language
For most of the examples given in this section, you should try it, so just make use of it and enjoy your learning.
Before you start doing practice with various types of examples given in this section, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language
For most of the examples given in this section, you should try it, so just make use of it and enjoy your learning.
C - Beginning Programming
The C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the Unix operating system.
The C is the most widely used computer language, it keeps fluctuating at number one scale of popularity along with Java programming language which is also equally popular and most widely used among modern software programmers
Before proceeding with C, you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the C programming concepts and move fast on the learning track.
For most of the examples given in this section you should try it, so just make use of it and enjoy your learning.
The C is the most widely used computer language, it keeps fluctuating at number one scale of popularity along with Java programming language which is also equally popular and most widely used among modern software programmers
Before proceeding with C, you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the C programming concepts and move fast on the learning track.
For most of the examples given in this section you should try it, so just make use of it and enjoy your learning.
C++ - Beginning Programming
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
You will be going through simple and practical approach while learning C++ Programming language.
Before you start doing practice with various types of examples given in site, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language.
You should most of the examples given in this site you can also choose to compile and execute C++ programs online, so just make use of it and enjoy your learning.
You will be going through simple and practical approach while learning C++ Programming language.
Before you start doing practice with various types of examples given in site, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language.
You should most of the examples given in this site you can also choose to compile and execute C++ programs online, so just make use of it and enjoy your learning.
C# - Beginning Programming
C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft within its .NET initiative led by Anders Hejlsberg.
Here you start by learning basic C# programming and you will also go through various advance concepts related to C# programming language.
C# programming is very much based on C and C++ programming languages so if you have basic understanding on C or C++ programming then it will be a fun to learn C# programming language.
If you are willing to learn the C# programming with a C# Mono Compiler then you have compileonline.com available on a high end dedicated server giving you real programming experience with a comfort of single click compilation and execution. Yes! it is absolutely free and its online.
Here you start by learning basic C# programming and you will also go through various advance concepts related to C# programming language.
C# programming is very much based on C and C++ programming languages so if you have basic understanding on C or C++ programming then it will be a fun to learn C# programming language.
If you are willing to learn the C# programming with a C# Mono Compiler then you have compileonline.com available on a high end dedicated server giving you real programming experience with a comfort of single click compilation and execution. Yes! it is absolutely free and its online.
Who Is A Programmer?
A Programmer is someone who writes programs for computers to execute.A program is a set of instructions fed to the computer to carry out for the purpose of achieving some desired end. You can be be a programmer too. As simple as that, Its just a decision, you take it.
Subscribe to:
Posts (Atom)