Python Programming Tutorial #12 - Functions

preview_player
Показать описание
This is the 12th video in my python programming series. Today I talk about functions and their uses.

Please LIKE and SUBSCRIBE for more content!

Video Tags:
python,python tutorial,python language,python full course,python course,learn python,learn python programming,python tutorial for beginners,python tutorial 2018,python programming tutorial,python programming language,software development,programming tutorial,techwithtim
Рекомендации по теме
Комментарии
Автор

Thank you for this video. I'm currently doing a university short course in Python. You explained this concept far better than the uni lectures did! Much appreciated.

andrewgordon
Автор

Thank you bro! I thought functions were super hard to understand but you explained it well.

techdiesel
Автор

Heya Tim! As I said earlier, after checking your videos, I am really hooked up to python programming. If you can place a tutorial on Data Structures and Algorithms, that would be very useful. Thank-you. (PS: Your content is awesome as always)

ketankapale
Автор

Thanks a lot!!!! i never understood how functions really work(i am a beginner)i tried anything but i did not understand anything and then i watched your this video and i understood literally everything....thanks bro

veer
Автор

I'm used to hitting the like button before starting the video. 2021 have set a small target to complete all the videos that tim posts. I'm very sure I'll be different programmer by the end of this journey

lifesamazinginindia
Автор

It is an honor to be the first person two and a half years later to tell you that F = m*a. So all you had to do was type a = F/m and you would have been an official scientist.

jackmiddleton
Автор

Excellent video TIM! Thank you so much!

srinikashvenki
Автор

great video tbh bro u deserve more subs :)


can u make a odoo tutorial tim ?

gunahawk
Автор

In combination with tkinter functions can also work as commands. That's one of the main uses for functions for me

jorgeperezcruz
Автор

Nice video
Watched at 2x
Meet you in next one

eswarspython
Автор

Fucking finally! I couldnt wrap my head around calling those functions because evertime i get an error, iwatched your video and it the job for me. thanks so much man!

ctrl-alt-del
Автор

listexample = ['exampleone', 'examplethree', 'examplefour']
print(listexample)
listexample[1:1] = 'exampletwo'
print(listexample)

You showed adding one letter to the list, but what if you want to add a whole string, because this will give all seperate letters.
Like:
['exampleone', 'e', 'x', 'a', 'm', 'p', 'l', 'e', 't', 'w', 'o', 'examplethree', 'examplefour']

How would I fix that?

MrCoolBlunt
Автор

How long did it take for you to have the basic steps memorized before going to the intermediate level?

RazerZeus
Автор

The 1st solution of the text-based tutorial it should be age rather than years.. miss typed

arifbasri
Автор

AWSOME VIDEO... good work.. i started to make arduino tutorials, if you want please check them out and tell me what you think ... thank you

riseoftechk
Автор

Bruuh... acceleration is force divided by mass F= ma

peterfarhat