Core Python Programming
Short Description
Python is an Internet and systems programming language that is soaring in popularity in today’s fast-paced software development environment, and no wonder: it’s simple (yet robust), object-oriented (yet can be used as a procedural language), extensible, scalable and features an easy to learn syntax that is clear and concise. Python combines the power of a compiled object language like Java and C++ with the ease of use and rapid development time of a scripting language. In fact, its syntax is so easy to understand that you are more likely to pick it up faster than any of the other popular scripting languages in use today!
Website: www.woodpecker.org.cn | Filesize: 5626kb
No of Page(s): 703
Read more
Digi Python Programming Guide
Short Description
This guide introduces the Python programming language by showing how to create and run a simple Python program. It describes how to load and run Python programs onto Digi devices, either through the command-line or Web user interfaces. It reviews Python modules, particularly those modules with Digi-specific behavior. Several sample Python programs are included on the Software and Documentation CD. This guide describes how to run the executable programs and describes program files.
Website: ftp1.digi.com | Filesize: 210kb
No of Page(s): 45
Read more
Programming in C++.NET
Short Description
C++ is an Object-Oriented Programming (OOP) language that is viewed by many as the best language for creating large-scale applications. The .NET Framework contains a virtual machine called Common Intermediate Language (CIL). Simply put, programs are compiled to produce CIL and the CIL is distributed to user to run on a virtual machine. C++, VB.NET, C# compilers are available from Microsoft for creating CIL. In DB-VA you can generate C# persistent source code and DLL file, so you can reference the DLL file and persistent library in Visual Studio .NET 2003 and develop the C++ application.
Website: content.usa.visual-paradigm.com | Filesize: 981kb
No of Page(s): 10
Read more
C# Versus Java
Short Description
Microsoft describes C# (”C sharp”) as a “simple, modern, object-oriented, and type-safe programming language derived from C and C++.” That statement would apply equally well to Java. In fact, after comparing the two languages, it’s obvious that prerelease descriptions of C# resemble Java more than C++. As Example 1 illustrates, the language features and syntax are similar. Example 1(a) is the canonical “Hello World” program in Java, while Example 1(b) is the program in C#.
Website: www1.cs.columbia.edu | Filesize: 572kb
No of Page(s): 13
Read more
An ASM specification of C# threads and the .NET memory model
Short Description
Abstract. We present a high-level ASM model of C# threads and the .NET memory model. We focus on purely managed, fully portable threading features of C#. The sequential model interleaves the computation steps of the currently running threads and is suitable for uniprocessors. The parallel model addresses problems of true concurrency on multiprocessor systems. The models provide a sound basis for the development of multi-threaded applications in C#.
Website: www.di.unipi.it | Filesize: 268kb
No of Page(s): 24
Read more
The (Re) Emergence of Agile Languages and Domain-Oriented Programming
Short Description
The JAOO conference in Aarhus, Denmark has become one of the most enjoyable and informative developer conferences in the land of OO. Originally a Java conference, it has expanded to cover a wide variety of topics from MS.NET and Java technology to best practices in software engineering. This year’s conference followed on the heels of the Microsoft PDC earlier in the month. Both conferences featured tracks and sessions on scripting, dynamic languages and domain specific languages.
Website: www.jot.fm | Filesize: 57kb
No of Page(s): 4
Read more
Language Integrated Query (LINQ)
Short Description
with LINQ’s set of general purpose. query operators. Query Data in any .NET. Programming Language … LINQ is an exciting evolution in data programming that …
Website: download.microsoft.com | Filesize: 384kb
Read more