Hour of Python - Coding Challenge 4 | Reverse Slicing

preview_player
Показать описание
Enroll for exercises, tutorials, courses, and projects...

Enroll in Learn Python™ course

==================================================
Connect With Me!

Snapchat ► Rafeh1

Creative Commons — Attribution 3.0 Unported— CC BY 3.0
Рекомендации по теме
Комментарии
Автор

I appreciate these videos! I freeze when given the problem to code and where to start with syntax. I guess I'll keep practicing and my confidence will improve. Thank you for the affirmative and encouraging words!

mburwitz
Автор

your videos man, they're becoming awesome day by day. Keep inspiring!!

chiragsrvstv
Автор

Thank you for the solution. It was great. And your videos are really inspiring to those who think they can't code. thank you

prachiww
Автор

i love python language. your python tutorials really awesome.

onelittlecandleking
Автор

ever thought about doing a course about html? i'd certainly see every single part of it

tommasomasaracchio
Автор

hi Qazi i completed python basics and 2-3 more courses on team tree house when i jump to some new course like object oriented or PEP.... it gets a bit confusing, is there a linear way for learning or am i just jumping from basics to hard core??

shreyaspapinwar
Автор

Damn, I remember when you were doing walktrough on the python cource on codecademy you had like 400 sub. Now you got over 44k subs and your own coding cource. :O

staitzwarrior
Автор

u already included it in the tutorials also.
anyway great as usual

rajaramkarki
Автор

you are awesome
your lessons made me understand
coding deeply
thank you
i hope i could contact you

preetgill
Автор

Was the 'hour of code- coding challenge' upto only 8 series of videos ?

prabhpreetkaur
Автор

def reverse_string(string):
return string[::-1]
print(reverse_string('Hello YouTube!'))

basedman
Автор

Do you use wordpress when creating websites?

nujudeali
Автор

Hello, I'm in need of some help, I'm a starter to python application development and for the life of me i can not find a Python 3.6 compiler, Can you help me or point me in a general direction on where to find what I'm looking for? Please and thank you.

kane
Автор

Where is the link to the challenge I don't find anything ?

leomessidz
Автор

Can you do a video on " is college necessary for computer programmers?" it only makes your resume look good thats about it.. it doesn't mean you are more knowledge at all but is it worth the grind and money to make your resume look a bit prettier? please answer me man! you inspire me! thank you for your work!

ram
Автор

Hey, Idk why, everyone (I mean including the senior's with years of experience), they suggest me to start with C Programming Language, so pls can u make a video where u can convince us that Python is a better choice for beginners compared to C Language :-)

adityadatta
Автор

Hey friends,
I did the following code to do a reverse slicing, .
However I'm getting 1 additional stubborn character, that I don't get how I am picking it?

Can any one advice what is wrong? here is the code

# Reverse Slicing
# var definition
rev_Name = ''Name = 'Henry Jonas'
print (Name)
print ('reverse Name is:')for i in range (12):
    letter = Name [-i]
    rev_Name = (rev_Name + letter)
   
print (rev_Name)
# The result is 'HsanoJ yrneH' but the result should be 'sanoJ yrneH'
# From where am I picking the first

miguelsolano
Автор

can you please suggest or provide Djongo toutorial

pawanmishra
Автор

>>> def reverse_string(string):
return string[::-1]
print reverse_string("arg")
SyntaxError: invalid syntax
>>> print reverse_string("arg")
SyntaxError: invalid syntax
>>>

Why is it giving me an error in the Python shell?

sweetbubbletea
Автор

What is the . used for in python
Example self.droid = sl4a.Android() the period dot what is it used for what is it called are why is it need

slackjaw
join shbcf.ru