473,378 Members | 1,427 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,378 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 3018

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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.