로블록스 게임 제작 무작정 따라하기(The Cakewalk Series – Making Roblox Games with Lua)

출간일(Release) : 2021/07/10
종이책 출간일(Print Release) : 2021/06/07
전자책 종류(Format) : ePub
Price : KRW 12,600
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
전 세계 십 대들이 열광하는 메타버스의 대표적인 플랫폼, 로블록스!
로블록스 스튜디오 사용법 A부터 Z까지 완벽 마스터!

3차원 가상공간 메타버스의 대표적인 플랫폼인 로블록스 게임을 제작을 위한 로블록스 스튜디오 사용법과 루아(Lua)라는 스크립트 언어를 코딩이 처음인 사람도 이해하기 쉽게 코드 옆에 코드 내용을 설명하였으며 실행 결과를 바로 확인할 수 있도록 구성하였습니다.

이 도서에서는 로블록스 스튜디오 설치부터 기본 파트(Part) 만들기, 디자인, 효과 연출 등 활용법과 더불어 게임 캐릭터 의상 만들기를 통해 로벅스로 수익을 얻을 수 있는 방법까지 소개합니다.

Roblox, the representative platform of Metaverse that teenagers around the world are passionate about!
How to use Roblox Studio Perfectly from A to Z!

How to use Roblox Studio to produce Roblox games, which is a representative platform of the 3D virtual space metaverse, and Lua, a script language called Lua, explains the contents of the code next to the code so that it is easy to understand even for those who are new to coding. It is configured so that you can check the results immediately.

This book introduces how to use Roblox studio installation, basic part making, design, effect production, etc., as well as how to make money with Robux by making costumes for game characters.


저자(Author)
서종원(Seo, Jongwon)
로블록스를 국내에 전파하고 있으며 2021년에 Roblox Featured Educator로 선정된 ‘와글와글팩토리’의 공장장입니다. 교육대학원에서 융합인재교육을 전공하고, 청소년들이 스스로 지식을 연결하고 확장해 나갈 수 있도록 이와 관련된 활동에 힘쓰고 있습니다.

He is spreading Roblox in Korea, and he is the factory manager of the ‘Wow-Wow Factory’, which was selected as a Roblox Featured Educator in 2021. He majored in convergence talent education at the Graduate School of Education, and is working hard on related activities so that young people can connect and expand their knowledge on their own.

강은숙(Kang, Eunsook)
청소년들에게 코딩 교육을 하는 것에 보람을 느끼며 인공지능, 로블록스 등 다양한 코딩 교육 콘텐츠를 만들고 강의하는 줄리엣 선생님입니다. 유튜브에서 로블록스 기초 강좌인 ‘로블록스 게임 메이커’ 강의를 진행하였습니다. 메타버스를 활용한 교육에 관심이 많아 학습자 중심의 인터랙티브한 교육 콘텐츠를 연구하고 있습니다.

She is a teacher who creates and lectures various coding education contents such as artificial intelligence and roblox, feeling rewarding in teaching young people coding. The author conducted a lecture on ‘Roblox Game Maker’, a basic Roblox course on YouTube. She is interested in education using metaverse, and is researching learner-centered interactive educational contents.

김연호(Kim, Yeonho)
지금은 ‘와글와글팩토리’에서 3D 모델링 교육부터 로블록스 책 출판까지 다양한 경험을 하고 있습니다. 필자에게 게임은 독서의 연장선이었습니다. 게임 속에서 지구도 구하고 나라를 일으켰으며 공주를 구하기 위해 마왕도 무찔렀습니다. 이 책을 읽는 모든 사람들이 자기가 만든 게임을 여러 사람과 함께 나누는 경험을 많이 해 봤으면 좋겠습니다.

The author is currently experiencing a variety of experiences, from 3D modeling education to publishing Roblox books at the ‘Wowwow Factory’. For him, games were an extension of reading. In the game, he saved the Earth and created a country, and also defeated the Demon King to save the princess. The author hopes that everyone who reads this book will have a lot of experience sharing their own games with others.


부록(Extra File)

파이썬 스킬 업(SUPERCHARGED PYTHON)

