Python3 Intermediate Tutorial 6 - Modulating Code

preview_player
Показать описание


If you like what you see be sure to subscribe and thumbs up!
Рекомендации по теме
Комментарии
Автор

when you open up a code tutorial and hear an accent <3

manfrombritain
Автор

Hey Draps Great tutorial ! i have learned a lot!
Can you also please please do a Django tutorial from beginning to deploying to webserver.
THANK YOU!

samson
Автор

what is the:
if __name__ == '__main__':

used for? and what does it do?

lucacras
Автор

Hey Draps ive been working on a pythonscript i would like to have running in the background, but on a computer without python. Normaly i know you could save a python file as a .pyw to make it run "silently" but can you do the same if you eg use the py2exe module, or any similar modules? If you can help i would be so happy :)

pretender
Автор

nice explaind bro, thanx for this toturia

moha_linus
Автор

great tutorial!  Easy to follow and great links.   Just wondering, any chance we can aggregate the slides and codes into one zip/rar file on mediafire?  For some reason, I couldn't select them for downloads (i.e. no checkboxes on side), and when I try to download in bulk it refers me to mediafirepro upgrade.  Thanks.

moonbox
Автор

DrapsTV . Another awesome lesson. As for the mediafire downloads, is there another way to download your files without vendors massive marketing. Please advise. Thank you.

benpiriz
Автор

DrapsTV please make a tutorial series on how to develop android applications in python 3.5
No good quality tutorial is available on youtube for the same

newtonstan
Автор

TASK:


def revgen(word, rnge):
for i in range((rnge-1), -1, -1):
yield word[i]

revgenInput = input("Enter a word to see its reversal: ")
lenofword = len(revgenInput)
print("Lenght of the word is {0}".format (lenofword))
rnge=int(input("Enter how many charecters you want from last : "))

rev_word = revgen(revgenInput, rnge)

print (type(rev_word))

for i in rev_word:
print (i, sep='', end='')
print ("")

indradevg
Автор

Thanks, it is really informative materials

eloa
Автор

What is the next I can learn after this series?

mahmoudmetwally
Автор

can someone explain what vector2d.Vector2D means

cheeseboi
Автор

Hi I am a Junior Junior Developer :)
seeing you writing in ubuntu still seem like hacking to me lol

Jvan_x
Автор

I was hoping to see more about __init__.py packaging :(

drew
Автор

I'm following your python series to learn python... I've come quite a ways so far...
I followed another series that was pretty good too ... this guy burps a lot and make stupid jokes ... his examples are less comprehensive then yours and he has about 10 x as many subscribers....

.... just to say I don't have a computer science background or a math degree either.. so I'm just wondering what the purpose is of using vectors to teach python ... because even if I understand the concepts of the code I've never come across vectors before or would never know how to use them to get laid ....

mikaelhermes
Автор

incredible how difficult python makes splitting code into files. A nightmare compared to Javascript

datoubi
Автор

This is crucial part for me now... you should see my codes... xD

anontough
Автор

wtf are you saying curd? Why can't anyone who does tutorials speak English???

waynefilkins
join shbcf.ru