grasshopper_如何使用Google的Grasshopper编码应用程序来学习手机上的编码基础知识...

grasshopper

什么是蚱hopper? (What is Grasshopper?)

Grasshopper is an interactive education app for learning about coding. It began at Google as an experimental project created by a group called Area 120.

Grasshopper是一个用于学习编码的交互式教育应用程序。 它始于Google,是一个由Area 120小组创建的实验性项目。

According to 9to5Google, since its launch in April 2018, Grasshopper has been downloaded 1.6 million times on iOS and Android devices.

据9to5Google称,自2018年4月启动以来,Grasshopper在iOS和Android设备上已被下载了160万次。

What makes Grasshopper unique is that it specializes in the mobile user experience. Its underlying mission is to reach out to people who want to learn coding but who also primarily use a mobile device. It is filled with colorful and creative exercises designed to acclimate the user to the syntax of JavaScript and the nature of programming in general.

Grasshopper之所以与众不同,是因为它专注于移动用户体验。 它的基本任务是与想学习编码但也主要使用移动设备的人们接触。 它充满了丰富多彩的创意练习,旨在使用户熟悉JavaScript的语法和一般的编程性质。

As you progress through the exercises, you gain "patches" through various achievements. Grasshopper also keeps track of all the concepts you learned thus far. They even have a mode of the app that lets you practice the concepts you learned to get better at programming!

随着练习的进行,您会通过各种成就获得“补丁”。 蚱hopper还跟踪您到目前为止所学的所有概念。 他们甚至有一个应用程序模式,可让您练习所学的概念,以更好地进行编程!

你从那里去哪里? (Where do you go from there?)

At some point, there will come a time where the user will need to begin programming on a desktop computer (with an actual, physical keyboard) to continue their coding journey. freeCodeCamp is an excellent path to take because not only are there lots of in-depth exercises, you can also earn certificates in certain areas of coding that you can work to earn. This includes areas such as:

在某个时候,用户将需要开始在台式计算机(使用实际的物理键盘)上进行编程以继续其编码过程。 freeCodeCamp是一条绝佳的途径,因为不仅有很多深入的练习,而且您还可以在某些可以工作获得的编码领域获得证书 。 这包括以下领域:

  • Responsive Web Design

    响应式网页设计
  • Data Visualization

    数据可视化
  • APIs and Microservices

    API和微服务

You can even pick up where you left off on Grasshopper by earning a certificate on freeCodeCamp in JavaScript Algorithms and Data Structures!

您甚至可以通过获得JavaScript算法和数据结构中的freeCodeCamp上的证书,来继续您在Grasshopper上留下的地方!

And the best part: It's all 100% free!

最好的部分是: 全部100%免费!

The certificates involve working through a series of exercises and completing a set of projects that test what you learned. If you get stuck, you can seek help from a community of other coders, new and experienced, who are ready and willing to help! There is also a news section of the site where everyday users are publishing helpful articles everyday!

证书涉及通过一系列练习和完成一组测试您所学知识的项目。 如果您遇到困难,可以从其他愿意并愿意提供帮助的新手和资深程序员社区中寻求帮助! 该网站的新闻栏目中,每天都有用户每天发布有用的文章!

Besides the individual online experience, freeCodeCamp study groups have been created all over the world where you can go and meet with other programmers to learn from and network with one another!

除了个人的在线体验,freeCodeCamp学习小组已经遍布世界各地,您可以在这里与其他程序员见面,互相学习和交流!

Through fantastic, free platforms like Grasshopper and freeCodeCamp, your start in the programming industry will be strong!

通过Grasshopper和freeCodeCamp等出色的免费平台,您在编程行业的起步将会非常强大

参考文献 (References)

https://9to5google.com/2019/01/02/google-grasshopper-coding-app-downloads/

https://9to5google.com/2019/01/02/google-grasshopper-coding-app-downloads/

https://grasshopper.codes/about/

https://grasshopper.codes/about/

翻译自: https://www.freecodecamp.org/news/a-history-of-googles-grasshopper-coding-app-and-how-to-learn-coding-basics-on-your-phone/

grasshopper

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/391458.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

机器学习 量子_量子机器学习:神经网络学习

