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,935
» Latest member: marineoman
» Forum threads: 38,722
» Forum posts: 175,504

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 36 Guest(s)
Bing, Google, AOL, AOL

Latest Threads
TimsothyKat
Forum: General Coding Help
Last Post: Fobertsmene
52 minutes ago
» Replies: 0
» Views: 16
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:27 PM
» Replies: 2
» Views: 384
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,406
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,811
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 766
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,015
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,063
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,117
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 685
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,669

 
  Which IDE is the best for GUI in python?
Posted by: smakash - Nov-01-2017, 03:56 PM - Forum: General Coding Help - Replies (6)

Can anyone tell me which IDE will be good for developing GUI in python? And why?

Print this item

  How to enter value in gmail id and password
Posted by: ratanbhushan - Nov-01-2017, 01:19 PM - Forum: Web Scraping & Web Development - Replies (5)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How to install Django
Posted by: coder - Nov-01-2017, 01:02 PM - Forum: General Coding Help - Replies (1)

Hello all,
I want to download a package in Python called django. I am facing issues installing django, im now stuck in Windows Administrator Powershe..... More

Print this item

  check conenction takes byte or not
Posted by: viens - Nov-01-2017, 12:21 PM - Forum: Homework - Replies (1)

I have one ubuntu and one asus router. I can get the byte amount of the router port via ifHCInOctets via snmp on Ubuntu. When I write the ifHCInOctets..... More

Print this item

  Need help to write dict to CSV
Posted by: Lizard - Nov-01-2017, 11:27 AM - Forum: General Coding Help - Replies (1)

I got a Dict, but I want to write to csv file using below command
How i can do it
Please advise.Thanks

