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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 11
» Views: 307
Python compiler
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 1
» Views: 72
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 91
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 50
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,122
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 204
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 732
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,838
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 210
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 166

 
  Obligatory fish out of water -- seeking opinion on gettind started
Posted by: griffinxi - Jul-17-2018, 01:14 AM - Forum: General Coding Help - Replies (4)

Hello all,

I will try to make this as painless as possible for all of us--I'm just looking for some opinions on the best place to get started ..... More

Print this item

  Is Event.set() the preferred way to stop a thread?
Posted by: svetlanarosemond - Jul-17-2018, 12:33 AM - Forum: General Coding Help - Replies (5)

I posted this question on SO, but didn't recei..... More

Print this item

  could this be done in Python?
Posted by: Skaperen - Jul-16-2018, 11:48 PM - Forum: News and Discussions - No Replies

see the last 2 paragraphs of the answer by sourcejedi in ..... More

Print this item

  How fast did you manage to learn Python?
Posted by: RelocateMe - Jul-16-2018, 09:17 PM - Forum: News and Discussions - Replies (11)

I don't expect a promising answer like "in three months" or so. But i am really interested in how long does it take to start feeling confident in prog..... More

Print this item

  Why is "weights" in the function header and loop
Posted by: paulgureghian - Jul-16-2018, 09:16 PM - Forum: General Coding Help - Replies (2)

# Define predict_with_network()
def predict_with_network(input_data_row, weights):

