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: Baran12332
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

Online Users
There are currently 53 online users.
» 0 Member(s) | 42 Guest(s)
Apple, Bing, Internet Archive, Google, AOL, AOL, Facebook Dev

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 347
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 06:57 PM
» Replies: 10
» Views: 3,810
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,387
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 719
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,183
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,062
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,290
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,284
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,407
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 968

 
  Make a Function from Name String
Posted by: jge047 - Dec-16-2017, 02:19 AM - Forum: General Coding Help - Replies (4)

I would like to turn the below into a function. Needs to find the name and pass it. When function is called it print name or unknown. Any suggestions ..... More

Print this item

  How to list objects on separate lines?
Posted by: Intelligent_Agent0 - Dec-16-2017, 12:52 AM - 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

  Sorting Text within a .txt file
Posted by: drogers10940 - Dec-15-2017, 10:32 PM - Forum: Homework - Replies (9)

Hey everyone,

So I am running into an issue with a code where I cant figure out how to sort text within a txt file. So the question states:

"Wr..... More

Print this item

  Looping to Create Nested Dictionary
Posted by: gngu2691 - Dec-15-2017, 10:29 PM - Forum: Homework - Replies (10)

Hello!

My code is supposed to read lines from a file that contains several attributes: assignment number, assignment name, grade, total, and weight..... More

Print this item

  Newbie question for unzip zipped list
Posted by: zydjohn - Dec-15-2017, 08:34 PM - Forum: General Coding Help - Replies (2)

Hello:
I have some code, but I want to do the reverse:
[python]
list1 = [1,2,3,4]
list2 = [2,3,4,5]
list3 = [3,4,5,6]
list4 = [4,5,6,7]
zip4Lis..... More

Print this item

  tkinter Help
Posted by: ayr - Dec-15-2017, 07:54 PM - Forum: Homework - Replies (1)

So the task is to create a drop down menu with 3 options and whenever an option is chosen an image changes in order to what that option's image is. My..... More

Print this item

  Search the entire web
Posted by: DT909 - Dec-15-2017, 05:22 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi guys,

I'm new with Python. I want to start a project which consist to create a search engine which is supposed to look on the entire web and pri..... More

Print this item

  How do you check if something exists or doesn't in the conditions of an if?
Posted by: Klar - Dec-15-2017, 03:36 PM - Forum: General Coding Help - Replies (1)

Title says it all. How? I would look it up in the Python Docs, but I got the HTML version, not the .pdf version, and I can't figure out how to search.

Print this item

  send bits to the signal generator
Posted by: liorjo - Dec-15-2017, 03:29 PM - Forum: General Coding Help - Replies (2)

I'm trying to send series of bits to the signal generator (agilent 81150) by using the code below, and i'd like to represent them to the scope connect..... More

Print this item

  Help with python code to search string in one file & replace with line in other file
Posted by: mforthman - Dec-15-2017, 03:19 PM - Forum: General Coding Help - Replies (26)

I have a fairly complicated task that, in short, requires me to take specific strings in the header lines of one DNA sequence fasta file and replace t..... More

Print this item

  Python 2.7.14 install on Windows missing Scripts directory and pip #bug
Posted by: bluejedi - Dec-15-2017, 02:45 PM - Forum: News and Discussions - Replies (4)

I have tried to install Python 2.7.14 x64 on Windows 10 with the executable installer (.msi).

I installed in C:\Program Files\Python27.
I explicit..... More

Print this item

  IDLE will not open
Posted by: ProgrammerGuy2003 - Dec-15-2017, 02:39 PM - Forum: General Coding Help - Replies (2)

I have tried multiple times to get python to open, ut after running the application it shows this screen. It seems to be the standard command prompt, ..... More

Print this item

  BugTracker registration confirmation email not received
Posted by: bluejedi - Dec-15-2017, 02:32 PM - Forum: News and Discussions - Replies (2)

