编程基础

发布于 2024-07-13 05:25:47 字数 70 浏览 5 评论 0原文

有人会建议我开始学习编程基础知识的最佳方法吗? 我会涉及涉及数据库的SQL和SAS相关技术。

请指教

Would some one suggest me the best method to start learning the fundas of programming.
I would be involved in SQL and SAS related technologies involving databases.

Please advice

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

别想她 2024-07-20 05:25:47

SQL 是一种更容易处理的方法。 您可以下载一个小型数据库(mysql 或 oracleexpress)并开始工作。 测试、玩耍、阅读,直到掌握窍门。 有很多文章可以提供指导。 只是谷歌。

另一方面,SAS 有点困难。 除非您的雇主拥有该软件的副本或者您从您的大学或 SAS 购买了用户副本,否则您无法获得该软件。 我建议参加 SAS 的课程。 他们为初学者提供 SAS Essentials 1。 班级很棒,价格也不便宜。

SQL is an easier one to tackle. You can download a small database (mysql or oracle express) and begin working. Test and play and read until you get the hang of it. There are many articles available to give guidance. Just Google.

SAS on the other hand is a bit more difficult. You can't get your hands on the software unless your employer has a copy or you purchase a user copy from your university or from SAS. I would suggest taking a class from SAS. They offer SAS Essentials 1 for beginners. Great class, not cheap.

咿呀咿呀哟 2024-07-20 05:25:47

我对学习编程的最佳建议:选择一个项目并开始研究它。 当你尝试使用它们时,事情会变得更有意义。 你甚至不必完成。 不要担心最终结果。 您将通过这个过程学习。

My best advice on learning to program: Pick a project and start working on it. Things will make a lot more sense when you try to use them. You don't have to finish even. Don't worry about the end result. You'll learn through the process.

我能给你的最好建议是购买有关该主题的书籍,也许尝试找到你所在领域可以向你学习或合作的人来获得一些知识。 或者查找与 SQL 和 SAS 相关的文章和博客。

祝你好运!

The best advice I can give you is to get books on the subject and maybe try find somebody in your area you can learn from or work with to gain some knowledge. Otherwise find articles and blogs relating to SQL and SAS.

Good luck!

穿透光 2024-07-20 05:25:47

sql 和 sas 都不适合学习编程基础知识,因为它们不是典型的编程语言。 学习 C# 或 Java 进行系统开发,或学习 Python 或 Ruby 进行脚本编写。 大多数本科编程课程还将包括某种函数式编程语言。

一旦掌握了一些基础知识,sql 本身就可以在很短的时间内学会。 在我上的数据库系统课上,教授只讲了两次关于sql的一小时讲座。

sas 的学习曲线很陡峭,因为它是一个系统,而不是一种语言。 就语言而言,事实上,有人可能会说它有30种或更多不同的“语言”。

both sql and sas are not good for learning programming fundamentals, because they are not typical programming languages. Learn C# or Java for system development, or Python or Ruby for scripting. Most undergraduate programming courses will also include some kind of functional programming languages.

once you have some fundamentals under your belt, sql itself can be learned in a very short time. in the class I took on database systems, the professor gave only two one-hour lectures on sql.

sas has a steep learning curve, because it is a system, not a language. In terms of languages, in fact, some might say that it has 30 or more different "languages" in it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文