출간일(Release) : 2021/06/23
종이책 출간일(Print Release) : 2021/05/31
전자책 종류(Format) : ePub
Price : KRW 32,000
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
런타임 효율성부터 고급 문법, 람다 함수, 정규표현식, 매직 메서드 등 고급 주제를 필수 항목으로 분류하여 설명하며, 많이 사용되는 넘파이를 자세히 설명하고, 이 외에 랜덤과 수학 패키지를 포함한 유용한 여러 모듈도 함께 다룬다. 마지막으로 금융 상품의 원리금 및 이자율(단리/복리) 계산을 손쉽게 하고, 인터넷에서 금융 데이터 가져와 주가 변동을 통계 데이터와 함께 살펴보는 차트까지 만들어 본다. 이 책으로 파이썬 전체 기본 문법을 깊은 수준으로 처음부터 끝까지 훑어보면서 그 과정에서 학습한 내용을 점검하고, 빠진 부분을 채워넣을 수 있으며, 잘못 알고 있던 사실을 바로잡을 수 있다. 또한, 스킬 업할 수 있는 다양한 주제들도 함께 설명하므로 파이썬 기초를 익힌 후 다음 단계로 나아가고 싶은 모든 분에게 추천한다.

This book explains advanced topics such as runtime efficiency, advanced syntax, lambda functions, regular expressions, and magic methods, categorized as essential. It also explains in detail the popular NumPy, along with several useful modules, including random and math packages. In the last step of this book, you will easily calculate the principal and interest rates (single/compound) of financial products, and even create charts that look at stock price fluctuations with statistical data by importing financial data from the Internet. Through this book, you can go through the entire basic syntax of Python from start to finish at an in-depth level, check what you’ve learned in the process, fill in the gaps, and correct any misunderstandings. This book is recommended for anyone who wants to move on to the next level after learning the basics of Python, as it also explains various topics that can help you improve your Python skills.


저자(Author)
브라이언 오버랜드(Brian Overland)
20대부터 전문 프로그래머로 일하기 시작했고, 컴퓨터 과학과 영어, 수학 선생님으로도 일했다. 새로운 언어를 배우는 것을 즐기며 게임, 퍼즐, 시뮬레이션이나 수학 문제를 프로그래밍하는 것만큼, 다른 사람에게 새로 배운 언어를 설명하는 능력도 탁월하다. 12권이 넘는 프로그래밍 도서를 집필한 저자이기도 하다. 마이크로소프트에서 10년 동안 소프트웨어 테스터, 프로그래머/저자, 매니저로 근무했으며, 그의 가장 큰 성과는 비주얼 베이직 1.0의 리드 저자이자 전체 문서화 프로젝트 리더로 활동할 때 얻었다. 이 프로젝트는 마이크로소프트 윈도 개발을 하는 사람들에게 길잡이 역할을 하여 세상을 바꾸는 데 이바지했으며, 프로젝트의 성공 비결은 윈도 개발 가이드 문서가 재미있고 쉽다는 것을 보여 주었기 때문이라고 생각한다.

He started working as a professional programmer in his twenties, and also worked as a computer science, English, and math teacher. He enjoys learning a new language and is as good at explaining his new language to others as programming games, puzzles, simulations or math problems. He is also the author of over a dozen programming books. He worked at Microsoft for 10 years as a software tester, programmer/author, and manager, with his greatest achievements being as lead author of Visual Basic 1.0 and overall documentation project leader. This project has contributed to changing the world by acting as a guide for people doing Microsoft Windows development, and I think the secret of the project’s success is because it showed that the Windows Development Guide document is fun and easy.

존 베넷(John Bennett)
프록시미티 테크놀로지(Proximity Technology), 일렉트로닉 퍼블리싱(Electronic Publishing)과 마이크로소프트의 시니어 소프트웨어 엔지니어다. 최근에는 프로토타이핑 도구로 파이썬을 사용하여 새로운 프로그래밍 언어를 개발했다. 9개의 미국 특허를 보유하고 있으며, 그가 진행한 프로젝트로는 휴대용 철자 검사기와 동아시아 필기 인식 소프트웨어 등이 있다.

He is a senior software engineer at Proximity Technology, Electronic Publishing and Microsoft. Recently, he developed a new programming language using Python as a prototyping tool. He holds nine US patents, and projects he has worked on include a portable spell checker and East Asian handwriting recognition software.


부록(Extra File)

