Browse Results

Showing 16,276 through 16,300 of 61,821 results

Programmieren mit ChatGPT: Eine kompakte Einführung

by Joachim L. Zuckarelli

Anwendungen ​künstlicher Intelligenz (KI) und vor allem Large Language Models (LLMs) sind in aller Munde und revolutionieren in vielen Bereichen die Art und Weise, wie wir arbeiten. Das gilt auch für das Programmieren und die Softwareentwicklung, wo Werkzeuge wie ChatGPT von OpenAI, wenn sie richtig eingesetzt werden, die Produktivität erheblich steigern können. Unabhängig davon, ob Sie beruflich oder privat programmieren, ob Sie Anfänger*in oder erfahrene Entwickler*in sind, ob Sie mit künstlicher Intelligenz bereits vertraut sind oder nicht, in diesem Buch lernen Sie auf kompakte, praxisorientierte Weise anhand zahlreicher Beispiele, wie Sie Werkzeuge wie ChatGPT, Claude, Gemini & Co. bei der Arbeit mit Code einsetzen können, um produktiver zu sein und Ihre Ziele schneller und müheloser zu erreichen. Darüber hinaus erfahren Sie, wie Sie einfache, eigene KI-Anwendungen auf Basis der OpenAI-API entwickeln können. Der Schwerpunkt des Buches liegt dabei auf allgemeingültigen Grundtechniken, die auch im schnelllebigen KI-Geschäft auf absehbare Zeit von Bedeutung sein werden. Der Inhalt Einführung Das Zeitalter der künstlichen Intelligenz Chancen und Risiken für das Berufsfeld des Entwicklers Teil 1 – ChatGPT & Co. verstehen Funktionsweise von ChatGPT und anderen Large Language Models Alternativen zu ChatGPT Teil 2: ChatGPT benutzen Die wichtigsten Features Tipps zur Formulierung effektiver Prompts Teil 3: Einige Anwendungsbereiche für das Programmieren mit ChatGPT: ChatGPT als Nachschlagewerk, Berater oder Tutor nutzen Code schreiben Reguläre Ausdrücke (RegEx) erzeugen und bearbeiten Test-/Beispieldaten generieren Code testen und debuggen Code formatieren, kommentieren und dokumentieren Code übersetzen/transpilieren Fremden Code verstehen Die OpenAI-API verwenden Die Produktfamilie WissensExpress bietet Ihnen Lehr-, Lern- und Sachbücher in kompakter Form. Die Bücher liefern schnell und verständlich fundiertes Wissen.

Programmieren lernen mit Python und JavaScript: Eine praxisorientierte Einführung für Einsteiger

by Joachim L. Zuckarelli

Ob auf dem Computer, Tablet, Handy, im Auto oder in der Kaffeemaschine – Computerprogramme bestimmen unseren Alltag. Software wird immer wichtiger, kaum noch etwas funktioniert ohne die geheimnisvolle Macht der Algorithmen. Aber wie funktionieren Programme? Und wie entwickelt man sie? Dieses Buch vermittelt Ihnen anschaulich das Einmaleins des Programmierens. Anhand von Alltagsbeispielen lernen Sie zunächst die Grundkonzepte des Programmierens kennen, die in allen Programmiersprachen ähnlich sind. Auf Basis dieser Grundideen erlernen Sie dann auf systematische Weise und mit vielen praktischen Übungen zwei populäre und sehr nützliche Programmiersprachen, Python und JavaScript, die Sie für ein breites Spektrum an unterschiedlichen Aufgaben einsetzen können.Das Buch richtet sich an Programmieranfänger aller Altersklassen (vom Schüler bis zum Berufstätigen), die bisher keinerlei Programmiererfahrung besitzen.Zusätzliche Fragen per App: Laden Sie die Springer Nature Flashcards-App kostenlos herunter und nutzen Sie exklusives Zusatzmaterial als Printbuchkäufer, um Ihr Wissen zu prüfen.

Programmieren lernen mit Python

by Allen B. Downey

