Python courses - Study guides, Class notes & Summaries

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

All 50 results

Sort by

Cheatsheets for Data Mining and Machine Learning courses Popular
  • Cheatsheets for Data Mining and Machine Learning courses

  • Summary • 4 pages • 2024
  • The file contains cheatsheet materials for two M.Sc. DSS core courses, Data Mining for Business & Gov. (880022-M-6) and Machine Learning (880083-M-6). Both cheatsheets have been tested on multiple mock exams as well as used successfully in the actual exams. Includes python codes for Machine Learning. Some information overlaps due to it being covered in both courses.
    (1)
  • $7.88
  • 9x sold
  • + learn more
Python Pandas Courses| Pandas Library - Python Programming | Python Courses
  • Python Pandas Courses| Pandas Library - Python Programming | Python Courses

  • Other • 9 pages • 2023
  • A Python Pandas course would typically cover the Pandas library, which is a popular open-source data manipulation and analysis tool. The course would focus on teaching the students how to use the library effectively to perform various data analysis tasks.
    (0)
  • $8.49
  • 1x sold
  • + learn more
Business Intelligence, Analytics, Data Science, and AI, 5th Edition by Ramesh Sharda, Dursun Delen, Efraim Turban Chapter 9   The Landscape of Software Tools and Languages
  • Business Intelligence, Analytics, Data Science, and AI, 5th Edition by Ramesh Sharda, Dursun Delen, Efraim Turban Chapter 9 The Landscape of Software Tools and Languages

  • Exam (elaborations) • 17 pages • 2024
  • Business Intelligence, Analytics, Data Science, and AI, 5th Edition by Ramesh Sharda, Dursun Delen, Efraim Turban Chapter 9 The Landscape of Software Tools and Languages 1) Seagate, mentioned in the opening vignette, designs and manufactures data storage and management solutions. Answer: TRUE Diff: 1 Page Ref: 525 2) With recent advancements in software technologies, the landscape of analytics tools is consolidating and contracting at an unprecedented pace. Answer: FALSE Diff: ...
    (0)
  • $8.49
  • + learn more
WGU D204 The Data Analytics Journey Questions & Answers Graded A+
  • WGU D204 The Data Analytics Journey Questions & Answers Graded A+

  • Exam (elaborations) • 110 pages • 2023
  • Available in package deal
  • Business Understanding (order) - Answer 1st in Data Analytics Lifecycle Data Acquisition (order) - Answer 2nd in Data Analytics Lifecycle Data Cleaning (order) - Answer 3rd in Data Analytics Lifecycle Data Exploration (order) - Answer 4th in Data Analytics Lifecycle Predictive Modeling (order) - Answer 5th in Data Analytics Lifecycle Data Mining/Machine Learning (order) - Answer 6th in Data Analytics Lifecycle Reporting and Visualization (order) - Answer 7th in Data Analytics L...
    (0)
  • $11.49
  • + learn more
Cheatsheets for Data Mining and Machine Learning courses
  • Cheatsheets for Data Mining and Machine Learning courses

  • Summary • 4 pages • 2024
  • The file contains cheatsheet materials for two M.Sc. DSS core courses, Data Mining for Business & Gov. (880022-M-6) and Machine Learning (880083-M-6). Both cheatsheets have been tested on multiple mock exams as well as used successfully in the actual exams. Includes python codes for Machine Learning. Some information overlaps due to it being covered in both courses.
    (0)
  • $6.76
  • + learn more
Fall 2023 Registration [Check SPIRE for your enrollment start date. It will be in one of the date ranges listed below.] Seniors (87 credits & above) Apr 19-20  Juniors (57-86 credits) Apr 24-25 Sophomores (27-56 credits) Apr 27-28 Freshmen (26 credits & b
  • Fall 2023 Registration [Check SPIRE for your enrollment start date. It will be in one of the date ranges listed below.] Seniors (87 credits & above) Apr 19-20 Juniors (57-86 credits) Apr 24-25 Sophomores (27-56 credits) Apr 27-28 Freshmen (26 credits & b

  • Exam (elaborations) • 12 pages • 2024
  • Fall 2023 Registration [Check SPIRE for your enrollment start date. It will be in one of the date ranges listed below.] Seniors (87 credits & above) Apr 19-20 Juniors (57-86 credits) Apr 24-25 Sophomores (27-56 credits) Apr 27-28 Freshmen (26 credits & below) May 1 Note: Enrollment start times and eligibility to register for courses that are restricted by level are determined by a student’s potential credit total, which includes the credits he or she is enrolled in currently (i.e., co...
    (0)
  • $19.99
  • + learn more
CS-1101 Final Exam Part-2 Term 5 Q&A Updated Fall 22/23.
  • CS-1101 Final Exam Part-2 Term 5 Q&A Updated Fall 22/23.

  • Exam (elaborations) • 5 pages • 2023
  • Available in package deal
  • Home ► My courses ► CS 1101 - AY2019-T5 ► Final Exam (Days 1 - 4) ► Final Exam Question 11 Not yet answered Marked out of 1.00 Question 12 Not yet answered Marked out of 1.00 What output will the following code produce? def area(l, w): temp = l * w; return temp l = 4.0 w = 3.25 x = area(l, w) if ( x ): print (x) Select one: a. 13.0 b. 0 c. Expression does not evaluate to boolean true d. 13 Which of the following types are allowed for Python dictionary k...
    (0)
  • $9.49
  • + learn more
Fall 2023 Registration
  • Fall 2023 Registration

  • Exam (elaborations) • 12 pages • 2023
  • Fall 2023 Registration [Check SPIRE for your enrollment start date. It will be in one of the date ranges listed below.] Seniors (87 credits & above) Apr 19-20 Juniors (57-86 credits) Apr 24-25 Sophomores (27-56 credits) Apr 27-28 Freshmen (26 credits & below) May 1 Note: Enrollment start times and eligibility to register for courses that are restricted by level are determined by a student’s potential credit total, which includes the credits he or she is enrolled in currently (i.e., co...
    (0)
  • $18.89
  • + learn more
Web Development Interview Questions (all answered)
  • Web Development Interview Questions (all answered)

  • Exam (elaborations) • 14 pages • 2023
  • What's your favorite language, and why? correct answers I wouldn't say I have a favorite language. I like to choose a language based on how it fits into a project. C++ - Good for mathmatical and statistical calculations because of speed R - For scripting and parallel processing, combined with Apache Spark this is great for manipulating large datasets and creating visualizations. Python - Is great for manipulating scientific data, and probably the easiest, most readable language. C# - Histor...
    (0)
  • $9.49
  • + learn more
Python Courses-English
  • Python Courses-English

  • Other • 13 pages • 2024
  • *Course Title:* Python Basics *Chapter 1: Variables and Data Types* *Description:* Get started with Python programming by learning the fundamentals of variables and data types. Understand how to: - Declare and assign variables - Use basic data types such as integers, floats, strings, and booleans - Understand the difference between mutable and immutable data types - Perform basic operations such as arithmetic, comparison, and concatenation *Topics Covered:* - Variables: naming,...
    (0)
  • $7.08
  • + learn more