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,938
» Latest member: atylerfraces2254
» Forum threads: 38,722
» Forum posts: 175,511

Full Statistics

Online Users
There are currently 61 online users.
» 1 Member(s) | 57 Guest(s)
Bing, AOL, Google, DumbleJum

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,126
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 604
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,527
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 949
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,441
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,288
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,493
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,456
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,600
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,164

 
  Getting int from file instead of randomgenerator
Posted by: BlackHeart - Jan-24-2018, 09:27 AM - Forum: General Coding Help - Replies (10)

So this is some code I got off the net. What I'm trying to do is simple I think. What this is, is a Elliptic Curve Cryptography using the BitCoin curv..... More

Print this item

  Need comments on content/style of my first project
Posted by: league55 - Jan-24-2018, 06:48 AM - Forum: Web Scraping & Web Development - Replies (2)

I'm probably jumping the gun here as my code is still pretty crappy, but I'm trying to develop my first working application. I've set up version contr..... More

Print this item

  Printing elements in a tuple with formatting
Posted by: oncebuddy - Jan-24-2018, 05:34 AM - Forum: Homework - Replies (1)

I want to be able to print the elements of 3 tuples (in a list) for "Top 3 Cities", "Bottom 3 Cities", "Top 3 Item Categories" and "Bottom 3 Item Cate..... More

Print this item

  using my flattree generator
Posted by: Skaperen - Jan-24-2018, 03:25 AM - Forum: News and Discussions - No Replies

i think i already have a use for my flattree generator. i have 9 very large directories that i need to merge. i could merge them by running rsync 9 ..... More

Print this item

  Iterator
Posted by: RL_Python - Jan-24-2018, 03:00 AM - Forum: Homework - Replies (3)

HI,

I am new at Python and learning how to code. I am stuck at solving a task given to me. i was able to solve some parts of the problem but got st..... More

Print this item

  How to get the program's pid which is running with subprocess module?
Posted by: purecode - Jan-24-2018, 02:48 AM - Forum: General Coding Help - Replies (1)

The simple python3 program named print-pid.py is running :

[python]
import os
from time import sleep
print('my pid is',os.getpid())
sleep(10..... More

Print this item

  Brainstorm_for_a_dummy
Posted by: Python_for_dummies_needed - Jan-23-2018, 10:16 PM - Forum: General Coding Help - Replies (1)

Hi,

Very new to python and need to write a script to analyse some data (example below)
I've got thousands of these "chunks" and I need to read out th..... More

Print this item

  [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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error Yesterday, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  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...
  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... 576419
  Tutorial Requ... 498220
  Web Scraping ... 440326
  Newbie with P... 384207
  New Users Int... 367243
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 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
atylerfraces2254 Yesterday
AdrianCocian Yesterday
humanoidAI Yesterday
Baran12332 09-19
Hershien 09-19

User Panel Messages

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