Python programming - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Python programming? On this page you'll find 2374 study documents about Python programming.

Page 4 out of 2.374 results

Sort by

CS 1101 Programming Fundamentals final exam pre-post solution questions and answers University of the People
  • CS 1101 Programming Fundamentals final exam pre-post solution questions and answers University of the People

  • Exam (elaborations) • 52 pages • 2024
  • Available in package deal
  • CS 1101 Programming Fundamentals final exam pre-post solution questions and answers University of the People This course covers the basics of computer programming and provides a foundation for further learning in this area. No previous computer programming knowledge is required to finish this course. The course uses the Python programming language which is very simple and straightforward. The course also covers abstract concepts which can be applied to almost any programming language, and stu...
    (0)
  • $12.49
  • + learn more
Test Bank for Fundamentals Of Python: First Programs, 3rd Edition by Kenneth A. Lambert
  • Test Bank for Fundamentals Of Python: First Programs, 3rd Edition by Kenneth A. Lambert

  • Exam (elaborations) • 124 pages • 2024
  • Test Bank for Fundamentals Of Python: First Programs, 3e 3rd Edition by Kenneth A. Lambert. Complete Chapters (Chapter 1 to 13)test bank are included with answers. 1. Introduction. 2. Data Types and Expressions. 3. Control Statements. 4. Strings and Text Files. 5. Lists and Dictionaries. 6. Design with Functions. 7. Design with Recursion. 8. Simple Graphics and Image Processing. 9. Graphical User Interfaces. 10. Design with Classes. 11. Data Analysis and Visualization. 12. Network ...
    (0)
  • $29.49
  • + learn more
INTRODUCTION TO PROGRAMMING IN PYTHON-C859 /WGU C859  EXAM WITH COMPLETE QUESTIONS AND CORRECT VERIFIED  ANSWERS(DETAILED ANSWERS)ALREADY GRADED A+/NEW  VERSION! 100% GUARANTEED PASS!
  • INTRODUCTION TO PROGRAMMING IN PYTHON-C859 /WGU C859 EXAM WITH COMPLETE QUESTIONS AND CORRECT VERIFIED ANSWERS(DETAILED ANSWERS)ALREADY GRADED A+/NEW VERSION! 100% GUARANTEED PASS!

  • Exam (elaborations) • 11 pages • 2024
  • INTRODUCTION TO PROGRAMMING IN PYTHON-C859 /WGU C859 EXAM WITH COMPLETE QUESTIONS AND CORRECT VERIFIED ANSWERS(DETAILED ANSWERS)ALREADY GRADED A+/NEW VERSION! 100% GUARANTEED PASS!
    (0)
  • $17.99
  • + learn more
AQA GCSECOMPUTER SCIENCE PAPER 1  COMPUTATIONAL THINKING AND  PROGRAMMING SKILLS – PYTHON QP MAY 2024
  • AQA GCSECOMPUTER SCIENCE PAPER 1 COMPUTATIONAL THINKING AND PROGRAMMING SKILLS – PYTHON QP MAY 2024

  • Exam (elaborations) • 111 pages • 2024
  • Available in package deal
  • AQA GCSECOMPUTER SCIENCE PAPER 1 COMPUTATIONAL THINKING AND PROGRAMMING SKILLS – PYTHON QP MAY 2024
    (0)
  • $12.99
  • + learn more
Aqa GCSE Computer Science 8525/1B Question Paper Paper 1 Computational thinking and programming skills – Python June2022 Final.
  • Aqa GCSE Computer Science 8525/1B Question Paper Paper 1 Computational thinking and programming skills – Python June2022 Final.

  • Exam (elaborations) • 50 pages • 2023
  • Available in package deal
  • Aqa GCSE Computer Science 8525/1B Question Paper Paper 1 Computational thinking and programming skills – Python June2022 Final.
    (0)
  • $17.49
  • 1x sold
  • + learn more
CS 1101 Programming Fundamentals Final Exam Review 69 questions and answers University of the People
  • CS 1101 Programming Fundamentals Final Exam Review 69 questions and answers University of the People

  • Exam (elaborations) • 17 pages • 2024
  • Available in package deal
  • CS 1101 Programming Fundamentals Final Exam Review 69 questions and answers University of the People What output will the following Python program produce? n = 10000 count = 0 while n: count = count + 1 n = n / 10 n=int(n) print(count) - CORRECT ANSWER 5 What output will the following Python commands produce? >>> percentage = float ( 60 * 100) / 55 >>> print (percentage) - CORRECT ANSWER 109. What does the following Python 3 function do? def subrou...
    (0)
  • $12.49
  • + learn more
CS 1101 Programming Fundamentals Final Exam Review with Complete  Solutions
  • CS 1101 Programming Fundamentals Final Exam Review with Complete Solutions

  • Exam (elaborations) • 24 pages • 2024
  • Available in package deal
  • CS 1101 Programming Fundamentals Final Exam Review with Complete Solutions What output will the following Python program produce? n = 10000 count = 0 while n: count = count + 1 n = n / 10 n=int(n) print(count) 5 What output will the following Python commands produce? >>> percentage = float ( 60 * 100) / 55 >>> print (percentage) 109. What does the following Python 3 function do? def subroutine(n): while n > 0: print (n,) n -= 1 Counts from n...
    (0)
  • $9.99
  • + learn more
GCSE AQA MAY 2024 COMPUTER SCIENCE PAPER 1 - PYTHON
  • GCSE AQA MAY 2024 COMPUTER SCIENCE PAPER 1 - PYTHON

  • Exam (elaborations) • 44 pages • 2024
  • Available in package deal
  • ACTUAL EXAM PAPER: GCSE AQA MAY 2024 COMPUTER SCIENCE PAPER 1 COMPUTATIONAL THINKING AND PROGRAMMING SKILLS - PYTHON.
    (1)
  • $5.84
  • + learn more
AP Computer Science Principles 100%  Correct
  • AP Computer Science Principles 100% Correct

  • Exam (elaborations) • 21 pages • 2024
  • Available in package deal
  • AP Computer Science Principles 100% Correct What is a `list comprehension` in Python, and how is it used? A `list comprehension` in Python is a concise way to create lists using a single line of code. It allows for the generation of lists by applying an expression to each element in an iterable, optionally filtering elements based on a condition. How does a `recursive` function work, and what is its purpose? A `recursive` function is a function that calls itself to solve a pro...
    (0)
  • $9.99
  • + learn more
CSCE Debbies Packet Questions and  Answers 100% Pass
  • CSCE Debbies Packet Questions and Answers 100% Pass

  • Exam (elaborations) • 70 pages • 2024
  • CSCE Debbies Packet Questions and Answers 100% Pass What is a function in programming? A block of code designed to perform a specific task. What does a loop do in programming? Repeats a block of code multiple times based on a condition. What is an array? A data structure that stores a collection of elements, each identified by an index. How do you define a variable in Python? By assigning a value to a name using the `=` operator, such as `x = 10`. What is the purpose of...
    (0)
  • $11.99
  • + learn more