Posts

Showing posts from July, 2019

Python - Variable Types

Hi Readers! Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in memory. Based on the data type of a variable, the interpreter allocates memory and decides what can be stored in the reserved memory. Therefore, by assigning different data types to variables, you can store integers, decimals or characters in these variables. Assigning Values to Variables Python variables do not need explicit declaration to reserve memory space. The declaration happens automatically when you assign a value to a variable. The equal sign (=) is used to assign values to variables. The operand to the left of the = operator is the name of the variable and the operand to the right of the = operator is the value stored in the variable.

First Python Program

Hi Readers! Let us execute programs in different modes of programming. Interactive Mode Programming Invoking the interpreter without passing a script file as a parameter brings up the following prompt − $ python Python 2.4 . 3 (# 1 , Nov 11 2010 , 13 : 34 : 43 ) [ GCC 4.1 . 2 20080704 ( Red Hat 4.1 . 2 - 48 )] on linux2 Type "help" , "copyright" , "credits" or "license" for more information . >>> Type the following text at the Python prompt and press the Enter − >>> print "Hello, Python!" If you are running new version of Python, then you would need to use print statement with parenthesis as in  print ("Hello, Python!"); . However in Python version 2.4.3, this produces the following result − Hello, Python!

Characteristics of python

Hi there! Characteristics of Python Following are important characteristics of  Python Programming  − It supports functional and structured programming methods as well as OOP. It can be used as a scripting language or can be compiled to byte-code for building large applications. It provides very high-level dynamic data types and supports dynamic type checking. It supports automatic garbage collection. It can be easily integrated with C, C++, COM, ActiveX, CORBA, and Java. Hello World using Python. Just to give you a little excitement about Python, I'm going to give you a small conventional Python Hello World program, You can try it using Demo link.

Why to Learn Python?

Hi there! I am going to  demonstrate about python Why to Learn Python? Python  is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactical constructions than other languages. Python  is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain. I will list down some of the key advantages of learning Python: Python is Interpreted  − Python is processed at runtime by the interpreter. You do not need to compile your program before executing it. This is similar to PERL and PHP. Python is Interactive  − You can actually sit at a Python prompt and interact with the interpreter directly to write your programs. Python is Object-Oriented  − Python supports Object-Oriented style or technique of programming that encapsulates code

Need of python Language

Hi there! Actually before start learning "Machine learning" I have to be good with Python programming language. Why python? Python is used in machine learning because it's syntax is much easier than any other language but most reasonable thing is python's library, yes python has lots of library to implement various things through it. Moreover, now a days one can start to learn programming language by leaning python first and no need to learn c or c++ first.

Need of Machine Learning

Hi there! There is workshop in our company to demonstrate the usage of intelligence of machine. I came to know how useful they are. they told us that how they are used to train machine with our purpose with the help of programming language. Machine learning is going to be our future because every single company will be trying to use it for their sales and growth of their product. One thing is very clear that People will be more lazy than now in future 'just kidding' but it's true actually because we can take example of Google Assistant and alexa a and think about it. Anyway, Using machine learning so many development will be done.

First day @ CSDT IT Solution

Hi there! Today is my first day in CSDT IT Solution as an intern. I am very excited to work and learn "machine Learning" as well. As we know the machine learning is growing exponentially and it will be the future of the IT industry and this encouraged me to learn machine learning. I'll give you update. Thanks :)