15 Programming Project Ideas - From Beginner to Advanced

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 464

  • @TechWithTim
    @TechWithTim  4 года назад +240

    What project ideas do you have?! Also realized I had a small editing mistake, oops!

    • @DataProfessor
      @DataProfessor 4 года назад +18

      A Pomodoro web app 😆

    • @HaiderAli-lr9fw
      @HaiderAli-lr9fw 4 года назад +5

      Share some intermediate and advanced AI related project topics.

    • @miyirbek6821
      @miyirbek6821 4 года назад +3

      8:58
      ))

    • @victaiov
      @victaiov 4 года назад +7

      Creating a bot is an interesting project, it can even serve as a UI for a different project. By the way, a video idea: async/await, threading, multiprocessing, and what the difference between them is.

    • @maqabayker
      @maqabayker 4 года назад +11

      I created calculator that can calculate any type of mathematical expression and it supports most of the mathematical operators including sin, cos, tan, arcsin, arccos and so on. Also it has a UI built in tkinter and also it can get unlimited length of mathematical expression. It is most likely duplicate of android calculator but it has a little bit different features like calculating any type of logarithm that exists.

  • @acenda-r2d2
    @acenda-r2d2 4 года назад +2069

    Beginner Projects
    #1 Password Generator
    #2 Tic-Tac-Toe
    #3 Build a website w/flask
    #4 Web Scraper w/beautiful soup w/selenium
    #5 Choose your own Text Adventure Game
    Intermediate Projects
    #1 2D Games w/Python
    #2 Microcontroller App w/rasperry pie
    #3 Soduku solver
    #4 Algorithm Visualizer
    #5 Project Scheduler
    Advanced Projects
    #1 Chess/Physics/Game Engine eg Golf game with physics
    #2 Build an Interpreter
    #3 Machine Learning or AI project
    #4 Microcontroller project, eg security system
    #5 Make your own API web project

    • @aditiagrawal8310
      @aditiagrawal8310 4 года назад +12

      Thank you buddy!

    • @neelanjanmukherji
      @neelanjanmukherji 3 года назад +1

      Noice

    • @kellyniyongabire
      @kellyniyongabire 3 года назад +1

      preciate that

    • @caripeng6437
      @caripeng6437 3 года назад +2

      That's why I can't create a simple website because I don't very know how to use W/Flask but We are working on a project using W/Flask and springboot

    • @AtariWow
      @AtariWow 3 года назад

      @@ordukargath2844 I mean, I have done the same but in python.

  • @borntolose_livetowin
    @borntolose_livetowin 4 года назад +982

    My sudoku solver reads a photo of a newspaper’s sudoku. Grid detection, Neural network to read the numbers in the grid from the image and outputs the solution on the original photo. Quite a bit of work but it‘s worth it because it teaches a lot of technologies (OpenCV, Keras/TensorFlow, Flask for the GUI)

    • @FilipPandrc
      @FilipPandrc 3 года назад +34

      That's really cool

    • @franzliszt3400
      @franzliszt3400 3 года назад +5

      Would you share the code? :p

    • @libbylebyane3681
      @libbylebyane3681 3 года назад +2

      I need assistance in reading Morse code messages on images, Same way QR Code are read

    • @libbylebyane3681
      @libbylebyane3681 3 года назад

      @@ayandak47 is there any way we can talk in private?

    • @askksn
      @askksn 3 года назад +1

      That's awesome. Would really like to check it out..

  • @wojwesoly
    @wojwesoly 4 года назад +495

    4:50 Yes, Java, my favorite front-end language

    • @TechWithTim
      @TechWithTim  4 года назад +214

      oops, probably meant javascript!

    • @atharva1237
      @atharva1237 4 года назад +26

      i was trying to find this comment!

    • @craiglobo2165
      @craiglobo2165 4 года назад +1

      Most likely his new editor made that mistake maybe???

    • @atharva1237
      @atharva1237 4 года назад

      yeah we love ur content tim great videos always

    • @and_rotate69
      @and_rotate69 4 года назад +5

      Aaahh java, the simplest front-end language

  • @AlokSingh-rj1gt
    @AlokSingh-rj1gt 4 года назад +326

    I like when People like you and "The Coding Train" put your knowledge in Internet so that Everyone can get it for free. Huge Respect.

  • @aleksandar9873
    @aleksandar9873 3 года назад +72

    15 projects, 17 minute video. Great straight to the point content

  • @TheOceanLoader
    @TheOceanLoader 2 года назад +5

    Hey man - as someone with years in the industry - I know a bright person when I see one. Thank you for making this sort of video. You deserve the high number of views man.

  • @khushidhingra6524
    @khushidhingra6524 4 года назад +166

    Some other projects you can make:
    A calculator using Tkinter library.
    An image viewer using Tkinter.
    Binary to decimal converter.
    Decimal to binary converter.
    Hope this helped you
    Have a good day :)

    • @Alche_mist
      @Alche_mist 4 года назад +2

      I did something similar to the image viewer: I made a palette swapper for pixel art images using PySimpleGUI (which is an amazing library to abstract away the complications of Tkinter, Qt or other "full-power" GUI libraries, making GUI development easy and Pythonic).

    • @Grinwa
      @Grinwa 2 года назад

      @@Alche_mist costumetkinter is the best

    • @aaronbalaguer9614
      @aaronbalaguer9614 Год назад

      I just finished my calculator just now!

  • @marcusaureliusregulus2833
    @marcusaureliusregulus2833 4 года назад +410

    When you think you are intermediate, but then get intimidated by the "beginner" projects

    • @sixty502
      @sixty502 3 года назад +36

      If you think tik tak toe is hard, then you’re not intermediate

    • @marcusaureliusregulus2833
      @marcusaureliusregulus2833 3 года назад +12

      @@sixty502 😬😬😬not tic tac toe!!

    • @mr.random6270
      @mr.random6270 3 года назад +46

      Well these projects have a wide range. You may be an advanced programmer but still unable to do some of the beginner level projects and that's normal if you specialise in a different area.

    • @Roule_n_Scratche
      @Roule_n_Scratche 3 года назад +12

      check out the dunning krueger effect

    • @soupnoodles
      @soupnoodles 3 года назад +1

      exactly what happened to me 😂

  • @wazzzup2579
    @wazzzup2579 3 года назад +12

    Thanks for the ideas bro! I'm currently a 2nd year ComSci student and I'll admit I am a newbie-mediocre programmer but your videos gave me inspiration and motivation to explore more about programming.

  • @kopheep9720
    @kopheep9720 4 года назад +27

    These are really good advices.
    After watching your sudoku solver algorithm videos, I actually made one one on html/css/JS. And I also add a feature to display the process of backtracking.

  • @victoravilamontalvo2780
    @victoravilamontalvo2780 3 года назад +7

    I'm a mechatronic engineer and I have to say that I feel raspberry projects (same as arduino or even fpgas) easier than developing a 2D game haha. Great videos bro, just discovered your channel when I was looking for python magic methods info. Your videos are gold.

  • @ursomrano542
    @ursomrano542 3 года назад +17

    Without even watching this video the first thing I did (and am still doing) in python is try to make a text based adventure game, my favorite part about it is that even though I made something that got the job done I always have something that I feel could be improved about it. I have added things like putting the game in a while loop so that I could add a “times played” counter, I figured out how to make python run other python files so that the dialogue didn’t take up space in the program, etc and I still have so many thing I can improve about it. Definitely what I would recommend as well.

  • @moist5147
    @moist5147 4 года назад +32

    Hey Tim thanks for making such dope videos. I gave up on programming last year after learning just the basics of python but some of your tutorials and other videos have led to me having a lot of fun with programming and creating my own small projects.

    • @synlion
      @synlion 3 года назад

      Why did you give up?

    • @1alopezpr
      @1alopezpr 2 года назад

      What happen? If you want to share.

    • @smaransure2234
      @smaransure2234 Год назад

      @@synlion I faced a similar problem. He didn't give up, he just got bored of it, or some project was hard

  • @manoramapatra8091
    @manoramapatra8091 4 года назад +59

    I hit like even before watching when I know its from Tim...

  • @eduardomunhoz1581
    @eduardomunhoz1581 4 года назад +75

    I've made an infinite tic tac toe in python, I think it's a really interesting idea and more people should try (you choose the board size before playing so it can be a grid of however much you want)
    it helped me understand oop and loops a lot better

    • @seaparty1236
      @seaparty1236 3 года назад +1

      infinite tictactoe?

    • @eduardomunhoz1581
      @eduardomunhoz1581 3 года назад +4

      @@seaparty1236 basically you give it a number and it'll create a table for you
      if you say 6 it'll create a 6x6 table of tic tac toe

    • @LSNG
      @LSNG 3 года назад +5

      @@eduardomunhoz1581 what if i say 200 . will it create 200 x 200 ? if yes would you share your program with me

    • @kitzon5935
      @kitzon5935 3 года назад

      @@eduardomunhoz1581 Where can i find the download?

    • @fernandogmail1
      @fernandogmail1 2 года назад

      @@LSNG it's literally just a for loop

  • @krtirtho
    @krtirtho 4 года назад +11

    Start Point: #5 number project really gets anyone into "dynamic programming"....I suggest this one mostly...

  • @veer5787
    @veer5787 4 года назад +59

    I am gonna go from 1 to 15 and try to do all of em in my free time :D
    Thanks for the likes ;D

    • @greeffinfule
      @greeffinfule 4 года назад

      Me too..
      Will try to create them all.

    • @barrotem5627
      @barrotem5627 4 года назад

      Good luck !

    • @JonnySolomon
      @JonnySolomon 4 года назад +2

      Deadlines make deadlines

    • @damegaye3051
      @damegaye3051 4 года назад

      I'm in the squad guys let's make it!

    • @damegaye3051
      @damegaye3051 4 года назад +1

      If we could talk n share stuff about that it would be nice

  • @an0therplayer
    @an0therplayer 4 года назад +33

    8:59 the editing wizard missed the cut lol. nice video!

    • @TechWithTim
      @TechWithTim  4 года назад +1

      Haha oops !

    • @sciencedoneright
      @sciencedoneright 4 года назад

      What's gone wrong???

    • @FPLogistic
      @FPLogistic 4 года назад

      @@sciencedoneright I think he fixed it with the youtube editor

  • @Flat6-v4k
    @Flat6-v4k 2 года назад

    That sponder plug was CLEEEEAAAAAN

  • @jonathanmcconnell4018
    @jonathanmcconnell4018 3 года назад +5

    Planning to do each in order. Thx for all the suggestions. Started with the sudoku problem though and got it solving easy ones on my own!

  • @acm1812
    @acm1812 4 года назад +13

    Thank you so much for this! I ran out of projects to do lol.

  • @tix3dev95
    @tix3dev95 4 года назад +22

    Expert: OS Development

  • @avaze7
    @avaze7 3 года назад +9

    An idea for people who like 3D Math stuff is to program your own Raytracing engine. Can be quite basic but can reach extremely complex levels, if you want to, for example implementing textures

    • @lusv
      @lusv 3 года назад

      I love doing 3D work in C4D with octane and I’ve always wanted to make plug-ins for the application. Thought of my own ray tracing engine

    • @avaze7
      @avaze7 3 года назад

      @@lusv Coincidentally I also do some stuff with C4D and Octane (or Arnold) and making a Plugin is actually a great idea I should try that sometimes, thanks for the idea :D

    • @shreypatel9379
      @shreypatel9379 2 года назад

      Hey nice suggestion. I am familiar with this project but I don't know if it I am there yet. Can you share what are (kind of) prerequisites for making this ?

  • @valrindelsubaan9230
    @valrindelsubaan9230 4 года назад +1

    Its amazing knowing how many projects you've finished so far

  • @coolbrotherf127
    @coolbrotherf127 3 года назад +3

    I'm making an app that uses web APIs to determine the best builds for each champion in league of legends depending on the desired outcome. It's fairly simple programming wise, but it was actually the matrix math and some calculus stuff that's been the hardest part.

  • @neel5544
    @neel5544 4 года назад +12

    Am I tripping or did I hear Tim say "This is really easy to do in 2020" when talking about creating a website. I wish I could live in the past like Tim haha

    • @matthewe3813
      @matthewe3813 4 года назад

      why do u want to live in 2020? 2020 is the worst year

    • @neel5544
      @neel5544 4 года назад

      @@matthewe3813 the worst is yet to come. Hopefully it doesn't, but it's not looking good so far.

    • @MrSp3ctre
      @MrSp3ctre 3 года назад

      @@matthewe3813 the worst year so far ;) - Homer Simpson

    • @matthewe3813
      @matthewe3813 3 года назад

      @@neel5544 I can now confidently say 2021 is better than 2020

  • @gravestoner2488
    @gravestoner2488 4 года назад +4

    A beginner project im going to work on, using a rasberry pi im making a program that I can tell how much product my job has, and it will tell me how much of what to order. Just need to make it ergonomically designed

  • @unrealgeek2593
    @unrealgeek2593 3 года назад +1

    fyyg! it took me like 20min to figure the password generator!

  • @masterdementer
    @masterdementer 2 года назад +2

    3:20 I made a tic tac toe project, it is self made without looking for solutions online. I had pretty good idea on how to use dictionaries so i used the combination of lists and dictionaries to make a gameboard and implemented the rules of the game with different functions. After completing it halfway my CS teacher said you cant submit a game as project for assignment. So had to scratch that and work on another programme. But after doing that i came back to my tic tac toe and implemented a system where you can play against the computer, it decides the moves based on the total sum of your "marks" placed in a column, row or diagonally. I tried neural networks first but failed to do so, there were just too many nested loops to work through and loops inside a recurring function didn't work either . So if anyone has any ideas let me know.

    • @wavez4224
      @wavez4224 Год назад

      Idk about ideas but that’s an L teacher. No reason to say a game is not a project.

    • @masterdementer
      @masterdementer Год назад

      @@wavez4224 Haha she wanted even bigger project lol, which was a Data Management Application. I made that with my cousin and it had Tkinter frontend UI and SQL backend for data storage. Everything was linked together by python. It was pretty big actually. Could be a fully functional software for a store or something (ofc after some polishing of UI, CUZ IT LOOKED MEDIVAL, backend functioning was the main focus when we worked on that, so yeah room to improve but we got A+ on that)

  • @errornamenotfound604
    @errornamenotfound604 3 года назад

    one thing I did was simply look around in my school to figure out where some programming could come in handy - over multiple smaller steps like a digitalization program for the "student representator" election it eventually led to me doing a website for a student newspaper

  • @that1gamertho110
    @that1gamertho110 3 года назад +4

    My current project is somewhat beginner but somewhat medium with C#. I am going to have to make graphics in the future but as of now I am just coding. I am going to make a bot that can take in user questions and give them an answer, considering I am not even close to mastering C#, I have already started the input and output system :)

  • @fabian5784
    @fabian5784 3 года назад +11

    13:40 "if it hit a wall, it would bounce off"
    *proceeds to show ball not bouncing off a wall*

  • @tech3425
    @tech3425 2 года назад +15

    Funnily enough, the very last project, a web API, sounds like the easiest one to make.

  • @EmergentLifeArchive
    @EmergentLifeArchive 2 года назад +1

    Watching this video a second time, the first time I watched this I was 13 and learning pygame, now (16) have mastered python and moving to C++
    Word of advice:
    Get knocked down, get back up.
    Get knocked down, get back up.
    Get knocked down, get back up and stay up.

  • @davidsskittychannel6784
    @davidsskittychannel6784 3 года назад +2

    He looks like if Sid off of Toy Story was smart

  • @daxj9133
    @daxj9133 4 года назад +5

    I was just wondering about what project to start doing, i open youtube, and here are you. Thanks :D

  • @krishshah344
    @krishshah344 4 года назад

    Right in time! I was searching for things to make

  • @jackk3094
    @jackk3094 4 года назад +13

    "you guys roasted me for my pronOUnciation last time" 10:06

  • @RedstoneHair
    @RedstoneHair 3 года назад

    I made Hexic API and the adjacent Hexic webservice. I have a raspberry pi and i have made some really complex projects (like linking a rpi and a pc to make a remote controlled KODI media station). A thing i just finished was making zoom and pan in python and pygame as well as making a full minesweeper project around the pan and zoom, animations, menus, themes, really a great project and it was worth the sleepless nights. A while back using the Hexic API i also made my own little multiplayer game. Another thing i made was a pixel coding language (don't worry there was a text to pixel converter too). And just yeah great stuff!

  • @codewithraiju1424
    @codewithraiju1424 4 года назад +6

    Hi tim.. I have created a python IDE in python tkinter.. It is also a great project. It can be an IDE of any programming language.. I just have to change 2-3 limes to make it an IDE of the required programming language

  • @EvokerKing
    @EvokerKing 4 года назад +12

    Who else noticed that during the visual algorithms idea, if you looked very close, you could see that Tim has Among Us.

  • @epsylontripleZ
    @epsylontripleZ Год назад

    Thank you for ideas! I needed it so so much, I appreciate it!

  • @jatin_nagar
    @jatin_nagar 4 года назад +1

    Good projects, I will do all. Thanks Tim 😄

  • @flamablegas6308
    @flamablegas6308 3 года назад +1

    Yesterday I made a program that saves login credentials and stores them into a text file, and encrypts them, the program can also decrypt the them as well

  • @kelseycaproon5336
    @kelseycaproon5336 4 года назад

    On of the best videos I have watched! On to the point. Not a minute is wasted. Loved it.

  • @thomasstan6707
    @thomasstan6707 3 года назад +2

    Web scraping is easy peasy
    For a project I was making I needed alot of copyright free images
    So I made a webscraper that found all images on all the different websites I put in
    And then downloaded them into a folder
    I got over 200 images per 10 seconds

  • @sanketower
    @sanketower 3 года назад

    Me, who is already really close to finishing a Chess project: He will probably mention something related to chess in the beginner section. Maybe intermedium.
    Tim: Chess is an advanced project.
    Me: *impossible*

  • @DaManCave123
    @DaManCave123 2 года назад +1

    i am making an operating system using assembly c and some python. Is that good?

  • @HikariMagic20
    @HikariMagic20 2 года назад

    This is the kind of video I've been looking for. Some rather nice suggestions! :3

  • @is5210
    @is5210 3 года назад +3

    can you make a tutorial doing that security system you talked about? even doing it more advanced, with an app for monitoring the cameras or something.
    That would be very coool!

  • @blessanalex5052
    @blessanalex5052 4 года назад +1

    Woah!! Perfect timing!!!! Thanks a lot!!

  • @atribhatt6628
    @atribhatt6628 4 года назад +1

    5:28 it will be much fun to make this as a notification app

  • @raulrahaman9863
    @raulrahaman9863 2 года назад +1

    Can I mention these projects on my cv/resume?

  • @not_vinkami
    @not_vinkami 3 года назад +1

    Does anyone use Casio calculators? In Hong Kong, students use them in their exams to calculate trigonometric ratios or solve equations.
    In the calculator (mine is Casio fx 50-FH II), there is a programming mode where you can write programs that helps you solve questions faster, like writing a quadratic or cubic equation solver.
    I got such a calculator in form 1 (same as grade 7, I guess), and that programming mode completely blown my mind and made me so interested in programming.
    Therefore 3 years later, I now know Python very well and I'm going to write a interpreter of that calculator language, just because it was how I started.

  • @Computerix
    @Computerix 4 года назад +3

    Some ideas:
    1- RGB color picker ( 3 sliders each for a color ranging from 0 to 255) with a box having the color generated by the RGB .
    2- Pygame, shark game similar to hungry shark .
    3- Hangman game
    4- Mastermind game (this one is fun!)
    5- Flappy bird type of games on unity. (I do have a few tutorials on that if anyone is interested)

  • @budoray
    @budoray 4 года назад +3

    Good stuff. Building a CYOA is great for beginners followed by an intermediate approach of adding AI to the mobs. Advanced could be multiplayer with sockets or converting code to use an API or web service.

  • @julian_david4556
    @julian_david4556 2 года назад

    Glad to know that after I learn to be a developer I’ll still have issues with printers

  • @sciencedoneright
    @sciencedoneright 4 года назад +1

    At 8:59 can anyone explain what happened?

  • @wafflestechfinance6354
    @wafflestechfinance6354 4 года назад +2

    Thank you for this video!

  • @rcmag13
    @rcmag13 3 года назад

    Great video, I think I will try and attempt all of these at some point

  • @vinayakchittora
    @vinayakchittora 3 года назад

    This video is really worth it !! thank you

  • @danielzhou1469
    @danielzhou1469 4 года назад +113

    Whos here because they learnt nothing from online school?

    • @nerthus7
      @nerthus7 4 года назад +1

      😂

    • @maqabayker
      @maqabayker 4 года назад +14

      I am here because I have interest to programming although I am learning chemical engineering

    • @harryayce11
      @harryayce11 4 года назад +2

      @@maqabayker respect

    • @6L6Lcephas
      @6L6Lcephas 4 года назад

      Zoom

    • @tula3455
      @tula3455 4 года назад

      me

  • @TokyoXtreme
    @TokyoXtreme 4 года назад +2

    7:02 Sierra’s entire catalog of gaming.

  • @mica-my7wu
    @mica-my7wu 6 месяцев назад

    really needed this...thanks

  • @phileon2323
    @phileon2323 4 года назад +3

    Yes please I'm wo bored out of my mind and did everything that came to mind, I'm literally dying for something new.

  • @noamprag9393
    @noamprag9393 4 года назад +4

    Greate video!
    Would you do a video (or a series) where you create your own programming language? (Compiler or interpreter)

  • @basomiddin
    @basomiddin 4 года назад

    You've already shared all ideas that I would like comment belonging to learning Python. Thank you a lot, you're intelligent!!!

  • @clarionisige6124
    @clarionisige6124 4 года назад

    Thank you Tim for the project ideas

  • @lemoonadee
    @lemoonadee 4 года назад +7

    Tim you're growing old infront of my eyes 🥺

  • @daark3113
    @daark3113 4 года назад +21

    When your so early that time hasn't even liked any comments

  • @programmiusprojectus669
    @programmiusprojectus669 4 года назад +4

    Very helpful I will definitely make the password generator. What happened in 9:00

  • @endredimarci
    @endredimarci 4 года назад +5

    I can never unhear "n-vidia"

  • @Axzerax
    @Axzerax 3 года назад

    I'm currently working on number 15 for awhile now, still adding on to it

  • @affordcoder9403
    @affordcoder9403 3 года назад

    You are best for Python know lage thanks bro

  • @furina_
    @furina_ 4 года назад +6

    Hey Tim, love your videos 😘
    Haven’t watched this one yet but I know it’s gonna be awesome 😃

  • @gentworm2377
    @gentworm2377 4 года назад

    Nice tips, I’ll try to do some of those projects

  • @Dadylongarms
    @Dadylongarms 4 года назад

    🤯 Mind Blown with the Advance Projects. Deff a great vid. A self learner so i struggle on what to do next from one topic to another. This helps moves things along. Thanks!

  • @AlexAguirreNHRSO
    @AlexAguirreNHRSO 2 года назад

    What category would you say building an application that uses Geolocation to find Nearby and then doing some data analysis to give recommendations based on user requirements?

  • @CyberZyro
    @CyberZyro 3 года назад

    3:09 GBU 😅😀, BTW great content

  • @binaprajapati7709
    @binaprajapati7709 4 года назад +4

    What was at 4:50 and 8:58 ??
    Guess your editor graduated in 2020 online school lol

  • @ayano22691
    @ayano22691 Год назад

    if you want to program with javascript, what would you reccomend instead of Flask?

  • @akhilrajnambiar2080
    @akhilrajnambiar2080 4 года назад +5

    Thank you tim, for posting fresh ideas everytime😁. You are a true inspiration for all of us🙏🙏

  • @TechWithSabri
    @TechWithSabri 4 года назад +1

    Tim
    Where is the logo ?
    TechWithTim 🙄 TWT
    Thnks fr your time man 👌

  • @raghavendrasharma225
    @raghavendrasharma225 3 года назад +2

    Other ideas:
    •A program that finds the factors (or prime factors) of any given number.
    •A program that solves Quadratic Equations (with proper error handling)
    I actually made both of them the other day.

  • @lapcyagi9465
    @lapcyagi9465 3 года назад +1

    A calculator is a good project for beginners too !

  • @vedantsingh2621
    @vedantsingh2621 4 года назад +2

    Hey do you have tutorial for that scheduling project?

  • @christophmeyer1011
    @christophmeyer1011 3 года назад

    Project idea: Create your own library and publish it

  • @덕진이-r9n
    @덕진이-r9n 4 года назад +1

    I guess that the coding realization of reinforcement learning is totally awesome problems and examples in order to reach really high advanced level. like the flying fish anyway.
    The basic idea is really easy but the realization is one of the almost most hardest applications in machine learning. (In my case)

  • @derelictmanchester8745
    @derelictmanchester8745 3 года назад

    Excellent channel Tim...

  • @Spiderman_from_earth_69
    @Spiderman_from_earth_69 Год назад +1

    4:54 Bruh , that is the Java logo not JavaScript 🤦‍♂️

  • @miha-gorsin
    @miha-gorsin 2 года назад +1

    It starts at 2:00

  • @JonnySolomon
    @JonnySolomon 4 года назад

    Dope video Tim

  • @user-pu8ft6cq6k
    @user-pu8ft6cq6k 3 года назад

    The fitnessgram pacer test

  • @exoticpash8823
    @exoticpash8823 3 года назад

    Thanks, good suggestions!

  • @artabra1019
    @artabra1019 4 года назад

    tnx to tim i learn selenium i got web scraping jobs projects in upwork about website automations and website extractions

  • @aadikya
    @aadikya 2 года назад

    5:08 - web scraping

  • @mahdisaii9473
    @mahdisaii9473 3 года назад

    cool ideas! thanks

  • @unknownman5296
    @unknownman5296 4 года назад

    hey tim where do you learn machine learning ?? any resources ??

  • @rog_shakhyar6171
    @rog_shakhyar6171 4 года назад

    When are you going to use your jetson nano?