Yashavant Kanetkar

Books

Let Us C++
Price: $9.95 USD. Words: 71,360. Language: English. Originally Published: October 12, 2019 by BPB Publications. Categories: Nonfiction » Computers & Internet » Programming » Programming languages / General, Nonfiction » Computers & Internet » Programming » C++, Nonfiction » Computers & Internet » Programming » Programming / object oriented
Highlights Core Features Like Encapsulation, Polymorphism, Inheritance, Virtual Functions, Templates, Exception Handling, STL and more Most best-selling software including MS Office, Internet Explorer, Photoshop, AutoCAD, Google Earth, Firefox, etc. are written in C++. So, for anyone who aspires to write good software, C++ has become the language of choice. One has to know the concepts of...
Let Us C Solutions - 17th Edition: Authenticate Solutions of Let US C Exercise
Price: $9.95 USD. Words: 35,990. Language: English. Originally Published: September 19, 2020 by BPB Publications. Categories: Nonfiction » Computers & Internet » Programming, Nonfiction » Computers & Internet » Games, Nonfiction » Computers & Internet » Programming » Algorithms
Appreciate the learning path to C Best way to learn any programming language is to create good programs in it. C is not an exception to this rule. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program, That's where you would find this book useful. It contains...
Data Structures Through C++
Price: $9.95 USD. Words: 53,460. Language: English. Originally Published: November 12, 2019 by BPB Publications. Categories: Nonfiction » Computers & Internet » Computer science, Nonfiction » Computers & Internet » Information technology, Nonfiction » Computers & Internet » Programming » Algorithms
Learn the fundamentals of Data Structures through C++ There are two major hurdles faced by anybody trying to learn Data Structures : Most books attempt to teach it using algorithms rather than complete working programs. A lot is left to the imagination of the reader, instead of explaining it in detail. This is a different Data Structures book. It uses C++ language to teach Data Structures...
Let Us C: Authentic Guide to C Programming Language 17th Edition
Series: Let Us C, Book 17. Price: $9.95 USD. Words: 91,240. Language: English. Originally Published: September 4, 2020 by BPB Publications. Categories: Nonfiction » Computers & Internet » Programming, Nonfiction » Computers & Internet » Games, Nonfiction » Computers & Internet » Programming » Algorithms
Learn the hand-crafted notes on C programming The new edition of this classic book has been thoroughly revamped, but remains faithful to the principles that have established it as a favourite amongst students, teachers and software professionals round the world. "Simplicity"- that has been the hallmark of this book in not only its previous sixteen English editions, but also in the Hindi...
101 Challenges In C Programming
Price: $9.95 USD. Words: 36,630. Language: English. Originally Published: November 6, 2019 by BPB Publications. Categories: Nonfiction » Computers & Internet » Programming, Nonfiction » Computers & Internet » Games, Nonfiction » Computers & Internet » Programming » C
Practice them to be a mature C programmer Often one thinks that one knows C programming and moves on to learning languages like C++, Java or Python. That is perhaps a mistake. Unless you have a through grinding and sufficient exposure to all features of C programming, you are likely to find yourself an incomplete programmer. To address this precise issue Yashavant and Aditya have crafted well...
Data Structures Through C
Price: $9.95 USD. Words: 54,330. Language: English. Originally Published: September 21, 2019 by BPB. Categories: Nonfiction » Computers & Internet » Computer science, Nonfiction » Computers & Internet » Information technology, Nonfiction » Computers & Internet » Programming » Algorithms
Experience Data Structures C through animations There are two major hurdles faced by anybody trying to learn Data Structures: Most books attempt to teach it using algorithms rather than complete working programs A lot is left to the imagination of the reader, instead of explaining it in detail. This is a different Data Structures book. It uses a common language like C to teach Data Structures...
Let Us Python (Second Edition)
Series: Let us Python, Book 2. Price: $9.95 USD. Words: 60,460. Language: English. Originally Published: December 30, 2019 by BPB Publications. Categories: Nonfiction » Computers & Internet » Programming » Programming / object oriented, Nonfiction » Computers & Internet » Programming » Python
Learn Python Quickly, A Programmer-Friendly Guide Most Programmer's learning Python are usually comfortable with some or the other programming language and are not interested in going through the typical learning curve of learning the first programming language. Instead, they are looking for something that can get them off the ground quickly. They are looking for similarities and differences in...
ANSI C Programming
Price: $9.95 USD. Words: 115,570. Language: English. Originally Published: September 21, 2019 by BPB. Categories: Nonfiction » Computers & Internet » Open source, Nonfiction » Computers & Internet » Programming » Programming / object oriented, Nonfiction » Computers & Internet » Programming » Python
Learn real-world C programming as per the latest ANSI standard In this heterogeneous world, a program that is compiler dependent is simply unacceptable. ANSI C Programming teaches your C language in such a manner that you are able to write truly portable programs. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds...
21 IoT Experiments
Price: $9.95 USD. Words: 33,020. Language: English. Originally Published: December 6, 2019 by BPB. Categories: Nonfiction » Computers & Internet » Networking, Nonfiction » Computers & Internet » Hardware / network hardware
IoT Kits, Board and Sensors, Arduino Tools, Development Steps, Interaction, Verification, Hardware Setup, Sketch Today, IoT is one term that is searched most on Google, talked most about on Twitter and written most about on Wordpress. It has already started influencing everyday life at an individual as well as business level. Smart Homes, Wearables Devices, Smart Cities, Smart Grids, Industrial...
Let Us Python
Price: $9.95 USD. Words: 43,510. Language: English. Originally Published: July 19, 2019 by BPB. Categories: Nonfiction » Computers & Internet » Open source, Nonfiction » Computers & Internet » Programming » Programming / object oriented, Nonfiction » Computers & Internet » Programming » Python
DESCRIPTION Most Programmer's learning Python are usually comfortable with some or the other programming language and are not interested in going through the typical learning curve of learning the first programming language. Instead, they are looking for something that can get them off the ground quickly. They are looking for similarities and differences in a feature that they have used in...
101 Challenges In C++ Programming
Price: $9.95 USD. Words: 41,290. Language: English. Originally Published: December 6, 2019 by BPB. Categories: Nonfiction » Computers & Internet » Programming, Nonfiction » Computers & Internet » Programming » C++, Nonfiction » Computers & Internet » Programming » Programming / object oriented
Practice them to be a mature a C++ programmer Very often it is found that while creating C++ programs programmers are simply doing C programming with a C++ compiler. As a result, they are unable to exploit the real power that C++ lays at their door steps. Also there are not enough challenges/problems available in text books that would test the programmer' understanding of C++ and OOP concepts...
Let Us Python Solutions: Learn by Doing-the Python Learning Mantra
Price: $9.95 USD. Words: 24,620. Language: English. Originally Published: February 28, 2020 by BPB Publications. Categories: Nonfiction » Computers & Internet » Open source, Nonfiction » Computers & Internet » Programming » Programming / object oriented, Nonfiction » Computers & Internet » Programming » Python
Solutions to all Exercises in Let Us Python, Cross-check Your Solutions Practice! That is what Python Programming is all about. To be able to master Python you need to practise writing a large number of programs in it. As you try to do so, you would find that there are multiple ways of writing any program. So you need to find out whether you have chosen the best way to implement your program...

