Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Do I need to uninstall my current Python distribution (3.7) to install Anaconda?
Post: RE: Do I need to uninstall my current Python distr...

thank you so much snippsat for your detailed response. Your posts are very helpful.
Tim General Coding Help 2 23,205 Jul-10-2018, 03:03 PM
    Thread: Do I need to uninstall my current Python distribution (3.7) to install Anaconda?
Post: Do I need to uninstall my current Python distribut...

Hi there, I'm was advised to install Python-Anaconda distribution for some code to implement. My current distribution of python is the default one from python.org. (version 3.7 Do I need to uninstal...
Tim General Coding Help 2 23,205 Jul-10-2018, 01:17 PM
    Thread: Purpose of the keyword "pass"
Post: Purpose of the keyword "pass"

Hello Pythonians, What I understood about the keyword "pass", is that it works exactly like the keyword "continue", except it implements the remaining part of the "clause" that it happens to be in. ...
Tim General Coding Help 3 3,101 Feb-24-2018, 07:33 AM
    Thread: Is there a keyword that's equivalent to breakpoint for debugging?
Post: RE: Is there a keyword that's equivalent to breakp...

(Feb-16-2018, 11:15 AM)Larz60+ Wrote: check out this image:     Just click in the left margin to set breakpoint. lower right window are watches, you can type variable names here, or even code, and ...
Tim General Coding Help 5 3,805 Feb-18-2018, 05:41 AM
    Thread: Is there a keyword that's equivalent to breakpoint for debugging?
Post: RE: Is there a keyword that's equivalent to breakp...

(Feb-14-2018, 11:29 AM)Larz60+ Wrote: there is pdb: https://docs.python.org/3/library/pdb.html It has to be imported into the program you're debugging. Most IDE's have built in debugger as well. Th...
Tim General Coding Help 5 3,805 Feb-16-2018, 09:55 AM
    Thread: How to make Python stops for debugging when the error occurs?
Post: RE: How to make Python stops for debugging when th...

Thank you all.
Tim General Coding Help 5 5,873 Feb-16-2018, 09:50 AM
    Thread: How to make Python stops for debugging when the error occurs?
Post: RE: How to make Python stops for debugging when th...

(Feb-15-2018, 11:06 AM)Larz60+ Wrote: which (if any) IDE are you using? I'm using PyCharm
Tim General Coding Help 5 5,873 Feb-15-2018, 01:49 PM
    Thread: How to make Python stops for debugging when the error occurs?
Post: How to make Python stops for debugging when the er...

Hi, Is there a way to start the debugging mode at the point when error occurs? I do not like using the conditioned "Breakpoint", I want the debugger add automatic Breakpoint at the location of error...
Tim General Coding Help 5 5,873 Feb-15-2018, 09:26 AM
    Thread: Is there a keyword that's equivalent to breakpoint for debugging?
Post: Is there a keyword that's equivalent to breakpoint...

Hello Pythonians, I came from MATLAB background. In MATLAB, there is a keyword which is "keyboard" which you type it down anywhere in your code to work exactly like breakpoint. The good thing about ...
Tim General Coding Help 5 3,805 Feb-14-2018, 10:09 AM
    Thread: In CSV, how to write the header after writing the body?
Post: RE: In CSV, how to write the header after writing ...

(Jan-04-2018, 07:16 AM)Larz60+ Wrote: OK, I got it to work. This will make life a lot easier for you. first the code, and a sample run. Explanation after that: Thank you so much for your code. I lea...
Tim Web Scraping & Web Development 18 14,689 Jan-06-2018, 01:14 PM
    Thread: In CSV, how to write the header after writing the body?
Post: RE: In CSV, how to write the header after writing ...

Dear Larz60+, your code is a next level. I'm so impressed, thank you for your time. I'll review it and get back to you. **thumbsup**
Tim Web Scraping & Web Development 18 14,689 Jan-04-2018, 11:46 AM
    Thread: In CSV, how to write the header after writing the body?
Post: RE: In CSV, how to write the header after writing ...

(Jan-04-2018, 06:14 AM)Larz60+ Wrote: Here's how I'm approaching this (almost done), I may not finish until morning as it's 1 A.M. here now, but I'm so close, I'm going to try and finish tonight. M...
Tim Web Scraping & Web Development 18 14,689 Jan-04-2018, 06:56 AM
    Thread: In CSV, how to write the header after writing the body?
Post: RE: In CSV, how to write the header after writing ...

(Jan-03-2018, 11:39 PM)Gribouillis Wrote: Can't you make a two-pass program? You could read the input file once and compute the csv header without writing any output, then go back at the beginning o...
Tim Web Scraping & Web Development 18 14,689 Jan-04-2018, 04:54 AM
    Thread: In CSV, how to write the header after writing the body?
Post: RE: In CSV, how to write the header after writing ...

Thank you all for your very helpful and informative responses. Unfortunately, I'm still having the problem. I cannot use regular text writing function write() because some of the data has "commas",...
Tim Web Scraping & Web Development 18 14,689 Jan-03-2018, 10:29 PM
    Thread: In CSV, how to write the header after writing the body?
Post: In CSV, how to write the header after writing the ...

Hello Forum, I'm using csv package to build a .csv file in Python v3.6. What I'm doing is converting and combining several .bib files into one CSV, which like reading text files and then putting th...
Tim Web Scraping & Web Development 18 14,689 Jan-02-2018, 10:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020