Python ist eine moderne, interpretierte, interaktive und objektorientierte Skriptsprache, vielseitig einsetzbar und sehr beliebt. Mit mathematischen Vorkenntnissen ist Python leicht erlernbar und daher die ideale Sprache für den Einstieg in die Welt des Programmierens. Das Buch führt Sie Schritt für Schritt durch die Sprache, beginnend mit grundlegenden Programmierkonzepten, über Funktionen, Syntax und Semantik, Rekursion und Datenstrukturen bis hin zum objektorientierten Design. Jenseits reiner Theorie: Jedes Kapitel enthält passende Übungen und Fallstudien, kurze Verständnistests und kleinere Projekte, an denen Sie die neu erlernten Programmierkonzepte gleich ausprobieren und festigen können. Auf diese Weise können Sie das Gelernte direkt anwenden und die jeweiligen Programmierkonzepte nachvollziehen. Lernen Sie Debugging-Techniken kennen: Am Ende jedes Kapitels finden Sie einen Abschnitt zum Thema Debugging, der Techniken zum Aufspüren und Vermeiden von Bugs sowie Warnungen vor entsprechenden Stolpersteinen in Python enthält. Starten Sie durch: Beginnen Sie mit den Grundlagen der Programmierung und den verschiedenen Programmierkonzepten, und lernen Sie, wie ein Informatiker zu programmieren.

Programmieren lernen für Dummies (Für Dummies)

by Daniel Lorig

Haben Sie auch schon mal den Wunsch verspürt, programmieren zu können? Oder wenigstens zu verstehen, wie Computer ticken, die unser Leben bestimmen? Dieses Buch führt in die Denkweise von Programmierern und die Funktionsweise von Programmen ein und zeigt Ihnen, worauf Sie beim Programmieren achten müssen: Geben Sie eindeutige Anweisungen, sichern Sie sich immer gegen alle Eventualitäten ab und kommen Sie mit den gegebenen, beschränkten Mitteln aus. Gut, dass der Computer wenigstens nicht murrt, wenn er monotone Tätigkeiten ausführen muss! Am Ende des Buches angelangt, haben Sie einen wichtigen Ausschnitt unserer Welt besser kennen gelernt und Einblicke in allgemeine Programmierkonzepte und zwei Programmiersprachen erhalten. Dann sind Sie in der Lage, fundiert zu entscheiden, ob und wie Sie Ihr Wissen weiter vertiefen wollen.

Programmieren lernen für Dummies (Für Dummies)

by Daniel Lorig

Haben Sie auch schon mal den Wunsch verspürt, programmieren zu können? Oder wenigstens zu verstehen, wie Computer ticken, die unser Leben bestimmen? Dieses Buch führt in die Denkweise von Programmierern und die Funktionsweise von Programmen ein und zeigt Ihnen, worauf Sie beim Programmieren achten müssen: Geben Sie eindeutige Anweisungen, sichern Sie sich immer gegen alle Eventualitäten ab und kommen Sie mit den gegebenen, beschränkten Mitteln aus. Gut, dass der Computer wenigstens nicht murrt, wenn er monotone Tätigkeiten ausführen muss! Am Ende des Buches angelangt, haben Sie einen wichtigen Ausschnitt unserer Welt besser kennen gelernt und Einblicke in allgemeine Programmierkonzepte und zwei Programmiersprachen erhalten. Dann sind Sie in der Lage, fundiert zu entscheiden, ob und wie Sie Ihr Wissen weiter vertiefen wollen.

Programmieren in C++ für Elektrotechniker und Mechatroniker: Das Lern- und Übungsbuch

by Prof. Dr. Mathes Prof. Dr. Seufert

Das Buch Programmieren in C++ für Elektrotechniker und Mechatroniker bietet einen Einstieg in die moderne Softwareentwicklung für Studierende der Ingenieurwissenschaften. Dabei wird ein durchgängiger Ansatz verfolgt, der, beginnend mit den Grundlagen der Programmierung, bis hin zu weiterführenden Themen, wie Hardware-nahe Programmierung, zahlreiche Themengebiete betrachtet und Studierende nicht nur für die Prüfung, sondern auch für den Arbeitsalltag vorbereitet. Da man Programmieren nur durch Üben erlernen kann, liefert das Buch einen umfangreichen Aufgabenkatalog.

Programmieren für Ingenieure und Naturwissenschaftler: Intelligente Algorithmen und digitale Technologien (eXamen.press)

by Sebastian Dörn

