Blogger Themes

Search This Blog

www.embeddedstudy.com | Copyright © 2017 | All Rights Reserved | Nithin Pradeep . Theme images by Storman. Powered by Blogger.

Popular KOZHI

Sponsor

Download

Blogger Tricks

FEATURED

What is an Embedded System?

An embedded system is a combination of hardware and software that is designed to carry out a certain task or tasks, meaning it has a s...

JOIN THE TEAM

Popular Posts

Wikipedia

Search results

Search This Blog

Social

More Links

Social

ad

ads

Python Coding

LEARN PYTHON LANGUAGE



Hello Everyone,

Before we dig in to the deep, let me give you all a brief introduction about the language.

What is Python?

Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy that emphasizes code readability (notably using white space indentation to delimit code blocks rather than curly brackets or keywords), and a syntax that allows programmers to express concepts in fewer lines of code than might be used in languages such as C++ or Java. The language provides constructs intended to enable writing clear programs on both a small and large scale.
Python features a dynamic type system and automatic memory management and supports multiple programming paradigms, including object-orientedimperativefunctional programming, and procedural styles. It has a large and comprehensive standard library.
Python interpreters are available for many operating systems, allowing Python code to run on a wide variety of systems. CPython, the reference implementation of Python, is open source software and has a community-based development model, as do nearly all of its variant implementations. CPython is managed by the non-profit Python Software Foundation.
Download Python : (For Windows 7/8/10) : Python 3.6.2 (Newest Version) | Python 2.7.13 (Latest 2 series )
For Linux :Type   sudo apt-get install python3  on terminal.
For MAC :Python 3.5.4 (64 bit OS) Python 3.5.4 (32 bit OS)
Also visit:History of Python        

Now without wasting our time let's start learning....

LIST OF TOPIC'S






Data types in Python


Modules in Python

Creating Modules

Files In Python

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------