Surfing Scratcher
Surfing Scratcher
  • Видео 105
  • Просмотров 1 499 510
Replit Unit Tests For Beginners
You know what unit tests are. You know why they're important. Know you want to know how to make replit unit tests. Follow along with this demo and I'll show you how.
➡️ PATREON: www.patreon.com/surfingscratcher
➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/
--------------------------------------------------------------------------------------------------------------------------------
🔗🔗🔗 LINKS 🔗🔗🔗
📥 Download Starter Projects:
➡️ Scratch Spelling Game: scratch.mit.edu/projects/564356624/
➡️ Python Starter Project:
--------------------------------------------------------------------------------------------------------------------------------
🙏🙏🙏 SUPPORT ...
Просмотров: 4 242

Видео

Why Unit Testing is Important
Просмотров 5742 года назад
So you know what a unit test is, but now you're asking, "why the heck is unit testing important?" In this video, I'll share some reasons why the top developers opt to test. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: scratch.mit.edu/pro...
What Is Unit Testing?
Просмотров 2,6 тыс.2 года назад
So you've come across unit tests but you're unsure what they are? In this question, I'll give you a brief answer to the question, what is unit testing, and we'll explore why they're important. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game:...
Python Resources For Beginners & Refactoring Code
Просмотров 5142 года назад
This video completes a beginner Python series on moving you from Scratch to Python. We'll refactor some of the code and mention the best python resources for beginners to continue their journey. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 ➡️ Scratch Spelling Game: scratch.mit.edu/projects/5...
Python Text To Speech Using pyttsx3
Просмотров 13 тыс.2 года назад
Wondering how to use a text to speech engine in python? Well go grab the starter project down below and follow along as we use pyttsx3 to make our projects speak in the spelling game example. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: ...
Make A Python Project Step by Step: Spelling Game Part 2
Просмотров 5292 года назад
In this video, we'll finish up the game component to make a python spelling project step-by-step. ➡️ Python Starter Project: replit.com/@surfingscratcher/SpellingGame-07-DotImplementation-Part-2 ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Gam...
Make A Python Project Step by Step: Spelling Game Part 1
Просмотров 1,2 тыс.2 года назад
You've been doing all the hard work. Now, we'll make a python project step by step together. The project is a spelling game and it's in two parts. In later videos, we'll use a text-to-speech engine. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling...
Python Read Data From Text File (2 Ways)
Просмотров 7 тыс.2 года назад
I'll show you two ways to read lines of data from a text file in Python. This video is part of a beginner python coding series. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: scratch.mit.edu/projects/564356624/ ➡️ Python Starter Project: r...
Python For Loops For Lists (includes list.append())
Просмотров 3,4 тыс.2 года назад
What do you do if you want to do the same thing over and over again? You use a loop of course! In this tutorial, we'll look into python for loops with lists. We'll also touch on the difference between local and global variable scope in python. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 D...
Python Variable & Function Practice Plus Multiple Variable Assignment
Просмотров 3872 года назад
You'll get some practice with Python variables and functions in this tutorial. I'll also show you the string.split() function as a shortcut to slice text. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: scratch.mit.edu/projects/564356624/ ➡...
Basic Python String Operations Slice and Combine
Просмотров 5032 года назад
Wondering what can you do with strings in Python? I'll show you some basic Python string operations like slice and combine in this tutorial that's part of the From Scratch to Python Series. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: sc...
Functions In Python Are My Blocks in Scratch
Просмотров 1,4 тыс.2 года назад
If you're coming from Scratch, Python functions are just like Scratch's My Blocks. I'll show you how to define a function, use a while loop and return a value. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: scratch.mit.edu/projects/5643566...
From Scratch To Python Tutorial for Beginners - Numbers, String, Variables and Lists
Просмотров 5 тыс.2 года назад
Coming from Scratch and new to Python? I've got you covered in this Python tutorial for beginners where we'll explore basics like numbers, text (Strings), variables and lists. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: scratch.mit.edu/...
How To Use Replit Python
Просмотров 36 тыс.2 года назад
New to replit and not sure where to begin? I'll show you how to use replit for python in this video. Stick around for the series. More info at the end of the vid. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Scratch Spelling Game: scratch.mit.edu/projects/5643...
Use A Spelling Test To Create Lives In A Scratch Game
Просмотров 1,1 тыс.2 года назад
Use a spelling test app to create lives for a shooter game. ➡️ PATREON: www.patreon.com/surfingscratcher ➡️ MAILING LIST: surfingscratcher.com/recommends/downloads/subscribe-to-surfing-scratcher/ 🔗🔗🔗 LINKS 🔗🔗🔗 📥 Download Starter Projects: ➡️ Shooter Game: scratch.mit.edu/projects/319546926/ ➡️ Spelling Game: scratch.mit.edu/projects/564798258/ 🙏🙏🙏 SUPPORT 🙏🙏🙏 ➡️PATREON: www.patreon.com/surfings...
Scratch Text To Speech Example: Spelling Test Project
Просмотров 1,2 тыс.2 года назад
Scratch Text To Speech Example: Spelling Test Project
Final Cut Pro Export Markers For YouTube Chapters
Просмотров 2,8 тыс.2 года назад
Final Cut Pro Export Markers For RUclips Chapters
How To Read Lines Of A Text File in Scratch
Просмотров 2 тыс.2 года назад
How To Read Lines Of A Text File in Scratch
How To Split Line Into A Word And Sentence
Просмотров 8662 года назад
How To Split Line Into A Word And Sentence
How To Slice A Line Of Text Into A Word And Sentence
Просмотров 7792 года назад
How To Slice A Line Of Text Into A Word And Sentence
How To Get The Index Of A Letter In A String In Scratch
Просмотров 1,8 тыс.2 года назад
How To Get The Index Of A Letter In A String In Scratch
How To Import Data Into A Scratch List | Moving From Scratch to Python Series
Просмотров 3,1 тыс.2 года назад
How To Import Data Into A Scratch List | Moving From Scratch to Python Series
New Season Preview October 2021
Просмотров 3262 года назад
New Season Preview October 2021
Surfing Scratcher Update
Просмотров 1,3 тыс.3 года назад
Surfing Scratcher Update
Planet Orbits Simulation Using Scratch
Просмотров 7 тыс.3 года назад
Planet Orbits Simulation Using Scratch
Planet Gravity Simulator Using Scratch
Просмотров 2,9 тыс.3 года назад
Planet Gravity Simulator Using Scratch
Scratch State Machine Example of the Solar System
Просмотров 9833 года назад
Scratch State Machine Example of the Solar System
Importing Planet Distances to Scale Screenshots in Scratch
Просмотров 9403 года назад
Importing Planet Distances to Scale Screenshots in Scratch
Using Google Earth to Show Planet Distance From Sun to Scale
Просмотров 2,6 тыс.3 года назад
Using Google Earth to Show Planet Distance From Sun to Scale
Planets Real Scale Solar System Model Using Scratch
Просмотров 4,2 тыс.3 года назад
Planets Real Scale Solar System Model Using Scratch

