:orphan: |rss_image| :ref:`<== ` **blog page - 2/2** :ref:`Blog ` :ref:`finance (3) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. _ap-main-1: blog page - 2/2 +++++++++++++++ .. blogpostagg:: :title: Interacting with VM on Azure :date: 2016-06-18 :keywords: Azure,Virtual Machine,libcloud :categories: network :rawfile: 2016/2016-06-18_libcloud_azure.rst It can be done in Python with `libcloud `_. See: `Azure Compute Driver Documentation `_ and `Azure Blobs Storage Driver Documentation `_. You can interact with many clouds using the same API: `Source code for libcloud.storage.providers `_. .. blogpostagg:: :title: What to do when read_csv fails? :date: 2015-11-08 :keywords: pandas,read_csv,text file :categories: pandas :rawfile: 2015/2015-11-08_read_csv.rst I recently faced some issues with method `read_csv `_ which could not read my text file. There was an issue with a null character. So I revisited some old code I wrote long time ago about guessing the schema of a text file: :func:`TextFileColumns `:: ... .. blogpostagg:: :title: New page about magic commands :date: 2015-11-08 :keywords: magic commands,magic,notebooks,jupyter :categories: notebook :rawfile: 2015/2015-11-08_magic_commands.rst The documentation now contains a new page :ref:`l-NB` which explicit the code under every magic commands included in this module. .. blogpostagg:: :title: qgrid in a magic command :date: 2015-11-01 :keywords: qgrid,javascript,dataframe :categories: dataframe,notebook :rawfile: 2015/2015-11-01_qgrid.rst Module `qgrid `_ proposes a nice view of a dataframe inside a notebook: :ref:`usingqgridwithjsdfrst`. The javascript object allow sorting and scrolling in a much nicer way than the regular output of a dataframe in a notebook. ... .. blogpostagg:: :title: Tail of a text file encoded in utf-8 :date: 2015-08-27 :keywords: text file,encoding,utf-8 :categories: bug,encoding :rawfile: 2015/2015-08-27_tail_and_encoding.rst Funny thing I went through when I wanted to get the tail of a text file:: ... .. blogpostagg:: :title: Unable to install the module on OS X :date: 2015-04-24 :keywords: OS X,pip :categories: installation :rawfile: 2015/2015-04-24_unable_to_install.rst The module is tested on Windows and on Linux through `travis `_. It is not tested on OS X (Apple), the installation was failing on a student's machine today (however he installed almost all the version including 3.5a). ... .. blogpostagg:: :title: A magic command to visualize differences between two files in a notebook :date: 2015-04-23 :keywords: diffview,difflib.js,differences,textdiff :categories: javascript,notebook :rawfile: 2015/2015-04-23_textdiff.rst The magic command `textdiff http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/pyquickhelper/ipythonhelper/magic_class_diff.html#pyquickhelper.ipythonhelper.magic_class_diff.MagicDiff.textdiff>` makes it easy to display the differences between two files or two strings. ... ---- |rss_image| :ref:`<== ` **blog page - 2/2** :ref:`2017-11 (1) ` :ref:`2017-12 (1) ` :ref:`2018-03 (2) ` :ref:`2018-05 (1) ` :ref:`2018-09 (1) `