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 £ -
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 £ -
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 £
-
Is learning programming and software development very challenging?
Learning programming and software development can be challenging for some people, as it requires logical thinking, problem-solving skills, and attention to detail. However, with dedication, practice, and the right resources, it is definitely achievable. Breaking down complex concepts into smaller, more manageable parts and seeking help from online tutorials, courses, and communities can make the learning process easier and more enjoyable. Ultimately, the level of challenge will vary depending on the individual's background, experience, and learning style.
-
Which programming languages are used in software development?
There are many programming languages used in software development, including popular languages such as Java, Python, C++, JavaScript, and Ruby. Each language has its own strengths and is used for different purposes in software development. For example, Java is commonly used for building enterprise-level applications, while Python is known for its simplicity and versatility. C++ is often used for system software and game development, while JavaScript is essential for web development. Overall, the choice of programming language depends on the specific requirements of the software being developed.
-
What is the difference between software development and programming?
Software development is a broader term that encompasses the entire process of creating software, including planning, designing, testing, and maintaining software applications. Programming, on the other hand, refers specifically to the act of writing code to instruct a computer to perform certain tasks. While programming is a key component of software development, software development involves a more comprehensive approach that includes various stages beyond just writing code.
-
What is the difference between hardware programming and software programming?
Hardware programming involves writing code that directly controls the physical components of a computer or electronic device, such as microcontrollers, sensors, and actuators. This type of programming requires a deep understanding of the underlying hardware architecture and often involves working with low-level languages like assembly or C. On the other hand, software programming involves writing code that runs on a computer's operating system and interacts with hardware through high-level programming languages like Python, Java, or C++. Software programming focuses on creating applications, games, and other software that users interact with, while hardware programming focuses on controlling the behavior of physical devices.
Similar search terms for Programming:
-
Coding Club Python: Programming Art Supplement 1
Create artistic applications to explore your creative side!Reinforce your programming knowledge from Python Basics and learn a few more tricks with this fun level 1 book.Activities include extending your Etch-a-Sketch and building your own drawing app. The code is suitable for Mac, Windows and Linux users and therefore compatible with the Raspberry Pi.
Price: 10.25 £ | Shipping*: 3.99 £ -
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 £ -
Modern Python Programming using ChatGPT : 10x your software development skills with Python
Price: 34.99 £ | Shipping*: 0.00 £
-
Where can one find coding programming assignments?
One can find coding programming assignments on various online platforms such as coding websites, coding bootcamps, and online learning platforms. Websites like Codecademy, LeetCode, and HackerRank offer a wide range of coding assignments and challenges for practice. Additionally, coding bootcamps often provide students with programming assignments as part of their curriculum. Online learning platforms like Coursera, Udemy, and edX also offer programming assignments as part of their courses in computer science and programming.
-
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.
* 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.