Java 2. Curso de programación, 3a edición.

Java 2. Curso de programación, 3a edición.
Author: Francisco Javier Ceballos Sierra
Publisher: Editorial Ra-Ma
Total Pages: 880
Release: 2005-08-30
Genre: Computers
ISBN: 9788478976867

Hace pocos años quizás "Java" nos traía a la mente una taza de café ¿por qué una taza de café? Seguramente por las muchas que se tomaron sus creadores. De hecho la taza de café ha pasado a ser su logotipo. Hoy en día, cualquiera que haya tenido contacto con una página Web tiene otro concepto: sabe que Java es un lenguaje de programación orientado a objetos introducido por Sun Microsystems cuyas características lo sitúan junto con Microsoft Visual Studio .NET, como el producto ideal para desarrollar programas para la Web. Con Java, no sólo se escriben programas para la Web, sino que también se desarrollan aplicaciones de uso general. Por lo tanto, Java le permitirá crear programas para su uso personal, para su grupo de trabajo, para una empresa, aplicaciones distribuidas a través de Internet, aplicaciones de bases de datos, páginas Web y otras muchas cosas. Java 2: Curso de programación es un libro: -Totalmente actualizado a las nuevas características de Java 2. -Con ejemplos claros y sencillos, fáciles de entender, que ilustran los fundamentos de la programación Java. -Que le permite aprender programación orientada a objetos. -Que le enseña a trabajar con estructuras dinámicas de datos, con ficheros, con excepciones y con hilos. -Con el que aprende a desarrollar aplicaciones. -Y que le introduce en las tareas de agregar applets a sus páginas Web, en el diseño de interfaces gráficas y en poner aplicaciones denominadas servlets en un servidor a disposición de los clientes del mismo. Incluye un CD-ROM con todos los ejemplos realizados y con el software necesario para que el lector pueda reproducirlos durante el estudio.

Java for Students

Java for Students
Author: Doug Bell
Publisher: Pearson Educación
Total Pages: 670
Release: 2001
Genre: Computers
ISBN: 9789702601449

Aware that many students need a careful introduction to programming and that they respond well to graphical illustration, this concise book adopts a visual approach to programming. Throughout the text, programs that use graphical images are emphasized to clearly demonstrate all the important programming principles. The authors use a spiral approach to programming concepts; introducing concepts simply early on, then in a more sophisticated way later, (e.g., objects are integrated throughout five chapters). Java for Students emphasizes the use of applets but also shows how to program free-standing applications. The authors have been careful to put together a text that covers the powerful features of Java and presents the language to students as both a fun and useful tool.

Eloquent JavaScript, 3rd Edition

Eloquent JavaScript, 3rd Edition
Author: Marijn Haverbeke
Publisher: No Starch Press
Total Pages: 472
Release: 2018-12-04
Genre: Computers
ISBN: 1593279515

Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to: - Understand the essential elements of programming, including syntax, control, and data - Organize and clarify your code with object-oriented and functional programming techniques - Script the browser and make basic web applications - Use the DOM effectively to interact with browsers - Harness Node.js to build servers and utilities Isn't it time you became fluent in the language of the Web? * All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly.

Java 2. Curso de Programación. 4ª edición

Java 2. Curso de Programación. 4ª edición
Author: Fco. Javier Ceballos Sierra
Publisher: Sextil Online LLC
Total Pages: 848
Release: 2010-11-03
Genre: Computers
ISBN: 8494009028

EDI NetBeans, J2SE 6. Lenguaje Java. POO. Clases, subclases, paquetes e interfaces. Clases genéricas. Excepciones. Ficheros. Estructuras dinámicas. Algoritmos. Hilos. Introducción a las interfaces gráficas y a las aplicaciones para Internet. Ejercicios resueltos.

The RISC-V Reader

The RISC-V Reader
Author: David A. Patterson
Publisher:
Total Pages:
Release: 2017
Genre: Assembly languages (Electronic computers)
ISBN: 9780999249109

Flask Web Development

Flask Web Development
Author: Miguel Grinberg
Publisher: "O'Reilly Media, Inc."
Total Pages: 301
Release: 2018-03-05
Genre:
ISBN: 1491991690

Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, youâ??ll learn Flask from the ground up by developing a complete, real-world application created by author Miguel Grinberg. This refreshed edition accounts for important technology changes that have occurred in the past three years. Explore the frameworkâ??s core functionality, and learn how to extend applications with advanced web techniques such as database migrations and an application programming interface. The first part of each chapter provides you with reference and background for the topic in question, while the second part guides you through a hands-on implementation. If you have Python experience, youâ??re ready to take advantage of the creative freedom Flask provides. Three sections include: A thorough introduction to Flask: explore web application development basics with Flask and an application structure appropriate for medium and large applications Building Flasky: learn how to build an open source blogging application step-by-step by reusing templates, paginating item lists, and working with rich text Going the last mile: dive into unit testing strategies, performance analysis techniques, and deployment options for your Flask application

Python Crash Course, 2nd Edition

Python Crash Course, 2nd Edition
Author: Eric Matthes
Publisher: No Starch Press
Total Pages: 546
Release: 2019-05-03
Genre: Computers
ISBN: 1593279280

The best-selling Python book in the world, with over 1 million copies sold! A fast-paced, no-nonsense, updated guide to programming in Python. If you've been thinking about learning how to code or picking up Python, this internationally bestselling guide to the most popular programming language is your quickest, easiest way to get started and go! Even if you have no experience whatsoever, Python Crash Course, 2nd Edition, will have you writing programs, solving problems, building computer games, and creating data visualizations in no time. You’ll begin with basic concepts like variables, lists, classes, and loops—with the help of fun skill-strengthening exercises for every topic—then move on to making interactive programs and best practices for testing your code. Later chapters put your new knowledge into play with three cool projects: a 2D Space Invaders-style arcade game, a set of responsive data visualizations you’ll build with Python's handy libraries (Pygame, Matplotlib, Plotly, Django), and a customized web app you can deploy online. Why wait any longer? Start your engine and code!

Java (tm) 2

Java (tm) 2
Author: Francisco Javier Ceballos Sierra
Publisher:
Total Pages: 778
Release: 2000
Genre:
ISBN: 9788478974306

Objects First with Java

Objects First with Java
Author: David J. Barnes
Publisher: Pearson PTR Interactive
Total Pages: 516
Release: 2009
Genre: Computers
ISBN: 9780137005628

This introductory programming textbook integrates BlueJ with Java. It provides a thorough treatment of object-oriented principles.

Pro Git

Pro Git
Author: Scott Chacon
Publisher: Apress
Total Pages: 441
Release: 2014-11-18
Genre: Computers
ISBN: 1484200764

Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro. Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need. Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.