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,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 26 Guest(s)
Facebook Dev, Bing, Google, AOL

Latest Threads
Access keys and values fr...
Forum: General Coding Help
Last Post: buran
4 hours ago
» Replies: 3
» Views: 68
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:07 PM
» Replies: 2
» Views: 122
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:42 PM
» Replies: 1
» Views: 77
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:54 PM
» Replies: 1
» Views: 76
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 01:00 PM
» Replies: 5
» Views: 330
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 50
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 86
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 307
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 170
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 269

 
  [WinError 193] %1 is not a valid Win32 application
Posted by: edlipson - Jan-23-2018, 10:16 PM - Forum: General Coding Help - Replies (1)

I am trying to invoke the SQLITE3 API to backup a database. I found a sample script which does this and I was testing it.

Some searches pointed me..... More

Print this item

  PyAudio delay
Posted by: hast - Jan-23-2018, 09:17 PM - Forum: General Coding Help - Replies (1)

So i'm currently making a voice assistant thingy as a school project and i have quite a problem with pyaudio.
[python]while True:

chunk = ..... More

Print this item

  About Dialog in PyQt5 on macOS
Posted by: cpuin - Jan-23-2018, 08:50 PM - Forum: GUI - No Replies

HI,

I can't find a way to make About to appear in the menu in macOS.
I want to implement About dialog, but in macOS there is a difference.


[p..... More

Print this item

  JPY for Python
Posted by: Tibas - Jan-23-2018, 07:41 PM - Forum: News and Discussions - Replies (9)

Hello Dear Pythonists :)

I want to install JPY to use it with Python.

I tried to install it from pip install jpy but it dosen't work
and it ..... More

Print this item

  Problem with Jupyter Notebook
Posted by: Larz60+ - Jan-23-2018, 07:14 PM - Forum: Bar - Replies (1)

I'm preparing a python based HTML presentation with Jupyter Notebook.
I built my notebook using command line:
[python]jupyter notebook Presentation...... More

Print this item

  Simple Python program not working
Posted by: AudioKev - Jan-23-2018, 07:12 PM - Forum: Homework - Replies (3)

Greetings,

Learning Python for the first time. Initial assignment: write a program that has a variable with a known numerical value, ask a u..... More

Print this item

  Problem with "invalid literal for int() with base 10: ''
Posted by: jirkaj4 - Jan-23-2018, 06:17 PM - Forum: General Coding Help - Replies (4)

Hello friends.

I try calculate CRC32 from my binary file. But Anythink is wrong.

Here is function to read and print block of bin file. It is wor..... More

Print this item

  Newbie question to use lambda on multiple columns of a dataframe
Posted by: zydjohn - Jan-23-2018, 06:08 PM - Forum: General Coding Help - No Replies

[python]
data={'id': [0,1,2,3], 'A':[1.1, 1.2, 1.3, 1.4], 'B':[1.0, 1.1, 1.2, 1.3], 'C':[1.1, 1.1, 1.3, 1.3], 'D':[10.0, 20.0, 30.0, 40.0]}
df0=pd.D..... More

Print this item

  Detecting Windows System Sounds?
Posted by: crash2720 - Jan-23-2018, 05:43 PM - Forum: General Coding Help - Replies (1)

I've written a script that uses pyautogui to interact with another program on my computer, but I'd like to build in some failsafes into it to deal wit..... More

Print this item

  error in help modules
Posted by: amontag52 - Jan-23-2018, 12:58 PM - Forum: General Coding Help - Replies (4)

I am running Python3 on Fedora 27.
I installed pyorbital and then I disisnstalled it
Something went wrong, now when I issue Python3/modules/help()
..... More

Print this item

  Constructing a model - Beginner
Posted by: Rejano1993 - Jan-23-2018, 11:03 AM - Forum: Homework - Replies (1)

Hey everybody!

I am starting to learn python by myself, specifically to use it in ArcGIS. I am creating right now a code to integrate it into a scr..... More

Print this item

  Using Pandas to store spotipy output in csv (python)
Posted by: pouyonsel - Jan-23-2018, 09:13 AM - Forum: Data Science - Replies (2)

Hi everyone,

I want to use spotipy to collect data from the spotify API.
I was able to make it work with:


[python]
import pandas as pd
impo..... More

Print this item

  comboBox to list files in a folder?
Posted by: ZipSnipe - Jan-23-2018, 08:42 AM - Forum: GUI - Replies (3)

Can I use comboBox to list files in a folder? And how?

Print this item

  How to determine the stack order or topmost top-level window
Posted by: dan - Jan-23-2018, 07:46 AM - Forum: GUI - Replies (7)

I have some Tkinter top-level windows that were created by matplotlib (backend: TkAgg), in Python 3 on debian.

Naturally the user can change their ..... More

Print this item

  Plugin extendable program. How?
Posted by: wavic - Jan-23-2018, 06:12 AM - Forum: News and Discussions - Replies (1)

I am not a programmer. I code for myself. Sometimes for my friends too. For now.
How to write a program allowing plugins? I was thinking that it shou..... More

Print this item

  user input and output
Posted by: aka2d7 - Jan-23-2018, 06:08 AM - Forum: General Coding Help - Replies (5)

Hello Gurus,

I need some help with this(Remember, ">>" indicates user input);

I want to be able to let the user input their monthly expenses as ..... More

Print this item

  C'mon Indentation !!!
Posted by: iseedeadpeople - Jan-23-2018, 04:49 AM - Forum: Homework - Replies (3)

Obviously, I am new to python. I am getting indentation and space error, Doh Doh Doh Doh Doh