Ziel des Buches ist es, Ingenieuren oder Naturwissenschaftlern die Programmierung als Schlüsselqualifikation mit zahlreichen Anwendungsmöglichkeiten vorzustellen. Der Autor erläutert algorithmische Methoden, die heute hinter digitalen Produkten und Dienstleistungen stehen. Zentrale Anwendungen sind die Künstliche Intelligenz, das Data Mining, die Predictive Analytics, die Industrie 4.0 oder das Internet der Dinge. Die digitale Datenanalyse mit den zugehörigen Algorithmen ist die zentrale Grundlage vieler neuer IT-Technologien. Hierzu werden große Datenmengen verschiedenster Anwendungsfelder verarbeitet und auf gewisse Muster analysiert, um die relevanten Informationen zu extrahieren. Diese sogenannten intelligenten Verfahren sind die Basis für nahezu alle Innovationen in unserer digitalisierten Welt. Mit Hilfe dieser Art der Informationsverarbeitung werden durch die Kombination von mathematischen Modellen und algorithmischen Verfahren neue digitale Geschäftsmodelle erschaffen.

Programmieren für Ingenieure und Naturwissenschaftler: Grundlagen (eXamen.press)

by Sebastian Dörn

Ziel des Buches ist es, Studierenden der Ingenieur- oder Naturwissenschaften die Programmierung als Schlüsselqualifikation mit zahlreichen Anwendungsmöglichkeiten vorzustellen. Die Umsetzung von Programmierkonzepten und algorithmischen Verfahren erfolgt in diesem Buch in Java. Im ersten Teil gibt der Autor eine Einführung in die Grundkonzepte von Java, im zweiten Teil werden algorithmische Verfahren aus dem Bereich der Numerik, sowie allgemeine Methoden zum Entwurf von Algorithmen vorgestellt. Im dritten Teil werden Grundlagen der objektorientierten Programmierung dargestellt sowie ein Überblick über die Erstellung von graphischen Benutzeroberflächen gegeben. Ein Kapitel zu diversen Anwendungen aus dem Bereich der Ingenieur- und Naturwissenschaften sowie Aufgaben und Lösungen in jedem Kapitel runden das Buch ab.

Programmieren für Ingenieure und Naturwissenschaftler

by Sebastian Dörn

Ziel des Buches ist es, Studierenden der Ingenieur- oder Naturwissenschaften die Programmierung als Schlüsselqualifikation mit zahlreichen Anwendungsmöglichkeiten vorzustellen. Großer Wert wird auf eine praxisorientierte und verständliche Darstellung gelegt. Der Autor behandelt die Anwendungsbereiche des Operations Research, der Medizinischen Informatik und der Automatisierungstechnik. Neben der Darstellung objektorientierter Entwurfsmuster werden zentrale Programmierkonzepte und fortgeschrittene Datenstrukturen vorgestellt. Suchalgorithmen, Graphen, Automaten und reguläre Sprachen werden dem Leser praxisnah vermittelt. Die Grundlagen zur Bildverarbeitung im Bereich der Bildfilterung, Registrierung und Segmentierung runden das Buch ab.

Programmer's Guide to Drupal: Principles, Practices, and Pitfalls

by Jennifer Hodgdon

If you’re a web programmer, your experiences have taught you certain lessons—and only some of them apply well to Drupal. Drupal has its own set of programming principles that require a different approach, and many programmers make mistakes when relying on skills they’ve used for other projects. This book will show you which programming techniques you can use—and which you should avoid—when building web applications with this popular content management framework. Updated to cover both Drupal 7 and Drupal 8, the guidelines in this book demonstrate which programming practices conform to the "Drupal way" and which don’t. The book also serves as an excellent guide for Drupal 7 programmers looking to make the transition to Drupal 8. Get an overview of Drupal, including Drupal core and add-on modules and themesLearn Drupal’s basic programming principles, such as the ability to customize behavior and output with hooksCompare Drupal 7 and Drupal 8 programming methods, APIs, and conceptsDiscover common Drupal programming mistakes—and why hacking is one of themExplore specific areas where you can put your programming skills to workLearn about the new object-oriented Drupal 8 API, including plugins and services

Programmer's Guide to Apache Thrift

by William Abernethy

