Difference between revisions of "Pedagogical Tools Group"

From Earlham CS Department
Jump to navigation Jump to search
(Bellow are recommended open-source resources for various programming classes)
m (HOP Group Provided Tutorials)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
=====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>=====
 
=====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>=====
  
==Pedagogical Group Provided Tutorials==
+
==Pedagogical Tools Group Provided Tutorials==
 +
 
 +
* [[Being Member of Pedagogical Group]]
 +
 
 +
* [[Pedagogical Documentation]]
 +
 
 +
* Remote Access:
 +
[http://www.cs.earlham.edu/~psg/tutorials/remote_con_index.html Remote Access Tutorial]
 +
 
 
* VTWM:
 
* VTWM:
 
[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part1.html Introduction to VTWM]
 
[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part1.html Introduction to VTWM]
Line 18: Line 26:
 
<br>[[Start Up]] for ECS Department's environment.
 
<br>[[Start Up]] for ECS Department's environment.
  
==Bellow are recommended open-source resources for various programming classes==
+
==Below are recommended open-source resources for various programming classes==
 
* C:
 
* C:
 
[https://www.cs50.net/resources/cppreference.com/ C Reference]  
 
[https://www.cs50.net/resources/cppreference.com/ C Reference]  
Line 28: Line 36:
 
<br>[http://www.cplusplus.com/doc/tutorial/ Cplusplus Tutorial]
 
<br>[http://www.cplusplus.com/doc/tutorial/ Cplusplus Tutorial]
 
<br>[http://www.cprogramming.com/tutorial.html Programming Tutorials]
 
<br>[http://www.cprogramming.com/tutorial.html Programming Tutorials]
 +
 +
* Python:
 +
[http://docs.python.org/tutorial/ The Python Tutorial]
 +
<br>[http://www.tutorialspoint.com/python/ Quick Links for Python Programmers]
 +
<br>[http://www.sthurlow.com/python/ A Beginner's Python Tutorial]
 +
<br>[http://www.learnpython.org/ Interactive Python Tutorial]
 +
 +
* Perl:
 +
[http://learn.perl.org/tutorials/ Perl Tutorials]
 +
<br>[http://www.perl.com/pub/2000/10/begperl1.html Beginner's Introduction to Perl]
  
 
* Emacs:
 
* Emacs:
Line 52: Line 70:
 
[http://www.ee.surrey.ac.uk/Teaching/Unix/ Unix Tutorial for Beginners]
 
[http://www.ee.surrey.ac.uk/Teaching/Unix/ Unix Tutorial for Beginners]
 
<br>[http://www.cs.earlham.edu/~psg/tutorials/linux/index.html Linux/bash Tutorial]
 
<br>[http://www.cs.earlham.edu/~psg/tutorials/linux/index.html Linux/bash Tutorial]
 +
<br>[http://www.tutorialspoint.com/unix/index.htm Quick Links for Unix System Users]
  
 
* HTML:
 
* HTML:

Latest revision as of 11:18, 7 November 2016

Programming Resources

Pedagogical Tools Group Provided Tutorials

  • Remote Access:

Remote Access Tutorial

  • VTWM:

Introduction to VTWM
Advance VTWM Concepts

  • Emacs:

Introduction to Emacs
Advance Emacs Concepts
Emacs Keybord Shortcuts

  • GDB:

Pedagogical Group Provided Tutorials

  • CMU-Graphics:

CMU graphics documentation
Start Up for ECS Department's environment.

Below are recommended open-source resources for various programming classes

  • C:

C Reference
How C Program Works

  • C++:

Frank B. Brokken's C++ Annotations. A C++ guide for C programmers. This is also a useful guide to C++ features.
Definitive Copy
Cplusplus Tutorial
Programming Tutorials

  • Python:

The Python Tutorial
Quick Links for Python Programmers
A Beginner's Python Tutorial
Interactive Python Tutorial

  • Perl:

Perl Tutorials
Beginner's Introduction to Perl

  • Emacs:

Emacs Biginner's HOWTO
Pedagogical Group Provided Tutorials
GNU Emacs Manual
A Guided Tour of Emacs

  • GDB

Debugging with GDB
GDB Quick Reference
Pedagogical Group Provided Tutorial

  • Nano:

Nano Text Editor

  • Vim/vi:

Vim Introduction and Tutorial
Vim Tutorial
Vi lovers homepage
Graphical vi-vim Cheat Sheet and Tutorial

  • LINUX

Unix Tutorial for Beginners
Linux/bash Tutorial
Quick Links for Unix System Users

  • HTML:

Core HTML
HTML Tutorial
The W3C Markup Validation Service

  • CSS:

Core CSS: Part 1
CSSplay
CSS Tutorial

  • JavaScript:

JavaScript Guide
JavaScript Reference
JavaScript Tutorial

  • PHP:

PHP Manual
PHP Tutorial
Using Regular Expressions with PHP

  • XML:

PHP SimpleXML Functions
XML Tutorial

  • SQL:

SQL Tutorial
PostgresSQL Documentation
MySQL Reference Manual
Non ASCII Characters with MySQL