Python lernen in abgeschlossenen Lerneinheiten : Programmieren für Einsteiger mit vielen Beispielen = Learn Python in self-contained learning units : Programming for beginners with many examples.
Teaches beginners how to program with Python using individual, self-contained learning units. It demonstrates the design of efficient data and process structures, thereby enabling readers to understand algorithmic concepts and implement them in program code.
Python for Cybersecurity : Using Python for Cyber Offense and Defense
Delivers an intuitive and hands-on explanation of using Python for cybersecurity. It relies on the MITRE ATT&CK framework to structure its exploration of cyberattack techniques, attack defenses, and the key cybersecurity challenges facing network administrators and other stakeholders today. Offering downloadable sample code, the book is written to help you discover how to use Python in a wide variety of cybersecurity situations, including: Reconnaissance, resource development, initial access, and execution / Persistence, privilege escalation, defense evasion, and credential access / Discovery, lateral movement, collection, and command and control / Exfiltration and impact
Python Crash Course
Fast-paced, thorough introduction to programming with Python will have you writing code, solving problems, and making cool projects that work in no time. In the first half of the book, you'll learn basic programming concepts, such as variables, lists, loops, and classes, and practice writing clean code with exercises for each topic. You'll also learn how to make your programs interactive and test your code safely before adding it to a project. In the second half, you'll put your new knowledge into practice with three substantial projects: a Space Invaders' inspired arcade game, a set of data visualizations with Python's handy libraries, and a simple web app you can deploy online
Python Challenges : 100 Proven Programming Tasks Designed to Prepare You for Anything
Augment your knowledge of Python with this entertaining learning guide, which features 100 exercises and programming puzzles and solutions. This book will help prepare you for your next exam or a job interview, and covers numerous practical topics such as strings, data structures, recursion, arrays, and more. You will: Improve your Python knowledge by solving enjoyable but challenging programming puzzles / Solve mathematical problems, recursions, strings, arrays and more / Manage data processing and data structures like lists, sets, maps / Handle advanced recursion as well as binary trees, sorting and searching / Gamify key fundamentals for fun and easier reinforcement
Public Key Infrastructure ; 4th European PKI Workshop: Theory and Practice, EuroPKI 2007, Palma de Mallorca, Spain, June 28-30, 2007, Proceedings
These proceedings contain the papers accepted at the 2007 European PKI Workshop: Theory and Practice (EuroPKI 2007), held in Palma de Mallorca, Spain, during June 28–30, and hosted by the Computer Science Department of the University of Balearic Islands (UIB).
Psychotherapeutic Diagnostics : Guidelines for the New Standard
into account in particular respect of an intercultural and increasingly g- balized world. For what is experienced as painful, deviant, or troublesome is not only subject to individual perception but also to collective states of - consciousness. The diagnostic process may be understood as a form of translation in so far as a patient’s utterances, be they verbal or nonverbal, are transferred to a new code of understanding, a process every communicator is involved in because, as we all know, there is no such thing as non-communication. If in an empathic relational ? eld we manage to decode a patient’s subjective l- guage including that of her symptoms and distress, a new language will crop up which will ? nally explain the text the patient originally came up with. D- ferent visions entail different actions. At best, translating widens the scope of options of the affected individual and, precedingly, her scope of decisi- making.
Project Management and Risk Management in Complex Projects : Studies in Organizational Semiotics
The goal of this volume is to prove that mixed utterances in young bilinguals can be analyzed in the same way as adult code-switching. Analyzing a rich corpus of spontaneous child data, the author provides detailed empirical evidence for latest minimalist assumptions on the architecture of mind and confirms that code-switching is only constrained by the two grammars of the languages involved.
Programming for Computations - Python : A Gentle Introduction to Numerical Simulations with Python 3.6
This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to programming from 50 to 150 pages. Throughout the book, the explanations provided are now more detailed, previous examples have been modified, and new sections, examples and exercises have been added. Also, a number of small errors have been corrected.
Programming Arduino Projects with the PIC microcontroller : A line-by-line code analysis and complete reference guide for embedded programming in C
You'll review and work with several Arduino projects plus two extra ones written for a PIC microcontroller. Each one is accompanied with a basic circuit diagram and photos of the program working. Ideal for the Arduino hobbyist and PIC programmers who want to merge their skills, this comprehensive book will go over every aspect of the 8-bit microcontroller, provide line-by-line analysis of the code, and in the end, show you how to bring your Arduino projects to the PIC microcontroller using C. You'll gain a full understanding of how the C instructions work and can be used with the PIC microcontroller. You will: Examine how the code works / Create code to perform any function / Build practical projects on vero boards with full vero plans and circuit diagrams / Understand how programs work by simulation with an ECAD package
Processing : Creative Coding and Computational Art
Written especially for artists, designers, and other creative professionals and students exploring code art, graphics programming, and computational aesthetics. The book provides a solid and comprehensive foundation in programming, including object-oriented principles, and introduces you to the easy-to-grasp Processing language, so no previous coding experience is necessary. The book then goes through using Processing to code lines, curves, shapes, and motion, continuing to the point where you'll have mastered Processing and can really start to unleash your creativity with realistic physics, interactivity, and 3D! In the final chapter, you'll even learn how to extend your Processing skills by working directly with the powerful Java programming languagethe language Processing itself is built with.
Probabilistic Methods in Geotechnical Engineering
Soils and rocks are among the most variable of all engineering materials, and as such are highly amenable to a probabilistic treatment. The application of statistical and probabilistic concepts to geotechnical analysis is a rapidly growing area of interest for both academics and practitioners. The book is therefore aimed at students, researchers, and practitioners of geotechnical engineering who wish to keep abreast of developments in this evolving field of study.
Pro Visual Studio 2005 Team System
This book will guide you through the entire breadth of VSTS. If you are a stakeholder, you have a portal that gives you instant access to project documents, status, and performance indicators. If you are primarily a project manager, you will learn how create, manage, and assess the team performance. As VSTS is integrated with Microsoft Office, you can quickly assign tasks and gather work status. With reporting from the data warehouse you get real-time view of all project metrics. If you are a developer, you will learn how to write higher-quality code, ensure that the code works, and that it performs well.
Pro Visual C++/CLI and the .NET 2.0 Platform
This book explains how to write .NET 2.0 applications and services. It provides you with a clean slate, erasing the need for developing the COM, DCOM, COM+, or ActiveX components that used to be a necessity. Instead, you'll learn how to write .NET applications using C++/CLI. This book is based on its highly successful predecessor, and bridges the gap between classic C++ and C++/CLI. Furthermore, this edition is based on the newest version of Visual Studio .NET (2005) and .NET 2.0. All topic areas include specific code examples. By the end of the book, you will be proficient in developing .NET applications and services for both the Windows desktop and the Web.
Pro VB 2005 and the .NET 2.0 Platform
With the release of .NET 2.0, the Visual Basic 2005 language has been updated with numerous new programming constructs (XML code documentation, operator overloading, generics, and partial types just to name a few!). Now more than ever, choosing a .NET language boils down to personal preference (rather than a languages feature set). However, to effectively make use of these language features, developers must have a rock-solid grounding in object-oriented technology, assemblies, and the core .NET technologies. The purpose of Pro VB 2005 and the .NET 2.0 Platform, Second Edition is to provide you with such a foundation by diving deep into the language of Visual Basic 2005 and the platform of .NET. Thus, rather than simply showing how a code wizard can generate all the code on your behalf, this text will first show you how to author the code yourself so you can alter the generated code to your liking.
Pro T-SQL 2008 Programmers Guide
Discussing new and existing features, SQL Server designer and administrator Michael Coles takes you on an expert guided tour of Transact–SQL functionality in SQL Server 2008 in his book, Pro T–SQL 2008 Programmer's Guide. Fully functioning examples and downloadable source code bring Coles' technically accurate and engaging treatment of Transact–SQL into your own hands. Step–by–step explanations ensure clarity, and an advocacy of best–practices will steer you down the road to success. Pro T–SQL 2008 Programmer's Guide is every developer's key to making full use of SQL Server 2008's powerful, built–in Transact–SQL language. Transact–SQL is the language developers and DBAs use to interact with SQL Server. It's used for everything from querying data, to writing stored procedures, to managing the database.
Pro SQL Server 2005 Database Design and Optimization
Pro SQL Server 2005 Database Design and Optimization will teach you effective strategies for designing proper databases. It covers everything from how to gather business requirements to logical data modeling and normalization. It then shows you how to implement your design on SQL Server 2005. The authors also describe how to optimize and secure access to this data, covering indexing strategies, SQL design and optimization, and strategies for increased scalability to support large numbers of concurrent users. They provide in-depth advice on optimal code distribution in SQL Server 2005 applications, in the wake of innovations to be able to use .NET code in the database itself. This essential book will ensure that projects have a well-designed database and secure, optimized data access strategies right from the start.
Pro SQL Server 2005 Assemblies
Pro SQL Server 2005 Assemblies provides a detailed and example-driven tutorial on how to build and use .NET assemblies. The authors focus on building assemblies in C#, but also provide the equivalent VB .NET code in the supplied code download. Assemblies are not a complete replacement for T-SQL stored procedures and triggers; rather, they're enhancements, to be used at the right place and right time. This book examines the ins and outs of assemblies when they should and should not be used, what you can do with them, and how you can get the most out of them.
Pro Service-Oriented Smart Clients with .NET 2.0
Pro Service-Oriented Smart Clients with .NET 2.0 demonstrates how Smart Clients satisfy multiple purposes. First, you deploy a Smart Client application to a server and send your user base a URL. Then, when a user clicks the link, the server downloads the application to the end users machine and then runs it on the client, just like a desktop application. This book satisfies growing demand for a professional resource on Smart Clients. This comprehensive book is unique because it touches all of the bases: agility, service orientation, testing intelligence, and even a definition of what the "smart" in Smart Client means.
Pro LINQ : Language Integrated Query in C# 2008
LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must–have skill for .NET developers. For more information about LINQ, you can check out the author's portal at www.LINQdev.com. Pro LINQ: Language Integrated Query in C# 2008 is all about code. Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different.
Pro JavaScript Design Patterns
As a web developer, you'll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked—JavaScript is capable of full object–oriented capabilities, and by applying object-oriented principles, best practices, and design patterns to your code, you can make it more powerful, more efficient, and easier to work with alone or as part of a team. With Pro JavaScript Design Patterns, you'll start with the basics of object–oriented programming in JavaScript applicable to design patterns, including making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. With that covered, you can kick–start your JavaScript development in the second part of the book, where you'll find detail on how to implement and take advantage of several design patterns in JavaScript, including composites, decorators, façades, adapters, and many more.



















