Python is a High Performance Programming Language
The High Performance Computing (HPC) folk are taking to Python in droves. They are not deserting Fortran and C++, they are still the languages in which the computation codes are written. Python is though the coordination language. Also Python is the language of writing user interfaces and performing data visualization.
ctypes, SWIG, Boost.Python, and Cython all have roles to play in connecting Python to C++ and Fortran codes, making Python a far more flexible tool than Maple, Mathematica, etc. for result processing and data visualization. And SciPy rocks.
But this is only one aspect of high performance. Traditionally, people view bytecode/virtual machine-based languages as slow and clunky. Java put paid to that idea with its just-in-time compilation. Python is similarly a bytecode/virtual machine-based language but until recently had not been seen as being in need of being a high performance language. This is changing.
This session will take an interactive wander through all these issues, resulting in the conclusion that Python is up there with C++ and Fortran as a high performance language.
WANT TO LEARN MORE? THEN CHECK OUT OUR EXPERT WORKSHOPS!
Russel Winder's Python WorkshopIn this 4-day Python Workshop, you will learn both low-level details of Python as well as the idiomatic design approaches in Python. We'll start with the language basics after which we discuss various testing strategies and their rationale. Through lectures, exercises and discussions, we'll introduce Concurrency and Parallelism after which we'll learn about GUI's. We'll then explore Networking, XML processing and Persistence when developing applications with Python. Find out more here
Typesafe's Fast Track to Scala
This two-day Fast Track to Scala course, designed by Martin Odersky,
the creator of the Scala programming language, and Heiko Seeberger, a
recognized Scala expert, will give you an excellent grounding in Scala.
Prepare to learn to: * be a competent user of Scala constructs in
application code, * know and be able to apply the functional programming
style in Scala, * use the fundamental Scala tools, * be confident to
start using Scala in production applications -- and much more. Get more
info and sign up here
Tomas Petricek’s and Phil Trelford’s Real-World F# Programming
Tomas Petricek’s and Phil Trelford’s two day course will teach you how to solve real-world .NET problems in F#. Will guide you through several areas where F# can help you be more productive and solve your problems faster, with code that is efficient and easy to maintain. The examples used in this course are based on experience of developing successful commercial applications in F#.
After attending, you’ll be able to recognize where using F# can save your time and money and you’ll know how to integrate F# components in the .NET ecosystem. Find out more here
Tomas Petricek & Phil Trelford's Functional Programming in .NET Tomas Petricek’s and Phil Trelford’s two-day Functional Programming in .NET course explains concepts that you need to write modern applications for .NET using F#, C# with LINQ as well as current and upcoming .NET technologies that arise from functional programming ideas.
Learning several simple functional concepts will help you understand these technologies and use them effectively. This means that the course will make you a better programmer even if you’re not going to immediately start using F#. This course is based on experience of developing commercial applications in F# and we’ll discuss good ways of introducing F# to your daily work.. Find out more here
ABOUT RUSSEL WINDER
|
Russel is centrally involved with the development of the Groovy programming language and the
GPars framework, is author of the Gant Ant task scripting framework, and contributes to the Gradle build
framework.
More about Russel Winder
|
|
PODCAST PYTHON IS A HIGH PERFORMANCE PROGRAMMING LANGUAGE
|