0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R100 - R250 (1)
  • R250 - R500 (6)
  • R500 - R1,000 (2)
  • R1,000 - R2,500 (4)
  • -
Status
Brand

Showing 1 - 13 of 13 matches in All Departments

Operation Black Buck 1982 - The Vulcans' extraordinary Falklands War raids (Paperback): Andrew Bird Operation Black Buck 1982 - The Vulcans' extraordinary Falklands War raids (Paperback)
Andrew Bird; Illustrated by Adam Tooby
R535 R438 Discovery Miles 4 380 Save R97 (18%) Ships in 9 - 15 working days

‘The definitive account of the Vulcan raids… taught me something new on every page’ - Rowland White, author of the bestselling Vulcan 607 A newly researched, fully illustrated account of how RAF Vulcan bombers flew a series of the world's longest air raids in 1982 against Port Stanley airfield, in a daring, hastily improvised strike against the Argentinian invaders. The RAF's opening shots of the Falklands War were among the most remarkable airstrikes in history. The idea was simple: to destroy the runway at Port Stanley, and prevent Argentinian fast jets using it against the Royal Navy task force. But the nearest British-owned airfield was Ascension Island — 3,900 miles away from the Falklands. Researcher and historian Andrew D. Bird has uncovered new detail of what really made these extraordinary raids possible, including never-before-published information and photos demonstrating the discreet support provided by the United States. Packed with spectacular original artwork and rare photos, this book explains how these hugely complex, yet completely improvised raids were launched. This is also the story of how the last of the Vulcans, only a few months away from the scrapyard, had to be hastily re-equipped to carry conventional bombs, with bombsights, electronics and navigation systems 'borrowed' from other aircraft. Yet they managed to fly what were the longest-range air attacks in history, and struck a severe blow to the occupying Argentinians.

Andrew Bird - Hands of Glory (CD): Andrew Bird Andrew Bird - Hands of Glory (CD)
Andrew Bird
R272 Discovery Miles 2 720 Out of stock
Food Allergy, An Issue of Immunology and Allergy Clinics of North America, Volume 38-1 (Hardcover): J. Andrew Bird Food Allergy, An Issue of Immunology and Allergy Clinics of North America, Volume 38-1 (Hardcover)
J. Andrew Bird
R2,021 Discovery Miles 20 210 Ships in 12 - 17 working days

This issue of Immunology and Allergy Clinics, Guest Edited by Dr. J. Andrew Bird, is devoted to Food Allergy. Articles in this outstanding issue include: Prevention of Food Allergies; Epidemiology of Food Allergy; Oral Tolerance Development and Maintenance; Diagnosis of Food Allergy; Food Allergy Management; Interventional Therapies for the Treatment of Food Allergy; Baked Milk and Egg as Oral Immunotherapy; Adjuvant Therapies for Desensitization; Alternative Therapies for Treatment of Food Allergy; Food Protein-Induced Enterocolitis Syndrome (FPIES); Diagnosis and Management of Eosinophilic Esophagitis; and Unfounded Diagnostic Procedures.

The Python Workshop - Write Python code to solve challenging real-world problems (Paperback, 2nd Revised edition): Corey Wade,... The Python Workshop - Write Python code to solve challenging real-world problems (Paperback, 2nd Revised edition)
Corey Wade, Mario Corchero Jimenez, Andrew Bird, Dr Lau Cher Han, Graham Lee
R1,279 Discovery Miles 12 790 Ships in 10 - 15 working days