SummaryProgrammer's Guide to Apache Thrift provides comprehensive coverage of the Apache Thrift framework along with a developer's-eye view of modern distributed application architecture.Foreword by Jens Geyer.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThrift-based distributed software systems are built out of communicating components that use different languages, protocols, and message types. Sitting between them is Thrift, which handles data serialization, transport, and service implementation. Thrift supports many client and server environments and a host of languages ranging from PHP to JavaScript, and from C++ to Go.About the BookProgrammer's Guide to Apache Thrift provides comprehensive coverage of distributed application communication using the Thrift framework. Packed with code examples and useful insight, this book presents best practices for multi-language distributed development. You'll take a guided tour through transports, protocols, IDL, and servers as you explore programs in C++, Java, and Python. You'll also learn how to work with platforms ranging from browser-based clients to enterprise servers. What's insideComplete coverage of Thrift's IDLBuilding and serializing complex user-defined typesPlug-in protocols, transports, and data compressionCreating cross-language services with RPC and messaging systemsAbout the ReaderReaders should be comfortable with a language like Python, Java, or C++ and the basics of service-oriented or microservice architectures.About the AuthorRandy Abernethy is an Apache Thrift Project Management Committee member and a partner at RX-M.Table of ContentsPART 1 - APACHE THRIFT OVERVIEWIntroduction to Apache ThriftApache Thrift architectureBuilding, testing, and debuggingPART 2 - PROGRAMMING APACHE THRIFTMoving bytes with transportsSerializing data with protocolsApache Thrift IDLUser-defined typesImplementing servicesHandling exceptionsServersPART 3 - APACHE THRIFT LANGUAGESBuilding clients and servers with C++Building clients and servers with JavaBuilding C# clients and servers with .NET Core and WindowsBuilding Node.js clients and serversApache Thrift and JavaScriptScripting Apache ThriftThrift in the enterprise

Programmer en JavaScript

by Victor Thivillier Preston Prescott

Fatigué d'essayer d'apprendre à programmer? Prêt à vraiment apprendre comment programmer? Si vous avez essayé d'apprendre à programmer par le passé, mais n'avez pas eu beaucoup de succès, tentez le coup avec le livre « Programmer en JavaScript ». Il vous apprendra exactement ce que vous devez savoir sur le langage de script le plus largement utilisé dans le monde aujourd'hui. Vous commencerez par le début et le livre vous permettra de progresser en vous basant sur ce que vous aurez acquis au fur et à mesure. Apprenez le JavaScript une fois, utilisez-le encore et encore... Même si le JavaScript est de loin le langage de programmation côté client le plus populaire en usage aujourd'hui, il peut aussi être utilisé côté serveur. Node.js, Meteor, Wakanda, CouchDB et MongoDB ne sont que quelques exemples de frameworks avec lesquels vous serez en mesure d'utiliser JavaScript côté serveur. Le temps que vous à apprendre le JavaScript peut être doublement payant du fait que le JavaScript continue d’évoluer dans de plus en plus de domaines de l'informatique. Si vous cherchez à améliorer votre CV pour votre carrière, la maîtrise du JavaScript est une compétence inestimable. Les compétences JavaScript sont très fortement demandées et le besoin de personnes sachant programmer en JavaScript est en constante augmentation. Si vous cherchez à percer dans un domaine technique, quoi de mieux à ajouter sur votre CV que quelque chose qui peut être utilisé pratiquement partout? Vous voulez travailler sur le front-end (l’interface) de sites Web? Apprenez le JavaScript. Prêt à attaquer la programmation back-end pour les applications Web et réseau? Apprenez le JavaScript. Vous souhaitez travailler sur les technologies de bases de données les plus récentes? Apprenez le JavaScript. Apprenez le JavaScript de la bonne manière - une fois pour toutes... Peu importe si

Programmer en Java

by Victor Thivillier Troy Dimes

