Dollars BBS | Technology

feed-icon

Main

News

Animation

Art

Comics

Films

Food

Games

Literature

Music

Personal

Sports

Technology

Random

learn programming (6)

1 Name: Anonymous : 2017-06-23 15:07 ID:Q9rONOlh [Del]

guys i need some one to teach me programming please

2 Name: skyMark : 2017-06-26 03:04 ID:ztjTGPTA [Del]

in what kind of (pascal/cpp/swift/java/html...)?

3 Name: Sid : 2017-06-26 09:20 ID:gilUwa78 [Del]

If you're a student, in the US, MS imagine has a free download for visual studio. If not there is a bunch of IDE's for free online.

You could get a programming book for dummies and mess around with code. Also just googling syntax or coding problems yields a lot of results.

There is a lot of colleges that have a separate online interface for computer science courses, so you don't even need to be a student to access those resources.

4 Name: Anonymous : 2017-06-29 14:53 ID:+lTC75qW [Del]

There's a ton of resources out on the internet, such as CodeAcademy, TutorialsPoint, LearnXinYMinutes, etc. You'll need to choose a starting language and then dive deep.

My recommended starter language is Python, since it's easy to learn and easy to understand. I also recommend, if you're in university, take an introductory programming course.

5 Name: 418 : 2017-06-30 21:02 ID:gsSTMzcN [Del]

Codeacademy is good. Khanacademy is also good. Also, try w3schools. Have fun.

6 Name: Anonymous : 2017-07-12 05:13 ID:aCeUI6nd [Del]

For basic/starter stuff, same as others, I would recommend Python.
Try https://checkio.org/ for more challenge!