Refinance now before rates go up! Get multiple rate quotes at GetMyLender.com.
Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Minify CSS and JS file using Visual Studio 2012

Before going on our main topic we have to discuss about one of the Dot Net feature i.e. Microsoft’s Web Optimization Framework. So, what is Web Optimization Framework and how to use this framework in Asp.net web form application? Microsoft’s (ASP.NET) Web Optimization Framework introduces a way to bundle and optimize CSS and JavaScript files.

If anyone wants to install Microsoft ASP.NET Web Optimization Framework, run the following command in the Package Manager Console of Visual Studio 2012.

Difference between Library and Framework

A Library and a Framework are a set of classes, modules and/or code (depending on the programming language) that can be used in your applications.

Suppose you have to maintain log or debugging info in your applications, draw charts, create an specific file formats like .html, .pdf, .xls, connect to a data base, create applications using Design Patterns or simply create some/complete application etc.

These types of problems can be solved using Framework or a Library.

Difference between Python and other programming languages (C, C++, JAVA, .NET)

In this section I have brief describe the difference between the python and other programming language. This comparison is based on language issue; practically the choice of language is depend on other real fact e.g. Cost, training, availability, even emotional attachment.

Programming language classified in three ways,

Low level: This type of language is directly access the memory and hardware, the language come Under this category are Assembly, C, C++. These are requiring more detail orientation.

Manage: This category include Java, C# they featured that you scarifies for your need like memory management, organization, because they are not directly access the hardware and memory the problem of platform dependency is resolve. But these tools high configure machine because while your application running these tool also load.

Interpreted: This include Python, JavaScript, Html 5 with large library as your need and it provides Powerful feature tools such as web browser and string manipulation libraries. It require very less organization and organization skills.

Learn Python and Configuration On Eclipse For Python

Small Introduction of Python

Python is high level programming language; Idea behind its design is to introduce uncluttered visual layout to enhance code readability. It allows programmer to express his concepts in very few lines of code with simple English keywords. Python support multiple programming patterns including ‘Object oriented Programming, Functional Programming. It provides automatic memory management, dynamic type, and also has large and complete library. Python never uses curly braces or keyword, to ends the block, It uses whitespace indentation.

Development Environment:

Most Python implementations can function as a command line interpreter, for which the user enters statements sequentially and receives the results. In short you can say, Python acts as a shell other shells add capabilities beyond those in the basic interpreter, including IDLE and IPython. They implement features like auto-completion, retention of session state, and syntax highlighting. As similar standard desktop Python IDEs (integrated development environments), there are also browser-based IDEs, Sage (intended for developing science and math-related Python programs), and a browser-based IDE and hosting environment, Python Anywhere. You can also use eclipse for python development.

In this post I am going to explain how to use eclipse as python development environment.