Le Java est un des langages de programmation informatique les plus largement utilisés et les plus puissants en existence aujourd'hui. Une fois que vous aurez appris à programmer en Java, vous pourrez créer des applications logicielles qui s'exécutent sur des serveurs, des ordinateurs de bureau, des tablettes, des téléphones, des lecteurs Blu-ray, et plus encore. Écrire une fois, utiliser partout! De plus, si vous souhaitez vous assurer que votre logiciel se comporte de la même manière quel que soit le système d'exploitation sur lequel il s'exécute, la philosophie de Java « Écrire une fois, utiliser partout » est pour vous. Le Java a été conçu de manière à être indépendant de la plateforme, ce qui permet de créer des applications qui s'exécutent sur divers systèmes d'exploitation, dont Windows, Mac, Solaris et Linux. Voici ce que vous apprendrez dans ce livre : *Comment préparer votre ordinateur pour la programmation en Java. (Captures d'écran inclues) *Les conventions de nommage de fichiers Java. *Comment travailler avec différents types de données, y compris les nombres entiers, les nombres flottants, les caractères et les booléens. *Que sont les variables et quand les utiliser. *Comment effectuer des opérations mathématiques en Java. *Prendre des décisions dans vos programmes, basées sur des comparaisons. *D'autres façons de contrôler le flux de vos programmes. *Comment manipuler les textes et chaînes de caractères. *Tout sur les tableaux - comment les créer, quand les utiliser, et plus encore. *Différentes façons d'effectuer plusieurs fois les mêmes actions dans vos programmes sans vous répéter. *Trois types de boucles. *Les concepts et techniques de la programmation orientée objet, y compris les classes, les modificateurs, l

Programmer Passport: OTP

by Bruce Tate

OTP is the heart of the rapidly growing Elixir, the functional language at the heart of Phoenix and LiveView. OTP enables exciting concurrent applications with among the best reliability properties in the world. With this book, you'll learn to code systems that can detect failure and recover from it automatically using the same techniques behind the world's telecommunication systems. By plugging into OTP, your own libraries will handle concurrent requests robustly, and seamlessly integrate with other supervised Elixir and Erlang applications. If you're looking to take your next step as an Elixir developer, look no further than OTP.OTP is a library for building fault tolerant systems with self-healing properties; its services power many of the world's reliable telecom infrastructure. It also powers many of Elixir's most powerful capabilities. In this fast-paced book - first published with Groxio's Programmer Passport - you'll learn about the most important abstractions that power OTP. This approachable guide will give you a high-level understanding before diving into individual details. This understanding will tell you how the core APIs work so you'll know why Elixir programmers write code the way they do.To start, this guide will walk you through building your own basic service that works in the same way as OTP's foundational GenServer. This quick exercise will gently ease you into the way GenServers work. You'll build your own GenServer, and then quickly move on to adding the supervision services to enable the reliability and self-healing properties that make Elixir famous. Once you've done so, you'll add features like a dynamic supervisor, and use a process registry to make your program more flexible and dynamic.What You Need:You'll need Elixir version 1.12 or greater. Find out what Groxio customers already know. The assistance of an experienced guide will help you learn how to use OTP to build reliable, highly concurrent systems more quickly than you could without one.

Programmer Passport: Elixir

by Bruce Tate

Elixir is a functional language that crosses many boundaries. With a syntax borrowing heavily from Ruby, a runtime that is on the Erlang BEAM, a macro system like that in Lisp, and a streaming library like you might find in Haskell, Elixir takes the best features from many environments. Elixir borrows from Erlang's "Let It Crash" philosophy, and adds significant improvements with structs, first-class hygienic macros, and abstractions such as protocols. Many of these ideas were borrowed from other communities, and they make a big difference in language adoption. This book gives you a quick guided tour through the fascinating world of Elixir! Explore Elixir with the author of Seven Languages in Seven Weeks. In this fast-paced book - first published with Groxio's Programmer Passport - you'll discover how Elixir's fantastic documentation, clear error messages, and excellent tooling make it approachable and easy to work with. Learn about techniques other books skip, like writing your own Mix task, and discover several blind spots that beginning and intermediate Elixir developers encounter. Effective Elixir depends on getting the most out of the most common datatypes - explore the most important ones before using them to write modules and different kinds of functions. Learn when to choose tuples, maps, or lists in your programs, and the most effective ways to access lists. Understand the differences between maps and keyword lists. Learn the primitives Elixir uses to start multiple processes and send messages between them. You'll finish the book by dabbling with the advanced techniques of streams, sigils, and macros. Find out what Groxio customers already know. The assistance of an experienced guide will help you learn Elixir more quickly than you could without one. What You Need: You'll need Elixir version 1.12 or greater.

Programmed for Disaster

by Milian France

Science fiction for younger readers.

Programmed Learning in Perspective: A Guide to Program Writing

by I.K. Davies

The method of programming outlined in this book represents a major contribution to the growing body of literature in programmed learning. It is the first book in the field to present a carefully designed, complete and integrated system for analyzing, organizing and structuring learning materials in programmed form.Application of the system is illustrated through the step-by-step construction of two short programs. Starting with the analysis of the syllabus and course content, the authors take the reader through each phase of the programming process gathering and organizing the content material, construction of the program matrix and flow diagram and finally, the writing of frames.Every teacher and trainer can benefit from the application of this method to lesson plan preparation and to classroom teaching techniques. Such a method is essential, for all those who are writing programmed materials. In a new computer age classroom environment, programmed learning can be especially beneficial.C. A. Thomas, I. K. Davies, D. Openshaw, and J. B. Bird are instructors or directors at the British Royal Air Force School of Education. They are pioneers in the application of programmed learning in Britain and are highly regarded as forward looking and creative educational research workers. Their accomplishments include, in addition to this ingenious book, the design and development of the Empirical Tutor, one of Britain's major teaching machines, and the publication of a number of technical papers in the field of programmed learning.Lawrence M. Stolurow is professor emeritus of psychological & quantitative foundations at the University of Iowa.

Programmed Inequality: How Britain Discarded Women Technologists and Lost Its Edge in Computing (History of Computing)

by Mar Hicks

How Britain lost its early dominance in computing by systematically discriminating against its most qualified workers: women.In 1944, Britain led the world in electronic computing. By 1974, the British computer industry was all but extinct. What happened in the intervening thirty years holds lessons for all postindustrial superpowers. As Britain struggled to use technology to retain its global power, the nation's inability to manage its technical labor force hobbled its transition into the information age. In Programmed Inequality, Mar Hicks explores the story of labor feminization and gendered technocracy that undercut British efforts to computerize. That failure sprang from the government's systematic neglect of its largest trained technical workforce simply because they were women. Women were a hidden engine of growth in high technology from World War II to the 1960s. As computing experienced a gender flip, becoming male-identified in the 1960s and 1970s, labor problems grew into structural ones and gender discrimination caused the nation's largest computer user—the civil service and sprawling public sector—to make decisions that were disastrous for the British computer industry and the nation as a whole.Drawing on recently opened government files, personal interviews, and the archives of major British computer companies, Programmed Inequality takes aim at the fiction of technological meritocracy. Hicks explains why, even today, possessing technical skill is not enough to ensure that women will rise to the top in science and technology fields. Programmed Inequality shows how the disappearance of women from the field had grave macroeconomic consequences for Britain, and why the United States risks repeating those errors in the twenty-first century.

Programmed Inequality: How Britain Discarded Women Technologists and Lost Its Edge in Computing

by Marie Hicks

In 1944, Britain led the world in electronic computing. By 1974, the British computer industry was all but extinct. What happened in the intervening thirty years holds lessons for all postindustrial superpowers. As Britain struggled to use technology to retain its global power, the nation's inability to manage its technical labor force hobbled its transition into the information age. In Programmed Inequality, Marie Hicks explores the story of labor feminization and gendered technocracy that undercut British efforts to computerize. That failure sprang from the government's systematic neglect of its largest trained technical workforce simply because they were women. Women were a hidden engine of growth in high technology from World War II to the 1960s. As computing experienced a gender flip, becoming male-identified in the 1960s and 1970s, labor problems grew into structural ones and gender discrimination caused the nation's largest computer user -- the civil service and sprawling public sector -- to make decisions that were disastrous for the British computer industry and the nation as a whole.Drawing on recently opened government files, personal interviews, and the archives of major British computer companies, Programmed Inequality takes aim at the fiction of technological meritocracy. Hicks explains why, even today, possessing technical skill is not enough to ensure that women will rise to the top in science and technology fields. Programmed Inequality shows how the disappearance of women from the field had grave macroeconomic consequences for Britain, and why the United States risks repeating those errors in the twenty-first century.

Programmazione in JavaScript

by Simona Leggero Preston Prescott

Stanco/a di provare ad imparare come programmare? Pronto/a ad imparare DAVVERO come programmare? Se avete tentato di imparare come programmare in passato, ma non avete avuto molto successo allora date una possibilità a "Programmazione in JavaScript". Vi insegnerà davvero cosa vi serve sapere relativamente al linguaggio di script di programmazione più largamente utilizzato nel mondo ad oggi. Inizieremo dal principio e vi aiuteremo a costruire ciò che avete imparato durante il percorso. Imparare JavaScript una volta ed usarlo ancora ed ancora. Anche pensando che JavaScript è il più popolare linguaggio di programmazione lato clienti oggi, può essere usato anche dal lato server. . Node.js, Meteor, Wakanda, CouchDB, e MongoDB sono solo alcuni esempi di dove troverete e e sarete capaci di usare JavaScript dal lato server. Il tempo che investirete nell'apprendere JavaScript può essere rivisto doppiamente come tenere in movimento JavaScript in più e più aree dell'elaborazione. Se state cercando di avanzare nella vostra carriera, JavaScript è un'inestimabile conoscenza che dovete avere. Le competenze di JavaScript hanno un'alta domanda ed è necessaria per le persone che desiderano programmare in JavaScript. Se state cercando di interrompere un lavoro tecnico, quale competenza migliore nel vostro CV di qualcosa che può essere usato in modo pratico ovunque? Volete lavorare nel parte anteriore dei siti internet? Imparate JavaScript. Pronti ad affrontare la parte posteriore di programmazione per le reti intensive delle applicazioni internet? Imparate JavaScript. Volete lavorare alle ultime tecnologie in fatto di database disponibili oggi? Allora, imparate JavaScript. Imparate JavaScript nel modo giusto . una volta e per sempre. Nessun problema se pianificherete di usare JavaScript dal lato cliente in un browser, o dal lato server o entrambi, avrete bisogni di imparare il linguaggio. Questo è ciò c

Programmazione Python Per Principianti

by Eugenia Franzoni Jason Cannon

Se volete imparare a programmare in Python ma non sapete da dove iniziare, continuate a leggere.Sapere dove iniziare quando si impara qualcosa di nuovo può essere un problema, soprattutto se l'argomento sembra così vasto. Ci possono essere così tante informazioni a disposizione che non si riesce nemmeno a decidere da dove iniziare, o peggio, si comincia ad imparare e si scoprono velocemente così tanti concetti, esempi di programmazione e dettagli che non vengono spiegati. Questo tipo di esperienza è frustrante e lascia con più domande che risposte.Programmazione Python per principianti non dà per scontato niente su quello che già conoscete della programmazione o del linguaggio Python. Non serve sapere niente per trarre beneficio da questo libro. Verrete guidati passo dopo passo usando un approccio logico e sistematico. A mano a mano che incontrerete nuovi concetti, codice e termini, questi verranno spiegati in linguaggio chiaro, rendendo semplice comprenderli per chiunque.Ecco cosa imparerete leggendo questo libro:Quando usare Python 2 e quando Python 3.Come installare Python su Windows, Mac e Linux, con gli screenshots.Come preparare il computer per programmare in Python.I vari modi di eseguire programmi Python su Windows, Mac e Linux.I migliori editor di testo e ambienti di sviluppo integrati per scrivere codice.Come lavorare con vari tipi di dato: stringhe, liste, tuple, dizionari, booleani ed altri.Cosa sono le variabili e quando usarle.Come fare operazioni matematiche in Python.Come prendere l'input utente.Come controllare il flusso dei programmi.L'importanza degli spazi in Python.Come organizzare i programmi, cosa va dove.Cosa sono i moduli, quando usarli e come crearne di vostri.Come definire e usare le funzioni.Importare le funzioni Python che si usano di frequente.Come leggere e s

Programmatic Advertising

by Oliver Busch

Thisfundamental guide on programmatic advertising explains in detail how automated, data-driven advertisingreally works in practice and how the right adoption leads to a competitive advantage foradvertisers, agencies and media. The new way of planning, steering and measuring marketing maystill appear complex and threatening but promising at once to most decision makers. Thiscollaborative compendium combines proven experience and best practice in 22 articleswritten by 45 renowned experts from all around the globe. Among them Dr. Florian Heinemann/Project-A,Peter Würtenberger/Axel-Springer, Deirdre McGlashan/MediaCom, Dr. MarcGrether/Xaxis, Michael Lamb/MediaMath, Carolin Owen/IPG, Stefan Bardega/Zenith,Arun Kumar/Cadreon, Dr. Ralf Strauss/Marketingverband,Jonathan Becher/SAP and many more great minds.

Programmable Logic Controllers (Fourth Edition)

by Frank D. Petruzella

This fourth edition of Programmable Logic Controllers continues to provide an up-to-date introduction to all aspects of PLC programming, installation, and maintaining procedures.

Programmable Logic Controllers

by Dag H. Hanssen

Widely used across industrial and manufacturing automation, Programmable Logic Controllers (PLCs) perform a broad range of electromechanical tasks with multiple input and output arrangements, designed specifically to cope in severe environmental conditions such as automotive and chemical plants. Programmable Logic Controllers: A Practical Approach using CoDeSys is a hands-on guide to rapidly gain proficiency in the development and operation of PLCs based on the IEC 61131-3 standard. Using the freely-available* software tool CoDeSys, which is widely used in industrial design automation projects, the author takes a highly practical approach to PLC design using real-world examples. The design tool, CoDeSys, also features a built in simulator/soft PLC enabling the reader to undertake exercises and test the examples. Key features: * Introduces to programming techniques using IEC 61131-3 guidelines in the five PLC-recognised programming languages. * Focuses on a methodical approach to programming, based on Boolean algebra, flowcharts, sequence diagrams and state-diagrams. * Contains a useful methodology to solve problems, develop a structured code and document the programming code. * Covers I/O like typical sensors, signals, signal formats, noise and cabling. * Features Power Point slides covering all topics, example programs and solutions to end-of-chapter exercises via companion website. No prior knowledge of programming PLCs is assumed making this text ideally suited to electronics engineering students pursuing a career in electronic design automation. Experienced PLC users in all fields of manufacturing will discover new possibilities and gain useful tips for more efficient and structured programming. * Register at www. codesys. com www. wiley. com/go/hanssen/logiccontrollers

Programação em JavaScript. Um Guia da Linguagem de Programação JavaScript para Iniciantes

by Preston Prescott Fernando Souza

Descrição: Você está cansado de tentar aprender a programar? Está pronto para aprender realmente a programar? Se você já tentou aprender a programar no passado, mas não teve muito sucesso, então, dê uma chance ao livro "Programação JavaScript". Ele vai te ensinar exatamente o que você precisa saber sobre a linguagem de script de programação mais utilizada do mundo hoje. Ele vai começar pela base e permitir que você construa o seu conhecimento sobre o que você aprendeu ao longo do caminho. Aprenda JavaScript de uma vez e use-a muitas vezes ... Apesar do JavaScript ser, de longe, a mais popular linguagem de programação do lado do cliente em uso hoje, ela também pode e é usada no lado do servidor. Node.js, Meteoro, Wakanda, CouchDB e MongoDB são apenas alguns exemplos de onde você vai encontrar e ser capaz de usar JavaScript no lado do servidor. O tempo que você investir no aprendizado do JavaScript pode ser duplamente gratificante pois o JavaScript continua abrindo caminhos em mais e mais áreas da computação. Se você estiver buscando como subir de nível a sua carreira, o JavaScript é uma habilidade de valor inestimável para você dominar. As habilidades em JavaScript estão em alta demanda e a demanda por pessoas que possam programar em JavaScript só vai aumentar. Se você está procurando um trabalho técnico, então, que melhor habilidade para ter em seu currículo do que algo que pode ser usado em praticamente qualquer lugar? Quer trabalhar no "front-end" de sites? Então, aprenda JavaScript. Pronto para enfrentar a programação back-end para intensivas aplicações web de rede? Aprenda JavaScript. Quer trabalhar nas mais recentes tecnologias de banco de dados disponíveis atualmente? Então, aprenda JavaScript. Saiba JavaScript da maneira certa, de uma vez por todas ... Não importa se você planeja usar o JavaScript no lado do cliente em um na

Refine Search

Showing 16,276 through 16,300 of 61,821 results