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,944
» Latest member: jatinkumar12
» Forum threads: 38,724
» Forum posts: 175,519

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
2 hours ago
» Replies: 2
» Views: 365
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
3 hours ago
» Replies: 0
» Views: 30
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
9 hours ago
» Replies: 9
» Views: 512
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,717
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,055
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,409
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,961
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,722
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,795
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,940

 
  Not sure how to fix this loop
Posted by: TheFunkyKoala - May-09-2018, 05:45 AM - Forum: General Coding Help - Replies (3)

Hello all,

I have made a simple password generator but i'm having an issue with one part of the script. On line 59 there is an else statement whic..... More

Print this item

  pyaudio mix two wav files
Posted by: nice2meet_you - May-09-2018, 04:42 AM - Forum: General Coding Help - No Replies

Hi,

I want to use wave library to open two or more wav files. Then use pyaudio to play all wav files at the same time. How can I do that?

To ..... More

Print this item

  Contest - game programming
Posted by: louiz7 - May-09-2018, 03:55 AM - Forum: Bar - No Replies

I discover this.
https://www.syntaxbomb.com/index.php/topic,4503.0.html

There should be many talented game programmers in our Python community........ More

Print this item

  scandir() recursively and return path + filename
Posted by: malonn - May-09-2018, 01:12 AM - Forum: General Coding Help - Replies (6)

I have this code:
[python]import os

def scanRecurse(baseDir):
for entry in os.scandir(baseDir):
if entry.is_file():
yie..... More

Print this item

  Load X509 Certificate
Posted by: paul198204 - May-09-2018, 01:00 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I am looking for some help to find out code snippet for loading the SSL certificate from system store. Please help me here.

Thanks,
Paul

Print this item

  Clear cache
Posted by: blackclover - May-09-2018, 12:13 AM - Forum: General Coding Help - No Replies

How do I clear the config files cached in python so that when I modify a config file in a program, python does not load the previous version?

Print this item

  Compare dictionaries in list
Posted by: vaison - May-08-2018, 09:44 PM - Forum: General Coding Help - Replies (2)

Hello,

I have a list of dictionaries and I need to compare some values of all of them.

I only need to know if all of the comparison values are ..... More

Print this item

  I can't figure out how to create variables in a while loop
Posted by: MrCag - May-08-2018, 08:47 PM - Forum: General Coding Help - Replies (1)

I have written a program that finds the smallest/biggest of any 10 numbers you give, and I was wondering about how I could just take any amount of num..... More

Print this item

  [PyQt5] [QWebEngineView] HTML file download
Posted by: nolme - May-08-2018, 08:41 PM - Forum: GUI - No Replies

Hi,

because previous Qt4 is old and not working on all sites, I'm looking a modern way to get Html AFTER Javascript.

This code works but the out..... More

Print this item

  python zipfile.ZipFile makes zip file but can't add folders to them
Posted by: CashMunny - May-08-2018, 07:57 PM - Forum: General Coding Help - Replies (3)

I'm trying to use zipfile.ZipFile to create a zip file based on folders in a main path and then send those folders to their respective zip files. The ..... More

Print this item

  Question about testing for equivlance
Posted by: fad3r - May-08-2018, 07:19 PM - Forum: Homework - Replies (4)

Hi,
I am clearly confused on testing for equivlance.

Why does the below print yes even though roll is not set to a matching number?

[python]
..... More

Print this item

  map great circle routes
Posted by: disruptfwd8 - May-08-2018, 06:50 PM - Forum: Data Science - Replies (2)

Need help finding out why I'm getting an error. Here the data from the CSV file:
olat,olon,dlat,dlon,route
41.48,-81.8,39.96,-75.2,1
36.09,-115.38,42...... More

Print this item

  My First Script - Looking For Help
Posted by: dsorci - May-08-2018, 05:52 PM - Forum: General Coding Help - Replies (2)

Hello Everybody,

This is my first script, and I am looking for advice...

I am trying to get the variable "response" to populate in another varia..... More

Print this item

  Why does pyinstaller register success with py to exe, but?
Posted by: Pleiades - May-08-2018, 05:48 PM - Forum: General Coding Help - Replies (1)

Here is the information for after the successful py to exe using pyinstaller for a windows gui, but the windows gui still fails to launch in Windows 1..... More

Print this item

  Masters of Computer Engineering Vs Computer Science
Posted by: AndyB - May-08-2018, 05:20 PM - Forum: Bar - Replies (9)

I've have been working on my masters of computer engineering full time for a year now. With this degree, my goal is to become a machine learning engin..... More

Print this item

  2 Dimensional NumPy for beginners
Posted by: Jack_Sparrow - May-08-2018, 05:01 PM - Forum: Data Science - Replies (2)

Hi there, I don't understand the answer to this task:

This is the task:

import numpy as np

# Subway ridership for 5 stations on 10 different ..... More

Print this item

  Python Developers required - London, Holborn - x2
Posted by: DarrenCloudwise - May-08-2018, 04:16 PM - Forum: Jobs - No Replies

Role: Python Developer
Salary: £60,000 - £85,000
Type: Permanent
About the Role: A start-up in central London are looking for a Senior Python Devel..... More

Print this item

  Unwanted variable change in module
Posted by: dannyH - May-08-2018, 04:08 PM - Forum: General Coding Help - Replies (2)

I have a module that takes 2 lists and creates a new list from them, but somehow it manages to change one of the input lists when I don't want it to:..... More

Print this item

  Windows Installation
