Showmedo is proud to publish:[1434] Distributing Parallel Computations Using IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
In this segment, we discuss the map feature to distribute computations across the available nodes, how to use targets to specify which nodes to use, and how to [...]
Showmedo is proud to publish:[1433] Basic Parallel Computing Using IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
In this segment, we discuss cover importing modules for the remote nodes and how to distribute data (i.e. scatter, gather) to and from these nodes.
Showmedo is proud to publish:[1432] Getting Started with Parallel IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
IPython provides excellent interactive parallel computing tools. In this segment, we discuss how to set up remote computational engines using ipcluster and how to use special magic [...]
Showmedo is proud to publish:[1431] Garbage Collection in Python – Part I -, a video-tutorial by gasto This video is part of the series Python from zero.
We view an animated illustration of how the garbage collector collects objects under Python 3.0 . That is, two referrers are created by being associated to the Foo [...]
Finally we’ve finished the Python Beginners über-series in our Club. In total the Club has 118 videos over 15 series all focused on teaching new Python skills. Now we’re done with Python beginners we’ll be expanding our scope.
In just under 30 minutes in the File I/O Tutorial I cover reading text files, writing [...]
Showmedo is proud to publish:[1435] Finer Control for Parallel Computing in IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
In this segment, we discuss the push, pull, and push_function, features of IPython that allow finer control over individual namespaces of remote nodes and over the [...]
Showmedo is proud to publish:[1433] Basic Parallel Computing Using IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
In this segment, we discuss cover importing modules for the remote nodes and how to distribute data (i.e. scatter, gather) to and from these nodes.
Showmedo is proud to publish:[1432] Getting Started with Parallel IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
IPython provides excellent interactive parallel computing tools. In this segment, we discuss how to set up remote computational engines using ipcluster and how to use special magic [...]
Showmedo is proud to publish:[1431] Garbage Collection in Python – Part I -, a video-tutorial by gasto This video is part of the series Python from zero.
We view an animated illustration of how the garbage collector collects objects under Python 3.0 . That is, two referrers are created by being associated to the Foo [...]
Showmedo is proud to publish:[1430] Getting started with Matplotlib, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
Matplotlib is one of the best, if not the best, plotting package for scientific Python. In this segment, we discuss how to best use the Matplotlib website to get [...]
Showmedo is proud to publish:[1416] Blender community (Spanish)., a video-tutorial by gasto This video is part of the series Blender Miscelania (spanish).
En este tutorial, Jedihe nos enseña los diversos sitios donde se puede preguntar, o recavar mas información acerca de Blender.
Showmedo is proud to publish:[1413] Introducing Sympy — Symbolic Mathematics within IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
Introducing Sympy for symbolic mathematics within IPython. Basic operations and advice for Windows users.
Showmedo is proud to publish:[1412] Profiling in IPython, a video-tutorial by unpingco This video is part of the series Scientific and parallel computing using IPython
Basic profiling methods available in IPython.
Showmedo is proud to publish:[1408] C++ Tutorial (30) – Absolute n00b spoonfeed, a video-tutorial by antiRTFM This video is part of the series C++ Tutorials – Absolute n00b spoonfeed
Video tutorials about programming in the C++ programming language.
Part 30:
* classes are like variables
* member variables / methods
* creating an instance
* dot operator
Forum: http://cpptutorials.freeforums.org/
Showmedo is proud to publish:[1406] Using the IPython Library, a video-tutorial by unpingco This video is part of the series Visual Parallel Computing Using Python-based VISION/HPC
This segment discusses the MEC and MECXLocal nodes in the IPython library to quickly prototype a parallel computation without having a prior connection to a backend cluster.