473,408 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

ATOM-Editor: where are the files are stored in !?

3
hello dear experts


this is a question regarding the setup of a development-environment both on

a MX-Linux Machine with Linux Version 19.1 and on a
a Win10 Machine - where i set Python in a global mode (not with venv or anythion similar)



the questioin is: with the fresh setup of ATOM - editor:
how to set the paths - to Python
how to set the paths where results of scripts were stored.


to begin with the beginning:



i am pretty new to ATOM: first steps to configure to work with Python on MX-Linux



just have installed ATOM on the MX-Linux.

the question is: how to set the paths - to Python.
note: i allready have installed Python on my Mx-Machine.

Which packages do you suggest me to use … to run ATOM with Python!?


and i have just installed it on the Windows10 machine:

i run code - and i do not know were the system stores the results ...


this is the script:



from bs4 import BeautifulSoup
import urllib
Expand|Select|Wrap|Line Numbers
  1. url = urllib.urlopen('http://meinparlament.diepresse.com/')
  2. content = url.read()
  3. soup = BeautifulSoup(content, 'lxml')
  4.  
  5. table = soup.findAll('div',attrs={"class":"content-question"})
  6. for x in table:
  7.     print x.find('p').text
  8.  
  9. # Another way to retrieve tables:
  10. # table = soup.select('div[class="content-question"]')
  11.  
see my screen ... how all is organized... - the question is: how can i arrange the whole ATOM so that i can see



a, the script
b. the command-line and
c. the output!? .... which means - the output of the little bs4-script...

Expand|Select|Wrap|Line Numbers
  1. [Finished in 3.141s]
  2.  
see my screen ... how all is organized... - the question is: how can i arrange the whole ATOM so that i can see



a. the script
b. the command-line and
c. the output!? .... which means - the output of the little bs4-script...where the system does store the files..!?




I really wish atom could provide a reasonable directory when I try to save my work! Behavior like that provided by Word, gedit, notepad, Libreoffice, sublime, pretty much everything.
Whatever I saved in last time is the new default.



note : a similar idea was discussed here:
https://discuss.atom.io/t/default-save-location/19111/8

Expand|Select|Wrap|Line Numbers
  1. When you save a file in a blank Atom window, the directory that file is in is automatically added as a project folder. When you save additional files, Atom will assume that they’re going to the same place. For how Atom thinks about projects, this is very reasonable (and since Atom is Atom, its behavior will differ from Word/Libre/Notepad which don’t have any opinions about projects). To circumvent this, just add a new project folder for each additional place you intend to save files for a given Atom window. Once you have a project
  2.  folder added for a particular directory, you can simply right-click on anywhere in the tree view and select New File to create a file in that specific folder and not have to deal with the Save As dialog at all.

note: i allreay have chretate a projectfolder ö with sub folder - but afaik i do not have luck with my idea to find out where the data can be found - in
which folder!?
Apr 1 '20 #1
0 3043

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: fibreiv | last post by:
I am trying to download files from my database that I uploaded to it. I can download bmp, txt file but have not been able to d/l pdf files. I am able to d/l pdf files stored in the file system...
18
by: Keith Brown | last post by:
I have an application that allows embedded storage of ANY chosen file in an OLE field. The file could have been dragged-and-dropped into the field or it might have been selected and imported...
1
by: Dennis Benzinger | last post by:
Hi! I want to serve files which are stored as attachments on an IMAP server. Is there a module which does this or do I have to write my own? Dennis
1
by: timcyberbanjo | last post by:
hi, I have an asp.net app that stores mp3 files in an SQL Server database. What I would really like to do is create a web app that users can play those mp3 files by using some sort of server side...
0
kwaxy
by: kwaxy | last post by:
Dear frendz, I have uploaded files and stored them in the MS Access database. But now I'm unable to use them, means I cant read them or show them, plz anybody give me the code so that I can show...
1
by: rizwanahmed24 | last post by:
Hi i have created a project that contains some class files and xml files stored in resources. i have created dll of this project and am using it in another project. In other project i want to...
2
by: nduerr | last post by:
I have a table with pdf files stored in an attachment data type field in a 2007 Access File. I would like to run a query that would select a group out of this table (easy part) then send the pdf...
19
by: ryan2345 | last post by:
Hi, I ve stored .doc , .txt, .zip , .jpg, etc. files in the database. I wanted to give the user a link to download those files. I wanted it to be downloaded in a way as the attachments are...
0
by: bharris | last post by:
Is there a simple way to print files stored in an OLE field using the Windows associated programs? So if it is a .doc, it will open Word, print it and close. PDF opens Acrobat Reader, prints and...
0
by: tdrsam | last post by:
I'm thinking of using the Google Maps Javascript API and they recommend securing the key in files outside the application's source tree, which got my wondering. If I have files stored in folders...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.