writer = csv.DictWriter(csvfile, fieldname..... More

Print this item

  Classes and for loops
Posted by: LessInformation - Nov-01-2017, 08:50 AM - Forum: General Coding Help - Replies (1)

this program makes boxes move, but i need to make them move randomly and indepensent of each other,
by calling the method "rect.move()"but idk how to..... More

Print this item

  pip install syntax errror again and again
Posted by: jeanloup - Nov-01-2017, 12:25 AM - Forum: News and Discussions - Replies (5)

Dear all,

I am coming across a frustrating issue with python when it comes to packages installation. To put it bluntly, the famous "pip install pac..... More

Print this item

  show grayscale image using matplotlib
Posted by: zyb1003 - Oct-31-2017, 08:19 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  image processing and manipulation
Posted by: 3015799 - Oct-31-2017, 08:18 PM - Forum: General Coding Help - Replies (1)

I'm new to python and am looking for advice on the most straight forward approach to my project. I'm looking to write code that will process an image ..... More

Print this item

  Homework
Posted by: edge94 - Oct-31-2017, 08:07 PM - Forum: Homework - Replies (1)

I have a homework in python project which is quite big, everything is fine but I have two problems that I am having issues with. the assignment is :
..... More

Print this item

  wxPython
Posted by: QueenSvetlana - Oct-31-2017, 06:49 PM - Forum: GUI - Replies (1)

I was reading wiki, and it talked about the ..... More

Print this item

  array replace with 1 when larger than 1
Posted by: metalray - Oct-31-2017, 05:34 PM - Forum: Homework - Replies (1)

Dear Python Experts,

I have an array with values of 0 and something above 1.

[python]
def af():
    from sklearn.metrics import confusion_matr..... More

Print this item

  Using an Abstract base for Game Weapon
Posted by: QueenSvetlana - Oct-31-2017, 03:55 PM - Forum: Code sharing - Replies (2)

Hoping to get feedback and help when using Abstract classes. I had an example..... More

Print this item

  Replacing with Regex
Posted by: Seelena - Oct-31-2017, 02:57 PM - Forum: Homework - Replies (2)

Hi guys

I'm trying to figure out how to replace a string in dataframe using regex's match

In my case I want to get rid of parenthesis and what i..... More

Print this item

  Error in a "for" loop
Posted by: sylas - Oct-31-2017, 02:43 PM - Forum: General Coding Help - Replies (3)

Hi all! It seems easy but it is not. Thanks for your help.
[python]print("quick_average.py")
text = "13 16 19 23"
x = text.split()
print(x)  # x i..... More

Print this item

  Need help with dezoomify code (fixed Q)
Posted by: Ezra - Oct-31-2017, 02:42 PM - Forum: General Coding Help - Replies (7)

Hello,
I try to download large images via desoomify
the code (below) works fine with the sample link
(using Spyder to run: python dezoomify.py http..... More

Print this item

  Compare each n-th element of a nested list
Posted by: Fred Barclay - Oct-31-2017, 01:26 PM - Forum: Data Science - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Avoid FreeFileSync from being launch while it has previous popups openned
Posted by: sipriusPT - Oct-31-2017, 12:57 PM - Forum: General Coding Help - Replies (1)

For those familiered with FreeFileSync, know that there is another feature called RealTimeSync(RTS), who simply doesnt work at least in my MacOS, so I..... More

Print this item

  dummy classifier accuracy and recall score
Posted by: metalray - Oct-31-2017, 09:27 AM - Forum: Homework - No Replies

Dear Python Experts,
I have been searching for a few hours now how to use a dummy classifier to get the accuracy and recall score
but cant find any ..... More

Print this item

  Script crashes when called from a second script
Posted by: cryomick - Oct-31-2017, 06:57 AM - Forum: General Coding Help - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Help with rhel
Posted by: jackkiu158 - Oct-31-2017, 05:42 AM - Forum: General Coding Help - Replies (2)

t had links to download the PYTHON files. But i could not get them to open. I keep getting syntax errors when i drag them in.

Can somebody tell me..... More

Print this item

  Buttons or Radio Buttons on Tkinter Treeview
Posted by: draems - Oct-31-2017, 04:06 AM - Forum: General Coding Help - No Replies

Is it possible to place a button or radiobutton on a treeview cell?

Print this item

  Issue with if statement
Posted by: trixter6673 - Oct-30-2017, 11:53 PM - Forum: Homework - Replies (3)

hi there guys, I am new with python and need help with this issue as I can't seem to find any answer when I run the code. The code I used is :-
x= in..... More

Print this item

  Can someone please help me?
Posted by: zykbee - Oct-30-2017, 11:45 PM - Forum: General Coding Help - Replies (12)

Why does it keep saying denied when I write "password" in the text box. I assume it has to do with the "content=" line, but for the life of me I have ..... More

Print this item

  How do you change specific elements in a char array of string?
Posted by: JoeB - Oct-30-2017, 11:01 PM - Forum: Data Science - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How to direct python to use a specific network adapter?
Posted by: ormesome - Oct-30-2017, 10:43 PM - Forum: Networking - Replies (9)

[i]This is a copy of a thread I started on StackOverflow which is getting down voted for being off topic. I regret that I didn't think to ask the good..... More

Print this item

  Draw graph (Python)
Posted by: Eberle - Oct-30-2017, 09:38 PM - Forum: Data Science - Replies (1)

I have a text file that consists of 3 columns.

0.column contain X coordinate
1.column contain Y coordinate
2.column contain 0 or 1

So far I dr..... More

Print this item

  Multiple screen in wxpython for my cluster
Posted by: djdan_23 - Oct-30-2017, 09:31 PM - Forum: GUI - No Replies

Hi! all.
I'd like to be able to switch between multiple screens. Meaning, the first one is the main, then when with a button or an external switch is..... More

Print this item

  Need Werkzeug 0.11 and flask is looking for Werkzeug 0.7
Posted by: GaPythonGal - Oct-30-2017, 09:11 PM - Forum: General Coding Help - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Ifs in PuLP
Posted by: priscila24 - Oct-30-2017, 09:02 PM - Forum: Data Science - No Replies

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  try and except
Posted by: anonymouspanda - Oct-30-2017, 08:52 PM - Forum: Homework - Replies (3)

Hi!

Doing homework for programming class, having problems with try-except. So the program works fine, it opens the txt file and searches for the co..... More

Print this item

  dc circuit calculations
Posted by: michaelj - Oct-30-2017, 08:29 PM - Forum: Homework - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  New Module!
Posted by: EgMusic - Oct-30-2017, 06:56 PM - Forum: Code sharing - Replies (12)

Hey Guys! I have made a module that allows the user to print text one letter at a time as if you were typing it! You can download this module at:

h..... More

Print this item

  Password and Username Verification
Posted by: AlwaysNew - Oct-30-2017, 06:20 PM - Forum: Homework - Replies (4)

Hello, I have been doing my coursework for computer science and my teacher advised that we go home and practice python in between hours in the coursew..... More

Print this item

  How to use python to receive Gobject.pointer
Posted by: stephenwei - Oct-30-2017, 04:56 PM - Forum: General Coding Help - No Replies

Hi,
I write a gstreamer plugin and g_signal_emit had send a struct.

when I try to use python to receive callback function. I don't know how to
re..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  TimsothyKat 52 minutes ago Fobertsmene Fobertsmene General Codin...
  C++ program embedding Pyt... Yesterday, 18:27 Alexandros Gribouillis General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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...
Most views
  The best Prog... 576146
  Tutorial Requ... 497727
  Web Scraping ... 440091
  Newbie with P... 383902
  New Users Int... 366476
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+ 12089
buran 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
marineoman Today
marineservice Today
bennyanderson482 Yesterday
AstoundzSEO Yesterday
tobey12 Yesterday

User Panel Messages

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