매스매틱스 2(Mathematics 2)

출간일(Release) : 2021/06/14
종이책 출간일(Print Release) : 2021/05/31
전자책 종류(Format) : ePub
Price : KRW 9,800
미리보기(Preview)

ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
「매스매틱스」는 시간 여행을 소재로 위대한 수학자들을 직접 만나고 그들과 대화하면서 독자들이 좀더 수학과 친해지도록 안내해주는 수학교양서이다. 1권 피타고라스와 유클리드 시대에 이어, 2권에서는 중국 삼국시대 최고의 수학자인 ‘유휘’와 고대 그리스의 여성수학자 ‘히파티아’ 시대로 각각 들어간다. 유휘 시대에서는 중국 삼국시대의 배경과 분위기를 읽는 재미가 있으며 동양 수학이 이토록 높은 수준이었다는 사실에 새삼 놀랄 것이다. 그리고 히파티아 시대에서는 당대의 엄격한 사회, 종교, 정치적 분위기에서 외로운 싸움을 했던 여성수학자의 삶을 통해 수학을 향한 순수한 신념과 열정을 느끼게 될 것이다.

『Mathmatics』 is a math education book that guides readers to become more familiar with mathematics by meeting and talking with great mathematicians directly with the subject of time travel. Following the period of Pythagoras and Euclid in Book 1, Book 2 enters the Three Kingdoms Period of China and the Age of Ancient Greece, respectively. It is interesting to read the background and atmosphere of the Three Kingdoms period in China, and you will be surprised to find out that Eastern mathematics was at such a high level. And, in the ancient Greek era, you will feel the pure faith and passion for mathematics through the life of a female mathematician who fought a lonely battle in the strict social, religious, and political atmosphere of the time.


저자(Author)
이상엽(Lee, Sangyeop)
멘사(Mensa) 정회원. 서강대 수학과를 졸업하고 대학입시수학강사로 다년간 근무했다. 취미수학자로서 평소 수학 본연의 모습과 대중들이 인식하는 수학 모습 사이의 괴리에 안타까움을 느껴, 2018년 말에 대중수학강사로 전향했다. 대중수학 유튜브채널 『이상엽Math』를 개설하고 2년 만에 누적 조회 수 520만을 넘겼으며, 현재 여러 강연을 다니며 수학의 대중화에 힘쓰고 있다.

The author is a member of Mensa. He graduated from the Department of Mathematics at Sogang University and worked as a mathematics instructor for university entrance exams for many years. The author felt sorry for the gap between the normal nature of mathematics and the mathematics recognized by the public, so he turned to a popular mathematics lecturer at the end of 2018. He opened the popular mathematics YouTube channel “Lee Sang-yeop Math” and has exceeded 5.2 million views in two years. He is currently attending several lectures to promote the popularization of mathematics.

C#을 다루는 기술(C# in Depth 4th edition)

출간일(Release) : 2021/06/07
종이책 출간일(Print Release) : 2021/05/13
전자책 종류(Format) : ePub
Price : KRW 28,800
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
버전별 주요 기능을 이해한다
제네릭, null 가능 값 타입, 익명 메서드, 이터레이터, LINQ, 람다 표현식, 익명 타입, 객체 초기화자, 쿼리 표현식, 동적 타이핑, async/await, 비동기 메서드, 표현식 본문 멤버, 자동 구현 속성, 문자열 관련 기능, 튜플, switch 표현식, 패턴 매칭 등 다양한 기능을 현실적인 예제와 함께 배운다.

예제 200개로 생산성을 높이는 C# 작성법을 배운다
단순히 C# 공식문서에 있을 법한 사용법만 나열하는 것이 아니라, 200개가 넘는 예제 코드로 문제를 해결하는 다양한 해법을 구체적으로 제시한다. 그리고 이 과정을 지속적으로 거치면서 C# 코드를 간소화하고 생산성을 높이는 방법을 체득할 수 있다.

C# 내부 동작 방식을 이해하여 C# 전문가로 발돋움하자!
이 책은 C#의 내부 동작 방식을 존 스킷만의 경험과 매력적인 통찰로 담아냈다. 이를 통해 C#의 면면을 들여다보고 숨겨진 트릭을 발견하여 C#을 좀 더 C#답게 설계하고 프로그래밍 기술을 극대화하도록 돕는다.

