python course startup.

 


___________________________________________________________________________________

FOR INTRO PART PLEASE VISIT:-..visit..

___________________________________________________________________________________

NOW HERE WE WILL BE TALKING ABOUT WHY PYTHON IS USED LESS AS COMPARED TO OTHER LANGUAGES THEN WE FURTHER MOVE ON TO PROGRAMMING PART


LIMITATIONS OF PYTHON :-

Speed

Python is slower than C or C++. But of course, Python is a high-level language, unlike C or C++ it's not closer to hardware.

Mobile Development

Python is not a very good language for mobile development . It is seen as a weak language for mobile computing.

Memory Consumption

Python is not a good choice for memory intensive tasks. Due to the flexibility of the data-types, Python's memory consumption is also high.

Database Access

Python has limitations with database access . As compared to the popular technologies like JDBC and ODBC, the Python's database access layer is found to be bit underdeveloped and primitive . However, it cannot be applied in the enterprises that need smooth interaction of complex legacy data .

Runtime Errors

Python programmers cited several issues with the design of the language. Because the language is dynamically typed , it requires more testing and has errors that only show up at runtime .

NOW FURTHER LET'S BEGAIN WITH PROGRAMMING PART.

AS TO START WITH PYTHON PROGRAM WE REQUIRED A PYTHON SETUP TO BE INSTALLED IN YOUR DEVICE.

If you find that you do not have python installed on your computer, then you can download it for free from the following website: https://www.python.org

OR NOW DAYS WE HAVE INBUILT STORE IN OUR DEVICE FROM THERE ALSO YOU CAN DOWNLOAD PYTHON APP BY SEARCHING IT.

Python Quick start

Python is an interpreted programming language, this means that as a developer you write Python (.py) files in a text editor and then put those files into the python interpreter to be executed.

LETS BEGIN WITH FIRST BASIC PROGRAM TO ADD TWO NUMBERS.










NOW WE CONTINUE FROM NEXT POST..

___________________________________________________________________________________

THANKU, HAVE A GOOD DAY..

___________________________________________________________________________________

Comments

  1. Next content kab aayega, please publish

    ReplyDelete

Post a Comment