Results 1 to 10 of 31 | next »
- Coding for beginners / by McGrath, Mike,1956-author.(CARDINAL)422694;
Getting started -- Saving data -- Performing operations -- Making lists -- Controlling blocks -- Creating functions -- Sorting algorithms -- Importing libraries -- Managing text -- Programming objects -- Building interfaces -- Developing apps -- Transferring skills."Coding for Beginners in easy steps, 2nd edition will appeal to anyone, of any age, who wants to begin coding computer programs. Use this guide to help you quickly create a programming environment on your computer, then, in easy steps, learn how to: write Python code to create your programs, store information in data structures, control program flow using control structures, create re-usable blocks of program code, [and] code powerful algorithms and classes for Object Oriented Programming (OOP),"--
- Subjects: Handbooks and manuals.; C (Computer program language); C++ (Computer program language); Computer programming.; Java (Computer program language); Object-oriented programming (Computer science); Python (Computer program language);
- Available copies: 12 / Total copies: 17
-
unAPI
- Coding for beginners / by McGrath, Mike,1956-author.(CARDINAL)422694;
Getting started -- Saving data -- Performing operations -- Making lists -- Controlling blocks -- Creating functions -- Sorting algorithms -- Importing libraries -- Managing text -- Programming objects -- Building interfaces -- Developing apps -- Transferring skills."Coding for Beginners in easy steps, 3rd edition is ideal for the newcomer to coding computer programs, including youngsters needing to learn programming basics for the school curriculum. It teaches the reader how to write code to create their own computer programs - in easy steps!"--
- Subjects: Handbooks and manuals.; Computer programming.; Object-oriented programming (Computer science); Python (Computer program language); C (Computer program language); C++ (Computer program language); Java (Computer program language);
- Available copies: 14 / Total copies: 22
-
unAPI
- Coding for beginners in easy steps / by McGrath, Mike,1956-author.(CARDINAL)422694;
-
- Subjects: Computer programming.; Object-oriented programming (Computer science); Python (Computer program language); C (Computer program language); C++ (Computer program language); Java (Computer program language);
- Available copies: 6 / Total copies: 8
-
unAPI
- Objective-C and iOS programming : a simplified approach to developing apps for the apple iPhone and iPad / by Khan, Arshia,author.(CARDINAL)616203;
-
- Subjects: Festschriften.; Objective-C (Computer program language); Computer programming.; iPhone (Smartphone); iPad (Computer);
- Available copies: 1 / Total copies: 1
-
unAPI
- Microsoft Visual C# step by step / by Sharp, J. A.,(John A.),1955-author.;
Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2017. Expand your expertise--and teach yourself the fundamentals of programming with the latest version of Visual C# with Visual Studio 2017. If you are an experienced software developer,you'll get all the guidance, exercises, and code you need to start building responsive, scalable, cloud-connected applications that can run almost anywhere... Discover how to: *Quickly start creating Visual C# code and projects with Visual Studio 2017 *Work with variables, operators, expressions, methods, and program flow *Build more robust apps with error, exception, and resource management *Spot problems fast with the Visual Studio debugger *Make the most of improvements to C# methods, parameters, and switch statements *Master the C# object model, and create your own functional data structures *Leverage advanced properties, indexers, generics, and collection classes *Create Windows 10 apps that share data, collaborate, and use cloud services *Integrate Cortana to voice-enable your applications *Perform complex queries over object collections with LINQ *Improve application throughput and response time with asynchronous methods *Use delegates and decoupling to construct highly extensible systems *Customize C# operator behavior over your own classes and structures *Streamline development with app templates *Implement the powerful Model-View-ViewModel (MVVM) pattern *Develop cloud-connected applications that seamlessly follow users across devices *Build UWP applications that retrieve complex data via REST and present it intuitively.
- Subjects: Microsoft Visual C♯; Object-oriented programming (Computer science); Computer programming.; C# (Computer program language); Visual programming (Computer science);
- Available copies: 1 / Total copies: 1
-
unAPI
- C# programming in easy steps / by McGrath, Mike,1952-Author(DLC)n 2004005715;
Modern coding with C# 10 and .NET 6. Updated for Visual Studio 2022. C# Programming in easy steps, 3rd edition is updated for Visual Studio 2022, and teaches you how to code applications and demonstrates every aspect of the C# language you will need to produce professional programming results. Modern coding with C# 10 and .NET 6. Updated for Visual Studio 2022. The book's examples provide clear syntax-highlighted code showing C# language basics including variables, arrays, logic, looping, methods, and classes. C# Programming in easy steps, 3rd edition begins by explaining how to install the free Visual Studio Community Edition, to create an environment in which you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the C# language basics before moving on to provide examples of Object Oriented Programming. It concludes by demonstrating how you can use your acquired knowledge to create graphic programs for traditional PC Desktop apps, and also as Universal apps for multiple devices. You need have no previous knowledge of any programming language, so it's ideal for the newcomer to computer programming. Also ideal for: *Programmers moving from another programming language. *Students who are studying C# programming at school or college. *Those seeking a career in computing who need a fundamental understanding of procedural programming. Free, downloadable sample code is available to download from our website for checking against your own work.
- Subjects: Handbooks and manuals; C# (Computer program language); Computer programming.; Application software; Object-oriented programming languages;
- Available copies: 1 / Total copies: 1
-
unAPI
- Code like a pro in C# / by Rodenburg, Jort,Author(DLC)no2021110280;
Includes bibliographical references (pages 380-384) and index.Introducing C# and .NET -- NET and how it compiles -- How bad is this code? -- Manage your unmanaged resources -- Setting up a project and database with Entity Framework Core -- Test-driven development and dependency injection -- Comparing objects -- Stubbing, generics, and coupling -- Extension methods, streams, and abstract classes -- Reflection and mocks -- Runtime type checking revisited and error handling -- Using IAsyncEnumerable<T> and yield return -- Middleware, HTTP routing, and HTTP responses -- JSON serialization/deserialization and custom model binding.Critical business applications worldwide are written in the versatile C# language and the powerful .NET platform, running on desktops, cloud systems, and Windows or Linux servers. Code Like a Pro in C# makes it easy to turn your existing abilities in C# or another OO language (such as Java) into practical C# mastery.Critical business applications worldwide are written in the versatile C# language and the powerful .NET platform, running on desktops, cloud systems, and Windows or Linux servers. Code Like a Pro in C# makes it easy to turn your existing abilities in C# or another OO language (such as Java) into practical C# mastery.
- Subjects: Microsoft .NET Framework.; C# (Computer program language); Object-oriented programming languages.; Relational databases.; Internet programming.; Application software;
- Available copies: 1 / Total copies: 1
-
unAPI
- Dead simple Python : idiomatic Python for the impatient programmer / by McDonald, Jason C.,1992-author.(CARDINAL)859960;
"This book explores the technical "whys" and "hows" of the Python programming language to help readers write idiomatic Python. It covers core Python programming concepts like structuring a project, the Python type system, functional and object-oriented programming, loops and iterators, generators and comprehensions, concurrency, distribution, and other essentials"--
- Subjects: Handbooks and manuals.; Instructional and educational works.; Python (Computer program language); Programming languages (Electronic computers); Computer programming.;
- Available copies: 4 / Total copies: 5
-
unAPI
- C++ crash course : a fast-paced introduction / by Lospinoso, Josh,author.(CARDINAL)814579;
Up and running -- Types -- Reference types -- The object life cycle -- Runtime polymorphism -- Compile-time polymorphism -- Expressions -- Statements -- Functions -- Testing -- Smart pointers -- Utilities -- Containers -- Iterators -- Strings -- Streams -- Filestreams -- Algorithms -- Concurrency and parallelism -- Network programming with Boost Asio -- Writing applications."A guide to C++ that begins by introducing all the core language features, then explores the Standard and Boost Libraries. Covers major features of modern C++, including types, expressions, containers, and more"--
- Subjects: C++ (Computer program language); Computer programming.;
- Available copies: 1 / Total copies: 2
-
unAPI
- C++ programming in easy steps / by McGrath, Mike,1956-author.(CARDINAL)422694;
Includes index.C++ Programming in Easy Steps, 5th Edition makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, and to the student who is studying C++ programming at school or college, and to those seeking a career in computing who need a fundamental understanding of object oriented programming.
- Subjects: C++ (Computer program language); Computer programming.;
- Available copies: 1 / Total copies: 1
-
unAPI
Results 1 to 10 of 31 | next »