You will learn the main features of each version with this book.
This book covers generics, nullable value types, anonymous methods, iterators, LINQ, lambda expressions, anonymous types, object initializers, query expressions, dynamic typing, async/await, asynchronous methods, expression body members, auto-implemented properties, string functions, tuples, switch expressions, pattern matching, and many other features with practical examples.

With 200 examples, you can learn how to write C# to increase productivity.
This book does not just list possible usages in the official C# documentation, but provides concrete solutions for solving problems with more than 200 example codes. And as you continue through this process, you can learn how to simplify your C# code and increase your productivity.

Understand the inner workings of C# and become a C# expert!
This book captures the inner workings of C# through John Skitt’s own experience and engaging insights. This will help you design C# more like C# and maximize your programming skills by looking at the side of C# and discovering hidden tricks.


저자(Author)
존 스킷(Jon Skeet)
구글의 소프트웨어 엔지니어로 런던 사무소에서 근무하고 있다. 담당 업무는 구글 클라우드 플랫폼용 .NET 클라이언트 라이브러리를 개발하는 것인데, 이는 구글과 C#에 대한 열정을 동시에 쏟아부을 수 있는 일이다. C# 표준화를 담당하는 ECMA 기술 그룹의 소장이며 .NET 파운데이션에서 구글을 대표하고 있다. 개발자를 위한 질의응답 사이트인 스택 오버플로(Stack Overflow)에 자주 참여하여 이를 통해 잘 알려져 있다. 그 외에도 콘퍼런스와 사용자 그룹, 블로그에서 연설하고 글을 쓰는 것을 즐긴다. 이 모든 것의 공통점은 다른 개발자와 함께하는 방법이라는 것이며, 이를 통해 많은 것을 배운다.

He is a software engineer at Google and works in the London office. His job is to develop a .NET client library for the Google Cloud Platform, which allows him to pour his passion for both Google and C# at the same time. The author is the head of the ECMA technology group responsible for C# standardization and represents Google at the .NET Foundation. He is well known for his frequent participation in Stack Overflow, a question-and-answer site for developers. In addition to that, he enjoys speaking and writing at conferences, user groups and blogs. What all of this has in common, he says, is how to work with other developers, and he himself can learn a lot.


부록(Extra File)

딥러닝 텐서플로 교과서(Deep Learning with TensorFlow)

출간일(Release) : 2021/05/16
종이책 출간일(Print Release) : 2021/04/30
전자책 종류(Format) : ePub
Price : KRW 19,600
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
기초부터 CNN, RNN, 시계열 분석, 자연어 처리, 강화 학습, 생성 모델까지 텐서플로 2로 구현하며 배운다!
머신 러닝 핵심 알고리즘부터 합성곱 신경망, 설명 가능한 CNN, 순환 신경망, LSTM 같은 딥러닝 알고리즘 이론을 이해하는 데 집중하며, 각 알고리즘을 언제, 어떤 상황에서 사용하면 좋은지도 함께 살펴본다. 또한, 기본 알고리즘 외에 전이 학습, 자연어 처리, 시계열 분석, 강화 학습, GAN 등 꼭 알아둬야 할 개념도 빠트리지 않고 충분히 설명한다. 각 개념을 학습한 뒤에는 텐서플로 2로 직접 구현해 보면서 딥러닝의 개념, 구현 방법, 적용 범위 등을 확실하게 이해할 수 있다.

From the basics, CNN, RNN, time series analysis, natural language processing, reinforcement learning, and generative models are implemented and learned with TensorFlow 2!
It focuses on understanding the theory of deep learning algorithms such as machine learning core algorithms, convolutional neural networks, explainable CNNs, recurrent neural networks, and LSTMs, and also looks at when and in what situations to use each algorithm. In addition, in addition to the basic algorithms, concepts that must be understood, such as transfer learning, natural language processing, time series analysis, reinforcement learning, and GAN, are fully explained without leaving out. After learning each concept, you can clearly understand the concept, implementation method, and scope of application of deep learning by implementing it directly with TensorFlow 2.


