

Python Crash Course - A Hands-On, Project-Based Introduction To Programming - Matthes Eric
- Format: Beau livre
- 506 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtreChargement...
Prix neuf 43,00 €
Qu'est-ce que le prix barré ?
C'est le prix de vente au public, fixé par l'éditeur ou l'importateur, pour le même article neuf.
En savoir plus20,37 €
Occasion · Très Bon État
- Livraison GRATUITE
- Livré entre le 22 et le 25 juillet
- Protection acheteurs :
- 0,00 €
Nos autres offres
-
Prix neuf 43,00 €
-52%Qu'est-ce que le prix barré ?
C'est le prix de vente au public, fixé par l'éditeur ou l'importateur, pour le même article neuf.
En savoir plus20,38 €
Occasion · Bon État
- Livraison GRATUITE
- Livré entre le 22 et le 25 juillet
- Protection acheteurs :
- 0,00 €
Livré gratuitement chez vous en 2 semaines. L'article présente des traces d'utilisation, mais est en bon état. 2 millions de ventes réalisées en 5 ans, merci de votre confiance ! Découvrez les avis (https://fr.shopping.rakuten.com/feedback/momox) de ... Voir plus -
45,00 €
Occasion · Bon État
Ou 11,25 € /mois
- Livraison : 4,19 €
- Protection acheteurs :
- 0,00 €
4,6/5 sur + de 1 000 ventes -
69,00 €
Occasion · Très Bon État
Ou 17,25 € /mois
- Livraison : 4,19 €
- Protection acheteurs :
- 0,00 €
4,6/5 sur + de 1 000 ventesLivre en tres bon état
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Python Crash Course - A Hands - On, Project - Based Introduction To Programming de Matthes Eric Format Beau livre - Livre Informatique
1 avis sur Python Crash Course - A Hands - On, Project - Based Introduction To Programming de Matthes Eric Format Beau livre - Livre Informatique
Donnez votre avis et cumulez 1
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Final Fantasy Xii - Le Guide Officiel Complet
37 avis
Occasion dès 14,99 €
-
Turbo Pascal, Applications
Occasion dès 18,90 €
-
Co-Intelligence - Vivre Et Travailler Avec L'ia
Neuf dès 19,95 €
Occasion dès 18,89 €
-
Manuel De Survie À L'ia - Comprendre L?Intelligence Artificielle Et La Maîtriser Au Quotidien
Neuf dès 16,50 €
Occasion dès 10,51 €
-
Dungeon Crawl Classics - Gloire Et Fortune Par L'épée Et La Sorcellerie
Neuf dès 30,00 €
Occasion dès 28,50 €
-
Ia Génératives, Pas Créatives - L'intelligence Artificielle N'existe (Toujours) Pas
2 avis
Neuf dès 19,80 €
Occasion dès 15,81 €
-
Word, Excel, Powerpoint, Outlook Et Access 2024 Pour Les Nuls
Neuf dès 22,95 €
Occasion dès 21,80 €
-
Le Bible Pc Engine - Volume 2, Les Cd-Rom
1 avis
Neuf dès 24,90 €
Occasion dès 22,11 €
-
Javascript - Vue.Js Côté Client Et Node.Js/Mongodb Côté Serveur
Neuf dès 34,00 €
Occasion dès 15,00 €
-
Guide Officiel Metal Gear Solid 2
28 avis
Occasion dès 13,90 €
-
Pour S'initier À L'électronique - Quelques Montages Simples
Occasion dès 15,75 €
-
Aws - Gérez Votre Infrastructure Sur La Plateforme Cloud D'amazon
1 avis
Occasion dès 20,00 €
-
Unauthorized Windows 95 - Guide Pour Développeur De La Structure Interne De Windows 95
Occasion dès 24,99 €
-
Analyse Et Reporting Rh - Excel Au Service Des Ressources Humaines
2 avis
Occasion dès 17,54 €
-
Informatique Avec Python Mpsi-Pcsi-Ptsi-Mp-Pc-Psi-Pt-Tsi-Tpc-Tb - Méthodes & Exercices
Neuf dès 24,90 €
Occasion dès 23,66 €
-
Ia - Grand Remplacement Ou Complémentarité ?
8 avis
Neuf dès 23,00 €
Occasion dès 18,25 €
-
Cybersécurité Et Cyberdéfense - Enjeux Stratégiques
Neuf dès 29,00 €
Occasion dès 24,14 €
-
Base De Données De La Modélisation Au Sql
2 avis
Occasion dès 15,88 €
-
Intelligence Artificielle, Intelligence Humaine : La Double Enigme
2 avis
Neuf dès 25,00 €
Occasion dès 15,00 €
-
Python Pour La Data Science - Analysez Vos Données Par La Pratique Avec Numpy, Pandas, Matplotlib Et Seaborn
1 avis
Occasion dès 27,90 €
Produits similaires
Présentation Python Crash Course - A Hands - On, Project - Based Introduction To Programming de Matthes Eric Format Beau livre
- Livre InformatiqueAuteur(s) : Matthes EricEditeur : No Starch PressParution : 01/05/2019Format : Moyen, de 350g à 1kgNombre de pages : 506Expédition : 1042Dimensions : 23.3 x 17.7 x 4 ...
Résumé :
Python Crash Course is the world's best-selling guide to the Python programming language. This fast-paced, thorough introduction to programming with Python will have you writing programs, solving problems, and making things that work in no time. In the first half of the book, you'll learn basic programming concepts, such as variables, lists, classes, and loops, and practice writing clean code with exercises for each topic. You'll also learn how to make your programs interactive and test your code safely before adding it to a project. In the second half, you'll put your new knowledge into practice with three substantial projects : a Space Invaders-inspired arcade game, a set of data visualizations with Python's handy libraries, and a simple web app you can deploy online. As you work through the book, you'll learn how to : Use powerful Python libraries and tools, including Pygame, Matplotlib, Plotly, and Django . Make 2D games that respond to keypresses and mouse clicks, and that increase in difficulty . Use data to generate interactive visualizations . Create and customize web apps and deploy them safely online . Deal with mistakes and errors so you can solve your own programming problems. This updated second edition has been thoroughly revised to reflect the latest in Python code and practices. The first half of the book includes improved coverage of topics like f-strings, constants, and managing data. In the second half, the code for the projects has been updated with better structure, cleaner syntax, and more popular and up-to-date libraries and tools, like Plotly and the latest version of Django. (For a full list of updates, see the Preface.) If you've been thinking about digging into programming, Python Crash Course will get you writing real programs fast. Why wait any longer ? Stan your engines and code !
Biographie:
Eric Matthes is a high school science, math, and programming teacher living in Alaska. He has been writing programs since he was five years old and is the author of the Python Flash Cards, also from No Starch Press.
©
Détails de conformité du produit
Personne responsable dans l'UE