
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Fundamentals of Python: First Programs
- Author(s) Kenneth Lambert
- Publisher: Cengage Learning; eBook (Online Editions)
- Paperback: N/A
- eBook: PDF
- Language: English
- ISBN-10: 133756009X
- ISBN-13: 978-1337560092
- Share This:
![]() |
This book's easygoing approach is ideal, no matter what your background. The approach starts with simple algorithmic code and then scales into working with functions, objects, and classes as the problems become more complex and require new abstraction mechanisms.
About the Authors- Kenneth A. Lambert is Professor of Computer Science and Head of the Department at Washington and Lee University.
- Python Programming
- Data Analysis and Data Mining
- Data Structures and Algorithms
- Computational Complexity

-
Fundamentals of Python Programming (Richard L. Halterman)
It focuses on introducing programming techniques and developing good habits. To that end, our approach avoids some of the more esoteric features of Python and concentrates on the programming basics that transfer directly to other imperative programming.
-
Automate the Boring Stuff with Python (Albert Sweigart)
Learn how to use Python to write programs that do in minutes what would take you hours to do by hand - no prior programming experience required. You'll create Python programs that effortlessly perform useful and impressive feats of automation.
-
O'Reilly® Think Python, 2nd Edition (Allen B. Downey)
This hands-on guide takes you through the Python programming language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. 2nd edition updated for Python 3.
-
Python for Everybody: Exploring Data in Python 3
This book is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to solve data problems that are beyond the capability of a spreadsheet.
-
Problem Solving with Algorithms/Data Structures using Python
This is a textbook about computer science. It is also about Python. However, there is much more. The tools and techniques that you learn here will be applied over and over as you continue your study of computer science.