Python Programming Tutorial - 21 - Modules

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

figured out the tuna.fish before bucky said it. feeling so smart!

robertaspelin
Автор

Having watched the first 21 or so tutorials I figured it's past time for me to comment:Your Python tutorials are outstanding and I hope you're getting some money from them somehow. I scoured the web for Python guides/tutorials before selecting yours to try for my intro to Python.Yikes! I'm brilliant because you are really really good.  Thanks for your time and effort. BTW per your formula the required girls age would be...gulp, 38, ouch! But not going to happen cuz my wife of 43 years would object as would my 39 and 43 year old daughters.

NewbergUSA
Автор

i watch you over any other persons tutorials cuz this is the only channel that satisfies my tuna needs

sandkang
Автор

I don't have words to express my gratitude towards you. Thank you for such a wonderful contribution. You're Just Amazing. Short yet meaningful tutorial clips. It helped me a lot. Maybe I can remember you for the rest of my life for teaching me Python so well.😄

krishnanayak
Автор

hey bucky please increase the font size ...

SatyaPrakash
Автор

someone must check how meny times bucky use the word tuna in all this videos lol

giveret
Автор

Reached to 21. :D
Cant wait to complete it as soon as possible :)

iashishhere
Автор

list = array
module = library

deal with it.

andreiflorea
Автор

Just something for you guys to know, i forgot to write the ' .py ' at the end of the name i chose and Pycharm added the ' .py ' to the file. If you choose which type of file you want the ' .py ' shouldn't be a problem.

sansamman
Автор

The ways I know:
import module -> module.function()
import module as mod -> mod.function()
from module import * -> function()

kozmicluis
Автор

his obsession with tuna is hilarious :D

denizkendirci
Автор

great tutorial, and he really likes tuna!:)

miyaclaire
Автор

Just wondering, if you did random.randrange(1, 100)... Out of those numbers, are there any you would never see? Like how unity 3d's random function will never select the last number, (e.g. Random.Range(0, 2); it would never select 0)

NickPangburn
Автор

Love all the videos and I use them to learn a lot thank you very much! But, I have to ask what's with using tuna all the time? lol

Ashcall
Автор

Thanks for the tutorial. How do I import files that are located outside of my project?

afifkhaja
Автор

1. Do files that you import need to be in the same directory as main?

2. Can main be called anything else without messing up the program?

andykim
Автор

i know this is like four years old so nobody is gonna see this comment but i'm programming python in atom right now and for some reason when i call a function from a different module in my main file it won't work unless I run the program in the different module first and THEN call it. otherwise it outputs the error: module 'blah' has no attribute 'blah'. does anyone know a fix for this?

avinashsingh
Автор

Awesome tutorials.
I highly recommend salmon over tuna though :-)

bvideoz
Автор

import skrypt
skrypt.funkcja()
//
random.randrange(a1, a2) - losowa liczba z przedziału <a1, a2>

pawebrysch
Автор

can anyone write a code to check how many tuna is there is these tutorials ?!

JonesDTaylor