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
BMW Group Recycling Concept
Short Description
Sustainability ensured by the ecologically responsible use of resources and materials has been the fundamental policy of the BMW Group for many years. Long before lawmakers introduced appropriate legislation, the BMW Group had developed exemplary processes and methods for the sensible use, recycling and disposal of materials as part of a comprehensive recycling concept.
Website: www.hsc.csu.edu.au | Filesize: 849kb
No of Page(s): 6
Read more
BMW Financial Services VB6-to-C# Migration Case Study
Short Description
In the past, Visual Basic (VB) upgrades were fairly painless and inexpensive because Microsoft made new versions of VB backward compatible, but things are different this time. An upgrade to .NET brings with it a radical shift in terms of architecture, design, deployment, features, and tools. The upgrade will be even more challenging if you decide to move from the forgiving VB compiler to the rigorous C# compiler. Confronted with declining vendor and community support and major migration challenges, BMW Financial Services in Dublin, Ohio set out to define a strategy that would allow us to adopt C# in an efficient and deliberate manner. Our objectives were to minimize disruption and costs and leverage the momentum of the platform change to move our capabilities forward. This article presents our strategy and some of the experiences we are encountering along the way.
Website: www.greatmigrations.com | Filesize: 86kb
No of Page(s): 9
Read more
The Not So Agile Aspects Of Agile Development
Short Description
There are multiple generations of development techniques available (planned –agile)
–1stGeneration –Structured Analysis & Design
–2ndGeneration –RAD, JAD, Object-Oriented Analysis & Design
–3rdGeneration –Agile Development
Website: itconference.mt.gov | Filesize: 80kb
No of Page(s): 22
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