Podcast: Play in new window | Download
Subscribe: RSS
Hello World! This is the first episode of an all new show from iAccessibility where we discuss all things code. On this episode we discuss the basics of coding and how to get started.
Text Editors
- Bluefish Editor : Home
- Bare Bones Software | TextWrangler
- CotEditor -Text Editor for macOS
- Notepad++ Home
- Visual Studio Code – Code Editing. Redefined
Integrated Developer Environments
- Visual Studio IDE, Code Editor, VSTS, & Mobile Center
- Xcode – Apple Developer
- Eclipse desktop & web IDEs
- Download Android Studio and SDK Tools | Android Studio
Education
- Lynda.com® Official Site
- Udemy: Online Courses – Learn Anything, On Your Schedule
- Stack Overflow – Where Developers Learn, Share, & Build Careers
- Codecademy: Learn to code
- Code.org: Anybody can learn
Programming Challenge
Each episode we post a new programming challenge that you can submit to us by joining the iACoders mailing list. Simply send an email to iacoders-join@iaccessibility.net. You will need to confirm your email address, which may be in your spam folder after you join.
This week’s challenge is to build a hello world application that says Hello World. The app will then ask the user their name and then Print the person’s name back out after the word Hello. You will need to use code to print items to the screen, use variables, and request user information. You may use whatever language you like to make this solution, but do not put compiled code in the list.