Lectures by Ravula Govardhan
Lectures by Ravula Govardhan
  • Видео 130
  • Просмотров 252 175
Learn Python the Easy Way - Tips and Tricks for Beginners | Python | Python Tutorial in Telugu
Python is a powerful programming language and with this video, you'll learn how to use it to its full potential.
From beginner tips to tricks and more, this Python tutorial will teach you all you need to know to start programming with Python. By the end of this video, you'll be able to use Python to power your projects and solve problems like a boss!
Swapping of two numbers. Programming becomes enjoyable when we know some tips & tricks. If you're a new python developer and want to learn cool and clever python tips & tricks, this video is for you.
WHAT IS THE VIDEO ABOUT?
• Clever Hacks To Make You A Smarter Developer
• And, Shortcuts To Make Your Life Much More Fun And Easier As A Programmer
J...
Просмотров: 387

Видео

[C Logic Programming]: C Program using getchar() and putchar() Functions in Telugu
Просмотров 5022 года назад
Unformatted Input Functions in C: Accepting characters using getchar() function from keyboard and display it using putchar(). Create a c program in C to accept characters from key board and display it. Keywords: getchar() putchar(), c programming, getchar, putchar ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ✽ Tutorial: C Logic Programming ✽ Topic: C program using getchar() & putchar() ✽ Author: By Ravula Govardhan ▬▬▬...
The Algorithm and Flow chart in Telugu | C Language in Telugu | By Ravula Govardhan
Просмотров 8 тыс.2 года назад
Flow charts and algorithms are essential tools for problem-solving. They can help us to understand how a process works and how to optimize it. Flow charts are a visual way of representing a process. They are usually divided into two sections: the input section and the output section. In the input section, you will list all the inputs that the process will receive. The inputs can be things like ...
Algorithm in Telugu | How to write Algorithm | Features of Algorithm | Algorithm Introduction
Просмотров 6 тыс.2 года назад
An algorithm in C Language | How to Write an Algorithm in Telugu. Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming language. Algorithm in C language is a series of step by st...
HTML CSS Crash Course for Beginners in Telugu | CSS Text Properties | HTML CSS Full Course
Просмотров 5232 года назад
@font-face property, font-weight, font-style, text-transform, text-decoration, leading (line-height), letter-spacing, word-spacing, text-align,drop shadow (text-shadow), first-letter, first-line, styling links :link, :visited. Keywords: CSS @font-face rule, font-face-css, font-weight in css, css font-weight property, css font-weight, font style css uppercase, font style css, text transform css,...
HTML CSS Crash Course for Beginners in Telugu | CSS Text | HTML CSS Full Course
Просмотров 4292 года назад
The properties that allow you to control the appearance of text can be split into two groups: Those that directly affect the font and its appearance (including the typeface, whether it is regular, bold, or italic, and the size of the text) Those that would have the same effect on text no matter what font you were using (including the color of text and the spacing between words and letters) The ...
HTML Text: Abbreviations, Quotations, and Code in Telugu
Просмотров 6562 года назад
In this video, we are clearly explained about, HTML abbr tag/ HTML blockquote and HTML quotation and citation elements and HTML code tag. abbr tag is used to markup an abbreviation, a shortened form of a word or phrase. blockquote and q are used for quotations. The blockquote is generally used for standalone often multi-line quotations whereas q is used for shorter, in-line quotations. If the s...
If Else Statement in C Example in Telugu
Просмотров 5622 года назад
In the last video, we learned how to use the if statement in C. In this video, you will learn about the if else statement in c (including nested if else statement in c and if else statement in c programming and what is if else statement in c). Keywords: if else statement in c, nested if else statement in c, if else statement in c example, if else statement in c programming, what is if else stat...
If statement in C programming with example in Telugu
Просмотров 6512 года назад
C if Statement : In this video, you will learn about the if statement (including if...else and nested if..else) in C programming with the help of examples.We have seen that a C program is a set of statements which are normally executed sequentially in the order in which they appear. This happens when no options or no repetitions of certain circulations are necessary. However, in practice, we ha...
HTML CSS Crash Course for Beginners in Telugu | CSS Colors | HTML CSS Full Course
Просмотров 6722 года назад
Colors in CSS (Representation) - RGB values, Hex codes, Color names (rgb, rgba, hsl, hsla), How to use CSS for colors? How to use colors in CSS (Telugu), colors practical explanation, css codes, css colors, rgb vs hsl, CSS background color. CSS Color Names. In CSS, a color can be specified by using a predefined color name: Tomato. Orange. DodgerBlue. MediumSeaGreen. Gray. SlateBlue. Violet. Lig...
[Transfer Statements in Python]: Break Continue Pass in Python in Telugu
Просмотров 4972 года назад
In Python, the break statement provides you with the opportunity to exit out of a loop when an external condition is triggered. You’ll put the break statement within the block of code under your loop statement, usually after a conditional if statement. The continue statement gives you the option to skip over the part of a loop where an external condition is triggered, but to go on to complete t...
HTML CSS Crash Course for Beginners in Telugu | Types of CSS Selectors | HTML CSS Full Course
Просмотров 8252 года назад
CSS Selectors, Different versions of CSS & Browser Quirks, HTML Crash Course for beginners, CSS Crash Course For Beginners, CSS Complete Tutorial from Scratch in Telugu, CSS Tutorial for Beginners in Telugu, CSS Tutorial For Beginners, CSS TUTORIAL IN TELUGU, HTML & CSS In Telugu. Keywords: html css crash course, html and css crash course, css grid crash course, css crash course for absolute be...
[The Complete Reference HTML and CSS]: Navigation (Menu) Bar in HTML and CSS in Telugu
Просмотров 3242 года назад
Navigation dotted hover effect. Create navigation menu using HTML CSS. Responsive navigation menu bar using HTML CSS. Navigation dotted hover effect. Keywords: menu bar in CSS, navigation and menu bar in HTML and CSS, dropdown list in CSS in Telugu. ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ✽ Tutorial: HTML CSS ✽ Topic: Navigation dotted hover effect ✽ Author: By Ravula Govardhan ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ▬▬▬ GitHub link ...
[Conditional Statements in Python]: If.. If-Else.. If-Elif-Else in Telugu
Просмотров 4512 года назад
[Conditional Statements in Python]: If.. If-Else.. If-Elif-Else in Telugu
How To Create a Sign-up / Login Form Using HTML CSS in Telugu
Просмотров 1,1 тыс.2 года назад
How To Create a Sign-up / Login Form Using HTML CSS in Telugu
HTML CSS Crash Course for Beginners in Telugu | Introducing CSS | HTML CSS Full Course
Просмотров 1,7 тыс.2 года назад
HTML CSS Crash Course for Beginners in Telugu | Introducing CSS | HTML CSS Full Course
[Loops in Java]: Java do while loop in Telugu
Просмотров 8292 года назад
[Loops in Java]: Java do while loop in Telugu
[Loops in Java]: While Loop in Java in Telugu
Просмотров 8672 года назад
[Loops in Java]: While Loop in Java in Telugu
[Loops in Java]: For-each Loop in Java in Telugu | Enhanced For Loop in Telugu
Просмотров 1,1 тыс.2 года назад
[Loops in Java]: For-each Loop in Java in Telugu | Enhanced For Loop in Telugu
[Loops in Java]: Java For Loop (With Examples) in Telugu
Просмотров 1,1 тыс.2 года назад
[Loops in Java]: Java For Loop (With Examples) in Telugu
Login Page using HTML and CSS with Source Code | By Ravula Govardhan
Просмотров 1,2 тыс.2 года назад
Login Page using HTML and CSS with Source Code | By Ravula Govardhan
[Conditional Statements]: Java Switch Statement in Telugu
Просмотров 8252 года назад
[Conditional Statements]: Java Switch Statement in Telugu
[Making Statements]: If Statement in Java in Telugu (if, if-else, else-if)
Просмотров 2,9 тыс.2 года назад
[Making Statements]: If Statement in Java in Telugu (if, if-else, else-if)
[C Logic Programming]: Create a program in C to use sizeof() function in Telugu
Просмотров 1692 года назад
[C Logic Programming]: Create a program in C to use sizeof() function in Telugu
Types of Database Management Systems in Telugu
Просмотров 3082 года назад
Types of Database Management Systems in Telugu
Introduction to Database Management Systems (DBMS) in Telugu
Просмотров 4072 года назад
Introduction to Database Management Systems (DBMS) in Telugu
[Unformatted Input Output Functions in C]: Putchar in C Language in Telugu
Просмотров 3252 года назад
[Unformatted Input Output Functions in C]: Putchar in C Language in Telugu
[C Logic Programming]: Create a program in C to solve the expression a=5=8 && 6!=5
Просмотров 2992 года назад
[C Logic Programming]: Create a program in C to solve the expression a=5=8 && 6!=5
[Java Operators]: Bitwise Operators in Java in Telugu
Просмотров 2,1 тыс.2 года назад
[Java Operators]: Bitwise Operators in Java in Telugu
Escape Sequences in Java in Telugu | Escaping Literals in Java
Просмотров 5772 года назад
Escape Sequences in Java in Telugu | Escaping Literals in Java