Yashavant Kanetkar's tag cloud

algorithms in ansi c    analog inputs    analysis of algorithms    ansi c    arduino ethernet shield    arduino tools    array challenges in c    arrays    basic c challenges    basic control flow challenges in c    bitwise operators in ansi c    buses    c    c instructions    case control instruction    class    class constructor challenges in c    class intricacies in c    class organization challenges in c    classes challenges in c    classes in c    control instructions in ansi c    data structures through c    data types    data types in ansi c    decision control instruction    decision making challenges in c    dictionaries    enumerations in ansi c    flowcharts in ansi c    function challenges in c    function in c    function overloading challenges in c    function overloading in c    functions    functions in ansi c    graphs    inheritance    inheritance in c    iot    iot board    iot kit    iot sensors    led counter    led pattern    linked lists    list    loop control instruction    looping challenges in c    modules    object    objects challenges in c    objects in c    operating overloading in c    pointer challenges in c    pointers    preprocessor challenges in c    python    python class    python control flow    python exception handling    python file inputoutput    python inheritance    python list    python modules    python objects    python tuple    queues    recursion    recursion challenges in c    searching and sorting    sets    sparse matrices    stacks    standard template library in c    strings in ansi c    structures in ansi c    templates in c    the c preprocessor    trees    tuple