Python 26 Object Oriented Programming

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi MrVjfloyd, I'm glad you're liking the videos, thank you.
I am in Ubuntu, yeah. IDLE, the editor I am using in these tutorials should come with Python -- "from idlelib import PyShell; PyShell.main()" if you have to -- and you can just install that with your package manager if you're running Linux (sudo apt-get install python, for Ubuntu/Debian derivatives).
If you're running Windows, IDLE should come with the installation package you can find online at python.org

What OS are you using? :)

_JohnHammond
Автор

Coming here after watching John Hammond hacking videos and I can see the change. It’s recorded 12 years ago that tells everything how much hardwork does it take to be at some place that people call intelligence or luck ignoring hardwork

learnwithshahzebb
Автор

Hi RootOfTheNull
Sorry for my english,
Your tutorials are really helpful, I have a question your're developing in Ubuntu ? because I had tried to install autocomplete python shell but i haven't gotten it

MrVjfloyd