Комментарии

  • @TirumaniTatayya
    @TirumaniTatayya 12 дней назад

    Control statements on java statement concept 😊

  • @AnithaGayakoti
    @AnithaGayakoti 15 дней назад

    In flow chart definition in for place you use of see that 😊

  • @RockstarrajaRr
    @RockstarrajaRr Месяц назад

    Your Nembar send me brother

  • @kolantiramya7739
    @kolantiramya7739 Месяц назад

    🙏🙏Thank You sir

  • @support-for-anime
    @support-for-anime 2 месяца назад

    sir meeru ekkada job chestaru salary package entha sir

  • @user-xj9wj5jg8w
    @user-xj9wj5jg8w 2 месяца назад

    Baga cheparu if statement koncham confuse lo unna enni rojulu course inka one months if statement ipudu baga artham aiyandhi..tqs sir ...

  • @avinashthota6939
    @avinashthota6939 2 месяца назад

    super anna

  • @SureshBattula-sf1ir
    @SureshBattula-sf1ir 2 месяца назад

    If b=50, b= b++ + ++b what is the out of b=?

  • @user-ng6vd9ry7w
    @user-ng6vd9ry7w 4 месяца назад

    Hello sir one doubt single line comment ki each line ei # symbol use cheyala sir single line comment ki

  • @user-cv5pf8ub2z
    @user-cv5pf8ub2z 5 месяцев назад

    anna machine learning videos cheyandi

  • @user-ze1zs1ov3b
    @user-ze1zs1ov3b 6 месяцев назад

    Nice explanation sir ur vedioes are full understood me thank u so much sir 🎉🎉🎉🎉🎉🎉

  • @gundimedababu2657
    @gundimedababu2657 6 месяцев назад

    Three expression ela print

  • @user-ze1zs1ov3b
    @user-ze1zs1ov3b 6 месяцев назад

    Thanks bro mi videos Naku Baga artham avthunaai🎉🎉🎉🎉🎉

  • @Mahi24382
    @Mahi24382 6 месяцев назад

    Well explained sir.... ❤ your way of teaching is amazing sir.... 😊😊😊

  • @user-lo7nu6ez6y
    @user-lo7nu6ez6y 6 месяцев назад

    Superb sir

  • @durgaprasad4568
    @durgaprasad4568 7 месяцев назад

    Greater than zero yenduku thisukunnaru

  • @user-co4tr4jo2i
    @user-co4tr4jo2i 7 месяцев назад

    Type 3. Pointer.?

  • @user-co4tr4jo2i
    @user-co4tr4jo2i 7 месяцев назад

    Sir this videos only for backbenchers.are not another people's.❤

  • @SaihaasiniGajellisaihaasini
    @SaihaasiniGajellisaihaasini 7 месяцев назад

    Hi sir Actually I'm so confused in c programming in my clg but literally I wanna be thankful to you sir now the total confusion became has clarification because of you and your explanation 🙏 Thanks alot sir.....😊 Do more videos for us sir please ...

  • @Mrjashu987
    @Mrjashu987 7 месяцев назад

    By the way memu back benchers kadu brother😅

  • @Satyanarayana-xm1gj
    @Satyanarayana-xm1gj 7 месяцев назад

    Baga chappav brother

  • @e.srinivasarao792
    @e.srinivasarao792 8 месяцев назад

    nice sir

  • @HD_pics
    @HD_pics 8 месяцев назад

    Super class 🎉

  • @rajashekarreddyvelga458
    @rajashekarreddyvelga458 8 месяцев назад

    hi bro i have one doubt on this video , can you give clarity please??

  • @itsmepravin5552
    @itsmepravin5552 9 месяцев назад

    wow very clean and neat explaining

  • @itsmepravin5552
    @itsmepravin5552 9 месяцев назад

    pop and remove are the same? if not why please tell me anna

  • @itsmepravin5552
    @itsmepravin5552 9 месяцев назад

    sir append and extend are same ?

  • @itsmepravin5552
    @itsmepravin5552 9 месяцев назад

    anna really very clean and detail explaining tq anna plz upload more related python

  • @64gantivenkatesh61
    @64gantivenkatesh61 10 месяцев назад

    Mi explaination excellent 👌 sir

  • @user-ux3de5kd7t
    @user-ux3de5kd7t 10 месяцев назад

    Elanti types of questions chepandi

  • @user-ux3de5kd7t
    @user-ux3de5kd7t 10 месяцев назад

    Find the greatest number among the 2nubers

  • @harikiran6197
    @harikiran6197 10 месяцев назад

    Bro topics ardam avutunayi. One simple websites yela design chyalo chypandhi

  • @Prasanna_2006
    @Prasanna_2006 10 месяцев назад

    Storage classes c programming loo chayandi sir

  • @BhavyaJallolla-dx3oo
    @BhavyaJallolla-dx3oo 11 месяцев назад

    Bro manam algorithm raasetappudu keywords use cheyaliga meeru 2 step lo Mari use cheyaledu. Ante Adi necessary kaada?

  • @mafiatelugugamingzone7758
    @mafiatelugugamingzone7758 11 месяцев назад

    Numbers plz

  • @Memeooooo_t
    @Memeooooo_t Год назад

    bro keywords size (memory) antha ala telusukovali

  • @gopit1621
    @gopit1621 Год назад

    Very nice sir super explanation

  • @gopit1621
    @gopit1621 Год назад

    Java lo coding Ela cheyyalo kuda explain cheyyandi sir

  • @gopit1621
    @gopit1621 Год назад

    Meeru super ga explain chesaaru sir

  • @gopit1621
    @gopit1621 Год назад

    Hi sir

  • @user-lo2gy9ge7x
    @user-lo2gy9ge7x Год назад

    Very much helpful video

  • @user-lo2gy9ge7x
    @user-lo2gy9ge7x Год назад

    Best explanation

  • @vanamalanagarjuna2519
    @vanamalanagarjuna2519 Год назад

    It is very good explanation sir

  • @padducreations9099
    @padducreations9099 Год назад

    Tq soo much sir Iam new subscriber

  • @rakeshedits18677
    @rakeshedits18677 Год назад

    A good quality lo artham ayyela chepparu sir.

  • @samin21
    @samin21 Год назад

    When we use division operator in Java n =1,2,3,4,....... Q 1. 0/-n Q2. -0/n Q3. -0/-n So. What is the answer and please explain

    • @LecturesbyRavulaGovardhan
      @LecturesbyRavulaGovardhan Год назад

      When we use division operator in java n=1,2,3,4 A. 0/-n B. -0/n C. -0/-n So what is the answer and explain it In Java, when using the division operator (/), the result depends on the operands involved. Let's evaluate each option using the given values of n (1, 2, 3, 4) and analyze the results: A. 0/-n When dividing 0 by a negative number, the result is 0. In this case, since the numerator is 0 and the denominator is a negative number, the result will be 0. Therefore, for all values of n (1, 2, 3, 4), the result of 0/-n will be 0. B. -0/n Java treats positive and negative zero as the same value, so -0 is essentially equivalent to 0. Therefore, dividing 0 by any positive number n will result in 0. Thus, for all values of n (1, 2, 3, 4), the result of -0/n will be 0. C. -0/-n As mentioned earlier, Java treats positive and negative zero as the same value. So, -0 is equivalent to 0. Dividing 0 by a negative number results in positive infinity. Since all values of n in this case are positive, dividing positive infinity by a positive number will still result in positive infinity. Therefore, for all values of n (1, 2, 3, 4), the result of -0/-n will be positive infinity. In summary, the answers are as follows: A. 0/-n = 0 B. -0/n = 0 C. -0/-n = Infinity (positive infinity) If you found our videos are helpful, please #Subscribe and hit the #Bell. Share our videos with your friends. Happy Learning.

  • @manikantaperugu6903
    @manikantaperugu6903 Год назад

    Thanks for u clear explanation bro😊.

    • @LecturesbyRavulaGovardhan
      @LecturesbyRavulaGovardhan Год назад

      Thank you for your comments. If you found our videos are helpful, please #Subscribe and hit the #Bell. Share our videos with your friends. Happy Learning.

  • @saranyakalyani4174
    @saranyakalyani4174 Год назад

    nice explanation sir

    • @LecturesbyRavulaGovardhan
      @LecturesbyRavulaGovardhan Год назад

      Thank you for your comments. If you found our videos are helpful, please #Subscribe and hit the #Bell. Share our videos with your friends. Happy Learning.

  • @user-fc8md9mg5z
    @user-fc8md9mg5z Год назад

    😂

    • @LecturesbyRavulaGovardhan
      @LecturesbyRavulaGovardhan Год назад

      If you found our videos are helpful l, please #Subscribe & hit the #Bell. Share our videos with your friends. Happy Learning.

  • @user-siddhu
    @user-siddhu Год назад

    Repeated flow chart lo forloop use cheyachu ga