Gain proficiency, productivity, and power by working on projects and kick-starting your career in Python with this comprehensive, hands-on guide. Key Features Understand and utilize Python syntax, objects, methods, and best practices Explore Python's many features and libraries through real-world problems and big data Use your newly acquired Python skills in machine learning as well as web and software development Book DescriptionPython is among the most popular programming languages in the world. It's ideal for beginners because it's easy to read and write, and for developers, because it's widely available with a strong support community, extensive documentation, and phenomenal libraries - both built-in and user-contributed. This project-based course has been designed by a team of expert authors to get you up and running with Python. You'll work though engaging projects that'll enable you to leverage your newfound Python skills efficiently in technical jobs, personal projects, and job interviews. The book will help you gain an edge in data science, web development, and software development, preparing you to tackle real-world challenges in Python and pursue advanced topics on your own. Throughout the chapters, each component has been explicitly designed to engage and stimulate different parts of the brain so that you can retain and apply what you learn in the practical context with maximum impact. By completing the course from start to finish, you'll walk away feeling capable of tackling any real-world Python development problem. What you will learn Write efficient and concise functions using core Python methods and libraries Build classes to address different business needs Create visual graphs to communicate key data insights Organize big data and use machine learning to make regression and classification predictions Develop web pages and programs with Python tools and packages Automate essential tasks using Python scripts in real-time execution Who this book is forThis book is for professionals, students, and hobbyists who want to learn Python and apply it to solve challenging real-world problems. Although this is a beginner's course, you'll learn more easily if you already have an understanding of standard programming topics like variables, if-else statements, and functions. Experience with another object-oriented program, though not essential, will also be beneficial. If Python is your first attempt at computer programming, this book will help you understand the basics with adequate detail for a motivated student.

The Risk Management Toolkit - Be A Business Rock Star (Paperback): Andrew Bird The Risk Management Toolkit - Be A Business Rock Star (Paperback)
Andrew Bird
R906 Discovery Miles 9 060 Ships in 10 - 15 working days
Web Development with Django - Learn to build modern web applications with a Python-based framework (Paperback): Ben Shaw,... Web Development with Django - Learn to build modern web applications with a Python-based framework (Paperback)
Ben Shaw, Saurabh Badhwar, Andrew Bird, Bharath Chandra K S, Chris Guest
R1,961 Discovery Miles 19 610 Ships in 10 - 15 working days

Learn how to create your own websites simply, safely, and quickly with Django by tackling practical activities based on realistic case studies Key Features Understand Django functionality and the Model-View-Template (MVT) paradigm Create and iteratively build a book review website, adding features as you build your knowledge Explore advanced concepts such as REST API implementation and third-party module integration Book DescriptionDo you want to develop reliable and secure applications which stand out from the crowd, rather than spending hours on boilerplate code? Then the Django framework is where you should begin. Often referred to as a 'batteries included' web development framework, Django comes with all the core features needed to build a standalone application. Web Development with Django takes this philosophy and equips you with the knowledge and confidence to build real-world applications using Python. Starting with the essential concepts of Django, you'll cover its major features by building a website called Bookr - a repository for book reviews. This end-to-end case study is split into a series of bitesize projects that are presented as exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. As you progress, you'll learn various practical skills, including how to serve static files to add CSS, JavaScript, and images to your application, how to implement forms to accept user input, and how to manage sessions to ensure a reliable user experience. Throughout this book, you'll cover key daily tasks that are part of the development cycle of a real-world web application. By the end of this book, you'll have the skills and confidence to creatively tackle your own ambitious projects with Django. What you will learn Create a new application and add models to describe your data Use views and templates to control behavior and appearance Implement access control through authentication and permissions Develop practical web forms to add features such as file uploads Develop a RESTful API and JavaScript code that communicates with it Connect to a database such as PostgreSQL Who this book is forWeb Development with Django is designed for programmers who want to gain web development skills with the Django framework. To fully understand the concepts explained in this book, you must have basic knowledge of Python programming, as well as familiarity with JavaScript, HTML, and CSS.

The The Python Workshop - Learn to code in Python and kickstart your career in software development or data science... The The Python Workshop - Learn to code in Python and kickstart your career in software development or data science (Paperback)
Andrew Bird, Dr Lau Cher Han, Mario Corchero Jimenez, Graham Lee, Corey Wade
R1,720 Discovery Miles 17 200 Ships in 10 - 15 working days

