Python Part 4 - Question Solving | Strings, List, Tuple, Dictionaries

preview_player
Показать описание
Welcome to our Python Quick Start Guide! In this dynamic and comprehensive video, we'll delve into the fundamental concepts of Python, providing you with the essential knowledge to kickstart your coding journey.

Forget about overwhelming details and intricate syntax – we'll focus on the core concepts that form the backbone of Python programming. If you ever find yourself in need of a specific function or syntax, a quick search on Google will open up a world of resources.

Throughout this tutorial, we'll adopt a hands-on approach by building a practical project. This interactive method will help you internalize Python concepts and witness how they come alive in real-world applications.

Our aim is not to burden you with memorization but to instill confidence in your Python skills, encouraging exploration and experimentation. When faced with challenges or new features to implement, turn to Google as your reliable problem-solving companion.

So, if you're eager to dive into the realm of Python programming and unlock its potential, join us in this unique video! Don't miss out on the chance to jumpstart your coding journey. Get ready to master Python basics and evolve into a proficient web developer in no time!

Instructor in this video: Akarsh Vyas

Socials:
Peace ✌

#pythoncourse #codingbeginner #webdevelopment #pythonbasics #learncoding #codingtutorial #pythonprogramming #beginnerfriendly #webdevelopmenttutorial
Рекомендации по теме
Комментарии
Автор

Hey everyone! If you're interested in learning AI, Machine Learning, Data Science, or Python — this channel is made just for you. Come check it out and give us a chance to make a real impact on your learning journey!
Love you all ❤

SheryiansAI
Автор

Can't wait for Part-5!! Amazing explanation. Highly appreciated. I just started my journey two days ago on the 18th, having zero knowledge of Python. Enjoying it hell lot. Waiting for the fifth part!!

notypist
Автор

apki jo Python ki series he different level ki he. Compare to other yt. 1-2 hours me itna sab cover krna. Apne ap me challenging he.❤🤗thank you!

Gayakwadmala
Автор

03:36 Question solving in Python for Strings, List, Tuple, and Dictionaries
22:32 Question Solving in Python using Strings, Lists, Tuples, and Dictionaries
44:00 Key concepts in Python data types and structures
49:00 Various data types and their manipulation in Python
1:00:30 Python Part 4 covers problem-solving using strings, lists, tuples, and dictionaries.
1:17:24 Data structure manipulation in Python
1:23:43 Key points on solving questions in Python data structures
1:41:52 Python Part 4 focuses on Question Solving with Strings, Lists, Tuples, and Dictionaries

kajal__
Автор

bhaiya continue kardo series ko aap one of the best educator ho python me

VISUALEDITFY
Автор

Bhaiya aapse ek request hai please responsive learn what matter part 2 bana dijiye pls bhaiya or jo log 9th me computer application select karenge uspe pls ek video bana dijiye please bhaiya I'm learning coding from you only bhaiyaa please accept my request or bhaiya ek choti si request or ek chota sa challenge aap mobile ka use kariyega mobile application hai spck editor same to same vs code jesi aapko mobile me banani Please! ❤

coding-python
Автор

21:52 in this question rather than using 2 for loop we can use if else(in else uppercase is added in new variable ) and at last we can concatenate it

DilpreetSingh
Автор

The way you explain the concepts is just awesome

khushikeshari
Автор

Aapki padhaane ki strategy bahut acchi hai sar jaldi se video ko upload kar main bahut dinon se wait kar raha hun FIR message kiy hai

sandeepkannaujiya
Автор

homework ques ans is : arrange string characters in each letter such that lowercase letters should come first in another letters
string = str(input("enter string : "))
b = string.split()
c = []

for i in b:
lowercase_chars = ''.join([char for char in i if char.islower()])
uppercase_chars = ''.join([char for char in i if char.isupper()])
arranged_word = lowercase_chars + uppercase_chars
c.append(arranged_word)

print("Arranged words:", ' '.join(c))

akshita
Автор

#stringscompleted
Thankyou akarsh bhaiya for such amazing content.

muhammadalikhan
Автор

Please brother continue this series you are one of the best creator why its incomplete??

jawadtanoli
Автор

Akaarah bhai thank you very very very much for this series of python ♥️♥️ .

sulemanshah
Автор

Bhai really love your teaching skills bhai 💗 . Thank you very much for your efforts ❤

sulemanshah
Автор

Bro pls give us a course about Data structure implementation in python, its a necessary skill to have as Backend python developer.

JashSingh-bvge
Автор

one a legend says"if you like the video tum like kar sakte ho"😄 and your teaching skills are very nice

KanishkSoni
Автор

#zhendubaam hagaylaa ali jaam...very noiceee thankuu!!!

atharvabankar
Автор

# HomeWork str = "Hello Suraj How are you"
b = str.split()
print(b)
def fun(s):
ans = ""
for i in s:
if i.islower():
ans += i
for i in s:
if i.isupper():
ans += i
print(ans, end =" ")


# Iterating Over List
for i in b:
fun(I)



It's BruteForce solved By Without Looking at Solution as Sir said

Official_LuffyZoro
Автор

List ke first question me user ne count=5 kiya or phir vo for loop ke range me (count=5)aya toh 4 bar print hona chahiye nah te toh 5 baar print huva ye kese please ans

chirag-
Автор

bhai 14th feb hogya....last video kab aayegi?
waiting to learn ML from you guys

vishnunarayanan
visit shbcf.ru