Zoekfilters
› Hogeschool Rotterdam (7)
› Saxion (6)
› Avans Hogeschool (5)
» Toon alle opties (5)
Programmeertalen (90)
morgen verzonden
Handboek objectgeorienteerd programmeren + CD-ROM / druk 2
2007 || Paperback || J. Beurghs || Van Duuren Media
Objectgeoriënteerd programmerenObjectgeoriënleerd programmeren (OOP) is al een aantal jaren een belangrijke manier om software te produceren, die qua aanpak veel verschilt van voorafgaande methodologieën. Alhoewel het vakgebied zelf min of meer duidelijk omschreven raakt, is dat op het vlak van de vakdidactiek zeker niet het geval. Hoogstwaarschijnlijk staan ons met de meest recente ontwikkelingen rond Model Driven Architecture (MDA) en de normering Van de Unified Modeling Language (UML) n...
Python Cookbook
2019 || Paperback || David Beazley || O'Reilly
If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms. Inside, you'll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains.
Each recipe contains code samples you can u...
Expert F# 4.0
2021 || Paperback || Don Syme e.a. || APress
Learn from F#'s inventor to become an expert in the latest version of this powerful programming language so you can seamlessly integrate functional, imperative, object-oriented, and query programming style flexibly and elegantly to solve any programming problem. Expert F# 4.0 will help you achieve unrivaled levels of programmer productivity and program clarity across multiple platforms including Windows, Linux, Android, OSX, and iOS as well as HTML5 and GPUs. F# 4.0 is a mature, open source, ...
A Beginners Guide to Python 3 Programming / 2nd edition
2023 || Paperback || John Hunt || Springer International Publishing AG
This textbook is aimed at readers who have little or no knowledge of computer programming but want to learn to program in Python. It starts from the very basics including how to install your Python environment, how to write a very simple program and run it, what a variable is, what an if statement is, how iteration works using for and while loops as well as important key concepts such as functions, classes and modules. Each subject area is prefaced with an introductory chapter, before continu...
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...
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
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...
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...