Resources for Beginning Programmers

This page contains materials and links that will prove helpful to beginning programmers.

Your File System

The Command Line

Anyone wanting to become a serious programmer should be a proficient user of the command line. Resources are listed here for Mac/UNIX and Windoze users.

Text Editors

To program, you will need a text editor. I recommend VSCode. My document vscode.pdf is a from-scratch guide to installing VSCode and setting it up for programming in Python, Web Developent, and Java. It can be configured for just abut any language.

Web Development

Here are useful links for learning about Web Development.

Python Programming

Here are more useful links for Python and Java Programming.

Java Programming

The directory Java has information on installing a JDK on your computer and using javac and java compile and run java.