TeachingCS
TeachingCS
  • 600
  • 460 887
Mastering Prompt Engineering: Maximizing AI in Education
Elevate your educational tools with the art of prompt engineering. Tailored for educators, this video delves into crafting effective prompts to enhance AI output quality across various educational scenarios. From creating more engaging content to personalizing learning experiences, learn how to unlock the full potential of AI in your teaching practices through expert examples and tips
zhlédnutí: 311

Video

Detecting AI-Generated Work: Techniques for Educators
zhlédnutí 57Před 5 měsíci
As AI becomes more prevalent in education, distinguishing between student-created and AI-generated work is crucial. This video equips educators with the skills to identify AI-generated content, explore key indicators, and offer practical detection techniques. Stay ahead of the curve and ensure academic integrity in your classroom with our expert guidance
Enhancing Assessments with AI: A Guide for Teachers
zhlédnutí 57Před 5 měsíci
Unlock the potential of AI in creating and grading assessments with our practical guide for educators. This video offers step-by-step instructions on leveraging AI to design more effective and efficient assessments, providing insights into how AI can streamline the evaluation process and personalize learning experiences. Ideal for educators looking to innovate their assessment strategies with A...
AI in Education Explained: Current Uses and Future Trends (Jan 2023)
zhlédnutí 130Před 7 měsíci
Dive into the transformative world of AI in education with our comprehensive overview. Designed for educators, this video demystifies AI, showcases its current applications in the learning environment, and forecasts exciting future developments. Perfect for those looking to understand AI's impact on teaching and learning, our guide also points you toward more focused AI training resources, like...
PyQt6 Tutorial - Making Wordle #1 - Creating the main window
zhlédnutí 1,2KPřed rokem
00:00 - Start 00:29 - Installing PyQt6 in Pycharm 02:17 - Creating an app window in PyQt6 04:29 - Setting the title and size of PyQt window 05:41 - Adding an icon to your PyQt window 09:28 - Using the grid frature to layout items in PyQt6 11:04 - Setting grid row and column heights 12:46 - Changing the background colour in PyQt using CSS
PyQt6 Tutorial - Making Wordle #2 - Adding A Title & Choosing A Random Word
zhlédnutí 334Před rokem
00:00 - Start 00:19 - Getting a file of english words 01:39 - Getting a random word from a file 04:39 - Adding a title in PyQt6 06:02 - Using CSS to change title font size and style in PyQt6
PyQt6 Tutorial - Making Wordle #3 - Creating A Grid Of Text Boxes
zhlédnutí 373Před rokem
00:00 - Start 00:29 - Creating multiple objects in a list 05:40 - Adding objects using an ennumerate loop 12:35 - Adding proerties and styling to our objects
PyQt6 Tutorial - Making Wordle #4 - Adding Buttons To Drive Our Game
zhlédnutí 222Před rokem
00:00 - Start 00:57 - Adding text to window in PyQt6 02:52 - Adding a reset button in PyQt6 03:32 - Adding a hover effect to button in CSS 06:14 - Connecting a button to run a method or function
PyQt6 Tutorial - Making Wordle #5 - Adding The Game Logic
zhlédnutí 395Před rokem
00:00 - Start 01:31 - Checking user inputs are valid 04:42 - Checking if they have correctly guessed the word 09:17 - Hiding and showing objects in PyQt6 14:40 - Colouring the active row of textboxes in PyQt6 21:31 - Activating the next row of text boxes 32:16 - Playing my homemade wordle game
PyQt6 Tutorial - Making Your First GUI #01 - How To Install PyQT6
zhlédnutí 1,3KPřed rokem
00:00 - Start 01:22 - How Virtual environments impact library installations 01:45 - How to install PyQt6
PyQt6 Tutorial - Making Your First GUI #02 - Making The Main Application
zhlédnutí 945Před rokem
00:00 - Start 00:27 - Importing core libraries for the project 01:31 - Starting to modularise your code 03:04 - Making your QApplication 04:26 - Executing your app and why you might want to use sys.exit()
PyQt6 Tutorial - Making Your First GUI #03 - Creating A Window
zhlédnutí 997Před rokem
00:00 - Start 00:41 - Importing the required modules 02:04 - Making our first window in PyQt6 03:05 - Running the constructor from QWidget 05:44 - Setting the size of my PyQt6 Window 06:59 - Setting the title of a PyQt6 window 07:15 - Setting the icon for a PyQt6 window 08:24 - Using CSS to change the style of a PyQt6 window
PyQt6 Tutorial - Making Your First GUI #04 - Adding Images
zhlédnutí 1,9KPřed rokem
00:00 - Start 00:07 - Where to add images 02:03 - Adding icon image to your window 03:40 - Adding an image to your window in PyQt6 04:44 - Align items in the center PyQt6
PyQt6 Tutorial - Making Your First GUI #05 - Adding Text
zhlédnutí 540Před rokem
00:00 - Start 00:26 - Adding text in PyQt6 01:38 - Setting the style of PyQt6 text using CSS
PyQt6 Tutorial - Making Your First GUI #06 - More Advanced CSS Text Styling
zhlédnutí 424Před rokem
00:00 - Start 00:34 - Adding text with more advanced styling 05:00 - Adding curved corners to box in PyQt6
PyQt6 Tutorial - Making Your First GUI #07 - Adding Hidden Images
zhlédnutí 254Před rokem
PyQt6 Tutorial - Making Your First GUI #07 - Adding Hidden Images
PyQt6 Tutorial - Making Your First GUI #08 - Adding User Message Text
zhlédnutí 175Před rokem
PyQt6 Tutorial - Making Your First GUI #08 - Adding User Message Text
PyQt6 Tutorial - Making Your First GUI #09 - Adding Input Textbox
zhlédnutí 461Před rokem
PyQt6 Tutorial - Making Your First GUI #09 - Adding Input Textbox
PyQt6 Tutorial - Making Your First GUI #10 - Adding A Button
zhlédnutí 934Před rokem
PyQt6 Tutorial - Making Your First GUI #10 - Adding A Button
PyQt6 Tutorial - Making Your First GUI #11 - Adding The Game Logic
zhlédnutí 413Před rokem
PyQt6 Tutorial - Making Your First GUI #11 - Adding The Game Logic
Bandwidth & Bitrate
zhlédnutí 122Před 2 lety
Bandwidth & Bitrate
Python OOP For Beginners - Encapsulation & Data Hiding Explained
zhlédnutí 434Před 2 lety
Python OOP For Beginners - Encapsulation & Data Hiding Explained
Python OOP For Beginners - Composition Explained
zhlédnutí 907Před 2 lety
Python OOP For Beginners - Composition Explained
Python OOP For Beginners - Association Explained
zhlédnutí 1KPřed 2 lety
Python OOP For Beginners - Association Explained
Python OOP For Beginners - Aggregation Explained
zhlédnutí 527Před 2 lety
Python OOP For Beginners - Aggregation Explained
Python OOP For Beginners - Polymorphism & Overriding Explained
zhlédnutí 89Před 2 lety
Python OOP For Beginners - Polymorphism & Overriding Explained
Python OOP For Beginners - Inheritance Explained
zhlédnutí 124Před 2 lety
Python OOP For Beginners - Inheritance Explained
Python OOP For Beginners - Methods Explained
zhlédnutí 148Před 2 lety
Python OOP For Beginners - Methods Explained
Python OOP For Beginners - Printing Out Objects Explained
zhlédnutí 719Před 2 lety
Python OOP For Beginners - Printing Out Objects Explained
Python OOP For Beginners - Creating Multiple Objects Explained
zhlédnutí 939Před 2 lety
Python OOP For Beginners - Creating Multiple Objects Explained

