Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,934
» Latest member: winchestersam
» Forum threads: 38,721
» Forum posts: 175,503

Full Statistics

Online Users
There are currently 45 online users.
» 1 Member(s) | 38 Guest(s)
Bing, Google, AOL, Applebot, winchestersam

Latest Threads
LOST OF INVESTMENT SCAM
Forum: News and Discussions
Last Post: goodvicent
16 minutes ago
» Replies: 0
» Views: 2
Too much space between gr...
Forum: GUI
Last Post: deanhystad
3 hours ago
» Replies: 3
» Views: 908
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 358
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,495
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,543
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 424
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 133
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,924
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,177
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 862

 
  How to get data instead of memory addresses
Posted by: KBingo - Jun-10-2017, 03:05 AM - Forum: General Coding Help - Replies (3)

I'm trying to extract and display data from an API.  I'm using a purpose-built wrapper that utilizes SQLAlchemy, which I have installed.  But instead ..... More

Print this item

  How to display memory PDF in wxpython
Posted by: Larz60+ - Jun-10-2017, 12:03 AM - Forum: GUI - Replies (1)

To view a pdf file with wx.lib.pdfviewer.viewer.pdfViewer, you use:

   pdfV.viewer.LoadFile(r'a path to a .pdf file')
that wo..... More

Print this item

  Good ID3 module?
Posted by: Ofnuts - Jun-09-2017, 09:46 PM - Forum: News and Discussions - Replies (1)

I'm going to mass-tweak the ID3 tags in my MP3 collection. Search ID3 on PyPI elicits too many answers, I don't want to try them all :)

Has anyone ..... More

Print this item

  python console executes a file that PyCharm cannot execute
Posted by: sylas - Jun-09-2017, 04:25 PM - Forum: General Coding Help - Replies (6)

Hi all. Here at first the file that works well with python console......................................................................................... More

Print this item

  realtime database update in django
Posted by: x64 - Jun-09-2017, 03:15 PM - Forum: Web Scraping & Web Development - Replies (2)

please help me if anyone know the process how can i update my webpage realtime when update my database. We need to page refresh to see the latest data..... More

Print this item

  ignored exception
Posted by: Skaperen - Jun-09-2017, 05:32 AM - Forum: General Coding Help - Replies (6)

i sometimes get this message when i don't want the exception to be ignored:

[output]Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='..... More

Print this item

  Fibonacci sequence
Posted by: logic - Jun-08-2017, 10:01 PM - Forum: Homework - Replies (3)

Create a program that generates an output file containing a user defined amount of the fibanacci sequence.

Print this item

  PySerial
Posted by: Soichiro - Jun-08-2017, 05:37 PM - Forum: General Coding Help - Replies (1)

Hello everyone,
I am opening this thread because I need to retrieve numeric data from a serial port RS232.

This is what I would like to accomplish..... More

Print this item

  Remove extra lines from .csv file in comparison with another
Posted by: pedteles - Jun-08-2017, 02:58 PM - Forum: General Coding Help - Replies (1)

Dear all,

First of all thanks for your help, I am really very new at this so I don't even know if I'll be able to do it.

I have two .csv files c..... More

Print this item

  Removing data in a plot
Posted by: ulrich48155 - Jun-08-2017, 02:25 PM - Forum: Homework - Replies (3)

For a project I needed to calculate and display a 10fold cross-validation on a time-series. After plotting my results look like this:

http://imgur...... More

Print this item

  range and xrange
Posted by: amrita - Jun-08-2017, 10:01 AM - Forum: General Coding Help - Replies (9)

In Python, which of the following descriptions about range() and xrange() is NOT true?

In Python 2, when it is needed to generate a quite large seq..... More

Print this item

  Warning password insecure - Mysql backup with Python
Posted by: HyiikO - Jun-08-2017, 08:24 AM - Forum: General Coding Help - Replies (4)

I made this little script with Python to create a backup of a table from my database:

[python]import subprocess
sql_cmd = 'mysql -B -uUser -p passwor..... More

Print this item

  Vending Machine Program: Problem with variables
Posted by: icabero0225 - Jun-08-2017, 04:40 AM - Forum: General Coding Help - Replies (2)

I'm trying to make a simple vending machine program. Running this program gives me this error:

[error]Traceback (most recent call last):
 File "C..... More

Print this item

  Adding text after temperature reading Tkinter
Posted by: list249 - Jun-08-2017, 01:14 AM - Forum: GUI - Replies (2)

Hello all, i haven't messed with python for a couple of years, so im very rusty. Im messing with a gui i started making for another project, now i nee..... More

Print this item

  pip unable to install because of missing ssl module
Posted by: metulburr - Jun-07-2017, 09:34 PM - Forum: Data Science - Replies (10)

im trying to install pandas on python3.6. It seems to work fine in python2.x.

[output]metulburr@ubuntu:~$ sudo pip3 install pandas
The directory ..... More

Print this item

  Why does this hang the system up
Posted by: Able98 - Jun-07-2017, 07:59 PM - Forum: General Coding Help - Replies (15)

Thiese two examples seem to hang up the system.

raise FoundException("""\n\nYour password is:\n%s""" % o)
there seems to be no def ..... More

Print this item

  Clean up Code
Posted by: liamwemyss - Jun-07-2017, 07:24 PM - Forum: General Coding Help - Replies (1)

Just looking for suggestions on how to clean up my code.

