dil_bert Posted December 13, 2018 Share Posted December 13, 2018 Hello dear experts, this is a thread reagarding running scripts in ATOM - how to headstart into Python while using Atom and GITHub i just have installed Atom now i want to start with python.. saw some recommendations for the start with Python: https://hackernoon.com/setting-up-a-python-development-environment-in-atom-466d7f48e297 - Install a Syntax Theme - Atom Material - script package - some packages & options that help to connect with github. Well it is very very important to me to connect with github and to work with Git. Do you have some recommendations here.By far one of the most important packages on this list is the script package. This allows you to run scripts in the Atom editor using the “command + i” keyboard shortcut. The code will run in a panel at the bottom of the text editor. https://atom.io/packages/script Well that is pretty important. I need to have some options to run the code. IS the script-Package the only one that helps here? Love to hear from you Quote Link to comment Share on other sites More sharing options...
gizmola Posted December 13, 2018 Share Posted December 13, 2018 The Hackernoon link is probably the least authoritative article you will find -- written by someone who admitted they were new to Python. I would try this which essentially turns Atom into a Python IDE: https://atom.io/packages/ide-python 1 Quote Link to comment Share on other sites More sharing options...
dil_bert Posted December 13, 2018 Author Share Posted December 13, 2018 Good Day dear gizmola, many many thanks for the quick reply. Great to hear from you. I am very happy. I will dig deeper into the recommendations - and will have a closer look at the mentioned article. I also will have a closer look at the following package : ... which turns Atom into a Python IDE: https://atom.io/packages/ide-python Many many thanks again!! 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.