机器学习 量子My last articles tackled Bayes nets on quantum computers (read it here!), and k-means clustering, our first steps into the weird and wonderful world of quantum machine learning.我的最后一篇文章讨论了量子计算机上的贝叶斯网络( 在这里阅读&#xf…

leetcode 179. 最大数(排序)

给定一组非负整数 nums,重新排列每个数的顺序(每个数不可拆分)使之组成一个最大的整数。 注意:输出结果可能非常大,所以你需要返回一个字符串而不是整数。 示例 1: 输入:nums [10,2] 输出&a…

test3

test3 转载于:https://www.cnblogs.com/Forever77/p/11441068.html

linux渗透测试_渗透测试:选择正确的(Linux)工具栈来修复损坏的IT安全性

linux渗透测试Got IT infrastructure? Do you know how secure it is? The answer will probably hurt, but this is the kind of bad news you’re better off getting sooner rather than later.有IT基础架构吗? 你知道它有多安全吗? 答案可能会很痛…

BZOJ 1176: [Balkan2007]Mokia

一道CDQ分治的模板题,然而我De了一上午Bug...... 按时间分成左右两半,按x坐标排序然后把y坐标丢到树状数组里,扫一遍遇到左边的就add,遇到右边的query 几个弱智出了bug的点, 一是先分了左右两半再排序,保证的是这次的左…

深入理解InnoDB(1)—行的存储结构

1.InnoDB页的简介 页(Page)是 Innodb 存储引擎用于管理数据的最小磁盘单位。常见的页类型有数据页、Undo 页、系统页、事务数据页等 2.InnoDB行的存储格式 我们插入MySQL的记录在InnoDB中可能以4中行格式存储,分别是Compact、Redundant、D…

做嵌入式的必须学Android吗

做嵌入式的必须学Android吗Android方向适合哪些人呢?适合那些已经在自己领域有了一定的工作经验的人,适合作为自己的拓展,适合提升自己的能力,譬如说已经做三年Linux驱动,就可以尝试拓展去做Android驱动首先从技术角度…

test4

test4 转载于:https://www.cnblogs.com/Forever77/p/11441980.html

boltzmann_推荐系统系列第7部分:用于协同过滤的Boltzmann机器的3个变体

boltzmannRecSys系列 (RecSys Series) Update: This article is part of a series where I explore recommendation systems in academia and industry. Check out the full series: Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, and Part 7.更新: 本文是我探索…

.net 初学者_在此初学者课程中学习使用TensorFlow 2.0开发神经网络

.net 初学者Learn how to use TensorFlow 2.0 in this full video course from Tech with Tim. This course will show you how to create neural networks with Python and TensorFlow 2.0.在Tech与Tim的完整视频课程中,学习如何使用TensorFlow 2.0。 本课程将向您…

AndroidStudio怎样导入library项目开源库 - 转

https://jingyan.baidu.com/article/1974b2898917aff4b1f77415.html转载于:https://www.cnblogs.com/EasyLive2006/p/7477719.html

深入理解InnoDB(2)—页的存储结构

1. 记录头信息 上一篇博客说到每行记录都会有记录头信息,用来记录每一行的一些属性 Compact行记录的记录头信息为例 1.1 delete_mask 这个属性标记着当前记录是否被删除,占用1个二进制位,值为0的时候代表记录并没有被删除,为1的…

PHP中的命名空间

1. PHP中的命名空间是什么? 官方解释在此: 命名空间概述 命名空间用一句话说,就是:把 类、函数、变量 等放到逻辑子文件夹中去,以避免命名冲突。 注:命名空间跟实际代码文件在文件系统中的路径没有任何关系…

pandas 入门

pandas简介:pandas包含的数据结构和数据处理工具的设计使得利用进行数据清洗和数据分析非常快捷;与numpy的区别,pandas用来处理表格型或异质型数据的,而numpy更适合处理同质型的数值类数据。 1、Series简介 1、Series是一种一维的…

传智播客软件测试第一期_播客:冒险如何推动一位软件工程师的职业发展

传智播客软件测试第一期On this weeks episode of the freeCodeCamp podcast, Abbey chats with developer and wearer of many hats Princiya about how she changed careers, moved to Berlin, and worked her way up to a lead role.在本周的freeCodeCamp播客节目中&#xf…

爬虫神经网络_股市筛选和分析:在投资中使用网络爬虫,神经网络和回归分析...

爬虫神经网络与AI交易 (Trading with AI) Stock markets tend to react very quickly to a variety of factors such as news, earnings reports, etc. While it may be prudent to develop trading strategies based on fundamental data, the rapid changes in the stock mar…

Promise 原理解析与实现(遵循Promise/A+规范)

1.什么是Promise? Promise是JS异步编程中的重要概念,异步抽象处理对象,是目前比较流行Javascript异步编程解决方案之一 2.对于几种常见异步编程方案 回调函数事件监听发布/订阅Promise对象这里就拿回调函数说说 1.对于回调函数 我们用Jquery的ajax获取数…

php 数据访问练习:投票页面

<!--投票界面--> <html> <head> <title></title> <meta charset"UTF-8"/> <link rel"stylesheet" type"text/css" href"bootstrap.min.css"/> <script src"bootstrap.min.js"…

深入理解InnoDB(3)—索引的存储结构

1. 索引的各种存储结构及其优缺点 1.1 二叉树 优点&#xff1a; 二叉树是一种比顺序结构更加高效地查找目标元素的结构&#xff0c;它可以从第一个父节点开始跟目标元素值比较&#xff0c;如果相等则返回当前节点&#xff0c;如果目标元素值小于当前节点&#xff0c;则移动到左…

有抱负/初级开发人员的良好习惯-避免使用的习惯

When youre learning to code, it can be easy to pick up some nasty habits along the way. Here are some tips to avoid common bad habits, and the good habits to keep in mind.当您学习编码时&#xff0c;很容易在此过程中养成一些讨厌的习惯。 这里有一些技巧&#xf…