Python 3 Tutorial 3: How to Print

preview_player
Показать описание
BitCoins: 1MvEA6xapeU8oBAgJ8YkVBXmo1KzRK8E8M
Thanks for watching :D
Рекомендации по теме
Комментарии
Автор

this really helped out as my teacher doesnt know every thing about this because its the first time our school is doing coding and everything and we are the first students doing it in year 10 and i wanted to say i learn more off of your vids then go in to school and show the teacher what to do any way thank you for these vids

ReptiArts
Автор

Glad to see you are using Python 3! I am currently taking a Computer Science Intro to Programming course in which we are using Python 3.4.3 which, as you know, is much different from Python 2. Almost all of the things I find online are tutorials for Python 2, which aren't completely useless or anything but must be modified heavily for me to use it...

mihaeltomasovic
Автор

That's why I made these python 3 tutorials. It is so different from 2.7 that I needed to create these. However It will be a while before python 4 so I don't have to worry about it. Once it does happen though yes I will update it.


TheKurtPrice
Автор

Python is used for a lot of websites now just as php is. Python is also used a lot in robotics and even game programming. Google also used python as its backbone for a long time as well, but I'm not sure if it still does.

TheKurtPrice
Автор

No not between two versions. The python command will only use one path and cannot use two paths because there is no way to tell it which you want to use by saying python in your command line.

TheKurtPrice
Автор

Which do you like better python or c or c++?

zane
Автор

Ehh it's...a bit different. In C/C++ your code is checked for SYNTAX before running it like you said. The same is done with python however...If you run C/C++ with a possible memory leak or pointer issue it will not tell you until it encounters that line of code. Pyhton does the same thing. If you did 3x for a variable name it would tell you SYNTAX ERROR but if you did something like try to like if(x[100] == 3) when x[100] doesn't exist it will not error unless that if statement is checked.

TheKurtPrice
Автор

sir how can i erase codes or text in the idle?

GianneApale
Автор

Does Java inherit from Python? or does Python inherit from Java?...

hawgrider
Автор

IDLE doesn't work or open for me at all...:(

MrCooldude
Автор

Use format strings. Google it youtube won't let me type it.

TheKurtPrice
Автор

No, there is no echo command in python.

TheKurtPrice
Автор

Well they each have their own perks. I don't know C++, but I know a bit of how it works and I do like that it is OOP. I like C as far as power because you really can do anything, and faster, but python is also very fast and easier to use. It really just depends on the context of what I need to do. I also hate java because that is what I use at work and I have come to see that it is satan.

TheKurtPrice
Автор

Neither. Python and java are both OOP(object oriented programming)languages, but they operate completely differently.

TheKurtPrice