저자(Author)
서지영(Seo, Jiyoung)
17년 가까이 IT 업계에 종사 중이며, 지금까지도 퇴근 후에 항상 공부한다. 4~5년 전에는 기술사 공부를 해서 정보관리기술사와 컴퓨터시스템응용기술사를 취득하였으며, 2019년부터는 대학원에서 빅데이터 및 인공지능에 대한 전문적인 연구를 진행하고 있다. 지금까지의 경험과 지식을 공유하고 싶어 집필을 시작했다.

The author has been in the IT industry for nearly 7 years, and even now, the author always studies after work. The author studied the history of technology four to five years ago and obtained the information management technology certificate and computer system application technology certificate. The author has been conducting professional research on big data and artificial intelligence in graduate school from 2019. Then, the author started writing to share my experiences and knowledge so far.


부록(Extra File)

모두의 마이크로비트(Micro:bit for Everyone)

출간일(Release) : 2021/05/11
종이책 출간일(Print Release) : 2021/04/30
전자책 종류(Format) : ePub
Price : KRW 15,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
누구나 쉽고 재밌게 IoT 시스템을 만들 수 있다!
마이크로비트는 코딩을 더 쉽게 배우기 위한 하드웨어 교육 도구로, 단독으로도 사용할 수 있지만 다양한 센서 부품과 확장 보드를 함께 사용하면 실생활에서 사용할 수 있는 IoT 시스템을 구현해 볼 수 있다. 특히 이 책은 토양 습도 센서, 수위 감지 센서, 미세먼지 센서, 초음파 센서 등 실생활과 연결할 수 있는 다양한 센서 부품을 사용해 물 주는 시기를 알려 주는 안심 화분, 강수량을 알려주는 날씨 전광판, 우리집 미세먼지 농도를 알려주는 미세먼지 측정기 등 14개 프로젝트를 직접 만들면서 IoT 시스템에 대한 이해를 높인다. 코딩을 처음 배우는 아이들은 물론 아두이노와 라즈베리 파이처럼 전자 공작이나 메이킹에 관심이 있는 일반인에게도 유용하다.

Anyone can make an IoT system easy and fun!
MicroBit is a hardware education tool to make coding easier to learn, and can be used alone, but if you use various sensor parts and expansion boards together, you can implement an IoT system that can be used in real life. In particular, this book uses various sensor parts that can be connected to real life such as soil humidity sensor, water level detection sensor, fine dust sensor, ultrasonic sensor, etc., which tells you when to water, a weather sign that tells precipitation, and the concentration of fine dust in my house. Improve your understanding of IoT systems by creating 14 projects, including a fine dust meter that informs you. This book is useful not only to children who are new to coding, but also to the general public who are interested in electronic work or making, such as Arduino and Raspberry Pi.


저자(Author)
아이씨뱅큐(ICbanQ)
아이씨뱅큐는 1995년에 설립된 전자부품 전문 유통업체로, 전자 업계 모든 사람과 학생들이 기술 전문지식을 손쉽게 얻도록 하는 데 힘쓰고 있다. 최근에는 블로그, 카페, 유튜브 등에 강의를 게시하는 등 다양한 오픈소스 하드웨어 콘텐츠 개발에 집중하고 있으며, 이외에도 자체 코딩 키트 개발, IT 관련 전시회 참가 등 고객이 코딩과 가까워지는 데 필요한 모든 일에 앞장서고 있다.

Established in 1995, ICbanQ is a specialized distributor of electronic components, dedicated to making it easy for everyone and students in the electronics industry to obtain technical expertise. The company is focusing on developing various open source hardware contents such as posting lectures on blogs, cafes, and YouTube. In addition, it is taking the lead in everything necessary for customers to get closer to coding, such as developing their own coding kits and participating in IT related exhibitions.

에스엔소프트(SNSoft)
에스엔소프트는 소프트웨어를 통해 사회를 혁신하고자 하는 ICT 사회적 기업이다. ‘하이코딩’이라는 이름으로 교육 사업을 하면서 소프트웨어 교육 전문가를 양성하는 등 미래 인재 육성에 집중하고 있다. 또한 교육 전문가와 함께 다양한 콘텐츠를 연구 및 개발하며, 디지털 정보 격차를 줄여 취약 계층 교육과 일자리 창출에 힘쓰는 중이다.