I tried to register a BugTracker account.
I says registration continues via the confirmation email,
but I did not receive it (also not in spam folde..... More

Print this item

  Any interesting works in progress?
Posted by: mpd - Dec-15-2017, 01:02 PM - Forum: News and Discussions - Replies (5)

What are people working on these days? Any interesting personal or professional projects?

My personal project for the past couple weeks has been w..... More

Print this item

  I'm New to Python and have a question
Posted by: steveharcus - Dec-15-2017, 12:56 PM - Forum: News and Discussions - Replies (2)

Hi
I've just bought my son a Raspberry Pi 3 , along with user guides including "Coding: Raspberry Pi & Python: Step By Step Guide From Beginner To Ad..... More

Print this item

  Service that waits for another program to terminate
Posted by: hhh - Dec-15-2017, 11:49 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

my goal is to write a small service, which waits for another process to terminate and then shuts down the RPi.

Just like this:
..... More

Print this item

  Not sure where to start?
Posted by: torz - Dec-15-2017, 11:48 AM - Forum: General Coding Help - 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

  Error regarding FastCGI
Posted by: jiajingy - Dec-15-2017, 05:19 AM - Forum: Web Scraping & Web Development - Replies (8)

I'm trying to deploy a flask app on IIS 10, but I got 500 error:

HTTP Error 500.0 - Internal Server Error
C:\Users\Administrator\AppData\Local\Pro..... More

Print this item

  drawing some graphics in a static window
Posted by: Skaperen - Dec-15-2017, 03:56 AM - Forum: News and Discussions - No Replies

i would like to play around with writing some code that draws graphics.  but it'd rather not have a window pop up each time i run a script.  instead, ..... More

Print this item

  yay! it worked!
Posted by: Skaperen - Dec-15-2017, 02:40 AM - Forum: News and Discussions - No Replies

i don't remember reading about this, but i decided to try it and see.  what could i lose?  a few seconds of my time?  just trying it beats asking othe..... More

Print this item

  class and objects beginning python 3
Posted by: pangea - Dec-15-2017, 02:01 AM - Forum: Homework - Replies (2)

I am totally lost. The assignment is mentioned below after the quotes.
This is all I can come up with:


#!/usr/local/bin/python3


class Stude..... More

Print this item

  cannot convert float infinity to integer error despite rounding off floats
Posted by: Afterdarkreader - Dec-14-2017, 07:29 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

  help with while loop on dice game
Posted by: sean5 - Dec-14-2017, 07:01 PM - Forum: Homework - Replies (2)

I have to program a dice game for my school homework and I am stuck on part of the program so would like so help please. The below code in Python shou..... More

Print this item

  Homework/tkinter/python
Posted by: flaiwaier - Dec-14-2017, 06:29 PM - Forum: Homework - Replies (2)

So,
I'm making a game, where mathematical operation displays on screen (+-/*) and you have to answer to this.
Now I have a problem.
[img]https://ww..... More

Print this item

  what is this
Posted by: JohnKingson - Dec-14-2017, 06:00 PM - Forum: General Coding Help - Replies (9)

I am trying to edit the text inside a dialogue window and when I open the .py in notepad this is what I see ... Is there another program I can use to ..... More

Print this item

  file a table of values
Posted by: Ybivashka322 - Dec-14-2017, 05:19 PM - Forum: Homework - 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

  Python convert duration in seconds to hh:mm:ss:ms
Posted by: LeeJacek - Dec-14-2017, 02:51 PM - Forum: Homework - Replies (1)

Hi. I want read audio file duration in hh:mm:ss:ms, so i use mutagen and i obtain duration time in seconds. Next i try convert it to final format but ..... More

Print this item

  Help with this game
Posted by: GinQt - Dec-14-2017, 12:26 PM - Forum: Game Development - Replies (5)

I need help to build this game Pah Tum in Python :) You can read the rules on this link. Pah_tum

Print this item

  Module for creating kernels and convoluting images (Machine Learning)
Posted by: dibsonthis - Dec-14-2017, 11:58 AM - Forum: Code sharing - No Replies

I've created a Python3 module for creating simple filters (kernels) and using them to convolute images. This is useful for creating convolutional laye..... More

Print this item

  400 Bad Request
Posted by: jimmyjam123 - Dec-14-2017, 11:45 AM - Forum: Networking - Replies (3)

I am working thru some literature in an effort to learn python on my own. My efforts were progressing favorably until recently when the subject turned..... More

Print this item

  Remove internal lines donut plot matplotlib
Posted by: diego_last - Dec-14-2017, 11:35 AM - Forum: Data Science - 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

  While loop - what am i missing?
Posted by: torz - Dec-14-2017, 11:35 AM - Forum: General Coding Help - 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

  Showing wrong number of unread posts
Posted by: j.crater - Dec-14-2017, 11:24 AM - Forum: Board - Replies (6)

My Python forums tab (in Firefox) always shows 15 unread posts more than I actually have. So if all my posts are read, it shows (15) unread posts. If ..... More

Print this item

  [Scrapy]
Posted by: kevin91nl - Dec-14-2017, 10:17 AM - Forum: Web Scraping & Web Development - No Replies

This Scrapy tutorial explains why and how you should use a framework like Scrapy for scraping websites.

Websites can contain a lot of information. If..... More

Print this item

  Model.predict() always returning the same value of 1 for opencv
Posted by: nastyheatnor - Dec-14-2017, 08:20 AM - Forum: Data Science - No Replies

when I try to use model.predict() in my code, it seems to not work and gives me a result of 1 every time, no matter the image I put into model.predict..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  403 Error Yesterday, 18:57 CaptainNewb CaptainNewb Web Scraping ...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [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...
Most views
  The best Prog... 576298
  Tutorial Requ... 497982
  Web Scraping ... 440215
  Newbie with P... 384063
  New Users Int... 366818
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 8175
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Baran12332 Yesterday
Hershien Yesterday
Diyaseating Yesterday
marineoman Yesterday
marineservice Yesterday

User Panel Messages

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