From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Axel E. Retif" Subject: Re: Ruby or Python or Something Date: Mon, 17 Jul 2017 05:55:21 -0500 Message-ID: <91f7fcc1-9021-90bd-9847-2c9f7f5b0922@gmail.com> References: <15d5016a1fa.bcf3a24f38444.7649112296820099791@physics.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX3gW-0004To-V4 for emacs-orgmode@gnu.org; Mon, 17 Jul 2017 06:55:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX3gU-0001kU-Eg for emacs-orgmode@gnu.org; Mon, 17 Jul 2017 06:55:29 -0400 Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:36482) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dX3gU-0001hv-8N for emacs-orgmode@gnu.org; Mon, 17 Jul 2017 06:55:26 -0400 Received: by mail-oi0-x232.google.com with SMTP id x187so114459627oig.3 for ; Mon, 17 Jul 2017 03:55:24 -0700 (PDT) In-Reply-To: <15d5016a1fa.bcf3a24f38444.7649112296820099791@physics.org> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode , soyeomul On 07/17/2017 05:27 AM, Adam Jackson wrote: > Hi Byung-Hee, > > org-mode itself uses emacs lisp as the programming language for > development and extension and you may need to use a little lisp to > access some of the features. > > However, if you are interested in learning Python and/or Ruby I highly > recommend you look at the org-babel features: > http://orgmode.org/worg/org-contrib/babel/ . > This allows you to mix up code blocks with your notes and links for an > interactive "notebook" similar to Jupyter. (If you haven't tried > Jupyter, you really should look at that too!) I also recommend to take a look at John Kitchin's YouTube channel: https://www.youtube.com/channel/UCQp2VLAOlvq142YN3JO3y8w He uses extensively Emacs org-mode, Python and LaTeX. Best Axel