Тёмный
MV Code Guide
MV Code Guide
MV Code Guide
Подписаться
"Welcome to MV Code Guide, your ultimate destination for mastering Python programming! Join our vibrant community as we explore the core concepts of Python, tackle exciting projects, and access valuable materials on our blog.

Our meticulously crafted video tutorials cover the fundamental concepts of Python, providing a solid foundation for beginners and a refresher for experienced coders. From variables and control structures to functions and object-oriented programming, we'll guide you through every step of your Python learning journey.

But we don't stop at theory alone! Our channel showcases inspiring Python projects that demonstrate the language's versatility. Dive into data analysis, machine learning projects that challenge and excite.

To enhance your learning experience, our blog offers a vast collection of resources and materials. Get access to comprehensive tutorials, download code snippets, and access project files.

Hit that subscribe button, click the notification bell!
34.  Command Line Arguments in Python
28:49
4 года назад
1.  Three ways to reverse a string
18:46
4 года назад
About Me...!
2:05
4 года назад
30  Bitwise Operators in Python
29:52
4 года назад
29. Logical Operators in Python
25:50
4 года назад
28  Relational Operators in Python
17:48
4 года назад
27. Arithmetic Operators in Python
24:52
4 года назад
26. Dictionary Datatype Part 2
50:10
4 года назад
25. Dictionary Datatype Part-1
52:47
4 года назад
24. set Data type in Python
1:03:22
4 года назад
23.  Tuple Datatype Part-2
21:17
4 года назад
22.  tuple data type-  Part1
21:10
4 года назад
Комментарии
@rachitrajvanshi9812
@rachitrajvanshi9812 2 месяца назад
Aapki avaj bahut pyari meethi h😊
@rachankumar8615
@rachankumar8615 3 месяца назад
# Sum of secondary principal diagonal elements of a matrix A = [[1, 2, 3],[4, 5, 6],[7, 8, 9]] n=4 for i in range(len(A)): # Corrected for j in range(len(A[i])): # Corrected if ((i+j) == (n-1)): print(A[i][j]) sum = 0 for i in range(len(A)): for j in range(len(A[i])): if ((i+j) == (n-1)): sum = sum + A[i][j] print("sum:", sum) Output: 6 8 What is the wrong with this code mam, output coming is incorrect Please reply madam
@mvcodeguide
@mvcodeguide 3 месяца назад
@@rachankumar8615 Hello dear, Thanks for your query! As far as I can rectify in your code, you have put n=4 which should be 3 in your case as the matrix you have taken is 3x3 n is the number of elements in each row or column. In your case it is 3. Please correct it and try again Hope it helps!
@rachankumar8615
@rachankumar8615 3 месяца назад
​Thankyou so much madam 🙏🙌
@mariomathew
@mariomathew 5 месяцев назад
ans,n = 0,len(a) for i in range(len(a)): ans += a[i][i] ans += a[i][n-1-i] return ans-(a[n//2][n//2] if n%2 else 0)
@simbaandfft1940
@simbaandfft1940 11 месяцев назад
Mam what about 3 by 3 matrix
@mvcodeguide
@mvcodeguide 11 месяцев назад
3 by 3 matrix is explained in the video. Please watch the video till the end.
@elenagavrilova3109
@elenagavrilova3109 Год назад
it is impossible to listen to... even if it contains a good explanation, sorry.
@pro.empire
@pro.empire Год назад
what is this for??
@kvelez
@kvelez Год назад
CAD = "algoritmo" CHAR = 'o' steps = [] def steps_till_char(CAD, CHAR, i, steps, count, step): if i >= len(CAD): return steps if CAD[i] != CHAR: count = 0 step += 1 steps.append(count) else: steps.append(step) step = 0 return steps_till_char(CAD, CHAR, i+1, steps, count, step) print(steps_till_char(CAD, CHAR, 0, steps, 0, 0))
@ilmafareed2956
@ilmafareed2956 Год назад
just in 3 min you explained what my professor done for 1 week
@mvcodeguide
@mvcodeguide Год назад
Thank you so much 🙏
@Rozzer_King
@Rozzer_King Год назад
ma'am plz cmplt the python.
@codewithtda
@codewithtda Год назад
Dedhi itna good h complete python karvavo na
@mvcodeguide
@mvcodeguide Год назад
Thank you so much..! I am sorry for not updating any videos for so long But from next week I'll be updating the rest of the content! Stay connected! Thanks again!
@codewithtda
@codewithtda Год назад
@@mvcodeguide dedhi if you need any help like website maintenance and other say me open heart. Currently I am student of ML& Deep learning
@buvaneswari8461
@buvaneswari8461 Год назад
Thank you madam 🥵
@jameskanyi7376
@jameskanyi7376 Год назад
Well explained
@WebWizardryVideos
@WebWizardryVideos Год назад
Extraordinary mam.😃.. Tqqqq
@mvcodeguide
@mvcodeguide Год назад
Thank you so much 🙏
@Dev_Person
@Dev_Person Год назад
Thank very much I understood !
@mvcodeguide
@mvcodeguide Год назад
Thank you 🙏
@digambar6191
@digambar6191 Год назад
Thnx mam 🙏🙏
@mvcodeguide
@mvcodeguide Год назад
Thank you
@musesafayigatalo
@musesafayigatalo Год назад
Interesting.
@mvcodeguide
@mvcodeguide Год назад
Thank you
@digambar6191
@digambar6191 Год назад
thnx mam,subscibed😊😊
@mvcodeguide
@mvcodeguide Год назад
Thank you
@anjivalluri746
@anjivalluri746 Год назад
Super
@mvcodeguide
@mvcodeguide Год назад
Thank you 😊
@johnsmith-nd4sq
@johnsmith-nd4sq 2 года назад
pls ma'm start solving question on python we need it pls make a video on python we need it pls
@johnsmith-nd4sq
@johnsmith-nd4sq 2 года назад
Pls upload videos
@mvcodeguide
@mvcodeguide 2 года назад
Sure! Coming back soon.. Thanks!
@tassivisognon2247
@tassivisognon2247 2 года назад
she is so underrated
@mvcodeguide
@mvcodeguide 2 года назад
Thanks!
@SKDVideoProductionHouse
@SKDVideoProductionHouse 2 года назад
Madam es code ko kisi vi project mein place kaise karen Bataiye please
@Cheers14a
@Cheers14a 2 года назад
To not get the repetative data at output Append is used. But in count we take original and not that appended list.
@rajkamalsangwan
@rajkamalsangwan 2 года назад
Excellent explanation !! Thanks a lot
@Sydney_Anuyah
@Sydney_Anuyah 2 года назад
Thanks for this
@AllInOne-dz4pt
@AllInOne-dz4pt 2 года назад
Madam tq
@mvcodeguide
@mvcodeguide 2 года назад
Most welcome 😊👍
@prakashpatilpatil796
@prakashpatilpatil796 2 года назад
Madam please continue all my company employees are watching your videos
@mvcodeguide
@mvcodeguide 2 года назад
This is highly motivating comment.. thanks a tonn for this.. You have given me strength to work on this channel again I promise to upload more videos very soon
@KhabarHarRoz
@KhabarHarRoz 2 года назад
Hello Mam, i have gone thru all 35 lectures of Python.. but you not covered Functions , class and object topics .. pls let me know where are these lecture in your channel.. i tried to fine but cdnt.
@KhabarHarRoz
@KhabarHarRoz 2 года назад
Hello Mam first of all i want to thank you for teaching us Python with such an easy approach. I am not from IT . I am 55 yrs of age and just started learning Python. I am sorry to say.. bit in above lecture at the end you asked to perform a task. In you soplution to the task you said that u just changed the row factor to column. thats not it mam u also changed alphabets from capital letters to small letters. so there shd be 96 instead of 64 in solution.
@mvcodeguide
@mvcodeguide 2 года назад
Hey! thank you so much for the correction 😊 I just checked, you are right it should be 96 instead of 64! Its great that you are trying to solve the problem. Am so sorry for the mistake! Keep learning 👍
@KhabarHarRoz
@KhabarHarRoz 2 года назад
@@mvcodeguide thanks for your reply..
@sagrprashant
@sagrprashant 2 года назад
Thank you for these amazing videos with excellent explanations. So far the best I have encountered. My python knowledge is less than 2 days old and I could easily understand. Much appreciated.
@mvcodeguide
@mvcodeguide 2 года назад
Thank you so much for the appreciation
@JagratiMaran
@JagratiMaran 2 года назад
Ma'am how to print the key whose value is maximum?
@Samplewayinfo
@Samplewayinfo 2 года назад
Best Explanation.Thank you.
@MoneyAndProfit
@MoneyAndProfit 2 года назад
Thanx to your wonderful efforts. This is easiest way , love you so much and effort. Keep it up
@mvcodeguide
@mvcodeguide 2 года назад
Thanks a lot for your appreciation🙏
@AK-ku1rj
@AK-ku1rj 2 года назад
Thanks for this clear explanation
@mvcodeguide
@mvcodeguide 2 года назад
Thanks a lot for your appreciation🙏
@Tech_Brigadier
@Tech_Brigadier 2 года назад
gate content just subscribed
@DrRaviGulati
@DrRaviGulati 2 года назад
Very nicely explained. Bytes and Bytearray ka appropriate use kya hai? Aisi koi real life situation bataiye jahan bytes/bytearray ka use ho.
@mvcodeguide
@mvcodeguide 2 года назад
bytes and bytearray are mostly used in network programming where we need to encode and decode message while message passing. The string data causes privacy concerns therefore we can covert string to bytes for encoding purpose
@DrRaviGulati
@DrRaviGulati 2 года назад
@@mvcodeguide thanks for the quick response 🙂
@DrRaviGulati
@DrRaviGulati 2 года назад
Good explanation with easy to understand examples. Will memory be allocated to the reference variables?
@mvcodeguide
@mvcodeguide 2 года назад
Thank you for your appreciation! Yes, Reference variables also occupy memory separately. The methods/method calls and the references are stored in stack memory and all the values objects are stored in a private heap
@DrRaviGulati
@DrRaviGulati 2 года назад
@@mvcodeguide Ok. Thanks fora quick response.
@vidyakothawale1214
@vidyakothawale1214 2 года назад
By using function....plz anybody give ans me....fast.... without using inbuilt function
@mvcodeguide
@mvcodeguide 2 года назад
Hi, I have discussed two ways to solve the problem One is using count () method ie an inbuilt function Second is without using count () method Kindly check it out If you need code, you can find it in the description box I have shared the link of my blog Thanks
@adithyabharadwaj5608
@adithyabharadwaj5608 2 года назад
Alt matrix sum You are given a chessboard of size N x N, where the top left square is black. Each square contains a value. Find the sum of values of all black square and all white squares. Remember that in a chessboard black and white squares alternate. Input User task: Input consists on N and the the numbers in the NxN matrix. You need to print out the sum of black squares and then white squares in the next line. Constraints:- 1 <= N <= 1000 1 <= Matrix[i][j] <= 100000 Output Print two lines, first line containing the sum of black squares and second line containing the sum of white squares. Example Input: 3 1 2 3 4 5 6 7 8 9 Output: 25 20 Explanation:- black square contains 1, 3, 5, 7, 9; sum = 25 white square contains 2, 4, 6, 8; sum = 20 i have tried it but test case was getting wrong can you please write a code for this in python
@prachisaxena1600
@prachisaxena1600 2 года назад
Thanks for such a nice and comprehensive solution. Keep helping. Really appreciate.
@mvcodeguide
@mvcodeguide 2 года назад
Thanks a lot for your appreciation 🙏
@navinsingh2784
@navinsingh2784 3 года назад
How to do this in an HTML file?? If anyone can help please
@ajeetshahu
@ajeetshahu 3 года назад
ma'am, I have one doubt,for an odd square matrix how to find the sum of all diagonal matrix without repetition of any element
@tannu0934
@tannu0934 3 года назад
Mam, the textlob shows error (using in Pycharm) why?
@mvcodeguide
@mvcodeguide 3 года назад
I need to check that.. Can you paste the error??
@Shermaine0739
@Shermaine0739 3 года назад
thank you very much! I have been looking for another way to do this instead of dict for 3 DAYS
@mvcodeguide
@mvcodeguide 3 года назад
Thats great!! Happy learning!!
@suddenly101
@suddenly101 3 года назад
Thank you for this content! The only video that made me understand this topic Love your accent
@mvcodeguide
@mvcodeguide 3 года назад
Thank you so much 😊
@elisabethondo8140
@elisabethondo8140 3 года назад
how can use it without it counting characters like "?,."etc please
@mvcodeguide
@mvcodeguide 3 года назад
Means you want the program not to count occurrence of characters like ?,. Etc Am I right?
@mvcodeguide
@mvcodeguide 3 года назад
If I have understood your problem rightly, then here goes the solution for you mvcodeguide.blogspot.com/2020/08/counting-number-of-occurrences-of-each.html I have just updated my blog for your query. You can check it out!
@elisabethondo8140
@elisabethondo8140 3 года назад
@@mvcodeguide yes
@elisabethondo8140
@elisabethondo8140 3 года назад
@@mvcodeguide okay thaks
@mvcodeguide
@mvcodeguide 3 года назад
@@elisabethondo8140 Happy learning ☺️👍
@mdarsad7694
@mdarsad7694 3 года назад
Very well explained Man thank you
@mvcodeguide
@mvcodeguide 3 года назад
Thanks for your appreciation 😊
@gayathri-8-i6s
@gayathri-8-i6s 3 года назад
Upload a video on generating n bit gray code sequence in python ,mam
@praneethkrishna6782
@praneethkrishna6782 3 года назад
Use gingerit python package for better results compared to textblob and pyspellchecker
@gayathri-8-i6s
@gayathri-8-i6s 3 года назад
Mam can you put a video for caesar cypher encryption with input as ABCdEFGHIJKLMNOPQRSTUVWXYz 23 XYZaBCDEFGHIJKLMNOPQRSTUVw If it is possible mam