Python basics - Study guides, Study notes & Summaries

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

All 393 results

Sort by

COS3712 Assignment 1 2024 solution Popular
  • COS3712 Assignment 1 2024 solution

  • Other • 7 pages • 2024
  • COS3712 Assignment 1 2024 solution COS3712 Assessment 1 and Assessment 2 Assessment 1 and 2 is one project, that is submitted in two parts. 3D Solar System Simulation Objective: Develop a simplified 3D simulation of the solar system, showcasing the sun, planets, and their moons. The simulation will include basic animations to represent planetary rotations and orbits around the sun. Assessment 1 Key Features to Implement: 3D Models for Planets and Moons: Create or import simple 3D mode...
    (2)
  • R158,33
  • 9x sold
  • + learn more
COS3712 Assingnment 2 solution 2024 Popular
  • COS3712 Assingnment 2 solution 2024

  • Other • 8 pages • 2024 Popular
  • COS3712 Assingnment 2 solution 2024: COS3712 Assessment 1 and Assessment 2 Assessment 1 and 2 is one project, that is submitted in two parts. 3D Solar System Simulation Objective: Develop a simplified 3D simulation of the solar system, showcasing the sun, planets, and their moons. The simulation will include basic animations to represent planetary rotations and orbits around the sun. Assessment 1 Key Features to Implement: 3D Models for Planets and Moons: Create or import simple 3D mo...
    (0)
  • R133,33
  • 2x sold
  • + learn more
Solutions for UNIX, The Textbook, 3rd Edition Sarwar (All Chapters included)
  • Solutions for UNIX, The Textbook, 3rd Edition Sarwar (All Chapters included)

  • Exam (elaborations) • 100 pages • 2024
  • Complete Solutions Manual for UNIX, The Textbook, 3rd Edition by Syed Mansoor Sarwar, Robert M. Koretsky ; ISBN13: 9781482233582. (Full Chapters included Chapter 1 to 25)....1.Overview of Operating Systems 2.A "Quick Start" into the UNIX Operating System 3.Editing Text Files 4.Files and File System Structure 5.File Security 6.Basic File Processing 7.Advanced File Processing 8.File Sharing 9.Redirection and Piping 10.Processes 11.Networking and Internetworking 12.Introductory Bourne Sh...
    (0)
  • R553,21
  • 1x sold
  • + learn more
Python Basics Test Questions with All Answers
  • Python Basics Test Questions with All Answers

  • Exam (elaborations) • 7 pages • 2024
  • Available in package deal
  • Python Basics Test Questions with All Answers Use two argument specifiers to print that the "name" is an "age" of 20. - Answer-name = "Tim" age = 20 print("%s is %d years old." % (name, age)) For list *mylist* of [1, 2, 3], print "A list:" followed by the list, using an argument specifier. - Answer-mylist = [1, 2, 3] print("A list: %s" % mylist) Four basic argument specifiers: - Answer-1. %s - String 2. %d - Integers 3a. %f - Floating point numbers 3b. %.<numbero...
    (0)
  • R247,43
  • + learn more
COS3712 Assignment 2 full project 2024
  • COS3712 Assignment 2 full project 2024

  • Other • 8 pages • 2024
  • COS3712 Assignment 2 full project 2024 ready to submit COS3712 Assessment 1 and Assessment 2 Assessment 1 and 2 is one project, that is submitted in two parts. 3D Solar System Simulation Objective: Develop a simplified 3D simulation of the solar system, showcasing the sun, planets, and their moons. The simulation will include basic animations to represent planetary rotations and orbits around the sun. Assessment 1 Key Features to Implement: 3D Models for Planets and Moons: Create or i...
    (0)
  • R117,33
  • 2x sold
  • + learn more
Samenvatting -  Wetenschappelijk programmeren - Python theorie
  • Samenvatting - Wetenschappelijk programmeren - Python theorie

  • Summary • 31 pages • 2024
  • De ideale samenvatting voor tijdens het open boek examen (16/20 gehaald). Deze samenvatting legt de basics van programmeren met python uit van hoe je een tekst importeert en functies schrijft tot het schrijven van code. Dit is een volledige samenvatting van de cursus van prof Jan Verwaeren, met alle functies en methodes in verwerkt, op een overzichtelijke manier verwerkt aan de hand van een kleurcode. Indien vragen kan je altijd een bericht achterlaten. Eigen bevindingen zijn achteraan de samenv...
    (0)
  • R105,97
  • 1x sold
  • + learn more
Python Basics Exam Questions and Answers
  • Python Basics Exam Questions and Answers

  • Exam (elaborations) • 1 pages • 2024
  • Available in package deal
  • Python Basics Exam Questions and Answers Output - Answer-Information coming OUT of program. Often this is achieved using print command. Import - Answer-Accesses modules of code from the python library While Loop - Answer-A loop that will make a set of instructions repeat while a status is TRUE For Loop - Answer-A loop that will repeat for a set number of times. IF statement - Answer-A conditional statement. IF something is true then 'sequence A' will run. IF is it is not 'seq...
    (0)
  • R264,32
  • + learn more
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)
  • R234,30
  • + learn more
CSE 6040X Solution_ Notebook 1 _ Module 0_ Fundamentals (bootcamps) _ FA23_ Computing for Data analysis Georgia Institute Of Technology
  • CSE 6040X Solution_ Notebook 1 _ Module 0_ Fundamentals (bootcamps) _ FA23_ Computing for Data analysis Georgia Institute Of Technology

  • Exam (elaborations) • 26 pages • 2024
  • CSE 6040X Solution_ Notebook 1 _ Module 0_ Fundamentals (bootcamps) _ FA23_ Computing for Data analysis Georgia Institute Of Technology Important note! Before you turn in thislab notebook, make sure everything runs as expected: First, restartthe kernel -- in themenubar,select Kernel Restart. Then run all cells-- in the menubar,select Cell Run All. Make sure you fill in any place thatsays YOUR CODEHEREor "YOUR ANSWER HERE." Python review: Values, variables, types, lists, and strings T...
    (0)
  • R271,82
  • + learn more