Results 51 to 60 of 91 | « previous | next »
- Beginning programming all-in-one desk reference for dummies / by Wang, Wally.(CARDINAL)766992;
MARCIVE 2/2/12Getting started -- Programming basics -- Data structures -- Algorithms -- Web programming -- Programming language syntax (C and C++ ; Java and Ć, Perl and Python, Pascal and Delphi, Visual Basic and REALbasic) -- Applications.A guide to computer programming covers such topics as data structures, algorithms, Web programming, syntax, and applications.
- Subjects: Computer programming.; Programming languages (Electronic computers);
- Available copies: 1 / Total copies: 5
-
unAPI
- Telecourse students manual for Introduction to FORTRAN programming / by Martin, Donald C.; Saylor, Beverly.; North Carolina State University.School of Engineering.(CARDINAL)161086; North Carolina State University.Industrial Extension Service.(CARDINAL)166142; North Carolina State University.Division of Continuing Education.(CARDINAL)599913; WUNC (Television station : Chapel Hill, N.C.);
-
- Subjects: Introduction to FORTRAN programming (Television program); FORTRAN (Computer program language);
- Available copies: 0 / Total copies: 1
- On-line resources: Suggest title for digitization;
-
unAPI
- Python essentials / by Shovic, John C.(John Carrol),1957-author.(CARDINAL)792030; Simpson, Alan,1953-author.(CARDINAL)334058;
"Python Essentials For Dummies is a quick reference to all the core concepts in Python, the multifaceted general-purpose language used for everything from building websites to creating apps. This book gets right to the point, with no excess review, wordy explanations, or fluff, making it perfect as a desk reference on the job or as a brush-up as you expand your skills in related areas. Focusing on just the essential topics you need to know to brush up or level up your Python skill, this is the reliable little book you can always turn to for answers"--
- Subjects: Python (Computer program language); Computer programming.;
- Available copies: 2 / Total copies: 2
-
unAPI
- Python all-in-one / by Shovic, John C.(John Carrol),1957-author.(CARDINAL)792030; Simpson, Alan,1953-author.(CARDINAL)334058;
"Python All-in-One is your one-stop source for answers to all your Python questions. From creating apps to building complex web sites to sorting big data, Python provides a way to get the work done. This book is great as a starting point for those new to coding, and it also makes a perfect reference for experienced coders looking for more than the basics. Apply your Python skills to data analysis, learn to write AI-assisted code using GitHub CoPilot, and discover many more exciting uses for this top programming language" -- amazon.com.
- Subjects: Handbooks and manuals.; Self-instructional works.; Python (Computer program language); Computer programming.;
- Available copies: 4 / Total copies: 7
-
unAPI
- The power of Java / by Ryan, Aidan M.,author.(CARDINAL)416488;
Includes bibliographical references and index.The history of Java -- How it works -- Strengths and weaknesses -- Getting started.It is incredible to think that a programming language developed in 1995 in response to the shortcomings of the prevalent language at the time, C, remains one of the world's most popular coding languages more than twenty years later. This is the ongoing legacy of Java, which is hailed as easy to use for a variety of goals and an important part of today's technology. This book traces the evolution of the language and explains how the language works and what it's used for, including Java's role in big data and the internet of things.
- Subjects: Java (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Building a CORFLO model of the I-77 corridor through Charlotte, N.C. : report on course work for CE497, fall 1994 / by Hayden, Andrew D.;
The intent of this project was to build a CORFLO model of the I-77 corridor through Charlotte from the South Carolina line, north to Tyvola Road. This paper outlines the process of building a CORFLO model. Includes appendix 1, Sample network; and appendix 2, Sample input to CORFLO.
- Subjects: Traffic flow; Traffic engineering; Traffic engineering; Express highways; City traffic; Transportation; Traffic congestion; CORFLO (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Automate the boring stuff with Python : practical programming for total beginners / by Sweigart, Al,author.(CARDINAL)620318;
Python basics -- Flow control -- Functions -- Lists -- Dictionaries and structuring data -- Manipulating strings -- Pattern matching with regular expressions -- Reading and writing files -- Organizing files -- Debugging -- Web scraping -- Working with Excel spreadsheets -- Working with PDF and Word documents -- Working with CSV files and JSON data -- Keeping time, scheduling tasks, and launching programs -- Sending email and text messages -- Manipulating images -- Controlling the keyboard and mouse with GUI animation -- Appendixes.A beginner's guide to programming with Python explains how to automate tedious computer tasks, including updating Excel spreadsheets, renaming folders, and merging PDFs, with step-by-step program instructions and practice projects to improve skills.
- Subjects: Python (Computer program language); Computer programming.;
- Available copies: 1 / Total copies: 3
-
unAPI
- Beginning programming : all-in-one / by Wang, Wally,author.(CARDINAL)766992;
Getting started with programming. Getting started programming a computer ; Different methods for writing programs ; Types of programming languages ; Programming tools -- Programming basics. How programs work ; Variables, data types, and constants ; Manipulating data ; Making decisions by branching ; Repeating commands by looping ; Breaking a large program into subprograms ; Breaking a large program into objects ; Reading and saving files ; Documenting your program ; Principles of user interface design ; Debugging and testing -- Data structures. Structures and arrays ; Sets and linked lists ; Collections and dictionaries ; Stacks, queues, and deques ; Graphs and trees -- Algorithms. Sorting algorithms ; Searching algorithms ; String searching ; Data compression algorithms ; Encryption algorithms -- Web programming. Hyper text markup language ; CSS ; JavaScript ; PHP ; Ruby -- Programming language syntax. C and C++ ; Java and C# ; Perl and Python ; Kotlin ; Swift and SwiftUI ; Flutter and Dart -- Applications. Database management ; Bioinformatics ; Computer security ; Artificial intelligence ; Mobile and wearable computing ; Game engines ; The future of computer programming.A guide to computer programming covers such topics as data structures, algorithms, Web programming, syntax, and applications.
- Subjects: Handbooks and manuals.; Computer programming.; Programming languages (Electronic computers); Computer science.; Electronic data processing.;
- Available copies: 7 / Total copies: 11
-
unAPI
- Doing math with Python : use programming to explore algebra, statistics, calculus, and more! / by Saha, Amit,author.;
Includes bibliographical references and index.Numbers -- Visualizing data with graphs -- Describing data with statistics -- Algebra and symbolic math with SymPy -- Sets and probability -- Drawing geometric shapes and fractals -- Working with mathematical functions -- Appendix A: Setup, installation, and resources -- Appendix B: Python functionality -- Appendix C: Solutions."Uses the Python programming language as a tool to explore high school level mathematics like statistics, geometry, probability, and calculus by writing programs to find derivatives, solve equations graphically, manipulate algebraic expressions, and examine projectile motion. Covers programming concepts including using functions, handling user input, and reading and manipulating data"--1130L
- Subjects: Computer programming.; Mathematics; Python (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Beginning programming in 24 hours / by Perry, Greg M.,author.(CARDINAL)768463; Miller, Dean,1969-author.(CARDINAL)405251;
Start programming today. Hands-on programming ; Process and techniques ; Designing a program ; Getting input and displaying output ; Data processing with numbers and words -- Programming fundamentals. Controlling your programs ; Debugging tools ; Structured techniques ; Programming algorithms -- Java and object-oriented programming. Programming with Java ; Java's details ; Java has class -- Web development with HTML and JavaScript. HTML5 and CSS3 ; JavaScript ; Having fun with JavaScript ; JavaScript and AJAX -- Other programming languages. SQL ; Scripting with PHP ; Programming with C and C++ ; Programming with Visual Basic 2019 ; C# and the .NET core -- The business of programming. How companies program ; Distributing applications ; The future of programming -- Appendixes. Installing Python.Sams Teach Yourself Beginning Programming in 24 Hours explains the basics of programming in the successful 24 Hours format. The book's examples are easily readable and understandable by even those with no previous exposure to programming. This book covers the absolute basics of programming: Why program? What tools to use? How does a program tell the computer what to do? Readers will learn how to program the computer and will explore some of the most popular programming languages in use. This book will introduce the reader to common programming fundamentals using Python and will provide an overview of other common programming languages and their uses.
- Subjects: Handbooks and manuals.; Computer programming;
- Available copies: 5 / Total copies: 7
-
unAPI
Results 51 to 60 of 91 | « previous | next »