* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: Python For Computer Science Gcse  (Lida 24 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115977
  • Karma: +0/-0
Python For Computer Science Gcse
« em: 30 de Março de 2024, 08:15 »
Python For Computer Science Gcse



Published 3/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.68 GB | Duration: 5h 39m

Python Coding for Computer Science GCSE intended for students, parents and teachers


What you'll learn
Understanding the Fundamentals of Python Programming
Prepare yourself for the Programming section of the Computer Science GCSE Exam
Developing problem-solving skills through Coding
Teach Coding to Youngsters
Requirements
No programming experience is assumed for this course.
Description
Are you ready to dive into the exciting world of Python coding? Looking for a course that will help you prepare for your Computer Science GCSE exams? Whether you're a teenager, a student preparing for your exams, or just someone curious about learning Python programming, this course has got you covered, so get ready to unleash your coding potential with Python!Course Outline:In this Python Coding for Computer Science GCSE course, you'll embark on an exhilarating coding journey that will equip you with the fundamental skills and knowledge of Python programming. The course is divided into several sections, each covering essential topics to help you master Python.The first section serves as a solid foundation, introducing you to the basics of coding in Python. You'll learn about variables, data types, operators, and how to write your first lines of code. As you progress through the course, subsequent sections delve deeper into more advanced concepts like loops, functions, conditional statements, and file handling.One standout feature of this course is its interactive exercises and quizzes after each module. These hands-on activities allow you to apply what you've learned and reinforce your understanding of key concepts. Additionally, there are practical projects where you can showcase your newfound skills by building real-world applications using Python.With carefully crafted video tutorials led by an experienced instructor who breaks down complex ideas into easy-to-understand explanations, learning becomes engaging and enjoyable. The instructor's passion for teaching shines through in every lesson as they guide students step-by-step towards mastery of Python coding.This course is also ideal for teachers who teach Python coding in schools.By the end of this comprehensive Udemy course on Python Coding for Computer Science GCSEs,you'll have a firm grasp on core programming principles while gaining confidence in writing clean and efficient code. So why wait? Enroll today and unlock endless possibilities with the power of Python!
Overview
Section 1: Hello World
Lecture 1 Download and Install Python on Windows
Lecture 2 Download and Install Python on Mac
Lecture 3 Hello World Program
Lecture 4 Customise IDLE
Lecture 5 Syntax
Lecture 6 Comments
Section 2: Variables, Constants and Data Types
Lecture 7 Keywords
Lecture 8 Variables, Constants and Data Types
Lecture 9 Numeric Data Types
Lecture 10 Boolean
Lecture 11 Strings
Lecture 12 Asking the user questions
Lecture 13 Example - km to mile distance converter
Section 3: Operators
Lecture 14 Assignment Operator
Lecture 15 Assignment Operator Summary
Lecture 16 Arithmetic Operators
Lecture 17 Arithmetic Operators Summary
Lecture 18 Comparison Operators
Lecture 19 Comparison Operators Summary
Lecture 20 Logic Operators
Lecture 21 Logical Operators Summary
Section 4: Random
Lecture 22 Random Module
Section 5: Decision Making - Selection
Lecture 23 Programming Decisions
Lecture 24 if Statements
Lecture 25 if else Statements
Lecture 26 if elif else Statements
Lecture 27 Solution - if elif else Temperature
Lecture 28 Compound Conditional Statements
Lecture 29 Nested Conditions
Section 6: Loops
Lecture 30 For Loops
Lecture 31 Worked Example - Heads or Tails - 10 tosses of a coin
Lecture 32 While Loops
Lecture 33 break and continue
Lecture 34 Worked Example - Roll Dice - Double 6
Lecture 35 Worked Example - Guess the number
Section 7: More on Strings
Lecture 36 Strings Resvisited
Lecture 37 What is Shift Cipher, also known as Caesar Cipher?
Lecture 38 Shift Cipher Encryption Decryption Program
Section 8: Lists
Lecture 39 Introduction to Lists
Lecture 40 List Functions
Lecture 41 Indexing
Lecture 42 len() Function
Lecture 43 Iterating a List
Lecture 44 Working with 2 dimensional Lists
Lecture 45 Worked Example - List Average
Lecture 46 Worked Example - List Minimum Value
Lecture 47 Worked Example - List Maximum Value
Section 9: Modules
Lecture 48 Introduction to Modules
Lecture 49 Worked Example - Rock Paper Scissors - Without Loop - Quick Review
Lecture 50 Worked Example - Rock Paper Scissors - With Loop
Section 10: Functions
Lecture 51 Functions
Lecture 52 Function Example - Multiplication Table Function
Lecture 53 Function Example - Dice
Section 11: Interpreter and Compiler
Lecture 54 High Level Programming Languages
Lecture 55 Interpreter and Compiler
Section 12: File Handling
Lecture 56 File Handling
Lecture 57 File Handling 2
Lecture 58 read(), readline() and readlines()
Lecture 59 Remove File and Directory
Section 13: Errors, Error Handling and Testing
Lecture 60 Types of Error
Lecture 61 Syntax Error
Lecture 62 Runtime Error
Lecture 63 Runtime Error - Exception Handling
Lecture 64 Runtime Error - NameError
Lecture 65 Runtime Error - TypeError
Lecture 66 Runtime Error - ZeroDivisionError
Lecture 67 Runtime Error - IndexError
Lecture 68 Logic Error
Lecture 69 Defensive Programming
Lecture 70 Input Validation
Lecture 71 Verification
Lecture 72 Bug, Debugging and Testing
Section 14: Recursion, Search and Sort
Lecture 73 Recursion
Lecture 74 Linear Search
Lecture 75 Binary Search
Lecture 76 Bubble Sort
Whether you're preparing for your GCSE exams or simply want to explore the world of programming, this course provides an engaging and interactive learning experience. You don't need any prior coding knowledge to enroll - just bring your enthusiasm and curiousity! The course takes a hands-on approach, teaching you how to write Python code through fun exercises and projects. From understanding variables and data types to building simple programs, each lesson builds upon the previous one, equipping you with essential coding skills. Don't worry if you've never coded before - the instructor breaks down complex concepts into bite-sized chunks that are easy to understand. You'll be amazed at how quickly you can start writing your own programs! So why not embark on this exciting journey? Enroll in the Python Coding for Computer Science GCSE Udemy course today and discover the wonderful world of coding!

Screenshots


rapidgator.net:
Citar
https://rapidgator.net/file/1267961ddc884812ea9059181f21d4c0/fufzo.Python.For.Computer.Science.Gcse.part1.rar.html
https://rapidgator.net/file/ee9a837b424a7cdf34f0fe850e13fa91/fufzo.Python.For.Computer.Science.Gcse.part2.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/C5F4752C0F06AB0/fufzo.Python.For.Computer.Science.Gcse.part1.rar
https://nitroflare.com/view/DD05A90999E210A/fufzo.Python.For.Computer.Science.Gcse.part2.rar