20 Beginner Python Projects

  Рет қаралды 404,859

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Improve your Python skills by learning how to code 20 beginner Python projects.
💻 Code: github.com/tomitokko/20-pytho...
✏️ Course developed by CodeWithTomi. Check out his channel: / codewithtomi
🔗 Join CodeWithTomi's Discord Server: discord.gg/cjqNBHHhKV
🔗 Twitter: TomiTokko3
⭐️ Course Contents ⭐️
(0:00:00) Introduction
(0:00:41) Email Sender
(0:12:15) Word Replacement Program
(0:14:35) Basic Calculator
(0:28:21) Email Slicer
(0:35:20) Binary Search Algorithm
(0:53:48) Quiz Program
(1:07:04) QR Code Generator
(1:13:58) Interest Payment Calculator
(1:21:51) Random Password Generator
(1:31:41) Dice Rolling Simulator
(1:38:47) Site Connectivity Checker
(1:47:29) Currency Converter
(1:51:53) Leap Year Checker
(1:55:53) Word Dictionary
(2:07:41) Rock, Paper, Scissors
(2:19:39) Python Face Detection
(2:27:14) Python Automation
(2:39:02) Web Scraper
(2:47:28) Image Resizer
(2:57:34) Graph Plotter
🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Пікірлер: 250
Code With Tomi
Code With Tomi 6 ай бұрын
Big Up to FCC for publishing this, i hope it helps.
Linux For All
Linux For All 27 күн бұрын
where is the haarcascade_frontalface_default.xml file as you mentioned it would be in the description, its even not in your GitHub? what is this behavior of making videos just for the sake of formality? So Disappointed
Wei Ju Lee
Wei Ju Lee 3 ай бұрын
@princewill onyenekwe This looks like vscode with python.
Peeetza
Peeetza 3 ай бұрын
@Code With Tomi I tried to do it on my own with python documentation for email.message API but in the doc it did not say anything about ssl library or email_password. How did you know they were needed? It seems like I always have to rely on tutorials.
beans
beans 4 ай бұрын
@princewill onyenekwe i am not 100% sure but it looks like vs code, also, all of this would work on pycharm.
princewill onyenekwe
princewill onyenekwe 5 ай бұрын
Amazing tutorial. Just what I needed, thank you. By the way, what python app are you using in this video? I have pycharm but this doesn't look like pycharm.
.Ruj
.Ruj 6 ай бұрын
We really have to appreciate the time they invest to bring these beginner friendly projects!
Gottfried Wilhelm von Leibniz
Gottfried Wilhelm von Leibniz 6 ай бұрын
I will never be able to thank you enough... Keep working on these videos, they're incredibly useful!!!
hello world
hello world 6 ай бұрын
Tomi is 17 and made it to FCC, congratulations to you, really inspiring
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Alfredo Herculano
Alfredo Herculano 4 ай бұрын
I've been away from my Python studies for some months. This tutorial is of great help for me to remember some concepts. Thanks FCC and Tomi!
PureWaves
PureWaves 6 ай бұрын
The email sender was exactly what I was looking for. clear, beginner friendly and awesome tutorial!
Leleményes Nándüsszeusz
Leleményes Nándüsszeusz 4 ай бұрын
Hi Tomi, great job. Keep doing it. :) I have a remark regarding your tutorial of binary search. The -1 and +1 at the comparison to the middle value is not because python uses zero based arrays. if(element== list[middle]): return middle elif(element< list[middle]): end = middle -1 # -1 skips an extra step, because we already compared "middle" in the statement above, so we can definitelly throw it away, # we don't have to take it into our new sublist, we can choose the "end" variable smaller else: start = middle + 1 # same here, "middle" is already compared and is not matched, it is not going to be needed in our next sublist, # we can skip it choosing the "start" variable bigger
the NeverWas
the NeverWas 4 ай бұрын
Thank you for these great tutorials. They are so easy to follow.
Kristian Melsæter
Kristian Melsæter 5 ай бұрын
It's so fun when you start to get a grasp of things in Python. Been playing around with PySimpleGui for about a week. So after i saw the "Password generator" part and understood the method i went on to try to make a interactive version in PySimpleGui. After about an hour of troubleshooting i finally made it!
Emmanuel Asiamah
Emmanuel Asiamah 2 ай бұрын
can you share your work ? I would like to see it.
Migue M
Migue M 2 ай бұрын
I still have much to learn to consider this as beginner concepts, but thanks so much for this kind of videos.
THUSITH-TEC
THUSITH-TEC 6 ай бұрын
I just started learn python.. So this tutorial is for me. Thank you very much ❤️
Abhinav Varshney
Abhinav Varshney 6 ай бұрын
Thank you so much Tomi sir for bringing to us such a fantastic tutorial... cheers 😊😊😊
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
InstaSpeedz
InstaSpeedz 6 ай бұрын
This is amazing, I am learning Python and making these projects helps me even more. Thankyou soooo much freecodecamp u have helped me alot during my time learning python! ❤
InstaSpeedz
InstaSpeedz 6 ай бұрын
@Realist38 Your welcome bro👍👍
Realist38
Realist38 6 ай бұрын
@InstaSpeedz 👍👍 cool. Thanks bro
InstaSpeedz
InstaSpeedz 6 ай бұрын
@Жеткербай Кенесбаев Thanks dude, hope you also keep up with your work :)
InstaSpeedz
InstaSpeedz 6 ай бұрын
@Realist38 Javascript is mainly used to make websites interactive and it is used for the front end web development. Python can also be used to create websites using Django and flask. There are many jobs seeking for python developers so yeah you can be a developer even if you are learning python.👌
Realist38
Realist38 6 ай бұрын
Do you need to know JavaScript to be a developer ? Can it be swapped with python ?
Bruised Banana
Bruised Banana 16 күн бұрын
Great tutorials! One question though... Why don't you add a GUI to the projects?🤔 This will allow someone who knows nothing about coding to at least see how the project looks like.
BIGHOMIE JJ
BIGHOMIE JJ 6 ай бұрын
Great stream, as always. I appreciate the level-headed approach you take to the news and the markets. . A lot has changed and that's on everything but the truth is I don't even care much about bullish or bearish market anymore because Bradley James Holly got me cover as I am comfortably making 5.1B T C monthly.
Steven
Steven 6 ай бұрын
Best feeling is knowing you're going to make a gain today and tomorrow, and you're 100% sure, Mr Bradley J Holly, you' re a Genius>
Edmond Uziel
Edmond Uziel 6 ай бұрын
My Favourite T/A man. .ALWAYS on the ball, honest and to the point.
His Telegram : MrBRADJOLLY
His Telegram : MrBRADJOLLY 6 ай бұрын
..
Kilan Talon
Kilan Talon 6 ай бұрын
Asking please, how do I get through to Mr Bradley J Holly??
3. 1415926535
3. 1415926535 6 ай бұрын
Hey, fellow beginners, just a reminder: Be careful what kind of data you send to API's. You don't know who's actually receiving that stuff and what exactly they'll do with it.
Pooja Gupta
Pooja Gupta 6 ай бұрын
No words to thank u guys for what you've been giving to us🙏🙏♥️♥️♥️♥️♥️
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Game Lifer
Game Lifer 21 күн бұрын
In Basic Calculator, when creating add function, how come your vscode automatically has suggestion to return a + b?
Shadow Walker
Shadow Walker 5 ай бұрын
I think this binary search algorithm will only perform well on an ascending sorted array. So, we have to write the conditions based on what kind of array we are searching on. I recently modified my binary search algorithm for an unsorted array.
Jonathan Z
Jonathan Z 6 ай бұрын
Hi, I have a general concern about programming tuto, the lack of : how are you processing ? You sadly go straight to the point, but I will be happy to know how you solve the problem, the way you find the solution more than the way to the point in straight line. For exemple, after some times I can find my way on laravel doc, or php or shell, but I will be glad to find a simpliest path, to be confortable with. Causual tuto are to easy : a variable is... or to hard import panda and make you confortable with it... I'm not familiar with Python, I'd done some scripts but nothing fancy, mostly converting csv to xlsx, by installing librabry with pip, and other stuffs with string and calling bash utillity. And for instance if I understood pretty easily we import EmailMessage for sending mai (genius)l, I'd like also to know how you I can find easily what I need in python doc, or other informative sources experienced people know about. More than a speedrun to making something. Sorry, English is not my first language, I hope I'm readable anyway. If you have any editing to suggest I'm all ears on. o(^_^)o By the way thanks for the share ;-)
Rex Su
Rex Su 6 ай бұрын
really appreciate your hard work!
Jason Go
Jason Go Күн бұрын
Just done this tutorial. Thank you, it was very helpful. God bless!
THE ART OF SEDUCTION
THE ART OF SEDUCTION 6 ай бұрын
Your videos are actually helping me learn to code
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Nature and Travel
Nature and Travel 4 ай бұрын
can we add these projects in our resume ? or where can we mention them?
Bikram Purkait
Bikram Purkait 6 ай бұрын
Thank you sir. Very helpful for beginners to enjoy this language 🥳🥳.
DerLetzteTiger
DerLetzteTiger 6 ай бұрын
Same concept with Java would be highly appreciated
Ssekate Raymond
Ssekate Raymond 6 ай бұрын
Good job, these are really helpful 🥰
Boris Massesa
Boris Massesa 6 ай бұрын
Same content in Java will be much appreciated 😊
Zoltron Films
Zoltron Films 6 ай бұрын
Honestly I appreciate you and your content < Technical Analysis is good but I find It truly baffling that major crypto youtubers just look mostly at pure T.A and completely ignore the bigger narrative of why BTC is pumps/pumped and why the future outlook will be even rosier than it seems. It's kinda irresponsible to ignore the fact that each ETF launch so far has caused a major dump at the peaks of BTC. We were already on shaky footing with historically low volume and almost pure whale pumps,narrowly avoiding a long-term bear market. More emphasis should be put into day tradiing as it is less affected by the unpredictable nature of the market. I have made over 12 btc from day tradng with Bradley James Holly insights and charts. He been one step ahead of other analysis..
Amir
Amir 4 ай бұрын
@Zoltron Films just delete it?
Zoltron Films
Zoltron Films 6 ай бұрын
Whoever you are get off my account why are you doing this. please, i am sick of your crap you need to get off right now.
Ray Collins
Ray Collins 6 ай бұрын
there’s a bullish Divergence in Bradley J0lly’s patterns
pose Laycom
pose Laycom 6 ай бұрын
BeSt Feeling is Kn0wing you 're going to make a gain today and tomorrow, and you're 100% Sure, mr Bradley j Holly, you' re a genius
Steven
Steven 6 ай бұрын
mY fAvourite T/A man, aLWAYS on the ball, honest and to the Point.
averagebodybuilder
averagebodybuilder 6 ай бұрын
I have to thank LibreOffice for making Python very available
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Ram
Ram 4 ай бұрын
We need one like this for c++
philippe did
philippe did Ай бұрын
Nice tip, big thank you😃
Anuvab Chakraborty
Anuvab Chakraborty 6 ай бұрын
Cool things to learn 😊 thanks again
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Geeky Programmer
Geeky Programmer 6 ай бұрын
The guy is half my age yet better than me 😲😲 Keep up the good work young man 😊😊
Geeky Programmer
Geeky Programmer 6 ай бұрын
@K Ojo ok so?
K Ojo
K Ojo 6 ай бұрын
Dude is from Nigeria 🇳🇬 😳 😐 😕 😒 😑 🇳🇬
Sampson Kwame Asiedu
Sampson Kwame Asiedu 3 ай бұрын
very practical and easy to follow
Sakti Biswal
Sakti Biswal 6 ай бұрын
For beginners level these 20 programs are okay. The image resizer is the only good one for intermediates.
Learn Python, C++ and JavaScript for Beginners
Learn Python, C++ and JavaScript for Beginners Ай бұрын
We appreciate really this full course
Mitchelle Leeuw
Mitchelle Leeuw 6 ай бұрын
This is actually super amazing. Just started with the first project and I am now curious if I can respond to the very same email I had generated when the receiver has responded. How I can I respond using code as well on the mail trend.
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Shree Dhoni
Shree Dhoni 6 ай бұрын
Can I use this for Java also?or do I need some other projects?
Shree Dhoni
Shree Dhoni 6 ай бұрын
@unlxck fine
unlxck
unlxck 6 ай бұрын
@Shree Dhoni i didnt say you have to do it with python, i just said that its easier
Shree Dhoni
Shree Dhoni 6 ай бұрын
@unlxck but I dunno phython
Shree Dhoni
Shree Dhoni 6 ай бұрын
@Ricardo Silva okay Thankyou
Ricardo Silva
Ricardo Silva 6 ай бұрын
Actually this is a good practice, redo all the project in another language of your interest ...
C X
C X 4 ай бұрын
If anyone gets the error message "Unable to get local issuer certificate" and are using a mac, you need to go into your application folder, open your python folder, double click to run the "Install Certificates.command" file, then go back to your editor and run your code and it should work.
James BeShears
James BeShears 2 ай бұрын
Thank you!
Lea
Lea 2 ай бұрын
Thank you so much, that was exactly my problem
TunezFN
TunezFN 4 ай бұрын
insane release, thanks!
manveer dhindsa
manveer dhindsa 5 ай бұрын
I don't see the XML file at 2:20:00 in your github for the face detector
AquamenHD R
AquamenHD R 6 ай бұрын
He so young and already so skilled!!!
English club live
English club live 6 ай бұрын
thank you very much guys, you doing a great favor for humanity.(no exaggeration here)
MAASHIN TOSH
MAASHIN TOSH 6 ай бұрын
wow this is really beginner friendly,, thank you
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
ANZIL KASHMIRI & INDONESIAN
ANZIL KASHMIRI & INDONESIAN 6 ай бұрын
Congratulations, you've outdone yourself. This video is one of the most impressive one-punch recovery moves I've seen in a while: the coding, the clickbait, the references from other channels/people... *WTRADE INSPECTS* on the internet just knows an opportunity to recover lost money when he sees one.
Jiang Comrade
Jiang Comrade 6 ай бұрын
This is GOLD !
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Alif
Alif Ай бұрын
Made some changes to the email slicer program to help me build something different. Good practice print(f"Your username is {username} & domain is {domain} and extension is {extension}")
D N
D N 6 ай бұрын
Amazing brother 💜
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Mahadi Hasan
Mahadi Hasan 6 ай бұрын
love it 💝
David reilly
David reilly 5 ай бұрын
How do I install the email since its not already installed on mine?
Bigyan_Sapkota
Bigyan_Sapkota 6 ай бұрын
2:42:25 if it shows bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? then: pip install lxml SOLVED
Robert Norris
Robert Norris 4 ай бұрын
Darn! I get a message that there is an issue with the lxml package and i can't load it. I would have liked to have been able to do the web scraping script.
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆
Be My Art
Be My Art 3 ай бұрын
Where can I get xml file for Face detection project????
Schuyler Blasy
Schuyler Blasy 6 ай бұрын
Dude! This is awesome!
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
peter
peter 6 ай бұрын
Finally something to practice beyond hello world
Ali Mohsin
Ali Mohsin Ай бұрын
is it better to follow the video or to try to do the project on your own first
Share Knowledge
Share Knowledge 2 ай бұрын
GREAT Job👍
Gabriel Roomvm
Gabriel Roomvm 3 ай бұрын
LOVED IT
Hassan H Hashemy
Hassan H Hashemy 4 ай бұрын
i want completed projects where can i find them ?
Burhan Altıncan
Burhan Altıncan 20 күн бұрын
Thank you for the video but a lot of pips don't work with modern version of python. It was a bit dissappointing.
Emanuel Tameklo
Emanuel Tameklo 3 ай бұрын
I'm having issues with import qrcode. I have installed everything properly but for some reason I keep getting an error stating "no module named 'qrcode' ". I have also researched a few different sites but have had no luck.
Asyraf Az
Asyraf Az 29 күн бұрын
For those beginner (using Pycharm) having problem with "import qrcode" "ModuleNotFoundError: No module named 'qrcode'". After "pip install qrcode image" at command prompt, you also need to install "package" name qrcode in Pycharm too. File -> Settings -> Project:#### -> Python Interpreter -> "+" -> search "qrcode" -> Press "Install Package"
Eighteen !
Eighteen ! 3 ай бұрын
I have a question to all of you watching. When you were doing the projects, could you do it alone, or you had to follow along? I feel like im cheating
Koto
Koto 6 ай бұрын
One question,how do you attach files on the email sender?
David reilly
David reilly 5 ай бұрын
Anybody?????
Willy
Willy 5 ай бұрын
Yeah, this
Kishore
Kishore 6 ай бұрын
Sir please need a video on this topic even for JAVA 🙏
21ykumar
21ykumar 6 ай бұрын
These are very good projects for beginner's..
Dy Director Operation
Dy Director Operation 2 ай бұрын
Where is the .xml file please?
Ankush Kumar CSE
Ankush Kumar CSE 6 ай бұрын
Wow👍👍
francis gauvin
francis gauvin 6 ай бұрын
thx a lot for the email sender! i'm in this right now!
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Junior Ephraim
Junior Ephraim 6 ай бұрын
hi can please ask what's the text editor that was used on this tutorials?
Thee Odeh
Thee Odeh 5 ай бұрын
VS code
Mohammed Essam
Mohammed Essam 6 ай бұрын
Thank you so mush ❤️❤️
Lahiru Perera222
Lahiru Perera222 6 ай бұрын
Thank u sooo much this is very useful
Rishav
Rishav 3 ай бұрын
where can i find that opencv file? and also the vidio should be more descriptive rather than just speaking what are doing you should explain what , how and why are you doing. thanks
Fabian Ornelas
Fabian Ornelas 5 ай бұрын
Does anyone have the code for the dice graphics dictionary?
Robert Norris
Robert Norris 4 ай бұрын
a version is on the github linked above. what he shows in the video is different, much better looking though
manveer dhindsa
manveer dhindsa 5 ай бұрын
What is 'return -1' doing at 49:00
Gg Ff
Gg Ff 4 ай бұрын
What's font that are u using bro?
våld
våld 6 ай бұрын
Just what I needed
panos emmanouilidis
panos emmanouilidis 6 ай бұрын
Question. I want to make a small python script, a daily automatic message to my father to get his pills. Do I have to keep my editor open 24/7 so that the script runs? Is there any other way?
Evgeny Kolodenets
Evgeny Kolodenets 2 ай бұрын
You can write .bat script to run .py file and make a schedule for it
Dino Army
Dino Army Ай бұрын
I like how it suggests for no , print goodbye😁
Luciano Vlap Souza
Luciano Vlap Souza 3 ай бұрын
On the second exercise, my program does not quit if E is chosen. What is happening?
MIkkel Kruse
MIkkel Kruse 2 ай бұрын
have you remembered to put quotes around them and if u have then maybe u forgot to write choice
Aksh
Aksh 6 ай бұрын
thanks for the video 🙂🙂
Kashaf Khan
Kashaf Khan 6 ай бұрын
You are awesome Love from India ❤️
Mansour Teuw
Mansour Teuw 6 ай бұрын
Wonderful
taealam watabaq
taealam watabaq 6 ай бұрын
Please make a video on java project for beginners...
AsN
AsN 24 күн бұрын
Amazing video thank you for your time
Tomi Renaldi
Tomi Renaldi 6 ай бұрын
OMG Sir! Amazing!
Shadab Alam
Shadab Alam 6 ай бұрын
This video is saving my thousands bucks
Paul Michael
Paul Michael 2 ай бұрын
#Binary search algorithm #Made it to be able to take any user input and sort it if not sorted already def binary_search(list, element): start=0 middle=0 end=len(list) steps=1 while(start
Ratnadeep Saha
Ratnadeep Saha 6 ай бұрын
What extension or feature you are using which is auto suggesting codes while you are typing.
Robert Norris
Robert Norris 4 ай бұрын
I am using Visual Studio Code (VSCode) like Tomi is using, and I installed the Python extension. both are free and are pretty amazing.
Mahadi Hasan
Mahadi Hasan 6 ай бұрын
Can you make some projects by java?
Jason Go
Jason Go 2 күн бұрын
i got some problem while installing PyDictionary note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. what is that mean?
Jason Go
Jason Go Күн бұрын
@ARYAN VERMA :( okay i'll tell you when i can fix it
ARYAN VERMA
ARYAN VERMA Күн бұрын
I had the same problem , I too failed installing it .
Luciano Vlap Souza
Luciano Vlap Souza 3 ай бұрын
hi there thanks for the content, amazing. I could not send the email, got this error: em["From"] = email_sender ~~^^^^^^^^ TypeError: 'type' object does not support item assignment Can you help me?
Shawn
Shawn 6 күн бұрын
@Calm1403 I appreciate the idea. I did return this and still same error.
Calm1403
Calm1403 7 күн бұрын
Have you tried using ' instead of ", that might help as some syntax in python requires " instead of ' and vise versa. For e.g: my_list = ['This', 'is', 'a', 'list'] print(f"The list is: {(', '.join(my_list)}") If you were to use a quotation instead of an apostrophe with the .join function, the program would mark it as a syntax error. So you'd need to change the quotation to an apostrophe or an apostrophe to a quotation, depending on what you used first at the start of the code. This is just a guess, but hopefully it helps?
Shawn
Shawn 7 күн бұрын
I've got the same issue too. I can't find any answers and I tried some other variations to no success.
Vision
Vision 4 ай бұрын
What is that autofill extention that he is using?
Actellim
Actellim 2 ай бұрын
@Robert Norris it's copilot
Robert Norris
Robert Norris 4 ай бұрын
Part of it is Visual Studio Code with the Python extension. i don't know what he is using when it almost autocompletes the comments he is adding. that is interesting.
DEEPAK M
DEEPAK M 6 ай бұрын
Can you tell me please What complier you are using?
Robert Norris
Robert Norris 4 ай бұрын
Most of the time, he uses Visual Studio code (VSCode) with the Python extension installed. All free!
PRATIKSINGH THAKUR
PRATIKSINGH THAKUR 6 ай бұрын
Superb
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
syaoran sakura
syaoran sakura 5 ай бұрын
Finally finish this
l8db emotions
l8db emotions 6 ай бұрын
Fantastic
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Acromata
Acromata 6 ай бұрын
C++ Beginner Projects next?
Beste Rezepte
Beste Rezepte 6 ай бұрын
👍
Usman Sohail
Usman Sohail 6 ай бұрын
Please make one for Cpp
telegram 👉👉ijustine131
telegram 👉👉ijustine131 6 ай бұрын
Congratulations 🎉 you’ve been shortlisted as part of the winners, send me a message 👆👆to acknowledge your reward👆👆👆
Thanakon
Thanakon 3 күн бұрын
Hello, I'm Thai. Why does it tell me it's grammatically wrong? I should start and don't know much. Is there anyone who can help?
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 2,5 МЛН
Learn Web Development And ACTUALLY Get A Job In 2023 | Ultimate Guide
1:33:52
he stole my ice cream 😨 #shorts
0:14
Лерочка
Рет қаралды 1,9 МЛН
Left or Right! (Help people in Need!) #shorts
0:52
PANDA BOI
Рет қаралды 32 МЛН
Lego MUKBANG : Fried Chicken Challenge 🔥- Stop Motion & ASMR Video
32:43
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 1,6 МЛН
5 Mini Python Projects - For Beginners
1:41:08
Tech With Tim
Рет қаралды 1,8 МЛН
FASTEST Way to Learn Coding (for FREE) and ACTUALLY Get a Job
8:32
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
Tech With Tim
Рет қаралды 1,1 МЛН
Mastering Python - Everything You Need To Know To Become a Python Master
16:02
APIs for Beginners - How to use an API (Full Course / Tutorial)
2:19:33
freeCodeCamp.org
Рет қаралды 4 МЛН
Data Analysis with Python for Excel Users - Full Course
3:57:46
freeCodeCamp.org
Рет қаралды 1 МЛН
Object Oriented Programming vs Functional Programming
18:55
Continuous Delivery
Рет қаралды 678 М.
Great Design With User Research - Design a Mobile App Using Figma
3:40:22
freeCodeCamp.org
Рет қаралды 302 М.
he stole my ice cream 😨 #shorts
0:14
Лерочка
Рет қаралды 1,9 МЛН