Today we learn how to make a simple Internet speed test in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
💻 The Algorithm Bible Book:
🐍 The Python Bible Book:
👕 Programming Merch:
🌐 Social Media & Contact 🌐
📱 Website:
📷 Instagram:
🐦 Twitter:
🤵 LinkedIn:
📁 GitHub:
🎙 Discord:
🎵 Outro Music From:
hello dear I am using Ubuntu, when I using import speedtest its showing error .. can u assist me ?
Great tutorial!
you good man
nice
|
thank you
From where can I get those codes in this video????
Great but how these codes comes to ur mind.? Is it because u learned everything in python?
print(upload_result) đi nốt iWork can u please respond
Everyone who is getting this error: AttributeError: module 'speedtest' has no attribute 'Speedtest' do these 2 command
"pip uninstall speedtest"
and after
"pip install speedtest-cli"
Thank you for making an easy video to follow.
Hey, can we do that on the mobile app
you're a underrated legend
im extremely new. hopefully someone can help me out here. when i try to run it, i get the same error that he did, but unlike him i am unable to get it corrected. i downloaded the speedtest in the cmd center. and when i use python IDLE it works, just not when i use PyCharm. any help would be appreciated.
keeps saying no module named 'speedtest'
source code?
dude i need nothing just veins like your in your bisceps
great to hear that apparently Austria doesn't have any better internet speed than Germany 😅
Great Video. It is much simpler that I imagined. Thank you for making this video! I am new to python and you explain things well.
sorry I get this error throw that I was install sppedtest module ……….""AttributeError: module 'speedtest' has no attribute 'speedtest'
How did u made that quick refactor at 5:19 that was awesome what is the trick?
Dude download a python library who do a speedtest is not doing a speedtest….
short and very helpful. Really appreciate
Is there any possibility of getting speed of best server? Because the download speed is much lesser than the speed I get in speedtest.net..
@NeuralNine: It's not often that I comment on videos here on YT, but I watched this video (and a lot of your other videos), and I've used your code for a tiny project of mine (I've credited you in the code). I'm not an avid coder – not by a long shot – but I finally found the "key" to understanding a lot of how coding (and especially Python) works. Most of that understanding is because of your great way of "show and tell" in your videos. Thumbs up! Keep up the good work!
Good content, dude
感謝你
AttributeError: module 'speedtest' has no attribute 'Speedtest'
Are you using this library under python 3.9?
Because my python compiler sais an error because of the python version.
Nice tutorial but isnt dividing by 1024 only for bytes? 1Kilobit has 1000 bits not 1024 bits. 1KiloByte has 1024 Bytes
U can type 1 cmd to know this 🤭🤭🤭🤦♂️🤦♂️🤦♂️🤦♂️
Good stuff, the last line should be ping_result instead of download_result
I keep getting ValueError: invalid literal for int() with base 10: ''
Good