Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Is it bad practice to return a variable and not use it?
Post: RE: Is it bad practice to return a variable and no...

You answered the question yourself.  Basically, you don't want to write code that will make your program more difficult to reuse or debug.  In other words, code should be clean, and minimize errors, b...
terrancepython11 News and Discussions 8 6,601 Apr-03-2017, 11:31 PM
    Thread: Installing fuzzy wuzzy
Post: RE: Installing fuzzy wuzzy

Great, thanks, got it. Now does anyone have any advice on how to write a fuzzy lookup string parser for excel and .csv files :)
terrancepython11 General Coding Help 6 18,428 Mar-25-2017, 04:48 PM
    Thread: Installing fuzzy wuzzy
Post: RE: Installing fuzzy wuzzy

>>> >pip install fuzzywuzzy   File "<stdin>", line 1     >pip install fuzzywuzzy     ^ SyntaxError: invalid syntax >>> C:\>pip install fuzzywuzzy   File "<stdin>...
terrancepython11 General Coding Help 6 18,428 Mar-25-2017, 04:16 PM
    Thread: Installing fuzzy wuzzy
Post: Installing fuzzy wuzzy

When I look online, I've read that fuzzy wuzzy is included in the pip library, and that to install fuzzy wuzzy you simply write: pip install fuzzywuzzybut whenever I try to do this in Python 3.6 IDLE...
terrancepython11 General Coding Help 6 18,428 Mar-25-2017, 03:29 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Hi, I'm Terrance. I'm new to python. My goal is to master the language, however possible.
terrancepython11 Bar 432 237,289 Mar-23-2017, 01:50 AM
    Thread: What is the best way to learn Python with Excel?
Post: What is the best way to learn Python with Excel?

Hi, I'm just starting to learn python right now, I'm about 200 pages through my first book.  Over the next 6 months to a year, I'd like to spend at least 20-30 hours per week studying and coding in py...
terrancepython11 News and Discussions 2 6,587 Mar-23-2017, 01:10 AM

User Panel Messages

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