[python]
def plot_images(nu..... More

Print this item

  complete free python course
Posted by: wikihassni - Jan-23-2018, 02:34 AM - Forum: News and Discussions - Replies (1)

I have found this free of cost course of python which is the best course for beginner
follow the link below:
https://www.udemy.com/complete-packa..... More

Print this item

  How to iterate through a list and search for a value
Posted by: fad3r - Jan-23-2018, 12:13 AM - Forum: General Coding Help - Replies (2)

Hi everyone,
First time poster here. Been studying python about 2 weeks now.

I am trying to loop through a list to check if a certain value is in it..... More

Print this item

Question Estimating standard deviation from DataSet
Posted by: jomardee - Jan-22-2018, 11:56 PM - Forum: Data Science - Replies (3)

SO I am having a hard time trying to calculate the standard deviation given the graph. I was wondering what the steps were? Here is a code of what I h..... More

Print this item

  Autonomous drone
Posted by: Slowcoach71 - Jan-22-2018, 11:50 PM - Forum: News and Discussions - Replies (1)

Hello Ladies and Gentlemen,
Just wondering if anyone here knows of any drones we could buy that could then be programmed by using python.

I am a h..... More

Print this item

  Help with python code
Posted by: fixit7 - Jan-22-2018, 11:41 PM - Forum: General Coding Help - Replies (2)

I have some python code that lets you adjust the volume.

It used to work, but no longer works.

I know nothing about python coding.

Could som..... More

Print this item

  curses string formats?
Posted by: twotowers - Jan-22-2018, 11:27 PM - Forum: GUI - Replies (2)

Hello everyone!

I've been trying my hand at a simple curses GUI for a short program. I wanted the program to be able to respond to key presses with..... More

Print this item

  Keyword compare in two files and output the results
Posted by: kotigasp - Jan-22-2018, 10:36 PM - Forum: General Coding Help - Replies (2)

Hi,

I am new to Python and very beginner. Need help.

I would like to compare the keywords in the format of **_*** (common point in any keyword i..... More

Print this item

  to create a travel website about Russia
Posted by: russiasur - Jan-22-2018, 09:37 PM - Forum: Web Scraping & Web Development - Replies (4)

Hello, I am a programmer living in Russia. The idea to create a travel website about Russia for residents of the United States. The only problem I do ..... More

Print this item

  Unit testing and Test Driven Development with Pytest
Posted by: kilthar - Jan-22-2018, 08:06 PM - Forum: Tutorial Requests and Submissions - No Replies

Hi,

I wrote a series of articles about unit testing and test driven development explaining it for the beginner programmers on my blog.

See if you ca..... More

Print this item

  try except in while loops
Posted by: mepyyeti - Jan-22-2018, 07:13 PM - Forum: General Coding Help - Replies (4)

The following code snippet works..
[python]
from some_py_file import Thing
#I'm still shaky relying on functools' partial function so for this port..... More

Print this item

  how can i solve this videogame error?
Posted by: abscorpy - Jan-22-2018, 06:52 PM - Forum: Game Development - Replies (3)

THIS IS THE ERROR I AM GETTING:

Traceback (most recent call last):
File "C:\Users\usuario\Documents\abscorp\232\232.py", line 132, in <modul..... More

Print this item

  Update Python 2.7 in place
Posted by: mathog - Jan-22-2018, 06:16 PM - Forum: Data Science - Replies (6)

A linux system has /usr/local/bin/python2.7 installed with a time stamp from August 2014. "python2.7 --version" says just "Python 2.7". There are many..... More

Print this item

  imaplib.error : login FAILED
Posted by: FanTom - Jan-22-2018, 06:15 PM - Forum: Networking - Replies (3)

Hello,


I have a problem when I'm launching my python script to connect to an email address and retrieve the latest attachments of unread emails...... More

Print this item

  Newbie question to return only the index of a dataframe
Posted by: zydjohn - Jan-22-2018, 03:40 PM - Forum: Data Science - No Replies

[python]
import datetime
import numpy as np
import pandas as pd

def get_index(df, offset):
print(df.iloc[offset:df.index.max(), 0:0])
..... More

Print this item

  save image from link.
Posted by: mr_byte31 - Jan-22-2018, 01:31 PM - Forum: General Coding Help - Replies (2)

Hi All,

I am trying to make a python script to download image from a link.
I always used this code:

[python]
import urllib.request
myImgLink = "htt..... More

Print this item

  Need help with Python + Neural Net Coding
Posted by: ThanosTitan - Jan-22-2018, 01:25 PM - Forum: Data Science - No Replies

A very good day to you Sir,

I hope you are doing Great Sir,

I downloaded Run.py and Create.py from the internet.

I would like to use the Run...... More

Print this item

  Python book recommendations?
Posted by: Regulus - Jan-22-2018, 10:52 AM - Forum: Tutorial Requests and Submissions - Replies (4)

Hello, I am in search of a good Python book for a 6th grade student who knows Python basics. He knows how to make a function and pass variables into i..... More

Print this item

  How to create dynamic webscraper in Django using BeautifulSoup
Posted by: Prince_Bhatia - Jan-22-2018, 07:35 AM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to a dynamic webscraper using Django. I have a html button in which it has buttons so it is like when i will press the button it will star..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Access keys and values fr... 4 hours ago Winfried buran General Codin...
  How to make ball stay wit... Yesterday, 16:07 nathanael deanhystad General Codin...
  PermissionError: [Errno 1... Yesterday, 14:42 Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... Yesterday, 13:54 Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... Yesterday, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579035
  Tutorial Requ... 510958
  Web Scraping ... 442039
  Newbie with P... 386080
  New Users Int... 377536
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+ 12108
buran 8196
snippsat 7389
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
tlandr02 Today
Rerus3700 Today
pas88 Today
aanthonymaaleyo3938 Today
chuhlowe Yesterday

User Panel Messages

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