How do I get into programing?

1 Answer

Answer :

answer:Python is a great choice as a first language. It was designed as a teaching language, so it’s relatively easy to learn, and it allows for a variety of programming styles (functional, procedural, object-oriented) so you have room to grow as you learn more. It’s also available on all major computing platforms (Windows, Mac OS X, Unix) so you already have a platform to get started. There are as many ways to get into programming as there are programmers. I guess it depends on your learning style. If you’re on a Mac, you can open up a terminal window and just type python to enter an interactive shell where you can type in simple Python commands and see the result. There are gazillions of tutorials on the ‘net for Python (and pretty much every other programming language). My suggestion would be to get an interactive shell going and just start playing around, then follow-along with some tutorials as a way to start learning some of the concepts.

Related questions

Description : Is there any easy programs to learn basic programing?

Last Answer : answer:I suggest Python as an excellent first language. It's a clean language that hides a lot of the nasty details of some of the more low-level languages, allowing the first-time programmer ... your own machines too. MIT has a free online intro to programming course that's taught in Python.

Description : What's the best way to build this website for little to no money and with limited programing skills?

Last Answer : Maybe a Ning network?

Description : What is modular programing mention any 2 charecteristic?

Last Answer : Modular programming is a design technique which separates aprogram into small, self-contained units or modules, each focusingupon a particular aspect of the program. Modular programmingtypically combines structured programming, object orientedprogramming and generic programming techniques.

Description : ______________is a branch of science that deals with programing the systems in such a way that they automatically learn and improve with experience A. Machine Learning B. Deep Learning C. Neural Networks D. None of these

Last Answer : A. Machine Learning