Python Strings || Python Tutorial || Python Programming

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

To learn Python, start our Python Playlist HERE:

♦♦♦♦♦♦♦♦♦♦

We recommend:
Python Cookbook, Third edition from O’Reilly

The Mythical Man Month - Essays on Software Engineering & Project Management

Shop Amazon Used Textbooks - Save up to 90%

♦♦♦♦♦♦♦♦♦♦

Ways to support our channel:

► We also accept Bitcoin @ 1EttYyGwJmpy9bLY2UcmEqMJuBfaZ1HdG9

Thank you!

♦♦♦♦♦♦♦♦♦♦

Connect with us!

♦♦♦♦♦♦♦♦♦♦

Python instructor: Ulka Simone Mohanty
Written & Produced by Michael Harrison
FX by Andriy Kostyuk

♦♦♦♦♦♦♦♦♦♦
Рекомендации по теме
Комментарии
Автор

It's official! The Socratica Python Kickstarter was a success! Thank you to all of our supporters. Because of you, many more Python videos coming soon!! 💜🦉

Socratica
Автор

I just wanted to say I really enjoy the way you Teach Python, I was beating my head against the wall in a Udemy course, then I found your Videos, and they gave me hope that I CAN learn this! Thanks! 😁

mark-evans
Автор

Your lessons are easy to understand, and they are step by step from the absolute begging. Thank you so much ☺️

Aurora-orzq
Автор

Any chance for a more advanced video discussing Python 3's string operators, methods, and formatting (with f & r-strings, etc.)?
Also, big fan of your videos. Great job.

DaKLang
Автор

Thank you! Taking a Python class for college in about 5 weeks and trying to get as a head of this as possible.

hanging_out_with_Mp
Автор

The reasons why I love a lady to teach cause they are very good at describing without been sarcastic. And, they are thorough.

patientson
Автор

I'm in love.






With Python. Oh and the girl.

Nickelodeon
Автор

Great visual! Nice and clear voice! Thanks!

RicardoPorteladaSilva
Автор

Best channel and voice to learn python 🙏

ravindrayadav
Автор

it worked with slash as well, "meet me \"tonight\" " worked as well

rubic
Автор

After a long time google recommend it, this time when I start to learn python
Thank you google and speaker 🙏🙏🙏

ravindrayadav
Автор

i follwed each and every video u made.. madam u my Majesty !!!! love from Pakistan

thegorillaz
Автор

You gives me a hope to understand something who I dont know what to do with. Im a newbie, who have been into trouble by learn and understand coding. I try to go deeper into python, and see where you take me.

persvendsen
Автор

Thank you so much!! My dream job is getting a job by learning python this helps alot! Most videos just start wrighting strings without explaining but you are awesome!

brxes_
Автор

Hello, you're videos are awesome!
I have 2 string exercises which are making me hate programming with python from the heart as they are suppose to be as easy as returning 1+1.
def pairs(txt):
if len(txt)%2==0:
right_indexes=list(range(1, len(txt), 2))
print(right_indexes)
left_indexes=list(range(0, len(txt), 2))
print(left_indexes)
right_letters=map(list(txt).__getitem__, right_indexes)
left_letters=map(list(txt).__getitem__, left_indexes)
pairs=list(zip(left_letters, right_letters))
return pairs
I've ended up creating this list of paired tuples thinking it might help me understand better as I noticed how comparing 2 things next to each other. Because if the number of things is odd at the right side edge, it's not easy for me to know what to do.

But it's not helping me to solve these very simple problems as I have no idea how to implement a for or while loop from pairs [(A, B), (B, C), (A, B), (C, C), (C, D)] for these 2 exercises:

1)Make a function that removes letters that are alone. Like if you have like ABBCABCCCD it would return BBCCC

2)Make another function which does the opposite turning like ABBCABCCC returns ACABD removing duplicates alight together (not just all).

my brain only works to turn the whole thing into a set... ;____; When things are like this and you truly have to understand loops.... plus conversion as one is suppose to input a string and output should be a string.... I really feel like I'm the dumbest person alife

Please help me solve these.

ugabuga
Автор

I promise... I'm going to learn python... You're awesome

RogeliusZ
Автор

Hello Socratia team,

I would like to thank you for the wonderful and high quality content that you have made available on this channel. I am particularly a big fan of the initiative.

This series of Python was sensational and stimulated me to study. You have managed to use a very interesting methodology and communication and now I am very excited, but I am Brazilian and I have a lot of difficulty with English.

So I'd like to ask you something. Please provide pt-BR subtitles for this series.

Regards,

Yuri Aló.

MInhoca
Автор

Cant wait for more python videos.!! Best teacher on YT...

JR-lybx
Автор

This is my cat's favourite video in the series.

SuperYtc
Автор

I love Python!! "you can quote me on that"

shobharoy