Contents: getting started, for loops, numbers, if statements, miscellaneous topics I, strings, lists, more with lists, while loops, miscellaneous topics II, dictionaries, text files, functions,...
Contents: Python objects, types and expressions -- Python Data Types and Structures -- Principles of Algorithm Design -- Lists and pointer structures -- Stacks and Queues -- Trees -- Hashing and...
The fundamentals of machine learning. The machine learning landscape ; End-to-end machine learning project ; Classification ; Training models ; Support vector machines ; Decision trees ; Ensemble...
Includes instructions for basic concepts such as variables, lists, classes, and loops. Practice exercises come with each topic. The end goal is the creation of a Space Invaders-inspired arcade game...
Preliminaries -- Python language basics IPython, and Jupyter notebooks -- Built-in data structures, functions, and files -- NumPy basics: arrays and vectorized computation -- Getting started with...
This book includes: The game over program; Types, Variables, and Simple I/O;The Guess my number GameThe Word Jumble game; List and Dictionaries; Functions; Files and exceptions; Software...
Contents: Number Systems; Machine Language; H1 Assembly Lamguage: Part 1; H1 Assembly Lamguage: Part 2; Basic Electronics and Digital Logic; Microlevel of H1 and V1; Evaluating the Instruction Set...
Brief contents: what is programming?; classes and methods I: basics; fundamental data types of Java; decision making; classes and methods II: classes with multiple methods; iteration; classes and...
Contents: Number Systems; Machine Language; H1 Assembly Lamguage: Part 1; H1 Assembly Lamguage: Part 2; Basic Electronics and Digital Logic; Microlevel of H1 and V1; Evaluating the Instruction Set...
Data structures allow organizing data efficiently. Their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data...