Results 11 to 19 of 19 | « previous
- Coding for kids Python : learn to code with 50 awesome games and activities / by Tacke, Adrienne B.,author.(CARDINAL)797719; Abou Roumié, Amir,illustrator.(CARDINAL)799007;
Learning to code is just like playing a new sport or practicing an instrument-just get started! From the basic building blocks of programming to creating your very own games, this book teaches essential Python skills to kids ages 10 and up with 50 fun and engaging activities. Master fundamental functions, create code blocks, and draw and move shapes with the turtle module-these interactive lessons offer step-by-step guidance to make computer programming entertaining to future coders. You can even see the results of your coding in real time! With helpful hacks and screenshots for guidance, the only question that Coding for Kids: Python leaves unanswered is: what will you build next?Ages 10+900L
- Subjects: Computer programming; Video games; Python (Computer program language); Scripting languages (Computer science);
- Available copies: 4 / Total copies: 6
-
unAPI
- Creating Web pages all-in-one desk reference for dummies / by Wagner, Richard,1966-(CARDINAL)271051; Mansfield, Richard,1945-(CARDINAL)732687;
bk. 1. Web & page design -- bk. 2. Online services -- bk. 3. Microsoft expression web -- bk. 4. Dreamweaver -- bk. 5. Cascading style sheets -- bk. 6. HTML/XHTML --bk. 7. Graphics & multimedia -- bk. 8. Scripting -- bk. 9. Flash.Covers Web page publishing concepts including using HTML and CSS, Microsoft Expression Web, Dreamweaver, Web graphics, JavaScript, and Flash.System requirements: Windows Vista, Windows XP NT4 (with SP4 or later), or Windows 2000; MacIntosh running Apple OS X, or later; internet connection (for Web-based content); CD-ROM drive.
- Subjects: Sound recordings.; Dreamweaver (Computer file); Computer graphics.; HTML (Document markup language); Scripting languages (Computer science); Web site development.; Web sites;
- Available copies: 1 / Total copies: 1
-
unAPI
- JavaScript : the definitive guide / by Flanagan, David.(CARDINAL)207438;
Introduction to JavaScript -- Core JavaScript. Lexical structure ; Types, values, and variables ; Expressions and operators ; Statements ; Objects ; Arrays ; Functions ; Classes and modules ; Pattern matching with regular expressions ; JavaScript subsets and extensions ; Server-side JavaScript -- Client-side JavaScript. JavaScript in web browsers ; The window object ; Scripting documents ; Scripting CSS ; Handling events ; Scripted HTTP ; The jQuery library ; Client-side storage ; Scripted media and graphics ; HTML5 APIs -- Core JavaScript reference -- Client-side JavaScript reference.
- Subjects: JavaScript (Computer program language); Web servers.; Object-oriented programming (Computer science);
- Available copies: 0 / Total copies: 1
-
unAPI
- Learn enough Python to be dangerous : software development, flask web apps, and beginning data science with Python / by Hartl, Michael,author.;
Includes bibliographical references (pages 403-404) and index."Python is the dominant programming language for data science and an ideal first programming language for web development and many other uses. In Learn Enough Python to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need to be professionally productive. Even if you've never programmed before, Hartl helps you quickly build technical sophistication and master the lore you need to succeed. Hartl introduces Python both as a general-purpose language and as a specialist tool for web development and data science, presenting focused examples and exercises that help you internalize what matters, without wasting time on details pros don't care about. Learn enough about applying core Python concepts with the interactive interpreter and command line; writing object-oriented code with Python's native objects; developing and publishing self-contained Python packages; using elegant, powerful functional programming techniques; building new objects, and extending them via Test-Driven Development (TDD); leveraging Python's exceptional shell scripting capabilities; creating and deploying a full web app, using routes, layouts, embedded Python, and forms; getting started with data science tools for calculation, visualization, analysis, and machine learning; and mastering concrete and informal skills every developer needs"--
- Subjects: Python (Computer program language); Computer programming.;
- Available copies: 2 / Total copies: 2
-
unAPI
- Killer ChatGPT prompts : harness the power of AI for success and profit / by Hart-Davis, Guy,author.(CARDINAL)352260;
Introduction -- Get started with ChatGPT prompts -- ChatGPT prompts for getting a job -- ChatGPT prompts for managing your work and schedule -- ChatGPT prompts for business writing -- ChatGPT prompts for research and analysis -- ChatGPT prompts for communication and knowledge sharing -- ChatGPT prompts for web development -- ChatGPT prompts for programming -- ChatGPT prompts for HR and training -- ChatGPT prompts for sales and marketing -- ChatGPT prompts for teachers -- ChatGPT prompts for students -- ChatGPT prompts for creative writing and fiction writing -- ChatGPT prompts for home efficiency and enjoyment -- ChatGPT prompts for personal development and relationships -- Appendix: How can you use ChatGPT's output?"Unlock the full capabilities of ChatGPT at work, at home, and in your day-to-day. By now, you've heard of ChatGPT and its incredible potential. You may even have tried to use it a few times just to see it in action for yourself. But have you ever wondered what ChatGPT is truly capable of? Killer ChatGPT Prompts: Harness the Power of AI for Success and Profit will show you the true power of Large Language Models (LLMs) like ChatGPT. In the book, veteran IT educator and trusted author Guy Hart-Davis shows you the exact prompts he's discovered to unlock a huge variety of expert business writing, like emails and proposals, data analysis use cases, lesson plans, information exchange scripts, and more!"--
- Subjects: ChatGPT.; Chatbots.; Natural language generation (Computer science); Artificial intelligence.;
- Available copies: 0 / Total copies: 3
-
unAPI
- Cool scratch projects : in easy steps / by McManus, Sean,1973-author.(CARDINAL)421700;
"Cool Scratch Projects in easy steps gives you great ideas to create computer games and other projects that'll impress your friends and family -- and you'll have endless fun creating and playing them! The book provides step-by-step instructions for building projects that show off some of the cool things you can do with Scratch. It starts with two simple projects to get you started. Find out how to: make a game with animated cartoon characters ; build a drum machine and make random music ; use anaglyph glasses for 3D effects and 3D Art ; design amazing mazes in a 3D environment ; create your own stop motion films ; use the ScratchJr app to create games and interactive stories anywhere using your iPad or Android tablet. Cool Scratch Projects in easy steps has projects for Scratch 2.0 on a PC/Mac and Scratch 1.4 on the Raspberry Pi, and includes a Raspberry Pi Camera Module project. Each project includes suggestions for customizing it, so you can make it your own!"-- Provided by publisher.
- Subjects: Scratch (Computer program language); Visual programming languages (Computer science); Video games;
- Available copies: 1 / Total copies: 2
-
unAPI
- Ruby wizardry : an introduction to programming for kids / by Weinstein, Eric,author.(CARDINAL)618604;
Includes bibliographical references and index.1. What this book's about : Why learn programming (and why Ruby)? ; All adults on deck: installing Ruby ; Achievement unlocked: Ruby installed! ; Putting on the Ruby slippers ; Getting to know IRB ; Using a text editor and the Ruby command ; When to use IRB and when to use a text editor ; The prompts used in this book ; Into the shiny red yonder -- 2. The king and his string : A short yarn ; A bit more about variables ; Ruby operators ; A smallish project for you -- 3. Pipe dreams : The apprentice plumber's dilemma ; Writing and running Ruby scripts ; His majesty's flow control ; Improving flow_rate.rb with fancier logical operators ; A biggerish project for you -- 4. Staying in the loop : Ruby on monorails ; While loops ; Arrays ; Putting arrays and loops into action ; Your project, should you choose to accept it -- 5. Array of sunshine and hash on the range : Big Hank's hashery ; Arrays within arrays ; Even more array methods! ; Shift! Pop! Insert! ; Iterating with arrays ; Hash in the hashery ; Rollicking ranges ; Order up! -- 6. The (chunky) bacon to Ruby's hash : Symbols! ; The skinny on symbols ; Symbols and hashes, together at last ; The mid-morning rush ; What else can you do with symbols? -- 7. The magic of methods and blocks : A method to the madness ; Defining your own methods ; What is nil? ; Splat parameters ; Block methods ; Into the dragon's lair -- 8. Everything is an object (almost) : The subject of our story is an object ; Classes and objects ; Creating our first class, minstrel ; Variable scope ; Objects and self ; Methods and instance variables ; Dial-a-ballad, or the minstrel's delivery service -- 9. Inheriting the magic of Ruby : Her majesty's managerie ; A brush-up on classes ; Subclass and superclass ; Protecting the kingdom with GuardDogs and FlyingMonkeys ; The queen's machine -- 10. A horse of a different color : Utter panda-monium ; Creating modules ; Constants ; Extending your knowledge ; Mixins and inheritance ; Requiring another file ; Looking up constants ; A horse of a different color -- 11. Second time's the charm : Refactoring at the refactory ; Variable assignment tricks ; Crystal-clear conditionals ; When you need a case statement ; Simplifying methods ; De-duplicating code ; Re-refactoring -- 12. Reading, writing, and Ruby magic : File input and output ; Opening a file with Ruby ; Writing and adding to files ; Avoiding errors while working with files ; All loading docks, report for duty! -- 13. Follow the WEBrick road : Ruby and the Internet ; Using the open-uri Ruby Gem ; Investigating the kingdom's web server ; Beyond the kingdom walls -- 14. Where to go next : The big picture: what you know ; Additional resources and further reading ; Online and multimedia ; Additional topics -- A. Installing Ruby on Mac and Linux : Installing on Mac ; Installing on Linux -- B. Troubleshooting : Errors running Ruby scripts ; Errors using IRB."A playful, illustrated tale that will teach you how to program in Ruby by taking you on a fantastical journey. As you follow the adventures of young heroes Ruben and Scarlet, you'll learn real programming skills"--Page 4 of cover.870L
- Subjects: Computer programming; Object-oriented programming (Computer science); Ruby (Computer program language);
- Available copies: 6 / Total copies: 7
-
unAPI
- T2 [videorecording] : judgment day / by Buff, Conrad.(CARDINAL)786588; Cameron, James,1954-(CARDINAL)364623; Fiedel, Brad.; Goldblatt, Mark(Film editor); Greenberg, Adam.; Hamilton, Linda,1956-; Harris, Richard A.(Film editor); Kassar, Mario.(CARDINAL)844873; Patrick, Robert,1958-; Schwarzenegger, Arnold.(CARDINAL)505600; Wisher, William.; Lightstorm Entertainment (Firm)(CARDINAL)815094; Lions Gate Films (Santa Monica, Calif.)(CARDINAL)340342; Pacific Western (Firm); Studio Canal.(CARDINAL)548221;
Director of photography, Adam Greenberg ; editors, Conrad Buff, Mark Goldblatt, Richard A. Harris ; music, Brad Fiedel.Arnold Schwarzenegger, Linda Hamilton, Robert Patrick.In the year 2029, a computer called Skynet is fighting against a human resistance force, after having nearly destroyed the rest of humanity in 1997. Skynet has found a way to send some of its warriors, called Terminators, back in time, back to 1995. A new prototype liquid metal Terminator is sent to kill the 10-year John Connor, who will become the resistance leader. To counter this assassination attempt, John sends back a reprogrammed Terminator to protect himself as a young man.MPAA rating: R, for strong sci-fi action and violence, and for language.Blu-ray disc ; 2.35:1 aspect ratio ; 6.1 DTS-HD master audio (English), 5.1 Dolby digital EX audio (English), 2.0 Dolby surround audio (French) ; 1080p high definition ; requires Blu-ray players and HD TV.
- Subjects: Action and adventure films.; Adventure films.; Feature films.; Feature films.; Fiction films.; Science fiction films.; Science fiction films.; Robots; Survival; Time travel;
- Available copies: 4 / Total copies: 4
-
unAPI
- The ghost in the shell. [manga]: by Shirow, Masamune,author,artist.(CARDINAL)639302; Schodt, Frederik L.,1950-translator.(CARDINAL)730905; Smith, Toren,translator.(CARDINAL)534891; Paul, Stephen(Translator),translator.(CARDINAL)610836; Brown, Scott O.,letterer.(CARDINAL)482374; Kodansha USA, Inc.(CARDINAL)610835;
"Deep into the twenty-first century, the line between man and machine has been blurred as humans rely on the enhancement of mechanical implants and robots are upgraded with human tissue. In this rapidly converging landscape, cyborg superagent Major Motoko Kusanagi is charged to track down the craftiest and most dangerous terrorists and cybercriminals, including "ghost hackers" who are capable of exploiting the human/machine interface and reprogramming humans to become puppets to carry out the hackers' criminal ends."--Provided by publisher.Rated: M; ages 18+.
- Subjects: Science fiction comics.; Graphic novels.; Comics (Graphic works); Cyborgs; Hackers; Cyber intelligence (Computer security); Cyberterrorism; Terrorism; Psychic ability; Undercover operations; Comic books, strips, etc.;
- Available copies: 3 / Total copies: 5
-
unAPI
Results 11 to 19 of 19 | « previous