Posts

Showing posts from December, 2020

INTRODUCTION TO PYTHON

Python is a high-level, interpreted, general-purpose, dynamic programming language. Python possesses a property of code termed reusability. The syntax of python programs can express concepts in fewer lines as compared to programs in C, C++ and JAVA.   Python can be used in multiple programming styles, including Object-Oriented, Functional programming, Procedural Programming and Imperative styles. It also supports automatic memory management and has a large standard library and innumerous set of third party libraries. Python can be used on almost every operating system because its interpreter is available for many operating systems. It is a free and open- source software(Open-source software is a kind of computer software in which the source code of the software is made public, i.e., the copyright holder gives rights to everyone to read, change and distribute the code for any purpose ). KEY FEATURES OF PYTHON ·          The code writt...

Computer Science Lecture Notes for Degree Students

Image
Myself C P Fathimathul Misiriya, MSc. Computer Science Graduate.  I am writing this blog in a motive to be a helping hand for the computer science students.When I was doing my studies, I found it difficult in preparing notes from the textbooks, Since we have to cover lot of topics within less time.  We used to skip certain topics during exams without knowing its importance.  And I used to search for getting one which makes my studies easier.  So here I would like to share with you notes which I have created by referring Computer Science textbooks.  Hope it would help and make your studies easier.