Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6094107
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:38:20+00:00 2026-05-23T12:38:20+00:00

f = open(filename, ‘r’) strings = f.read().lower() I want a python editor/ide that works

  • 0
f = open(filename, 'r')
strings = f.read().lower()

I want a python editor/ide that works like visual studio. In the above after typing ‘f.’ it shows me the list of available functions and their documentation(DO NOT WAIT FOR ctrl-space). Just like visual express C#. Also preferably it shows autocomplete lists of all variables as well. Is there such an editor?

I have gone through several suggestions – eclipse , vim , emacs , pyscripter, komodo etc etc. Tired of trying. finally asking.
Help me out.

I have checked similar questions, none answered my query.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:38:20+00:00Added an answer on May 23, 2026 at 12:38 pm

    You can try Netbeans. It is free. Some of its features –

    • It shows a list of functions and their documentations as well as variables but on Ctrl+Space. (I don’t know why you don’t want to hit Ctrl+Space, otherwise every time you start writing something, you will be disturbed by a popup.)
    • It also underlines unused variables, plus the other usual things like syntax highlighting, matching closing brackets, etc.
    • You can easily change the name of variables within a function/class using the refractor.
    • You can find usages of a particular names within your project
    • You can view all your classes, their methods and attributes, functions and global variables at a glance using the navigator.
    • It has a project manager
    • You can debug your project.
    • (whatever else you can possibly think of.)

    It has lots of other features… I can’t name them all here.

    It is the best opensource IDE !

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following Python code ... html_data = urllib2.urlopen(some_url).read() f = codecs.open(filename, 'w', encoding='utf-8') f.write(html_data)
In Python 2.x with 'file-like' object: sys.stdout.write(bytes_) tempfile.TemporaryFile().write(bytes_) open('filename', 'wb').write(bytes_) StringIO().write(bytes_) How to do
If a python script uses the open(filename, r) function to open, and subsequently read,
To read contents of a file: data = open(filename, r).read() The open file immediately
I know you can do something like this: readlines(FileName) -> {ok, Device} = file:open(FileName,
I want to open a save file dialog, have the user enter a filename,
def file_open(filename): fo=open(filename,'r') #fo.seek(5) fo.read(3) fo.close() file_open(file_ro.py) I expect above program to return first
filename = rC:\Dokumente und Einstellungen\sschnei1\Desktop\a.mat print open(filename, r).read().encode(hex) The code above only work for
cat file_ro.py import sys def file_open(filename): fo=open(filename,'r') fo.seek(7) read_data=fo.read(3) fo.close() print read_data file_open(file.py) But
fields = CSV.parse(File.open(filename).first)[0] fields.each_with_index do |field, i| fields[i] = field.downcase end I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.