Back to Browse

Programming Naming Convention: Camel Case , Pascal Case & Snake Case in Python

632 views
Jan 25, 2023
6:59

In this video, I have demonstrated the Programming Naming Convention, how we declare and define our variables to make it more readable. Is video mein maine programming ke naming convention ko bataya hun. There are several techniques you can use to make them more readable:- Camel Case Each word, except the first, starts with a capital letter: firstIntegerValue = 10 Pascal Case Each word starts with a capital letter: SecondIntegerValue = 20 Snake Case Each word is separated by an underscore character: third_integer_value = 30 Programming Naming Convention: Camel Case , Pascal Case & Snake Case in Python Camel Case , Pascal Case & Snake Case Variable techniques to make more readable Camel Case , Pascal Case & Snake Case in programming language #camelcasepascalcaseandsnakecaseinpython #camelcasepascalcaseandsnakecaseinprogramminglanguage #variablesnamingconvention vidiv academy @vishmitadatalabs @CodeWithHarry @TeluskoHindi @ApnaCollegeOfficial @codestepbystep @ThapaTechnical @wscubetech

Download

0 formats

No download links available.

Programming Naming Convention: Camel Case , Pascal Case & Snake Case in Python | NatokHD