소프트웨어 교육

초심자를위한 가이드 코딩 Raspberry Pi로 컴퓨터 프로그래밍의 기쁨과 예술을 발견하십시오.

지구빵집 2018. 2. 19. 11:34
반응형




초심자를위한 가이드 코딩

Raspberry Pi로 컴퓨터 프로그래밍의 기쁨과 예술을 발견하십시오.


코드를 학습하는 것은 당신이 할 수있는 가장 근본적으로 삶을 변화시키는 것들 중 하나입니다. 이것은 항상 사실이지만, 현대 세계에서는 코드를 배우는 것이 점차 중요 해지고 있습니다.


라스베리 파이가 만들어진 이유는 케임브리지 대학의 컴퓨터 과학 응용 프로그램에 대한 도전이었습니다. 현대 컴퓨터, 특히 게임 콘솔은 재미 있고 강력했지만 쉽게 프로그래밍 할 수 없었습니다.


제작자 커뮤니티는 값 싸고 해킹이 가능한 특성 덕분에 라스베리 파이와 사랑에 빠졌습니다. 건물과 땜장이가 우리가 라즈베리 파이를 좋아하는 주된 이유입니다. 훌륭한 프로젝트는 하드웨어와 소프트웨어를 함께 사용합니다.


따라서 더 나은 프로젝트를 만들기 위해 배우는 해커이든 더 나은 직업을 찾고자하는 코더이든,이 기능은 당신을 도울 수 있도록 설정되어 있습니다.

좋은 소식은 당신이 읽고 쓰는 천재 일 필요가없는 것처럼 코딩을 아는 것이 천재 일 필요는 없다는 것입니다. 일단 당신이

변수, 분기 및 루프와 같은 간단한 개념을 배웁니다.


아마도 당신은 코딩에있어 새로운 브랜드 일 것입니다. 어쩌면 학교에서 BASIC을 조금했거나 파스칼이나 포트란 같은 오래된 언어를 사용했을 수도 있습니다. 또는 이미 프로젝트에서 익숙해 져 있고 프로젝트를 제어하는 ​​언어를 배우고 싶을 수도 있습니다.


어디에서 왔는지, 우리는 컴퓨터 프로그래밍의 기본 개념을 설명합니다. 우리는 코드의 전체 과정을 신비하게 분석 할 것이므로 Raspberry Pi 내부에서 일어나는 일에 대해 더 잘 이해할 수 있습니다.


the official raspberry pi project book. p8







원문


Beginner’s Guide to CODING

Discover the joy and art of computer programming with your Raspberry Pi


Learning to code is one of the most profoundly life-changing things you can do. This has always been true, but learning to code is increasingly important in the modern world.


The reason the Raspberry Pi was created was to challenge a drop in computer  science applications at Cambridge University. Modern computers, and especially games consoles, were fun and powerful, but not easily programmable.


The maker community fell in love with the Raspberry Pi, thanks to its cheap and hackable nature. Building and tinkering are the primary reasons we love Raspberry Pi. Great projects use a combination of hardware and software together.


So, whether you’re a hacker learning to make better projects, or a would-be coder looking for a better career, this feature is set to help you on your way.

The good news is that you don’t need to be a genius to know coding, just as you don’t have to be a genius to read and write. It’s actually pretty simple once you

learn a few simple concepts like variables, branching, and loops.


Perhaps you’re brand-new to coding. Maybe you did a little BASIC in school, or used old languages like Pascal and Fortran. Or maybe you’re already kneedeep in projects and just want to learn the language that controls them.


Wherever you’re coming from, we’re here to walk you through the basic concepts of computer programming. We’ll demystify the whole process of code, so you can get a better understanding of what’s going on inside your Raspberry Pi.





반응형