How to BUY Online - Simple Steps
- Register करके Login कीजिए।
- Price Page पर "Add to cart" Button को Click करके वांछित पुस्तकें Shopping Cart में Add कीजिए।
- My Shopping Cart Widget में दिखाई देने वाले Checkout Button को Click कीजिए।
- एक से अधिक EBooks खरीदने पर Extra Discount के लिए Coupon Code Apply कीजिए।
- अपनी Billing Detail Fill करते हुए Gpay, Phonepay या Manual Payment Option Select करके "Place order" Button पर Click कीजिए।
- Total Payable Amount का भुगतान कीजिए और पुस्तकें Download कीजिए अपने EMail या My Account से, तुरन्त।
- पुस्तकें खरीदने से सम्बंधित किसी भी प्रकार की समस्या होने पर 91-8655-567-778 पर Call / WhatsApp कीजिए।
Most Read Articles
- Why Learn Python Programming Language
- Why Learn C Programming Language
- Why Learn Java Programming Language
- Why Learn iOS App Development
- Why Learn Android App Development
- Why Learn C# Programming Language
- Why Learn Oracle 12C
- Why Learn HTML5 with CSS3
- Why Learn JavaScript
- Why Learn WordPress Framework
- Why Learn PHP
- Why Learn C++ Programming Language
- Why Learn Penetration Testing?
- Why Learn Bitcoin?
Python in Hindi
₹300.00
यदि आप Python programming भाषा का उपयोग करके प्रोग्राम करना सीखना चाहते हैं तो यह पुस्तक बहुत उपयोगी है। ऐसा इसलिए है क्योंकि पुस्तक विभिन्न प्रकार के सरल उदाहरणों के माध्यम से कई मुख्य पायथन प्रोग्रामिंग अवधारणाओं को विस्तार से बताती है।
इस पुस्तक को कोर पायथन ईबुक के रूप में भी देखा जा सकता है, जो कई सरल उदाहरणों के साथ बहुत ही सरल भाषा में Python programming की मूल बातें समझाती है। पायथन प्रोग्रामिंग अपने आप में एक बहुत बड़ा विषय है। इससे सभी पायथन प्रोग्रामिंग को एक ईबुक में फिट करना लगभग असंभव हो जाता है। मैंने इस पुस्तक में अधिक से अधिक महत्वपूर्ण कोर पायथन प्रोग्रामिंग अवधारणाओं को शामिल करने का प्रयास किया है, और मुझे विश्वास है कि पुस्तक निश्चित रूप से पायथन प्रोग्रामिंग के आपके ज्ञान को बढ़ाएगी।
Table of Contents
Python Programming Fundamentals in Hindi
इस ईबुक में शामिल सामग्री है:
Chapter 1. Introduction
The Python Programming Language
Installing Python andWing IDE 101
Writing Your First Program
What Is a Computer?
BinaryNumberRepresentation
What Is a Programming Language?
Hexadecimal andOctal Representation
Writing Your Second Program
Syntax Errors
Types of
Values
The Reference Type and Assignment Statements
Integers and Real Numbers
Strings
Integer to String Conversion and Back Again
Getting Input
FormattingOutput
When Things Go
Wrong
Exercises
Solutions to Practice Problems
Chapter 2. Decision Making
Finding the Max of Three Integers
The Guess and Check Pattern
Choosing from a List of Alternatives
The Boolean Type
Short Circuit Logic
Comparing Floats for Equality
Exception Handling
Exercises
Solutions to Practice Problems
Chapter 3. Repetitive Tasks
Repetitive Tasks
Operators
Iterating Over a
Sequence
Lists
The Guess and Check Pattern for Lists
Mutability of Lists
The Accumulator Pattern
Reading from andWriting to a File
Reading Records from a File
Exercises
Solutions to Practice Problems
Chapter 4. Using Objects
Using Objects
Constructors
Accessor
Methods
Mutator
Methods
Immutable
Classes
Object-Oriented Programming
Working with XML Files
Extracting Elements from an XMLFile
XMLAttributes and Dictionaries
Reading an XML File and Building Parallel Lists
Using Parallel Lists to Draw a Picture
Exercises
Solutions to Practice Problems
Chapter 5. Defining Functions
Defining Functions
WhyWrite Functions?
Passing Arguments and Returning a Value
Scope of Variables
The Run-Time Stack
Predicate Functions
Top-Down
Design
Bottom-Up
Design
Recursive
Functions
The Main
Function
Keyword Arguments
Default Values
Functions with Variable Number of Parameters
Dictionary Parameter Passing
Exercises
Solutions to Practice Problems
Chapter 6. Event-Driven Programming
Chapter 7. Defining Classes
Chapter 8. Integer Operators
Chapter 9. Float Operators
Chapter 10. String Operators and Methods
Chapter 11. List Operators and Methods
Chapter 12. Dictionary Operators and Methods
Chapter 13. Turtle Methods
Chapter 14. TurtleScreen Methods
Chapter 15. The Reminder! Program
Chapter 16. GAME: The Bouncing Ball Program Source Code