Browsing by Subject Python

Jump to: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
or enter first few letters:  
Showing results 1 to 15 of 15
  • OER000002116.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : C.H., Swaroop (2020)

  • Python is probably one of the few programming languages which is both simple and powerful. This is good for beginners as well as for experts, and more importantly, is fun to program with. This book aims to help you learn this wonderful language and show how to get things done quickly and painlessly - in effect 'The Anti-venom to your programming problems'.

  • OER000001398.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Heinold, Brian (2021)

  • In terms of structuring a course around this book or learning on your own, the basis is most ofPart I. The first four chapters are critically important. Chapter 5 is useful, but not all of it is critical.Chapter 6 (strings) should be done before Chapter 7 (lists). Chapter 8 contains some more advancedlist topics. Much of this can be skipped, though it is all interesting and useful. In particular, thatchapter covers list&#x...

  • OER000001393.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Di pierro, Massimo (2014)

  • This book is assembled from lectures given by the author over a period of10years at the School of Computing of DePaul University. The lecturescover multiple classes, including Analysis and Design of Algorithms, Sci-entific Computing, Monte Carlo Simulations, and Parallel Algorithms.These lectures teach the core knowledge required by any scientist inter-ested in numerical algorithms and by students interested ...

  • OER000002027-1.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : O'Hanlon, Martin (2020)

  • Would you like to add buttons, boxes, pictures and colours and more to your Python programs? This book will show you how to create Python desktop applications using the guizero library, which is quick, accessible, and understandable for all. This book is suitable for everyone, from beginners to experienced Python programmers who want to explore graphical user interfaces (GUIs). There are ten fun projects for you to create, including a pain...

  • OER000001027.pdf.jpg
  • Book


  • Authors : Stemkoski, Lee (2021)

  • Developing Graphics Frameworks with Python and OpenGL shows you how to create software for rendering complete three-dimensional scenes. The authors explain the foundational theoretical concepts as well as the practical programming techniques that will enable you to create your own animated and interactive computer-generated worlds. You will learn how to combine the power of OpenGL, the most widely adopted cross-platform API for GPU programming, with the acces...

  • OER000002035.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Poritz, Jonathan A. (2021)

  • This version uses Python and some standard cryptographic libraries in Python to explore these cryptological ideas. It should be accessible to students with a solid basic comfort level with Python – but could also be used as a way to solidify Python knowledge in more beginning users of that language, particularly if those beginners had a friendly instructor or peers with whom to collaborate.

  • OER000001971.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Solem, Jan Erik (2012)

  • The mathematical prerequisites are minimal: no particular mathematical concepts beyond what is taught in a typical undergraduate calculus sequence are assumed. The computer science prerequisites are also quite minimal: it is assumed that the reader is proficient in programming, and has had some exposure to the analysis of algorithms, essentially at the level of an undergraduate course on algorithms and data structures.

  • OER000001970-1.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Solem, Jan Erik (2012)

  • If you want a basic understanding of computer vision's underlying theory and algorithms, this hands-on introduction is the ideal place to start. You'll learn techniques for object recognition, 3D reconstruction, stereo imaging, augmented reality, and other computer vision applications as you follow clear examples written in Python. Programming Computer Vision with Python explains computer vision in broad terms that won't bog you down in theory. You...

  • OER000001394.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Linge, Svein; Langtangen, Hans Petter (2016)

  • This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous&#x...

  • OER000001392.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Linge, Svein (2016)

  • This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous&#x...

  • OER000001397.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Severance, Dr.Charles (2016)

  • I never seemed to find the perfect data-oriented Python book for my course, so I set out to write just such a book. Luckily at a faculty meeting three weeks before I was about to start my new book from scratch over the holiday break, Dr. Atul Prakash showed me the Think Python book which he had used to teach his Python course that semester. It is a well-written Computer Science text with a focus on short, ...

  • OER000002505.pdf.jpg
  • Journal article


  • Authors : Neugroschl, Atara  (2023)

  • Nucleic acid probes are valuable tools in biology and chemistry and are indispensable for PCR amplification of DNA, RNA quantification and visualization, and downregulation of gene expression. Recently, triplex forming oligonucleotides (TFO) have received increased attention due to their improved selectivity and sensitivity in recognizing purine-rich double-stranded RNA regions at physiological pH by incorporating backbone and base modifications. For example, triplex forming pep...

  • OER000001968.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : Downey, Allen B. (2018)

  • Complexity science uses computation to explore the physical and social sciences. In Think Complexity, you'll use graphs, cellular automata, and agent-based models to study topics in physics, biology, and economics. Whether you're an intermediate-level Python programmer or a student of computational modeling, you'll delve into examples of complex systems through a series of worked examples, exercises, case studies, and easy-to-understand explanations. In this upd...

  • OER000001415.pdf.jpg
  • Ebooks (Sách điện tử)


  • Authors : downey, Allen (2015)

  • The second edition ofThink Pythonhas these new features:• The book and all supporting code have been updated to Python 3.• I added a few sections, and more details on the web, to help beginners get startedrunning Python in a browser, so you don’t have to deal with installing Python untilyou want to.• For Chapter 4.1 I switched from my own turtle graphics package, called Swampy, to amore standard Python module,turtle, whic...