Posted by: delaflota - May-08-2018, 04:01 PM - Forum: News and Discussions - Replies (2)

Hi,
I just installed python 3.6.5 on my win10,x64 machine but I couldn't choose the installation path.
It just installed under c:\users\....
Is the..... More

Print this item

  Python and SQL BLOB Streaming
Posted by: ashtona - May-08-2018, 03:23 PM - Forum: General Coding Help - Replies (4)

Hello, I have some videos I am storing on an SQL BLOB column. Is there a way I could read from the columns in byte chunks to create a stream in python..... More

Print this item

  Issue python3.6 while inheriting telnet library
Posted by: sourabhjaiswal92 - May-08-2018, 02:22 PM - Forum: General Coding Help - Replies (4)

I am trying to create below hierarchy in my python code. But I am facing some issue when I am inheriting telnet library. This issue is coming in pytho..... More

Print this item

  can't able to install face_recogniton using pip
Posted by: pratheep - May-08-2018, 01:09 PM - Forum: Data Science - No Replies

Hello Guys, I am working on a project, I need to use face_recognition module...
But while I try to install it using pip ..I am getting an error...
P..... More

Print this item

  How to read specified columns
Posted by: Raj - May-08-2018, 11:59 AM - Forum: Data Science - No Replies

Hi,


[python]
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from scipy import stats
dataFileName='RFInput.xlsx'
sheetName='R..... More


Attached Files

.xlsx   RFInput.xlsx (Size: 9.71 KB / Downloads: 28)
Print this item

  gnureadline: disable temporarily?
Posted by: klaymen - May-08-2018, 11:08 AM - Forum: General Coding Help - Replies (1)

Hi all,

I'm using the gnureadline module (under Python 2.7) to allow input editing for a shell-like environment. However, when larger copy buffers ..... More

Print this item

  Looking for IBM MQ client for MAC to go with PyMQi
Posted by: georgelza - May-08-2018, 10:17 AM - Forum: Networking - Replies (1)

Hi guys

How do you get Python talking to IBM MQ on a Apple MAC, so far I can see i will require PyMQI but that needs a MQ Client which I can't find..... More

Print this item

  [3.4.4] Last loop element partially done
Posted by: nolme - May-08-2018, 10:01 AM - Forum: General Coding Help - Replies (5)

Hi,

I'm pretty new to Python so my IDE is based on a tuto (because the final goal will use Qt4). So, for the moment, I used the strict version as i..... More

Print this item

  How to use .m matlab file in python ?
Posted by: sameer - May-08-2018, 07:17 AM - Forum: Data Science - Replies (5)

Hi,
I have created .m file matlab file in which i have used supporting files like .mat file as a source file .
I want to use this .m file..... More

Print this item

  Command "python setup.py egg_info" failed
Posted by: Sina - May-08-2018, 06:50 AM - Forum: General Coding Help - Replies (1)

I'm trying this :
C:\>pip install shapely

but I get this :

[error]Collecting shapely
Using cached https://files.pythonhosted.org/packages/7d..... More

Print this item

  Fail: from .py to .exe
Posted by: garikhgh0 - May-08-2018, 05:50 AM - Forum: Data Science - Replies (4)

hi, friends.

I have such a problem, when want to convert my python code into executable, it is being converted successfully, but does not work. whe..... More

Print this item

  help setting questions and answers in quiz game?
Posted by: yoyoitsjess - May-08-2018, 04:39 AM - Forum: Homework - Replies (3)

Hello! So I'm working on a quiz game as a project for my CS class, and what I'm trying to do is have my program read each line in a text file, and de..... More

Print this item

  How to search and open an error file whose entity id is stored in hbase table
Posted by: lravikumarvsp - May-08-2018, 03:05 AM - Forum: General Coding Help - Replies (2)

Team,

My task is to read an ENTITY_ID from a table and then search for the directory name containing that ENTITY_ID and open the error file in that..... More

Print this item

  "none"
Posted by: msyuan - May-08-2018, 01:50 AM - Forum: Homework - Replies (3)

Hello,
A student has written this

[python]print('Welcome to NerdCards, a program to help you revise your notes and information.')
skip = input('P..... More

Print this item

  Progress Finished Question
Posted by: malonn - May-07-2018, 11:40 PM - Forum: General Coding Help - Replies (32)

Hi all. First post, very new to Python and programming in general. K, now the question:
I have this script:
[python]import sys, shutil, subprocess..... More

Print this item

  Looking for algorithm to tranverse a polygon
Posted by: dspal - May-07-2018, 08:46 PM - Forum: General Coding Help - No Replies

Hi,
I am working on an autonomous robot project. The robot needs to run through an area on a field (e.g. 100ft x 50ft), detect buckets, and record t..... More

Print this item

  Using Windows Speech to Text
Posted by: jmair - May-07-2018, 06:36 PM - Forum: General Coding Help - Replies (2)

We can use the win32com to get text use windows built in text to speech, but can we use the speech to text? Every time I search for it I can only find..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 2 hours ago Littlefish Littlefish General Codin...
  Is the interpreter that c... 3 hours ago helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 9 hours ago 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
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  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
Most views
  The best Prog... 576659
  Tutorial Requ... 498778
  Web Scraping ... 440496
  Newbie with P... 384430
  New Users Int... 367951
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 8175
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
jatinkumar12 Today
angelhealu504 Today
helendamdam Today
pllrdvalery Yesterday
Littlefish Yesterday

User Panel Messages

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