SNSoft is an ICT social enterprise that seeks to innovate society through software. It is focusing on nurturing future talents, such as training software education experts while conducting an education business under the name of “Hi-coding”. It also researches and develops various contents with education experts, and is working to educate the vulnerable and create jobs by reducing the digital information gap.

히라가나 가타카나 무작정 따라하기(The cakewalk series-Hiragana Katagana)

출간일(Release) : 2021/04/30
종이책 출간일(Print Release) : 2021/04/05
전자책 종류(Format) : ePub
Price : KRW 8,100
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
일본 유학생 유튜버 토미가 열정 넘치는 일본어 선생님으로 돌아왔다.
수업시간 내내 “히라가나 때문에 일본어를 포기하느니 차라리 외우지 마세요!”라고 외치는 토미. 하지만 수강생들은 다음날이면 모두 히라가나를 외워 온다는데… 과연 그의 강의에는 어떤 비결이 숨겨져 있는 것일까?

그의 수업을 그대로 재현하기 위해 노력한 이 책은, 듣기-쓰기-완성하기 3단계로 구성되어 암기뿐만 아니라 발음까지 제대로 끝낼 수 있다. 또한 영상/음성 강의가 있어 혼자서도 부담 없이 일본어를 시작할 수 있다. 부록으로 제공되는 받아쓰기 10회분은 글자를 완벽하게 익히는 데 큰 도움을 주며, 단어장으로도 활용이 가능하다.

Japanese international student YouTuber Tommy returns as a passionate Japanese teacher.
Tommy said throughout the class, “Don’t give up Japanese because of hiragana. Don’t memorize hiragana!” However, all students will be able to memorize hiragana the next day! What secret is hidden in his lecture?

This book, which has tried to reproduce his class as it is, consists of three steps: listening, writing, and completing, so that you can finish not only memorizing but also pronunciation properly. In addition, there are video/audio lectures, so you can start Japanese without any burden on your own. The 10 dictation provided as an appendix is a great help in mastering the letters perfectly and can be used as a vocabulary book.


저자(Author)
토미(Tomy)
22살, 군대에서 전역 기념으로 후쿠오카 여행을 준비하며 일본어를 시작했다. 여행 중 만난 현지인들과 소통하며 받은 응원과 전역 파워 덕분에 여행 후에도 일본어를 열심히 독학했다. 일본어 복수전공을 할 만큼 애정을 갖고 공부를 지속한 결과, 일본 문부성 장학금을 받는 교환학생이 되어 다시 일본으로 향한다. 그곳에서 일본어를 할 수 없었다면 만나지 못했을 소중한 인연들을 만났고, 추억을 기록하기 위해 만든 유튜브 채널을 2.5만 명이 구독했다. 귀국 후에는 신촌 파고다 어학원에서 강사로서 활약했고, 현재는 일본계 회사에서 근무 중이다.

The author, at the age of 22, began Japanese language while preparing for a trip to Fukuoka to commemorate his retirement from the military. Thanks to the support and enthusiasm he received while communicating with the locals he met during the trip, he eagerly studied Japanese even after the trip. As a result of continuing his studies with affection enough to pursue a double major in Japanese, he became an exchange student receiving a scholarship from the Ministry of Education, and headed back to Japan. The author met precious relationships that he would not have met if he couldn’t speak Japanese there, and 250,000 people subscribed to the YouTube channel created to record memories. After returning home, he worked as a lecturer at the Shinchon Pagoda Language Academy, and is currently working for a Japanese company.


부록(Extra File)

기적특강 2주완성 엔트리 코딩(Miracle Series – Entry Coding)

출간일(Release) : 2021/04/
종이책 출간일(Print Release) : 2021/03/20
전자책 종류(Format) : ePub
Price : KRW 11,200
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
초등학교 실과 교과서와 중학교 정보 과목에서는 엔트리를 활용해서 코딩을 배웁니다. 《2주 완성 엔트리 코딩》은 코딩을 처음 배우는 학생들도 쉽고 재밌게 따라 할 수 있도록 차근차근 안내합니다. 간단한 애니메이션 제작부터 인공지능 블록을 활용한 AI 프로그램 만들기, “브롤스타즈”를 모방한 ‘엔트리스타즈’ 게임 코딩까지 다양하고 재밌게 학습할 수 있습니다. 총 15차시 구성으로 초등 실과(코딩) 교과서 집필자이자 현직 초등 교사가 집필하여 초등교육과정과 연계성을 높였으며, 저자 유튜브 강의 영상도 무료로 제공합니다.