This is my first program ever in python (aside from 'hello world' and helping my daughter ..... More

Print this item

  Can 'len(s)' be used to just count letters?
Posted by: Bryan_Buster - Jun-07-2017, 07:22 PM - Forum: General Coding Help - Replies (3)

Good day people.
I recently decided to try out Python and I was wondering if you can use 'len(s)' to only count letters.
For example when you type t..... More

Print this item

  No links are getting added to the parsed_links variable
Posted by: r3d_f0x - Jun-07-2017, 06:01 PM - Forum: Web Scraping & Web Development - Replies (6)

I am working on this web crawler and I am using the parsed_links variable to store links that have been found in crawled pages.  When I print the vari..... More

Print this item

  LIB install failure
Posted by: Able98 - Jun-07-2017, 05:53 PM - Forum: General Coding Help - Replies (2)

This is failing for me. Please Advise.

[code]
sudo apt install git
sudo git clone https://github.com/ethereum/pyethereum
cd pyethereum
sudo pyt..... More

Print this item

  Beginner Assistance
Posted by: liamwemyss - Jun-07-2017, 05:51 PM - Forum: General Coding Help - Replies (7)

Hello,

Personal background:
    My first forum post, teaching myself programming, and teaching myself python so please be patient with me.

Prog..... More

Print this item

  BeautifulSoup Parsing Error
Posted by: slinkplink - Jun-07-2017, 05:12 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi all,

Novice here, so go easy on me. I'm in the process of writing a web scraping script to automate a public records database search. For some re..... More

Print this item

  PostgreSQL- import package
Posted by: elhetch - Jun-07-2017, 12:32 PM - Forum: General Coding Help - Replies (2)

i am trying to use postgreSQL package , i had tried the following:

python -m pip install -U pip setuptools
[python]python get-pip.p..... More

Print this item

  While loop help
Posted by: Element346 - Jun-07-2017, 11:12 AM - Forum: Homework - Replies (7)

Hello, I am very new to python and I feel very stuck. Here is my homework problem followed by what I have tried:

##### Step 3:
##### Create loop t..... More

Print this item

  downloading pygame wheel or MSI type
Posted by: DAS - Jun-07-2017, 09:15 AM - Forum: Game Development - Replies (3)

I would like to download pygame - I have python 3.4 installed 32bit - but the version of pygame is asking whether I want type wheel or MSI - can you..... More

Print this item

  Parse XML line by line
Posted by: rakhmadiev - Jun-06-2017, 09:20 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi, I want to retrieve the information from XML line that looks like this:

<pdce:ExploratoryDrilling contextRef="FD2016Q4YTD" decimals="-3" id="Fa..... More

Print this item

  Should I be able to do this?
Posted by: Larz60+ - Jun-06-2017, 09:06 PM - Forum: General Coding Help - Replies (3)

I think I already know the answer to my question, but wanted a different perspective so
that I can verify that I should not do what I'd love to be ab..... More

Print this item

  Different outputs in Python2 and Python3
Posted by: MikeHill - Jun-06-2017, 07:46 PM - Forum: General Coding Help - Replies (3)

Hi All,
I am new to coding
When I run the following code in python2 and python3 I get different outputs
Can someone please explain this phenomenon..... More

Print this item

  n00b needs help
Posted by: theturd - Jun-06-2017, 07:10 PM - Forum: General Coding Help - Replies (8)

hello guys\gals,
i'm sure this is simple but i'm a n00b and have spent a few hours trying to figure this out.  basically what i need is this;

read..... More

Print this item

  Square Root on calculator
Posted by: MP1234593 - Jun-06-2017, 06:43 PM - Forum: Homework - Replies (1)

Hi,
I need to create a calculator for my college course. Everything works apart from the square root function. I am a total beginner other than a few..... More

Print this item

  Help with script error
Posted by: mason28 - Jun-06-2017, 04:41 PM - Forum: General Coding Help - Replies (10)

Hi everyone,

I found the following code at (devnote.stokemaster.com/2009/07/simple-way-to-encrpt-and-decrypt-short.html).

When I put print stat..... More

Print this item

  Attempting to port XTea Encryption from C to Python
Posted by: sonic1015 - Jun-06-2017, 04:39 PM - Forum: General Coding Help - Replies (1)

I'm having trouble translating some C Code into Python. I have tried my best to simulate the nature of integer overflow from C, but have so far been u..... More

Print this item

  Trivia2 Loop problem?
Posted by: milll929 - Jun-06-2017, 02:08 PM - Forum: Homework - Replies (3)

So I'm getting the constant error of there being it reading the loop too many times and I was wondering how to fix that, I'm currently working in scho..... More

Print this item

  recursive action
Posted by: elhetch - Jun-06-2017, 01:01 PM - Forum: General Coding Help - Replies (6)

i dont understand how this code works, as per my understanding every time the def function will be called , why it returns a result.

[python]def ra..... More

Print this item

  linux books on humble bundle for next 8 days
Posted by: metulburr - Jun-06-2017, 12:51 PM - Forum: News and Discussions - No Replies

https://www.humblebundle.com/books/linux-book-bundle

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LOST OF INVESTMENT SCAM 16 minutes ago goodvicent goodvicent News and Disc...
  [Tkinter] Too much space ... 3 hours ago RonR deanhystad GUI
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575833
  Tutorial Requ... 497142
  Web Scraping ... 439839
  Newbie with P... 383547
  New Users Int... 365495
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12087
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
winchestersam Today
goodvicent Today
XenonBlack Yesterday
tobey12 Yesterday
Lenowell Yesterday

User Panel Messages

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