<?xml version="1.0" encoding="utf-8" ?> <rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title> <![CDATA[Knowledge Resource Center Search for 'su:&quot;Programming&quot;']]> </title> <link> /cgi-bin/koha/opac-search.pl?q=ccl=su%3A%22Programming%22&#38;sort_by=relevance&#38;format=rss </link> <atom:link rel="self" type="application/rss+xml" href="/cgi-bin/koha/opac-search.pl?q=ccl=su%3A%22Programming%22&#38;sort_by=relevance&#38;format=rss"/> <description> <![CDATA[ Search results for 'su:&quot;Programming&quot;' at Knowledge Resource Center]]> </description> <opensearch:totalResults>14</opensearch:totalResults> <opensearch:startIndex>0</opensearch:startIndex> <opensearch:itemsPerPage>50</opensearch:itemsPerPage> <atom:link rel="search" type="application/opensearchdescription+xml" href="/cgi-bin/koha/opac-search.pl?q=ccl=su%3A%22Programming%22&#38;sort_by=relevance&#38;format=opensearchdescription"/> <opensearch:Query role="request" searchTerms="q%3Dccl%3Dsu%253A%2522Programming%2522" startPage="" /> <item> <title> Introduction to Programming Using Python </title> <dc:identifier>ISBN:978-93-325-5184-8</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2029</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9332551847.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Liang, Y. Daniel.<br /> Chennai Pearson India Education Services Pvt. Ltd. 2017 .<br /> 557 , Introduction to Programming Using Python is intended for use in the introduction to programming course. Daniel Liang is known for his “fundamentals-first” approach to teaching programming concepts and techniques. “Fundamentals-first” means that students learn fundamental programming concepts like selection statements, loops and functions, before moving into defining classes. Students learn basic logic and programming concepts before moving into object-oriented programming and GUI programming. Another aspect of Introduction to Programming Using Python is that in addition to the typical programming examples that feature games and some math, Liang gives an example or two early in the chapter that uses a simple graphic to engage the students. Rather than asking them to average 10 numbers together, they learn the concepts in the context of a fun example that generates something visually interesting. Fundamentals-first approach introduces basic programming concepts and techniques on selections, loops, functions, before writing custom classes. Liang introduces and uses objects in Chapter 3, but defining custom classes is covered later in Chapter 7. Problem-driven approach teaches programming in a problem-driven way that focuses on problem solving rather than syntax. Liang captures students’ interest by using interesting examples in a broad context (areas include math, science, business, financials, gaming, animation and multimedia). Appropriate syntax and libraries are introduced in order to solve the problems. Flexible GUI Coverage gives instructors the flexibility to skip graphics topics or cover these topics later in the course. The book use Python’s built-in Turtle graphics module in Chapters 1-6 and Tkinter in the rest of the book. Both Turtle and Tkinter are simple, easy to learn and valuable pedagogical tools for teaching the fundamentals of programming and object-oriented programming. GUI Examples are offered early in every chapter and a special set of GUI exercises appears at the end of every chapter. 978-93-325-5184-8 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2029">Place hold on <em>Introduction to Programming Using Python</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2029</guid> </item> <item> <title> Learning Python </title> <dc:identifier>ISBN:978-93-5110-201-4</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2030</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9351102017.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Lutz, Mark.<br /> Chennai O&#39;Reilly Media Inc. 2018 .<br /> 1540 , Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages. Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You’ll also learn some advanced language features that recently have become more common in Python code. Explore Python’s major built-in object types such as numbers, lists, and dictionaries Create and process objects with Python statements, and learn Python’s general syntax model Use functions to avoid code redundancy and package code for reuse Organize statements, functions, and other tools into larger components with modules Dive into classes: Python’s object-oriented programming tool for structuring code Write large programs with Python’s exception-handling model and development tools Learn advanced Python tools, including decorators, descriptors, meta classes, and Unicode processing 978-93-5110-201-4 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2030">Place hold on <em>Learning Python</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2030</guid> </item> <item> <title> Python Programming: Using problem solving approach </title> <dc:identifier>ISBN:978-0-19-948017-3</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2036</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/0199480176.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Thareja, Reema.<br /> New Delhi Oxford University Press 2017 .<br /> 544 , Python Programming is designed as a textbook to fulfil the requirements of the first-level course in Python programming. It is suited for undergraduate degree students of computer science engineering, information technology as well as computer applications. This book will enable students to apply the Python programming concepts in solving real-world problems. The book begins with an introduction to computers, problem solving approaches, programming languages, object oriented programming and Python programming. Separate chapters dealing with the important constructs of Python language such as control statements, functions, strings, files, data structures, classes and objects, inheritance, operator overloading and exceptions are provided in the book. Features • Simple and lucid treatment of concepts supported with illustrations for easy understanding. • Numerous programming examples along with their outputs to help students master the art of writing efficient Python programs. • Notes and programming tips to highlight the important concepts and help readers avoid common programming errors. • Strong chapter-end pedagogy including plenty of objective-type questions, review questions, programming and debugging exercises to facilitate revision and practice of concepts learnt. • 7 Annexures and 5 appendices covering types of operating systems, differences between Python 2.x and 3.x, installing Python, debugging and testing, iterators, generators, getters, setters, Turtle graphics, plotting graphs, multi-threading, GUI and Web Programming provided to supplement the text. • Case studies on creating calculator, calendar, hash files, compressing strings and files, tower of Hanoi, image processing, shuffling a deck of cards and mail merge demonstrate the application of various concepts. • Point-wise summary and glossary of key terms to aid quick recapitulation of concepts. 978-0-19-948017-3 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2036">Place hold on <em>Python Programming: Using problem solving approach</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2036</guid> </item> <item> <title> Python Programming: A modular approach with graphics, database, mobile and web applications </title> <dc:identifier>ISBN:978-93-325-8534-8</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2037</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9332585342.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Taneja, Sheetal .<br /> Chennai Pearson India Education Services Pvt. Ltd. 2019 .<br /> 582 , Python Programming introduces one of the most rapidly evolving and preferred programming language using the concept of modularity. One of the highlights of the text is its in-depth treatment of basic concepts. Advanced topics are discussed with multiple examples of applications from various fields such as database management, web and, mobile application development.1. A chapter on debugging ? an essential skill for making the programs work 2. Includes basic sorting and searching techniques? selection sort, bubble sort, insertion sort, merge sort, quick sort, and linear and binary search 3. Comprehensive treatment of recursion, including problems such as list manipulation, Tower of Hanoi, permutation generation, n-queens? problem, Sudoku, and plotting Hilbert curves 4. Margin notes and chapter summary for quick review of the concepts 978-93-325-8534-8 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2037">Place hold on <em>Python Programming: A modular approach with graphics, database, mobile and web applications</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2037</guid> </item> <item> <title> Python:The Complete Reference </title> <dc:identifier>ISBN:978-93-87572-94-2</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2039</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9387572943.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Brown, Martin C..<br /> Chennai McGraw Hill Education (India) Pvt. Ltd. 2018 .<br /> 691 978-93-87572-94-2 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2039">Place hold on <em> Python:The Complete Reference</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2039</guid> </item> <item> <title> Efficient R Programming: A Practical Guide to smarter programming </title> <dc:identifier>ISBN:978-93-5213-481-6</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2432</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9352134818.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Gillespie, Colin .<br /> Mumbai Shroff Publishers &amp; Distributors Pvt. Ltd. 2019 .<br /> 203 978-93-5213-481-6 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2432">Place hold on <em>Efficient R Programming: A Practical Guide to smarter programming</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2432</guid> </item> <item> <title> Programming Robots with ROS: A practical introduction to the robot operating system </title> <dc:identifier>ISBN:978-93-5213-279-9</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2457</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9352132793.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Quigley, Morgan.<br /> Mumbai Shroff Publishers &amp; Distributors Pvt. Ltd. 2018 .<br /> 425 978-93-5213-279-9 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2457">Place hold on <em>Programming Robots with ROS: A practical introduction to the robot operating system</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2457</guid> </item> <item> <title> R for Everyone:Advanced Analytics and Graphics </title> <dc:identifier>ISBN:978-93-868-7352-1</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2462</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9386873524.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Lander,Jared P..<br /> Noida Pearson India Education Services Pvt. Ltd. 2019 .<br /> 528 978-93-868-7352-1 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2462">Place hold on <em>R for Everyone:Advanced Analytics and Graphics</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2462</guid> </item> <item> <title> Beginning Guide for Data Analysis Using R Programming </title> <dc:identifier>ISBN:978-93-86173-45-4</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2468</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/938617345X.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Jose,Jeeva.<br /> New Delhi Khanna Book Publishing Co (P) Ltd. 2019 .<br /> 354 978-93-86173-45-4 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2468">Place hold on <em>Beginning Guide for Data Analysis Using R Programming</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2468</guid> </item> <item> <title> Computer Programming with C++ </title> <dc:identifier>ISBN:978-1-31-650680-6</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2487</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/1316506800.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Pimapakhede,Kunal.<br /> United Kingdom Cambridge University Press 2017 .<br /> 1001 978-1-31-650680-6 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2487">Place hold on <em>Computer Programming with C++</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2487</guid> </item> <item> <title> Programming For Problem Solving </title> <dc:identifier>ISBN:978-93-5014-672-9</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2555</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/935014672X.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Agarwal, Udit.<br /> New Delhi S. K. Kataria &amp; Sons 2018 .<br /> 411 978-93-5014-672-9 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2555">Place hold on <em>Programming For Problem Solving</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2555</guid> </item> <item> <title> Programming Languages </title> <dc:identifier>ISBN:978-93-80027-37-1</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2556</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/9380027370.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Kumar, Sachin.<br /> New Delhi S. K. Kataria &amp; Sons 2011 .<br /> 338 978-93-80027-37-1 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2556">Place hold on <em>Programming Languages</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2556</guid> </item> <item> <title> Programming In Prolog </title> <dc:identifier>ISBN:81-85198-15-2</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2621</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/8185198152.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Clocksin, W. F. .<br /> New Delhi Narosa Publishing House .<br /> 281 81-85198-15-2 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2621">Place hold on <em>Programming In Prolog</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2621</guid> </item> <item> <title> VMC &amp; HMC programming Book (Basic to Advance) </title> <dc:identifier>ISBN:978-1-63760-237-9</dc:identifier> <link>/cgi-bin/koha/opac-detail.pl?biblionumber=2891</link> <description> <![CDATA[ <img src="https://images-na.ssl-images-amazon.com/images/P/1637602375.01.TZZZZZZZ.jpg" alt="" /> ]]> <![CDATA[ <p> By Yadav, Vipin Kumar.<br /> Delhi Blue Rose Publishers 2025 .<br /> pg 214 978-1-63760-237-9 </p> ]]> <![CDATA[ <p> <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=2891">Place hold on <em>VMC &amp; HMC programming Book (Basic to Advance)</em></a> </p> ]]> </description> <guid>/cgi-bin/koha/opac-detail.pl?biblionumber=2891</guid> </item> </channel> </rss>
