Marconius 3 points 6y ago
I recently finished up teaching myself HTML and CSS, and I'm working on JavaScript at my own pace using this online book:
http://eloquentjavascript.net/
For HTML and CSS:
http://learn.shayhowe.com/
Xcode is fairly accessible if you want to learn iOS development, which is what I am currently working on. Eventually I may go to General assembly to take a 12 week course to fill in all the gaps, but you can basically use apples playgrounds to learn the basics of Swift:
https://swift.org/
https://developer.apple.com/swift/
For HTML and CSS, I just used TextEdit on a Mac with the voiceover screen reader, same with swift and Xcode. You can use script editor to play around with JavaScript, and there is an app called Coda which combines HTML, CSS, JavaScript, and a full-fledged FTP interface in order to completely code and manager website from one app.
All of this is on a Mac, of course. If you are on a PC, can't really help you much there. Ultimately depends on what you want to do and which language you want to learn.
Vaelian 2 points 6y ago
I have a similar problem but in my case I have coding experience from a time when I could see, I just find screen-readers way too uncomfortable to use for coding. First because there is no way to make the text cursor jump one token at a time since the movement of the cursor is controlled by the operating system rather than the screen-reader, and second because you have to read character by character as screen-readers don't always pronounce keywords and identifiers the way you expect. There's always Braille, but I struggle a lot with it and am unfamiliar with grade 2 of the Universal English Braille because I learned Portuguese Braille.
A few days ago I tried to help someone on /r/LearnProgramming with some OpenGL C++ code but was having so much trouble writing the code, indenting it properly, and making sure that it was correct that I simply gave up after 2 hours trying to write no more than 50 lines of code. Programming blind is extremely frustrating.
danie911 [OP] 1 points 6y ago
I'm on Win10 PC. I started with cSharp and python, but the books had to many grafics in i deleted it. But i'll check out Swift. Thanks.