# Calculate node 0 value
node_0_input = (input_data_ro..... More

Print this item

  [split] Why Python?
Posted by: RelocateMe - Jul-16-2018, 08:37 PM - Forum: News and Discussions - Replies (3)

Can you please compare Python with other programming languages and say, just your personal opinion, which language is easier to learn? Python, Java, C..... More

Print this item

  Generator function in camel case
Posted by: porton - Jul-16-2018, 08:28 PM - Forum: General Coding Help - Replies (3)

Is it a good idea to name a generator function CamelCase?

I ask it is because a generator function is su..... More

Print this item

  sms messaging
Posted by: mistral77 - Jul-16-2018, 05:51 PM - Forum: General Coding Help - Replies (1)

Hello,

[python]#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import messaging
from messaging import sms
from messaging.sms import gs..... More

Print this item

  Help writing code to create a ranked list
Posted by: swilson421 - Jul-16-2018, 02:14 PM - Forum: General Coding Help - Replies (2)

Hello! Recently I have been trying to order my favorite songs into a list on a larger scale (Top 50 favorite rock songs, for example). I’ve been looki..... More

Print this item

  Creating an Exe File
Posted by: sunpythonlover - Jul-16-2018, 01:41 PM - Forum: General Coding Help - Replies (1)

I have created a simple game for my nephew. He wants to share the game with his friends.I have no clue on how to convert this into an exe file. Need a..... More

Print this item

  Autocomplete tkinter/notebook
Posted by: dimvord - Jul-16-2018, 12:35 PM - Forum: GUI - No Replies

The autocomplete class below works as expected when the lines 9-19 (=notebook tabs) are missing, meaning that the list of the entry box (line 130), ap..... More

Print this item

  ImportError: cannot import name 'beautifulsoup'
Posted by: soothsayerpg - Jul-16-2018, 11:22 AM - Forum: Web Scraping & Web Development - Replies (6)

Hi guys! Just new here.

I'm using Windows-7, the latest Python 3.7 and the latest Beautifulsoup4.6 but still getting those error. Tried a variety o..... More

Print this item

  Silent installation with Add python.exe to path
Posted by: ag248 - Jul-16-2018, 09:52 AM - Forum: General Coding Help - Replies (3)

Hi All:

I have try install the python with following

msiexec /i python-3.4.4.amd64.msi /quiet InstallAllUsers=1 PrependPath=1

As above the E..... More

Print this item

  Hangman game, feedback appreciated
Posted by: WolfWayfarer - Jul-16-2018, 08:19 AM - Forum: Code sharing - Replies (10)

I've been taking the OpenClassroom Pyth[url=https://python-forum.io/thread-11566.html]..... More

Print this item

  Getting Input from Tkinter Entry
Posted by: juliabrushett - Jul-16-2018, 05:35 AM - Forum: GUI - Replies (6)

Hello,

I am wanting to do some calculations using interest, total amount, and years to pay of an item, but I am having trouble getting and using th..... More

Print this item

  Reading time steps from nc file
Posted by: ankurk017 - Jul-16-2018, 03:00 AM - Forum: Data Science - Replies (1)

I have a nc file having time steps from 2013-10-09:00:00:00 to 2013-10-13 09:00:00, having 3hr interval.
When I read the time step, it's showing 0,18..... More

Print this item

  A little unexpected output from a while loop
Posted by: linuxnoob - Jul-16-2018, 01:28 AM - Forum: General Coding Help - Replies (3)

I'm not sure why this program continues to print 'quit' when the user tells the program to quit. That last if statement is inside the while loop, it's..... More

Print this item

  Importing csv data into sql lite cant figure it out.
Posted by: jimmyvegas29 - Jul-15-2018, 10:06 PM - Forum: General Coding Help - Replies (5)

So im trying to build a gui that display some unique timesheet data, i wont bore you with the end goal and why. One of the first things i need to do i..... More

Print this item

  Error when installing Seaborn package using pip
Posted by: chawkins - Jul-15-2018, 09:36 PM - Forum: Data Science - Replies (3)

I've been using pip to install other packages and it works perfectly (ex. for numpy). However when downloading/installing seaborn I get an
unexpected..... More

Print this item

  TypeError: not all arguments converted during string formatting
Posted by: RedSkeleton007 - Jul-15-2018, 08:02 PM - Forum: General Coding Help - Replies (1)

Why is a basic print statement asking for string formatting?:

[python]
#!/usr/bin/env python3
#PracticePythonExercise02.py

number = input("Ent..... More

Print this item

  QtDBus: how to call GetManagedObjects from bluez
Posted by: Alfalfa - Jul-15-2018, 05:24 PM - Forum: GUI - Replies (1)

I want to list and extract all trusted bluetooth device by using QtDbus. With the qdbusviewer tool, I can see and call the method GetManagedObjects() ..... More

Print this item

  and/or in Lists
Posted by: Bushido - Jul-15-2018, 02:50 PM - Forum: General Coding Help - Replies (3)

Hello everyone!

Please advise why it does not works

[python]
test=['a', 'b', 'c', 'd', 'h']
if 'a' and 'b' in test:
print ('everything is..... More

Print this item

  Cockroach help
Posted by: Reywal - Jul-15-2018, 02:14 PM - Forum: Game Development - Replies (1)

Hello guys, I'm getting started with pygame and python and trying to to rewrite one of my previous codes. Basically it's a very simple game, where the..... More

Print this item

  appearance of IDLE 3.5.4 on Windows 10
Posted by: lcun - Jul-15-2018, 01:06 PM - Forum: General Coding Help - Replies (1)

the 3.5.4 shell on windows 10 looks quite low quality, ie. the text is quite blurry and the icon next to the window is blurred and distorted. any fixe..... More

Print this item

  How to tidy up the code
Posted by: lokchi2017 - Jul-15-2018, 12:06 PM - Forum: General Coding Help - Replies (1)

how to tidy up the playeranswer part with list or other methods?
[python]import random
question = list()
question1 = input ("Question 1")
question..... More

Print this item

  HTML - Save Images From Folder - PIL
Posted by: dj99 - Jul-15-2018, 10:55 AM - Forum: Web Scraping & Web Development - Replies (6)

Hello,

good sunday all

I have found this code on so that saves images from html files - from a folder.

I keep getting an error

soup..... More

Print this item

  problems with pyglet error catching
Posted by: jotes - Jul-15-2018, 08:13 AM - Forum: Game Development - Replies (1)

Hi there. While I was trying to use pyglet on windows, I tried making a test screen that would raise a runtime error as soon as I was going to press t..... More

Print this item

  variable loop depth
Posted by: Skaperen - Jul-15-2018, 07:09 AM - Forum: General Coding Help - Replies (5)

in a program i am now working on i need to run a stack of loops and this is a variable number that is itself variable. the current value of each loop ..... More

Print this item

  ValueError: setting an array element with a sequence
Posted by: ying9309 - Jul-15-2018, 06:40 AM - Forum: Homework - Replies (2)

I am new to this python coding, I tried to modified other author's code for object classification. However, I encounter this error, ValueError: settin..... More

Print this item

  recently seen on another website
Posted by: Skaperen - Jul-15-2018, 05:03 AM - Forum: Bar - Replies (1)

recently seen on another website:

We don't use cookies. We know how to spy on you without them. [color=#2980B9][b][..... More

Print this item

  what version ... os.get_terminal_geometry() ...
Posted by: Skaperen - Jul-15-2018, 12:42 AM - Forum: News and Discussions - Replies (7)

in what version of Python did os.get_terminal_geometry() show up? my docs only say it is specific to Python3.

Print this item

  PEP 572 and Future
Posted by: svetlanarosemond - Jul-14-2018, 11:44 PM - Forum: Bar - Replies (8)

As many of you have read by now, Guido van Rossum stepped down as the BDFL, partially because of the criticism of PEP 572.

What I don't really und..... More

Print this item

  matplotlib animate imshow
Posted by: kiyoshi7 - Jul-14-2018, 09:22 PM - Forum: Data Science - No Replies

I'm trying to animate the code below. I basically want to plot an NxM matrix with the values of -1 or 1 and run the matrix through a function to chang..... More

Print this item

  Can my program be simplified?
Posted by: Steffenwolt - Jul-14-2018, 07:46 PM - Forum: General Coding Help - No Replies

Hi All,
I have writen (read stole, modified from others, etc.) this program.
Now that it works reasonably well i was thinking that it may be simplif..... More

Print this item

  Genetic Algorithm
Posted by: UpperThrower4 - Jul-14-2018, 06:28 PM - Forum: General Coding Help - Replies (3)

Hey everyone, I'm having some problems with my GA code, I'm leaving the github link below. Appreciate any help!!! Thksss!!!

https://github.com/LeoUpp..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 4 hours ago Lou noisefloor General Codin...
  Python compiler 5 hours ago NeoQuant noisefloor General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579510
  Tutorial Requ... 512943
  Web Scraping ... 442375
  Newbie with P... 386401
  New Users Int... 381778
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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