Learn the fundamentals of clean, effective Python coding and build the practical skills to tackle your own software development or data science projects Key Features Build key Python skills with engaging development tasks and challenging activities Implement useful algorithms and write programs to solve real-world problems Apply Python in realistic data science projects and create simple machine learning models Book DescriptionHave you always wanted to learn Python, but never quite known how to start? More applications than we realize are being developed using Python because it is easy to learn, read, and write. You can now start learning the language quickly and effectively with the help of this interactive tutorial. The Python Workshop starts by showing you how to correctly apply Python syntax to write simple programs, and how to use appropriate Python structures to store and retrieve data. You'll see how to handle files, deal with errors, and use classes and methods to write concise, reusable, and efficient code. As you advance, you'll understand how to use the standard library, debug code to troubleshoot problems, and write unit tests to validate application behavior. You'll gain insights into using the pandas and NumPy libraries for analyzing data, and the graphical libraries of Matplotlib and Seaborn to create impactful data visualizations. By focusing on entry-level data science, you'll build your practical Python skills in a way that mirrors real-world development. Finally, you'll discover the key steps in building and using simple machine learning algorithms. By the end of this Python book, you'll have the knowledge, skills and confidence to creatively tackle your own ambitious projects with Python. What you will learn Write clean and well-commented code that is easy to maintain Automate essential day-to-day tasks with Python scripts Debug logical errors and handle exceptions in your programs Explore data science fundamentals and create engaging visualizations Get started with predictive machine learning Keep your development process bug-free with automated testing Who this book is forThis book is designed for anyone who is new to the Python programming language. Whether you're an aspiring software engineer or data scientist, or are just curious about learning how to code with Python, this book is for you. No prior programming experience is required.

Putting the Profit in Nonprofit - 5 Power Success Strategies for Nonprofits (Paperback): Andrew Bird, Mari-Anne Kehler Putting the Profit in Nonprofit - 5 Power Success Strategies for Nonprofits (Paperback)
Andrew Bird, Mari-Anne Kehler
R190 Discovery Miles 1 900 Ships in 10 - 15 working days
Fiona Apple - Are You Serious (CD): Fiona Apple Fiona Apple - Are You Serious (CD)
Fiona Apple; Performed by Andrew Bird
R459 Discovery Miles 4 590 Out of stock
Andrew Bird - Useless Creatures CD (2010) (CD): Andrew Bird Andrew Bird - Useless Creatures CD (2010) (CD)
Andrew Bird; Performed by Bird Andrew
R275 Discovery Miles 2 750 Out of stock
Andrew Bird - Break It Yourself (CD): Andrew Bird Andrew Bird - Break It Yourself (CD)
Andrew Bird
R444 Discovery Miles 4 440 Out of stock
Andrew Bird - Armchair Apocrypha CD (2007) (CD): Andrew Bird Andrew Bird - Armchair Apocrypha CD (2007) (CD)
Andrew Bird; Contributions by Martin Dosh, Dan Dietrich, Tom Herbers, Ben Durrant; Produced by …
R369 Discovery Miles 3 690 Out of stock
Andrew Bird - Break It Yourself CD (2012) (CD): Andrew Bird Andrew Bird - Break It Yourself CD (2012) (CD)
Andrew Bird; Contributions by David Boucher, Neal Jensen; Produced by David Boucher, Neal Jensen, …
R317 Discovery Miles 3 170 Out of stock
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Jabra Elite 5 Hybrid ANC True Wireless…
R2,899 R2,399 Discovery Miles 23 990
Bullsh!t - 50 Fibs That Made South…
Jonathan Ancer Paperback  (2)
R270 R180 Discovery Miles 1 800
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Dynasties - The Greatest Of Their Kind
David Attenborough DVD R33 Discovery Miles 330
Sound Of Freedom
Jim Caviezel, Mira Sorvino, … DVD R325 R218 Discovery Miles 2 180
Snookums Baby Honey Dummies (6 Months)
R70 R59 Discovery Miles 590
Burberry London Eau De Parfum Spray…
R2,516 R1,514 Discovery Miles 15 140
Elecstor B22 7W Rechargeable LED Bulb…
R399 R369 Discovery Miles 3 690
Nuovo 1/2/3 Car Seat (Black)
R1,999 R1,703 Discovery Miles 17 030
Snappy Tritan Bottle (1.5L)(Blue)
R229 R179 Discovery Miles 1 790

 

Partners