Zoekfilters
› Saxion (6)
› Avans Hogeschool (4)
› Hogeschool Rotterdam (4)
» Toon alle opties (4)
Programmeertalen (80)
morgen verzonden
Raspberry Pi project handboek
20 makkelijke projecten om leuke gadgets mee te maken
2019 || Paperback || Rui Santos e.a. || Visual Steps B.V. || met inkijkexemplaar
20 makkelijke en creatieve elektronicaprojecten voor kinderen én volwassenen!
Het Raspberry Pi project handboek is een beginnersboek geschikt voor iedereen die houdt van elektronica en programmeren.
Na een spoedcursus Raspberry Pi om aan de slag te kunnen, leer je allerlei interactieve projecten bouwen zoals een digitale drumset, een door Wifi bestuurde robot of een Pong-spel. Maar ook projecten als een inbraakalarm, een weervoorspeller en Internet-of-Things gadgets voor in- en rond het huis.
Voor je het weet, ben je aan het werk met LCD-schermen, camera’s en sensors en leer je zelfs je eigen server maken. Ieder project bevat gedetailleerde instructies, kleurenfoto’s, circuitdiagrammen en de complete codes om je project tot leven te brengen...
morgen verzonden
Projectgericht programmeren met de BBC micro:bit
2018 || Paperback || Studio Visual Steps || Visual Steps B.V. || met inkijkexemplaar
Hoe leuk is het om te knutselen en tegelijkertijd te leren? Dat kan met de micro:bit! In dit boek ga je met deze slimme minicomputer aan de slag en leer je programmeren met behulp van de Microsoft Blocks Editor. Dit is een online programma waarmee je programmeert door blokken achter elkaar te zetten. Je creëert allerlei interessante en leuke projecten en leert tegelijkertijd over werken met geluid, licht, temperatuur, beweging, versnelling en weerstand. Je maakt bijvoorbeeld een stappentelle...
morgen verzonden
Praktisch Python
2023 || Paperback || Peter Kassenaar || Van Duuren Media
Zet je Python-kennis om naar praktische projecten die je rechtstreeks kunt uitvoeren of verder kunt ontwikkelen tot eigen applicaties.
Python is een laagdrempelige taal om te leren programmeren. Het wordt op veel opleidingen en scholen gebruikt. Maar na een eerste kennismaking met lists, dicts, tuples en andere concepten zitten veel beginnende programmeurs met de vraag hoe ze kun kennis nu in real-life projecten kunnen inzetten. Welkom bij Praktisch Python!
In dit boek ga je concreet aan de s...
morgen verzonden
Introduction to Programming with C++ / 3rd International edition
2013 || Paperback || Y. Liang || Pearson
For undergraduate students in Computer Science and Computer Programming courses A solid foundation in the basics of C++ programming will allow students to create efficient, elegant code ready for any production environment. Learning basic logic and fundamental programming techniques is essential for new programmers to succeed. A distinctive fundamentals-first approach and clear, concise writing style characterize Introduction to Programming with C++, 3/e.
Basic programming concepts are introd...
Introduction to Computation and Programming Using Python / 3rd edition
With Application to Computational Modeling
2021 || Paperback || John V. Guttag || MIT Press
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including numpy, matplotlib, random, pandas, and sklearn. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data as well as substantial material on machine learning.
The bo...
morgen verzonden
Programming C# 10
Build Cloud, Web, and Desktop Applications
2022 || Paperback || Ian Griffiths || O'Reilly
Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET 6 and the latest C# 9.0 and 10.0 additions, including records and enhanced pattern matching.
Python Data Science Handbook / 2nd edition
Essential Tools for Working with Data
2022 || Paperback || Jake Vanderplas || O'Reilly
Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all-IPython, NumPy, pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find the second edition of this c...
morgen verzonden
C# 12 Pocket Reference
Instant Help for C# 12 Programmers
2023 || Paperback || Joseph Albahari || O'Reilly
Looking for quick answers for using C# 12? This tightly focused and practical guide tells you exactly what you need to know without long intros or bloated samples. Succinct and easy to browse, this pocket reference is an ideal quick source of information. If you know Java, C++, or an earlier C# version, this guide will help you get rapidly up to speed.
All programs and code snippets are available as interactive samples in LINQPad. You can edit these samples and instantly see the results witho...
Think Python / 3rd edition
How To Think Like a Computer Scientist
2024 || Paperback || Allen B. Downey || O'Reilly Media
This revised third edition reflects the growing role of large language models (LLMs) in programming and includes exercises on effective LLM prompts, testing code, and debugging skills.
Jumping Into C++
2013 || Paperback || Alex Allain || Cprogramming.com
Want to learn to code? Want to learn C++? Struggling to follow your lecturer or books and tutorials written for experts? You're not alone. As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:
Getting the tools you need to program and how to use them
Ba...