Nowadays, students learn to code using entry in elementary and middle school. This book guides you step by step so that even students who are new to coding can easily and have fun. From creating simple animations to creating AI programs using artificial intelligence blocks, and coding the ‘Entry Stars’ game that mimics “Brawl Stars”, you can learn in a variety of fun ways. It is composed of a total of 15 sessions, and is written by the writer of the elementary practical science (coding) textbook and the current elementary school teacher to increase the connection with the elementary school curriculum.


저자(Author)
김슬기(Kim, Seulgi)
C) Ansan Wongok Elementary School Teacher
C) Korea National University of Education Ph.D. and computer education lecturer
C) EBS E-Software Education Platform Instructor
Elementary School Practical Arts Textbook Software Education Unit Writing
EBS ‘Infinite Imagination! Appeared in Software in Living’, ‘Computer Science Leaving with Beaver’, ‘Computer Science Expedition with Microbit’


부록(Extra File)

머신 러닝 교과서 with 파이썬, 사이킷런, 텐서플로-개정 3판(Python Machine Learning Rev.3)

출간 예정일(Release) : 2021/04/28
종이책 출간일(Print Release) : 2021/03/31
전자책 종류(Format) : ePub
Price : KRW 35,200
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
간결한 개념, 수학, 실용적인 코드로 머신 러닝 기초 이론을 완성한다!
코드 실행만으로는 머신 러닝을 충분히 이해할 수 없다. 머신 러닝을 제대로 이해하고 싶다면 코드 외에도 머신 러닝 이론과 머신 러닝 알고리즘의 뒤편에 있는 수학 개념을 알아야 한다. 이 책은 이해를 돕는 개념 설명, 머신 러닝 핵심 알고리즘의 작동 방식과 사용 방법, 그 밑바탕이 되는 수학, 실용적인 예제까지 이론과 코드를 균형 있게 설명한다. 파이썬 언어와 파이썬 기반의 머신 러닝 핵심 라이브러리(SciPy, NumPy, scikit-learn, Matplotlib, Pandas)를 사용해 머신 러닝을, 텐서플로를 사용해 딥러닝을 실습하면서 머신 러닝과 딥러닝 핵심 알고리즘을 설명하고, 간단한 알고리즘은 처음부터 직접 구현해본다. 또한, 사이킷런의 기여자이자 mlxtend 라이브러리 제작자인 저자가 오랜 기간 머신 러닝 개발자로 일하면서 익힌 노하우도 책 곳곳에서 만날 수 있다. 머신 러닝에 관심 있는 분들에게 추천한다.

Complete basic machine learning theory with concise concepts, math, and practical code!
Nobody can fully understand machine learning by running code alone. If you want to understand machine learning, you need to know the mathematical concepts behind machine learning theory and machine learning algorithms in addition to code. This book provides a good balance of theory and code, including conceptual explanations to help you understand, how and how machine learning core algorithms work, the underlying math, and practical examples. This course describes core machine learning and deep learning algorithms, using the Python language and Python-based core machine learning libraries (SciPy, NumPy, scikit-learn, Matplotlib, Pandas) and deep learning using TensorFlow. This book allows you to build simple algorithms from scratch. You’ll find the know-how you’ve learned over the years as a machine learning developer, a contributor to Cykitrun and the author of the mlxtend library. Recommended for those interested in machine learning.


저자(Author)
세바스찬 라시카(Sebastian Raschka)
오랫동안 파이썬을 사용했고 많은 세미나에서 데이터 과학, 머신 러닝, 딥러닝의 실전 활용에 관해 발표했다. 대표적인 과학 컴퓨팅 콘퍼런스인 사이파이(SciPy) 콘퍼런스에서 머신 러닝 튜토리얼을 진행했고, 위스콘신 대학교에서 강의한다. ‘2016~2017년 학과 우수 대학원생’과 ‘2016년 ACM Computing Reviews 베스트’를 수상했다. 여가 시간에는 파이썬 오픈 소스 프로젝트에 기여하는 것을 좋아하며, 직접 개발한 도구들이 캐글 같은 머신 러닝 경연 대회에서 널리 사용되고 있다.

