Products related to Programming:
-
Go Web Programming
DESCRIPTION Google built the Go language from the ground up to simplify the challenges of modern application development.Go is ideal for writing server-side components that route and process data and manage the event-driven nature of modern web applications.Go's instantly-familiar syntax and structure make it easy to build application components from scratch, and a full-featured standard library, along with a growing ecosystem of libraries and frameworks provide an abundance of pre-built functionality so developers can be super-productive quickly. Go Web Programming shows how to build web applications in Go using modern design principles.It provides numerous examples that introduce core concepts like processing requests and sending responses, template engines, and data persistence.It also dives into more advanced topics, such as concurrency, web application testing, and deployment both to barebones servers and PaaS providers. KEY FEATURES ? Comprehensive and detailed tour of Go’s powerful features ?Step-by step guide for end-to-end Web application development ?Tip and tricks for avoiding common pitfalls AUDIENCE Written for Web developers with a working knowledge of the Go language. ABOUT THE TECHNOLOGY Go is a relatively new programming language created to be simple and efficient for writing backend systems.Specifically it is an excellent language for writing web applications.Since its release in 2009, Go has gained tremendous popularity as a programming language for writing *-as-a-Service (Infrastructure-as-a-Service, Platform-as-a-Service, etc.) systems.Go is currently used in production in many companies besides Google, including Dropbox, Square, GitHub, SendGrid, and many others.
Price: 35.99 £ | Shipping*: 0.00 £ -
Learn Python Programming : The no-nonsense, beginner's guide to programming, data science, and web development with Python 3.7
Learn the fundamentals of Python (3.7) and how to apply it to data science, programming, and web development.Fully updated to include hands-on tutorials and projects. Key FeaturesLearn the fundamentals of Python programming with interactive projectsApply Python to data science with tools such as IPython and JupyterUtilize Python for web development and build a real-world app using DjangoBook DescriptionLearn Python Programming is a quick, thorough, and practical introduction to Python - an extremely flexible and powerful programming language that can be applied to many disciplines. Unlike other books, it doesn't bore you with elaborate explanations of the basics but gets you up-and-running, using the language.You will begin by learning the fundamentals of Python so that you have a rock-solid foundation to build upon. You will explore the foundations of Python programming and learn how Python can be manipulated to achieve results.Explore different programming paradigms and find the best approach to a situation; understand how to carry out performance optimization and effective debugging; control the flow of a program; and utilize an interchange format to exchange data.You'll also walk through cryptographic services in Python and understand secure tokens. Learn Python Programming will give you a thorough understanding of the Python language.You'll learn how to write programs, build websites, and work with data by harnessing Python's renowned data science libraries.Filled with real-world examples and projects, the book covers various types of applications, and concludes by building real-world projects based on the concepts you have learned.What you will learnGet Python up and running on Windows, Mac, and LinuxExplore fundamental concepts of coding using data structures and control flowWrite elegant, reusable, and efficient code in any situationUnderstand when to use the functional or OOP approachCover the basics of security and concurrent/asynchronous programmingCreate bulletproof, reliable software by writing testsBuild a simple website in DjangoFetch, clean, and manipulate dataWho this book is forLearn Python Programming is for individuals with relatively little experience in coding or Python.It's also ideal for aspiring programmers who need to write scripts or programs to accomplish tasks.The book shows you how to create a full-fledged application.
Price: 82.99 £ | Shipping*: 0.00 £ -
Web Programming for Business : PHP Object-Oriented Programming with Oracle
Web Programming for Business: PHP Object-Oriented Programming with Oracle focuses on fundamental PHP coding, giving students practical, enduring skills to solve data and technical problems in business.Using Oracle as the backend database, the book is version-neutral, teaching students code that will still work even with changes to PHP and Oracle.The code is clean, clearly explained and solutions-oriented, allowing students to understand how technologies such as XML, RSS or AJAX can be leveraged in business applications.The book is fully illustrated with examples, and includes chapters on: Database functionality Security programming Transformation programming to move dataPowerpoint slides, applied exam questions, and the raw code for all examples are available on a companion website.This book offers an innovative approach that allows anyone with basic SQL and HTML skills to learn PHP object-oriented programming.
Price: 48.99 £ | Shipping*: 0.00 £ -
JavaScript Cookbook : Programming the Web
Why reinvent the wheel every time you run into a problem with JavaScript?This cookbook is chock-full of code recipes for common programming tasks, along with techniques for building apps that work in any browser.You'll get adaptable code samples that you can add to almost any project--and you'll learn more about JavaScript in the process. The recipes in this book take advantage of the latest features in ECMAScript 2020 and beyond and use modern JavaScript coding standards.You'll learn how to:Set up a productive development environment with a code editor, linter, and test serverWork with JavaScript data types, such as strings, arrays, and BigIntsImprove your understanding of JavaScript functions, including arrow functions, closures, and generatorsApply object-oriented programming concepts like classes and inheritanceWork with rich media in JavaScript, including audio, video, and SVGsManipulate HTML markup and CSS stylesUse JavaScript anywhere with Node.jsAccess and manipulate remote data with REST, GraphQL, and FetchGet started with the popular Express application-building frameworkPerform asynchronous operations with Promises, async/await, and web workers
Price: 63.99 £ | Shipping*: 0.00 £
-
Which programming languages should I learn for web design?
For web design, it is essential to learn HTML, CSS, and JavaScript. HTML is used for creating the structure of a webpage, CSS is used for styling and designing the webpage, and JavaScript is used for adding interactivity and functionality to the webpage. Additionally, learning a framework like Bootstrap can also be beneficial for creating responsive and visually appealing websites.
-
Which programming language do you think is best for web development?
The best programming language for web development depends on the specific requirements of the project and the developer's expertise. However, some popular languages for web development include JavaScript, Python, and Ruby. JavaScript is commonly used for front-end development, while Python and Ruby are often used for back-end development. Ultimately, the best programming language for web development is one that the developer is comfortable with and that best suits the project's needs.
-
How can one become independently involved in web development through programming?
One can become independently involved in web development through programming by first learning the necessary programming languages such as HTML, CSS, and JavaScript. There are many online resources and tutorials available for free or at a low cost to help individuals learn these languages. Once the basics are mastered, one can start building simple websites and gradually take on more complex projects. Additionally, contributing to open-source projects, attending web development meetups, and networking with other developers can also help in gaining more experience and becoming independently involved in web development.
-
What are the best laptops for programming, especially for web development?
The best laptops for programming, especially for web development, are those with fast processors, ample RAM (at least 8GB), and a solid-state drive (SSD) for quick data access. A high-resolution display and a comfortable keyboard are also important for long coding sessions. Some recommended laptops for web development include the MacBook Pro, Dell XPS 15, and the Lenovo ThinkPad X1 Carbon. These laptops offer powerful performance, excellent build quality, and are known for their reliability, making them great choices for programming and web development.
Similar search terms for Programming:
-
Programming PHP : Creating Dynamic Web Pages
Why is PHP the most widely used programming language on the web?This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4.You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML, authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer. Understand what’s possible when you use PHP programsLearn language fundamentals, including data types, variables, operators, and flow control statementsExplore functions, strings, arrays, and objectsApply common web application techniques, such as form processing, data validation, session tracking, and cookiesInteract with relational databases like MySQL or NoSQL databases such as MongoDBGenerate dynamic images, create PDF files, and parse XML filesLearn secure scripts, error handling, performance tuning, and other advanced topicsGet a quick reference to PHP core functions and standard extensions
Price: 52.99 £ | Shipping*: 0.00 £ -
Programming Rust : Fast, Safe Systems Development
Systems programming provides the foundation for the world's computation.Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used.The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to data races between threads. With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust.Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust's features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency. You'll learn:Rust's fundamental data types and the core concepts of ownership and borrowingHow to write flexible, efficient code with traits and genericsHow to write fast, multithreaded code without data racesRust's key power tools: closures, iterators, and asynchronous programmingCollections, strings and text, input and output, macros, unsafe code, and foreign function interfacesThis revised, updated edition covers the Rust 2021 Edition.
Price: 63.99 £ | Shipping*: 0.00 £ -
Programming Logic and Design
Learn the fundamental principles of developing structured program logic and be prepared for success with Joyce Farrell’s PROGRAMMING LOGIC AND DESIGN, 10th EDITION.This edition takes a comprehensive and language-independent approach to programming logic with an emphasis on modern conventions.It avoids technical jargon while introducing universal programming concepts and ensuring strong programming style and logical thinking.Chapters contain figures that illustrate the logic described in the text, and there are diverse and project-rich opportunities for you to creatively apply logic to program designs.Flowcharts and pseudocode are employed to appeal to varied learning styles and preferences.Chapters contain learning objectives, notes and short quizzes, summaries, key terms and multiple-choice review.Plus, there are multiple exercises in developing programming logic, maintaining existing programs, debugging programs that contain errors, and developing simple games.
Price: 68.99 £ | Shipping*: 0.00 £ -
Web Programming With HTML5, CSS, And Javascript
Web Programming with HTML 5, CSS, and JavaScript is written for the undergraduate, client-side web programming course.It covers the three client-side technologies (HTML5, CSS, and JavaScript) in depth, with no dependence on server-side technologies. One of the distinguishing features of this new text is its coverage of canvas, one of the most important new features of HTML5. Topics are presented in a logical, comprehensive manner and code is presented in both short code fragments and complete web pages, allowing readers to grasp concepts quickly and then apply the concepts in the context of a complete web page.Each chapter concludes with an optional case study, which builds upon itself to create a sophisticated website.The case studies allow students to apply what they have learned and gives them a feel for the real-world design process.
Price: 60.99 £ | Shipping*: 0.00 £
-
Which programming language should one use for web development, Python or JavaScript?
Both Python and JavaScript are popular choices for web development, but they serve different purposes. Python is known for its simplicity and readability, making it a great choice for backend development and data manipulation. On the other hand, JavaScript is essential for frontend development, as it is the language of the web and allows for dynamic and interactive user experiences. Ultimately, the choice between Python and JavaScript depends on the specific requirements of the project and the developer's familiarity with each language.
-
Which programming language do you think is the best for web development?
The best programming language for web development depends on the specific project requirements and personal preferences. However, some popular languages for web development include JavaScript, Python, and Ruby. JavaScript is commonly used for front-end development, while Python and Ruby are often preferred for back-end development due to their ease of use and robust frameworks like Django and Ruby on Rails. Ultimately, the best language for web development is the one that you are most comfortable with and that best suits the needs of your project.
-
Windows or macOS for web design/web development?
Both Windows and macOS are viable options for web design and development. Windows is known for its compatibility with a wide range of software and hardware, making it a popular choice for developers. On the other hand, macOS is preferred by many designers for its sleek interface and seamless integration with other Apple products. Ultimately, the choice between Windows and macOS comes down to personal preference and the specific tools and software you prefer to use for your web design and development projects.
-
What should one study to learn web and app design and programming?
To learn web and app design and programming, one should study a combination of front-end and back-end technologies. For web design, one should focus on HTML, CSS, and JavaScript for front-end development, as well as frameworks like Bootstrap or React. For app design, one should learn mobile development languages like Swift for iOS or Java/Kotlin for Android. Additionally, studying back-end technologies like databases (SQL or NoSQL), server-side languages (such as Node.js or Python), and APIs will provide a well-rounded understanding of web and app development.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.