Posts

Image
                            welcome to crazy coding stuffs  For Beginners in python      hey, there lets talk about some more concepts about python 😎      Remember!!!     "  do you know, In python everything is considered as object"      lets know about variables in python...                                               what is variables in python???    " variables in python is a reserved memory locations to store the values "             syntax :                    variable=value.        E x:              x=10 -> here 'x' is variable and '10' is value        ...

PYHTON BLOGGING

Image
  WELCOME TO CRAZYCODING STUFFS INTRODUCTION TO PYHTON: Python , is it scripting language or programming language?? let's have a discussion on this  Python basically a programming language but, Python uses an interpreter to translate and run its code. Hence Python is   a scripting language Then, what does interpreter will do?? Python Interpreter is a  Virtual machine. " An interpreter is a program which   converts a high-level programming language  (like Python, PHP, Perl) into machine code. " high level language means: human readable form machine means: binary form Scripting language : scripting languages do not need an additional step of compilation and rather they are interpreted. Ex: java script, python, Perl Programming language:  A programming language is a type of written language that tells computers what to do.  Ex:  Python, Ruby, Java, JavaScript, C, C++, and C# .  here ,we go comparison chart. compiler means what??...