Title | Learn Computer Languages |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 17:03 |
Category | |
Share |
Collection Of Best Sites To Learn Computer Languages :
Including Java, Python, HTML, JavaScript, And Much Much More.
Learn Java :
Java is a programming language
and computing platform first released by Sun Microsystems in 1995. There
are lots of applications and websites that will not work unless you
have Java installed, and more are
created every day. It is without a doubt the fastest growing computer
language in the world. It is pretty easy to learn if you know C/C++ ,
but you can learn java without knowing C too. Below are the tutorials
that will help you learn Java.
Video Tutorials :
http://www.javavideotutes.com/lessons
Interactive Shell :
Learn Python :
Video Tutorials :
http://thenewboston.org/list.php?cat=36
Interactive Shell :
Learn C/C++ :
The C programming language has been around since the early '70s, when it was developed by Ken Thompson and Dennis Ritchie at Bell Laboratories. They saw the need for a more user-friendly programming language, One of the things that programmers like about C is that it enables them to scale down programs so they can run on very little memory. This has become especially important in recent years, when so many people are using small-scale computers like smartphones and tablets.
C is also used to design a device drivers because it is a powerful language. So why don't you learn it :
Video Tutorials :
http://www.cplusplustutor.com/
Interactive Shell :
Learn C# :
C# is designed to work with Microsoft's .NET platform. Microsoft's aim is to facilitate the exchange of information and services over the Web, and to enable developers to build highly portable applications. C# simplifies programming through its use of Extensible Markup Language (XML) and Simple Object Access Protocol (SOAP) which allow access to a programming object or method without requiring the programmer to write additional code for each step. The links are below :
Video Tutorials :
http://www.programmingvideotutorials.com/csharp/csharp-introduction
Assembly Language :
An assembly language is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture's machine code instructions. Each assembly language is specific to a particular computer architecture, in contrast to most high-level programming languages, which are generally portable across multiple systems. So if you want to learn the grand daddy of programming languages, The link is below :
Video Tutorials :
http://www.learnerstv.com/Free-Computers-Video-lectures-ltv652-Page1.htm
Learn PHP :
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Widely used by Web Designers/Programmers to give their site additional functionality, this language is a must learn if you are interested in the field of web designing.
Video Tutorials :
http://www.programmingvideotutorials.com/php/php-introduction
Interactive Shell :
Learn HTML/HTML5 :
HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.
So If you want to learn the building language of internet, why don't you give the links below a try :
Video Tutorials :
http://www.beginnertuts.com/Tutorials/HTML/T1/T1HTML.php
Interactive Shell :
Learn CSS :
CSS gives more control over the appearance of a Web page to the page creator than to the browser designer or the viewer. It stands for Cascading Style Sheet . Style sheet refers to the document itself. Style sheets have been used for document design for years. They are the technical specifications for a layout, whether print or online. Cascade is the special part. A Web style sheet is intended to cascade through a series of style sheets, like a river over a waterfall. The water in the river hits all the rocks in the waterfall, but only the ones at the bottom affect exactly where the water will flow. The same is true of the cascade in Web style sheets.
Video Tutorials :
http://www.programmingvideotutorials.com/css/css-introduction
Interactive Shell :
Learn JavaScript :
JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously, and alter the document content that was displayed. JavaScript is a prototype-based scripting language that is dynamic, weakly typed, and has first-class functions. Its syntax was influenced by the language C. JavaScript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics. Learn this wonderful language below :
Video Tutorials :
http://www.programmingvideotutorials.com/javascript/javascript-introduction
Interactive Shell :
Learn JQuery :
jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. It is currently developed by a team of developers led by Dave Methvin. Used by over 55% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today. Learn it below :
Video Tutorials:
https://tutsplus.com/lesson/hello-jquery/
Interactive Shell :
SQL Tutorial :
SQL is a standard language for accessing and manipulating databases.
What can it do ? Here you go :
SQL can execute queries against a database
SQL can retrieve data from a database
SQL can insert records in a database
SQL can update records in a database
SQL can delete records from a database
SQL can create new databases
SQL can create new tables in a database
SQL can create stored procedures in a database
SQL can create views in a database
SQL can set permissions on tables, procedures, and views
So Learn this language below :
Video Tutorials :
http://www.programmingvideotutorials.com/sql/sql-introduction
Interactive Shell :
VBScript Tutorial :
VBScript (Visual Basic Scripting Edition) is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It is designed as a “lightweight” language with a fast interpreter for use in a wide variety of Microsoft environments. VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject (FSO) is used to create, read, update and delete files.Interactive Shell :
ASP.NET Tutorial :
ASP.NET is a server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.Video Tutorials :
http://www.programmingvideotutorials.com/aspnet/aspnet-introduction
Interactive Shell :
XML Tutorial :
Video Tutorials :
http://www.programmingvideotutorials.com/xml/xml-introduction
Interactive Shell :