New: python-codeAll contenthive-129948hive-196917krhive-150122hive-180932hive-185836zzansteemhive-183959hive-144064hive-188619hive-166405hive-101145hive-183397hive-145157hive-180301uncommonlabhive-139150photographyhive-109690hive-103599bitcoinphotosteem-atlashive-170554TrendingNewHotLikerspythoncoaching (32)in coding-programming • 3 years agoWhat is the future of coding and programming courses in India ?Here in India the specialized upheaval has occurred. We currently depend on PC frameworks to drive our industry and permit us to exchange with our worldwide rivals. Not just that, our food…cool-birat (25)in programming • 5 years agoUSING STRINGS IN PYTHON.Strings are the characters sequenced as a constant or variable. These strings are also called Array. It is called so, On base of storing mechanism. They are store in memory as an.........cool-birat (25)in programming • 5 years agoPYTHON COMMENTSIn any programming, language whether it is c, c++, java..etc comments play an important role. Comments are helpful for programmers while debugging. They are added with the purpose of making the…cool-birat (25)in programming • 5 years agoPYTHON INDENTATIONIndentation refers to white spaces. White spaces are most essential in the python. Indentation in other programming languages doesn't care much but in python spaces ..