The Ultimate 25 Minute Python Project!

preview_player
Показать описание
Today, I'll be showing you a quick Python project that you can work on to hone and practice your skills, while learning some new Python features!

⭐️ Timestamps ⭐️
00:00 | The Ultimate Python Project
01:00 | Project Demo
04:20 | Project Walkthrough
27:28 | Running the Project!

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Python Development
- Coding

⭐️ Hashtags ⭐️
#techwithtim #developer #python #howtolearncoding
Рекомендации по теме
Комментарии
Автор

As a beginner, some of this goes over my head, but the language is slowly starting to make sense thanks to your videos! Thanks for making them.

benjohnston
Автор

Life is crazy, i first started watching your python tutorials when i was 15 back when you didn’t even show your face, fast forward 5 years later i got into CS because of you.. now being in my third year of uni and i still come back to your channel for help. You don’t know me but I have a lot to thank you for😭

wzzifvy
Автор

hey Tim, I am a data analyst struggling with Python but your videos helped me so much to understand how Python works! Thank you so much for sharing! You are a brill teacher!

joannatrafna
Автор

man you did a fantastic job in this video describing a situation that is difficult to describe (but is not exceedingly complicated, logic wise). You're a talented teacher!

AliAliOxenFree
Автор

you're a legend Tim! what a fun experience i had while doing this...there really is an elegance about programming and oh boy do i love it!

adityabhambhani
Автор

Thank you so much for this. As someone who knows python but never really kind of mastered it this is really helpful in regaining the confidence in my learnings. Please make more of such projects

seyu
Автор

This project is rich with logic and algo that are used to solve interview questions. Highly recommend watching more then once.

CMT-pq
Автор

Hi Tim. Another solid video and project. I liked it so much and also tried a different way to write the program. I used a binary np array to code the color/position of a guess/target. Then used some mathematical functions to calculate correct/incorrect values. One of the things I really like about coding is the idea that there are many ways to write/solve a problem. With your videos I am learning to write to the point that I can explore different ways. Although, they are not very clean. With time they will be. Thanks for another great video! Looking forward to more!

mathewhunter
Автор

This is a good way to learn. Please keep posting such videos.

vedantsgoodlife
Автор

Thanks so much Tim for all the beneficial videos. Have really learn alot from it.

alimihakeem
Автор

Since building the space invaders game with you 3 months ago and understanding nothing, I now understanding 90% of whats going on here and feel so proud. Thanks Tim!

Abdulla_tech
Автор

Thanks Tim, this content is always useful.

bzwiv
Автор

I’m liking this type short project video because it is more enjoyable to learn programming with projects. hope u will bring more

ehsanulhaqueraiyan
Автор

I really enjoy your projects. You are such a blessing for Beginners. I really enjoy your vides so much. I just want to say : THANK YOU SO MUCH FOR SUCH A GREAT CONTENT.

hussnainkhan
Автор

I replicated the code exactly (exept for using letters A-F instead of colours) and ran into a bug. After checking the correct positions, the second for-loop doesn't know which letters of the guessed code have already been used to find correct positions. Therefore the second loop goes over all letters in the guessed code again and compares them to the remaining actual code letters in the counts dict. If one of the remaining letters is identical to one of the guessed letters in the correct position, it uses that letter again for the incorrect position. Here is an example, because I think my description sucks: If the correct code is ECCD and you guess ECFD, the game prints 3 correct guesses and 1 incorrect guess (which doesn't make any sense). A workaround is to add "if guess_color != real_code" into the if-condition of the second for-loop. I hope this makes some sense lol

bombus
Автор

Thanks, you helped me break down this problem for my students. Really appreciate it!

ayatr
Автор

that was a very very good video, thank u for making all of this awesome video.
i hope u make more and more of this python projects video ( especially for intermediate level ) because they are very helpful.
tnx again tim.

hassanarjmandnia
Автор

I love these videos, and this is very beginner friendly, but so much of this seems to be done much more difficultly than it needed to be

murphygreen
Автор

I never knew "else" could be used with a "for" loop. Nice!!

mangeurdecowan
Автор

You are amazing my python skills are grow with yoy thank you bro❤

harishsanthosh