Komentáře

  • @dichinero9841
    @dichinero9841 Před 23 dny

    Thank you

  • @stressedout1446
    @stressedout1446 Před měsícem

    Thanks

  • @sir_albaxious1909
    @sir_albaxious1909 Před 2 měsíci

    Hey, I really want to make a module such that I can retrieve the functions within that module in any file. Suppose a created a separate file outside, made solely for a calculator. I want to bring these functions into that however the module isn't built-in. How do I do this? srry but my english is sorta bad...

  • @tejas.winiii
    @tejas.winiii Před 4 měsíci

    why do I get an error that says import cannot be resolved?

  • @goglolee
    @goglolee Před 5 měsíci

    This is a lot of good information. Thank you!!

  • @issacyau0916
    @issacyau0916 Před 5 měsíci

    Great video! Help my course work a lot thanks! Is it possible to upload the code for me? Thanks anyways!

  • @JamegregWolfoberson
    @JamegregWolfoberson Před 9 měsíci

    🦊📵🏧🚭🔍💌🛠️💻🍟👁️👁️🤖🧑‍🦰🌹🙉🙈🙊🐺 now if you ask me what it means! well your guess is probably better then mine? With Love later. 😴

  • @JamegregWolfoberson
    @JamegregWolfoberson Před 9 měsíci

    Hope everybody's doing well this this morning me I'm a little tired I haven't got no sleep,this phone still ain't call working right, I wanted to thank everyone for the hard work they did, and if I made any person mad or uncomfortable???😮☮️👁️‍🗨️👻🐺🦊🦊

  • @Honey-rp6zx
    @Honey-rp6zx Před 11 měsíci

    Thnx so much the other videos were not beginner friendly at all

  • @robinkonig5994
    @robinkonig5994 Před rokem

    Hey does someone had the problem that the icon does not show up? I checked code twice, i have no mistyping in my modul. I used my own icons. With the same 128 size. Also a title does not show. I have my images like him in a images folder or directly in the project. Both did not work. Thanks if someone has a solution.

  • @mainManAakif
    @mainManAakif Před rokem

    🙂🙂🙂good advice

  • @rahamwasim7192
    @rahamwasim7192 Před rokem

    Thank you never knew a scouser from slums of liverpool will be of help. Anyways enjoy thursday nights next season

  • @aztxnio
    @aztxnio Před rokem

    thanks helping me out 9 hours before my comp sci a level 🙏🙏

  • @random2059
    @random2059 Před rokem

    is there any difference if create a object manually ( with {} and key value pair ) and other object by instanciation from a class , how the memory management will be will the second technique consume less memory ,,.... what is the fanda ?? please reply

  • @aryjaks7361
    @aryjaks7361 Před rokem

    You literally made really good videos for the past 5 years on the whole gcse and a level spec, shame that not many people viewing them I’d they are even better than some Craig and Dave ones, keep up the good work tho appreciate it

  • @DWmudskipper
    @DWmudskipper Před rokem

    Hey man, just wanna say your python videos are absolutely amazing and they've been supporting my studies. I'm so glad you've made all of this content available for free for students like me to learn and develop my passion of programming :) I hope you come back and continue to make more videos after you have the time to!

  • @TheHistoryGuy-1
    @TheHistoryGuy-1 Před rokem

    Hey man I dont know if you will ever see this because this video was 4 years ago but good job on the video!

  • @Tommy-Shelby3737
    @Tommy-Shelby3737 Před rokem

    Cmon quorn

  • @hundredvisionsguy
    @hundredvisionsguy Před rokem

    Thanks for posting this and providing the directory context.

  • @robertolausoto3116
    @robertolausoto3116 Před rokem

    Perfect explanation!

  • @doremiya1834
    @doremiya1834 Před rokem

    "Steve" surely a villainous name😂😂

  • @ubaydisturbo6975
    @ubaydisturbo6975 Před rokem

    acceptedEnds = [" .com"," .co.uk"] valid = False while valid == False: email = input("Enter Email") if "@" in email: if "." in email: if "." in email: if email[email.index("."):]: if acceptedEnds: valid = True print("Code Continues")

  • @ice-qf8vz
    @ice-qf8vz Před rokem

    First time trying something like this and this is so so helpful!!!! Thank you!

  • @luispereira6838
    @luispereira6838 Před rokem

    Where do we get the same files from?

  • @user-ng8rl3jb1i
    @user-ng8rl3jb1i Před rokem

    hi, very usefull! thanksss!!!

  • @ah7maw265
    @ah7maw265 Před 2 lety

    Thanks man

  • @liri1189
    @liri1189 Před 2 lety

    Could you help me understand if n variable in the first line is the same n in the second line? I don't get it.. First line says n is 3 but in second line n is 1. I know that for loops don't create a new scope n = 3 for n in range(1,n+1): for m in range(1,n+1): print(m,end='') print()

    • @teachingcs
      @teachingcs Před 2 lety

      Can you tell me what you are trying to achieve with this loop? You would never need to write a loop like you have. When you do a for i in range loop, i (n in your case) is assigned a value based on what you put inside the brackets after range on line 2. There will never be the need to set i (or n) before the creation of the for loop. I hope that helps a bit.

    • @liri1189
      @liri1189 Před 2 lety

      @@teachingcs Many thanks for the detailed explanation, much appreciated.

  • @medilyesoudhini7411
    @medilyesoudhini7411 Před 2 lety

    Is this Andy Willman the producer of top gear and the grand tour ? 🤣

  • @MIKE0o0o0o
    @MIKE0o0o0o Před 3 lety

    But how can you sent 4 bits in a baud rate of two? if there is two changes in the signal, how can you send 4 bits?

    • @MIKE0o0o0o
      @MIKE0o0o0o Před 3 lety

      Ok so i found out, the thing is that in your digital signal you can have more than 2 voltages, that way you can encode more bits in one pulse, i think this is a important information that the video did not explained.

  • @turtles_boi_uwu6126
    @turtles_boi_uwu6126 Před 4 lety

    im a dogtor

  • @silenta237
    @silenta237 Před 4 lety

    Very concise explanation. Thank you.