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,953
» Latest member: bianchiluca116
» Forum threads: 38,726
» Forum posts: 175,522

Full Statistics

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

Latest Threads
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
43 minutes ago
» Replies: 1
» Views: 55
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
9 hours ago
» Replies: 10
» Views: 29,266
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,361
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 231
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 671
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 258
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 847
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,110
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,339
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,708

 
  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

  Python Script-To perform automation of excel values which need to be feeded into we
Posted by: mrinal3411 - Jul-14-2018, 06:01 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

I have one requirement where we need to take data values from excel file where the number of columns are fixed which is 28 but rows keeps on ch..... More

Print this item

  Add password to HTTP.server
Posted by: edgarfinchley - Jul-14-2018, 04:37 PM - Forum: Networking - Replies (1)

I am playing about with the python 3 http server which works very well, but I need to add a simple user:password combination but have absolutely no id..... More

Print this item

  Help with parsing using re
Posted by: ggj13557 - Jul-14-2018, 03:58 PM - Forum: General Coding Help - Replies (2)

I'm trying to read in a .txt file, parse out the IP addresses and then write those addresses to a new .txt file using the following code. I can pars ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] how to export a... 43 minutes ago RonR Pedroski55 GUI
  pip install requests does... 9 hours ago misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... Yesterday, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Yesterday, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Yesterday, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Yesterday, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
Most views
  The best Prog... 576819
  Tutorial Requ... 499240
  Web Scraping ... 440606
  Newbie with P... 384581
  New Users Int... 368478
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+ 12088
buran 8176
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
bianchiluca116 Today
Jorgecog Today
adamsmith12 Today
Ronny Today
Luciana Today

User Panel Messages

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