• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

The Absolute Beginner's Guide to Python Programming: A Step-By-Step Guide with Examples and Lab Exercises » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946912]
• Literatura piękna
 [1852311]

  więcej...
• Turystyka
 [71421]
• Informatyka
 [150889]
• Komiksy
 [35717]
• Encyklopedie
 [23177]
• Dziecięca
 [617324]
• Hobby
 [138808]
• AudioBooki
 [1671]
• Literatura faktu
 [228371]
• Muzyka CD
 [400]
• Słowniki
 [2841]
• Inne
 [445428]
• Kalendarze
 [1545]
• Podręczniki
 [166819]
• Poradniki
 [480180]
• Religia
 [510412]
• Czasopisma
 [525]
• Sport
 [61271]
• Sztuka
 [242929]
• CD, DVD, Video
 [3371]
• Technologie
 [219258]
• Zdrowie
 [100961]
• Książkowe Klimaty
 [124]
• Zabawki
 [2341]
• Puzzle, gry
 [3766]
• Literatura w języku ukraińskim
 [255]
• Art. papiernicze i szkolne
 [7810]
Kategorie szczegółowe BISAC

The Absolute Beginner's Guide to Python Programming: A Step-By-Step Guide with Examples and Lab Exercises

ISBN-13: 9781484287156 / Angielski / Miękka / 2022 / 140 str.

Kevin Wilson
The Absolute Beginner's Guide to Python Programming: A Step-By-Step Guide with Examples and Lab Exercises Kevin Wilson 9781484287156 APress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

The Absolute Beginner's Guide to Python Programming: A Step-By-Step Guide with Examples and Lab Exercises

ISBN-13: 9781484287156 / Angielski / Miękka / 2022 / 140 str.

Kevin Wilson
cena 140,86
(netto: 134,15 VAT:  5%)

Najniższa cena z 30 dni: 134,90
Termin realizacji zamówienia:
ok. 22 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!
Kategorie:
Informatyka
Kategorie BISAC:
Computers > Languages - Python
Wydawca:
APress
Język:
Angielski
ISBN-13:
9781484287156
Rok wydania:
2022
Ilość stron:
140
Wymiary:
23.5 x 15.5
Oprawa:
Miękka
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1: What is Python.

Goal: About Python, what it is, how to set up the interpreter on machine
Sub-topics

Setting Up

Chapter 2: The Basics
Goal: Covers basics, syntax, writing a basic program and executing the code
Sub-topics

Language Classification
Low-Level Language
High-Level Language
Python Language Syntax
Reserved Words
Identifiers
Indentation
Comments
Input
Output
Escape Characters
Writing a Program

Chapter 3: Working with Data
Goal: Covers data types: integers, lists, strings, etc, etc , variables, operators
Sub-topics

Variables
Local Variables
Global Variables
Basic Data Types
Integers
Floating Point Numbers
Strings
Lists
Two Dimensional Lists
Sets
Tuples
Dictionaries
Casting Data Types
Arithmetic Operators
Operator Precedence
Performing Arithmetic
Comparison Operators
Boolean Operators
Bitwise Operators
Lab Exercises

Chapter 4: Flow Control
Goal: Explains flow control, sequence, if/elif, for/while
Sub-topics

Sequence
Selection
if...else
elif
Iteration (Loops)
For loop
While loop
Break and Continue
Lab Exercises

Chapter 5: Handling Files
Goal: Explains file handling, reading files, writing to files, text files, binary files

File Types
Text File
Binary
Text File Operations
Open Files
Write to a File
Read from a File
Binary File Operations
Open Files
Write to a File
Read a File
Random File Access
Lab Exercises

Chapter 6: Using Functions
Sub-topics

Declaring Functions
Recursion
Lab Exercises

Chapter 7: Exception Handling
Goal: Covers exception and error handling

Sub-topics
Types of Exception
Catching Exceptions
Raising your Own Exceptions

Chapter 8: Object Oriented Programming
Goal: OOP principles, classes, objects and inheritance
Sub-topics

Principles of OOP
Encapsulation
Inheritance
Polymorphism
Abstraction
Classes & Objects
Class Inheritance
Polymorphic Classes
Method Overriding

Chapter 9: Building an Interface
Goal: Building an interface using tkinter
Sub-topics

Creating a Window
Adding Widgets
Menus
The Canvas
Images
Buttons
Message Boxes
Text Field
Listbox
Checkbox
Labels
Label Frame
Interface Design

Chapter 10: Developing a Game
Sub-topics

Installing PyGame
Opening a Window
Adding an Image
The Game Loop
The Event Loop
Shapes
Basic Animation

Chapter 11: Python Web Development
Sub-topics

Web Servers
Executing a Script
Python Web Frameworks

Quick Reference
Data Types
Numeric Operators
Comparison Operators
Boolean Operators
String Operators
List Operators
Dictionary Operators
String Methods
List Methods
Dictionary Methods
Functions
Files
Conditional
Multi Conditional
While Loop
For Loop
Loop Control
Modules
Built in Functions
Declare a Class
Child Class
Create Object
Call Object Method


With over 20 years’ experience in the computer industry, Kevin Wilson has made a career out of technology and showing others how to use it. After earning a master's degree in computer science, software engineering, and multimedia systems, Kevin has held various positions in the IT industry including graphic & web design, digital film & photography, programming & software engineering, developing & managing corporate networks, building computer systems, and IT support. He currently teaches computer science at college and works as an IT trainer in England while researching for his PhD. 

Written as an illustrated, step-by-step guide, this book will introduce you to Python with examples using the latest version of the language. 


You'll begin by learning to set up your Python environment. The next few chapters cover the basics of Python such as language classifications, Python language syntax, and how to write a program. Next, you will learn how to work with variables, basic data types, arithmetic, companion, and Boolean operators, followed by lab exercises. Further, the book covers flow control, using functions, and exception handling, as well as the principles of object-oriented programming and building an interface design. The last section explains how to develop a game by installing PyGame and how to use basic animation, and concludes with coverage of Python web development with web servers and Python web frameworks. 

The Absolute Beginners Guide to Python Programming will give you the tools, confidence, and inspiration to start writing Python programs. If you are a programmer, developer, or a student, or someone who wants to learn on their own, this book is for you.

You will:
  • Gain an understanding of computer programming 
  • Understand different data and data types
  • Work with Classes and OOP
  • Build interfaces, simple games, and web development with Python



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia