如何开始编程? [英] How to start programming?

查看:81
本文介绍了如何开始编程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友!我是编程新手。我想学习编程。我怎么能开始。我应该先学习哪种语言?我想要一个非常有趣的方法。如何开始编程?

hello friends!I am new to programming.I want to learn programming.How can i start.which language should i learn first?I want a very interesting way.How to start programming?

推荐答案

您将学习如何编程,就像您学习其他任何事情一样。您既可以自己学习,也可以让经验丰富的人教你一些东西。导师的可用性将对您有所帮助。



您已经标记了Python。这是一个合理的语言。有许多合理的书籍会教你Python。



你应学会使用的不可或缺的资源是Google。如果您对某些事情有疑问/疑问(包括您在此提出的问题),Google技能将为您提供更多帮助。
You learn how to program pretty much the same way you learn to do just about anything else. You can either learn on your own or have an experienced person teach you a few things. Availability of a mentor will help you a lot.

You have "Python" tagged. This is a reasonable language to start with. There are a number of reasonable books that will teach you Python.

An indispensable resource that you should learn to use is Google. If you have a problem/question about something (including the question you asked here), Google skills will help you more than just about anything else.


我认为最好的办法是预订C语言(例如The C Programming Language,第二版,作者Brian Kernighan和Dennis Ritchie)并开始学习,从书中做例子......只有在你学会了程序编程的基础知识之后语言,您可以切换到OOP ....

OOP(面向对象编程)是一种编程范例,它将概念表示为具有数据字段(描述对象的属性)和关联的对象程序称为方法。对象通常是类的实例,用于相互交互以设计应用程序和计算机程序。



面向对象的编程语言是:

* C#

* Java

* C ++

* Objective-C



祝你好运。

Alex
I think the best way is to take a book on "C language" (for example "The C Programming Language, second edition, by Brian Kernighan and Dennis Ritchie") and start learning, make examples from the book... Only after you've learned the basics of a procedural programming language, you can switch to OOP....
OOP (Object-oriented programming) is a programming paradigm that represents concepts as "objects" that have data fields (attributes that describe the object) and associated procedures known as methods. Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs.

Object-oriented programming languages is :
* C#
* Java
* C++
* Objective-C

Good luck.
Alex


这篇关于如何开始编程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