The author has been using Python for a long time and has presented in many seminars on the practical use of data science, machine learning, and deep learning. He taught machine learning tutorials at the SciPy conference, a leading scientific computing conference, and teaches at the University of Wisconsin. He received the “ 2016-2017 Best Graduate Students ” and the “ 2016 ACM Computing Reviews Best. ” In his spare time, he likes to contribute to Python open source projects, and his tools are widely used in machine learning contests such as Kaggle.

바히드 미자리리(Vahid Mirjalili)
대규모 분자 구조 컴퓨터 시뮬레이션을 위한 새로운 방법에 관한 연구로 기계 공학 박사 학위를 취득했다. 미시간 주립 대학교의 컴퓨터 과학과 공학 대학에서 다양한 컴퓨터 비전 프로젝트의 머신 러닝 애플리케이션을 연구 중이다. 특히 딥러닝 기술을 사용해 생체 데이터의 프라이버시를 보호하는 데 관심이 많다. 자율 주행 자동차를 연구하는 엔지니어링 팀과도 협업하고 있는데, 보행자 감지를 위해 다중 스펙트럼 이미지를 사용한 신경망 모델을 설계하고 있다.

He earned a Ph.D. in mechanical engineering to study new methods for large-scale molecular structure computer simulation. He is studying machine learning applications for a variety of computer vision projects at the University of Michigan School of Computer Science and Engineering. He is particularly interested in protecting the privacy of biometric data using deep learning technology. He is also collaborating with an engineering team that studies autonomous cars, and designs neural network models using multispectral images for pedestrian detection.


부록(Extra File)

파이썬으로 배우는 포트폴리오(Portfolio with Python)

출간일(Release) : 2021/03/25
종이책 출간일(Print Release) : 2021/03/15
전자책 종류(Format) : ePub
Price : KRW 18,200
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
이 책은 주식 투자에서 위험을 줄이고 투자 수익을 극대화하기 위한 일환으로 여러 종목에 분산 투자하는 방법인 포트폴리오에 초점을 맞추고 있다. 재무 기초, 포트폴리오 이론, 투자 모델을 수학과 그림, 파이썬 코드를 사용해 명확히 이해시키고자 했다. 파이썬의 기초는 물론 NumPy, Matplotlib, Pandas의 핵심 내용을 살펴보고, 실제 코드로 구현할 때는 주석으로 한줄한줄 자세히 코드를 설명해 이해를 높였다. 또한, 실제 주식시장 데이터를 사용하는 방법, Yahoo_fin 패키지를 사용해 재무 데이터를 가져오는 방법도 함께 소개한다.

This book focuses on portfolios, a method of diversifying investments in multiple stocks as part of reducing risk and maximizing return on investment in equity investments. The authors intended to clarify the reader’s understanding of financial fundamentals, portfolio theory, and investment models using mathematics, pictures, and Python code. This book explains the basics of Python as well as the core contents of NumPy, Matplotlib, and Pandas, and when implemented as actual code, it explains the code in detail line by line with comments to enhance understanding. It also introduces how to use real stock market data and how to import financial data using the Yahoo_fin package.


저자(Author)
곽승주(Kwak, Seungjoo)
한양대학교 경제학 석사 학위를 받았다. 은행과 자산운용사의 리스크, 컴플라이언스, 헤지펀드 부서에서 리스크 및 펀드성과 리포팅, 주식 및 선물운용 및 계량분석, ELS 평가 및 백테스팅, 백오피스 업무자동화 등을 위한 업무를 맡았고, 관련 소프트웨어를 개발하였다. 현재는 금융 관련 소프트웨어 개발에 집중하고 있다. 선물 알고리즘 트레이딩 서비스를 개발하는 중이며, 개인 홈페이지는 calabico.wordpress.com이다.

He received a master’s degree in economics from Hanyang University. The author was responsible for risk and fund performance reporting, stock and futures management, quantitative analysis, ELS evaluation, backtesting, and back office business automation in the risk/compliance/hedge fund departments of banks and asset managers. And, the author has developed related software. He is currently focusing on financial software development. He is developing a futures algorithm trading service, and his personal homepage is calabico.wordpress.com.


부록(Extra File)