Python – AcadGild https://acadgild.com/blog Learn. Do. Earn. Thu, 25 Aug 2016 12:01:42 +0000 en-US hourly 1 https://wordpress.org/?v=4.5.3 103159356 Python Statements https://acadgild.com/blog/python-statements/ https://acadgild.com/blog/python-statements/#respond Thu, 07 Apr 2016 07:15:09 +0000 https://acadgild.com/blog/?p=2811 In simple terms, statements are used to tell Python what your programs should do. In this blog, we will discuss about Python statements. Before we proceed further, we should understand what expressions are and how to evaluate them. An expression is a combination of values, variables, and operators. If you type an expression in the […]

The post Python Statements appeared first on AcadGild.

]]>
https://acadgild.com/blog/python-statements/feed/ 0 2811
Python Tutorial – Data Types in Python https://acadgild.com/blog/python-part-2/ https://acadgild.com/blog/python-part-2/#respond Fri, 01 Apr 2016 10:20:15 +0000 https://acadgild.com/blog/?p=2497 In our previous post, we had looked into the Introduction of Python and its installation. In all the programming languages programmers would work with data, so data types is one of the crucial ingredient of any programming language. In Python, all the data types are represented in the form of objects; either built-in objects that […]

The post Python Tutorial – Data Types in Python appeared first on AcadGild.

]]>
https://acadgild.com/blog/python-part-2/feed/ 0 2497
Getting Started With Python – Part 1 https://acadgild.com/blog/getting-started-python-part-1/ https://acadgild.com/blog/getting-started-python-part-1/#respond Wed, 23 Mar 2016 11:13:39 +0000 https://acadgild.com/blog/?p=2319 Are you searching for a programming language where you can develop an application that can be deployed on PCs, Macs, mobile phones, the Web, on big servers and small clients and allows you to build GUIs quickly and painlessly? Then, Python is the one-stop solution for all your requirements. Python is a powerful multi-paradigm computer programming language. With […]

The post Getting Started With Python – Part 1 appeared first on AcadGild.

]]>
https://acadgild.com/blog/getting-started-python-part-1/feed/ 0 2319
Writing MapReduce in Python using Hadoop Streaming https://acadgild.com/blog/writing-mapreduce-in-python-using-hadoop-streaming/ https://acadgild.com/blog/writing-mapreduce-in-python-using-hadoop-streaming/#respond Thu, 03 Mar 2016 09:35:51 +0000 https://acadgild.com/blog/?p=1892 In this Blog we will be discussing execution of MapReduce application in Python using Hadoop Streaming. We will be learning about streaming feature of hadoop which allow developers to write Mapreduce applications in other languages like Python and C++. We will be starting our discussion with hadoop streaming which has enabled users to write MapReduce […]

The post Writing MapReduce in Python using Hadoop Streaming appeared first on AcadGild.

]]>
https://acadgild.com/blog/writing-mapreduce-in-python-using-hadoop-streaming/feed/ 0 1892