Head First Programming: A learner's guide to programming using the Python language
Head First Programming: A learner's guide to programming using the Python language
Head First Programming: A learner's guide to programming using the Python language
Head First Programming: A learner's guide to programming using the Python language

Head First Programming: A learner's guide to programming using the Python language

Individual order

0 0 reviews

299.00 uah

ISBN:
9780596802370
Availability:
Author
David Griffiths
Format
Paperback
Number of pages
442
Publisher
O'Reilly Media
Size
20.3x2.5x23.5
Year of publication
2009
Weight
1.00kg
car ship plane
Delivery terms

Please read the terms of delivery

Read more

  • About the book
  • Reviews (0)
About the book Head First Programming: A learner's guide to programming using the Python language
В програмування з головою: посібник з мови програмування Python | Шукаєте надійний спосіб навчитися програмувати самостійно, не переймаючись заплутаними поняттями? Цей посібник вводить основні поняття написання комп’ютерних програм – змінних, рішень, циклів, функцій і об’єктів – які застосовуються незалежно від мови програмування. Ця книга пропонує конкретні приклади та вправи на динамічній та універсальній мові Python для демонстрації та посилення цих понять.
Вивчіть основні інструменти, які допоможуть почати писати програми, які Вас цікавлять, і допоможуть краще зрозуміти, що може (а що не може) робити програмне забезпечення. Коли Ви закінчите, у Вас з’явиться необхідна основа для вивчення будь-якої мови програмування чи ведення будь-якого програмного проекту.

Head First Programming: A learner's guide to programming using the Python language | Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs – variables, decisions, loops, functions, and objects – which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to demonstrate and reinforce these concepts.
Learn the basic tools to start writing the programs that interest you, and get a better understanding of what software can (and cannot) do. When you're finished, you'll have the necessary foundation to learn any programming language or tackle any software project you choose.
Other books by the author
David Griffiths
Head First Programming: A learner's guide to programming using the Python language
Head First Programming: A learner's guide to programming using the Python language

299.00 uah

Read more
Book reviews Head First Programming: A learner's guide to programming using the Python language (0 reviews)
+ Добавить отзыв

Write a review
Please login or register to review
$('.add_reve').on('click', function(e){ jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500); e.preventDefault(); }); $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){ $.ajax({ url: 'index.php?route=product/product/getRecurringDescription', type: 'post', data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'), dataType: 'json', beforeSend: function() { $('#recurring-description').html(''); }, success: function(json) { $('.alert-dismissible, .text-danger').remove(); if (json['success']) { $('#recurring-description').html(json['success']); } } }); }); //-->