Комментарии

  • @victoriabart8322
    @victoriabart8322 3 дня назад

    Can anyone help me please? I did the exact same thing he did but mine spins weird. It doesn't follow the arrow key properly and I'm not sure what to do.

  • @ViniciusMilani-e6u
    @ViniciusMilani-e6u 4 дня назад

    Is it possible to make it work without using bluetooth?

  • @marksmith8079
    @marksmith8079 15 дней назад

    explain all the abs

  • @sayttte
    @sayttte 22 дня назад

    array

  • @ShinnySilver
    @ShinnySilver 23 дня назад

    How can I delete a specific clone?

  • @poorvikgarg2712
    @poorvikgarg2712 27 дней назад

    Thanks to help me with my class project 🎉🎉🎉🎉🎉🎉😊😊

  • @poorvikgarg2712
    @poorvikgarg2712 27 дней назад

    Foil paper

  • @brodyguy1
    @brodyguy1 Месяц назад

    the brodyman1 part was cool

  • @sinisagavrilovic
    @sinisagavrilovic Месяц назад

    this is not helping a bit i do not have any sound on my computer

  • @nDivertimento
    @nDivertimento Месяц назад

    how come my first letter doesn't change colour when pressed? the rest of the sentence do change colour

  • @AppleCyder22
    @AppleCyder22 Месяц назад

    💀 bruh

  • @Coolxgaming988
    @Coolxgaming988 Месяц назад

    Hey! I was wondering if you could make a tutorial on making a sprite show using variables and the "greater than" and "lesser than" blocks because I am making a game where basically scratch picks a number 10 - 60 and it will show a specific sprite when its in the 10's, 20', 30's, 40's, 50's, etc. So I hope you can make a tutorial on this, bye!

  • @Kick-_-Off-_-Kings
    @Kick-_-Off-_-Kings 2 месяца назад

    Pls can you explain how to make like a walkie talkie with it

  • @tipsymana
    @tipsymana 2 месяца назад

    cool bro

  • @madamebunbun3479
    @madamebunbun3479 2 месяца назад

    Thanks, I've been making a silly game on scratch and got stuck with cloning issues

  • @CatsAreAwesome146
    @CatsAreAwesome146 2 месяца назад

    Yo thanks! This tutorial didn't just teach me how to do a specific thing it actually made me understand the concept. I never knew that local variables actually did that for clones as, and the fact that you explained the fact that it will say 1,2,4,8 and stopped that pitfall was a huge help. Using this tutorial I was able to make something almost entirely different than the showcased example, and thats a testament to how good a job it does teaching fundamentals!

  • @rogercounts
    @rogercounts 2 месяца назад

    I was having trouble that the isClone? Fixed. Tbh I do not understand how that fixes my problem but thanks a ton. I tried (here and there) for hours to figure out the solution for my tycoon and it was here the whole time

  • @puffy_pancakes
    @puffy_pancakes 3 месяца назад

    Thank you so much :) This really helps, you definitely deserve way more views and likes! Just subscribed! :D

  • @aguy1844
    @aguy1844 3 месяца назад

    I didn't realize local variables are also local to clones. I've been encoding information in costume number and direction😢.

  • @GDbestedout
    @GDbestedout 3 месяца назад

    it doesn't work when I right-click

    • @GDbestedout
      @GDbestedout 3 месяца назад

      tell me in replies if u know what's happening on my computer

  • @LULUTV22
    @LULUTV22 3 месяца назад

    My school are deaf it have makey makey

  • @omarplayzh3aker940
    @omarplayzh3aker940 3 месяца назад

    Thank you very much

  • @omarplayzh3aker940
    @omarplayzh3aker940 3 месяца назад

    Thank

  • @yabezD
    @yabezD 3 месяца назад

    i have created a file other than main.py, it shows if it have to run it should be imported in main.py ?

  • @RifatNabisoyLive
    @RifatNabisoyLive 3 месяца назад

    there's a better tutorial to make blocks and here is it: ruclips.net/video/4GzZ-yG8aGg/видео.html

  • @jorgevillacanas1059
    @jorgevillacanas1059 3 месяца назад

    great

  • @drtunmyatwin
    @drtunmyatwin 3 месяца назад

    how to find callback url in replit . I am build messenger bot which is asking for it. but I did not find it where can I find it in replit

  • @elizabethabimbolaadelani295
    @elizabethabimbolaadelani295 4 месяца назад

    All of them

  • @elizabethabimbolaadelani295
    @elizabethabimbolaadelani295 4 месяца назад

    I'm 7year old

  • @elizabethabimbolaadelani295
    @elizabethabimbolaadelani295 4 месяца назад

    I'm very fusy

  • @bangmai2554
    @bangmai2554 4 месяца назад

    Thanks ❤. Happy Easter Day.

  • @jelofisk
    @jelofisk 4 месяца назад

    I appreciate this!! Been avoiding blocks for years, I didnt realize the potential behind them until now!

    • @SurfingScratcher
      @SurfingScratcher 4 месяца назад

      Amazing! Thanks for sharing your experience :)

  • @nokkitisaro1533
    @nokkitisaro1533 4 месяца назад

    Thx

  • @jeanlucfunck
    @jeanlucfunck 4 месяца назад

    hi, min 2:14... appeared the STACK BLOCK, I looked all over google, no explanation of this type square block, thx

  • @johnhancock8267
    @johnhancock8267 4 месяца назад

    I hate this RUclips video

  • @RichTong1
    @RichTong1 5 месяцев назад

    those numbers are the frame number where the market is, so if you are shooting at 30fps, then divid by 30 to get the time

  • @adikadam2892
    @adikadam2892 5 месяцев назад

    lol where is this guy?

  • @Jack-ip7fd
    @Jack-ip7fd 5 месяцев назад

    Thank you so much, i was making a coding language, and i was looking for this, thank you :D

    • @SurfingScratcher
      @SurfingScratcher 4 месяца назад

      Amazing, thanks for sharing your experience

  • @givennkatigbak1847
    @givennkatigbak1847 5 месяцев назад

    why is the validateletter not working

  • @artiomno1562
    @artiomno1562 5 месяцев назад

    Thank you very much! This tutorial is very helpful. It's very clear and I understood everything.

  • @thesfsprofessional
    @thesfsprofessional 5 месяцев назад

    how do you send voice messages with the record extension via microbit radio

  • @R0DBS
    @R0DBS 5 месяцев назад

    Thanks mate!

  • @Demilemi55
    @Demilemi55 5 месяцев назад

    did he code the subscribe button

  • @OlibillyOli
    @OlibillyOli 6 месяцев назад

    Part 2 WHERE

  • @50kayss
    @50kayss 6 месяцев назад

    You cleared so much confusion, thanks!!!!!

  • @HiroTheWonderDog
    @HiroTheWonderDog 6 месяцев назад

    Can you add other sensors or motors similar to lego wedo? I'd love to be able to add a distance sensor and maybe a motor on/off/direction block. Is that possible?

  • @DGOT-yt
    @DGOT-yt 6 месяцев назад

    So basically the broadcast block on steroids?

  • @Gaseet_
    @Gaseet_ 6 месяцев назад

    what app/site is that that youre using to code, looks really clean

    • @Dani-sw3ik
      @Dani-sw3ik 6 месяцев назад

      Its replit, he says it in the video, the other one is scratch

  • @jkhodai
    @jkhodai 6 месяцев назад

    Clearest explanation of custom blocks I've seen, thanks!

  • @golden01spike
    @golden01spike 7 месяцев назад

    is there a way to make turret rotate to player at specific speed

    • @SurfingScratcher
      @SurfingScratcher 7 месяцев назад

      Yeah, you would apply some 'damping' to the change amount that would either accelerate it or decelerate it. If you multiply by 1, then you get the same amount. Fractional values above one will increase speed while fractional values below 1 would decrease speed.