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,279
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,868

Full Statistics

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

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
4 hours ago
» Replies: 4
» Views: 1,444
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 95
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 34
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,002
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,283
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 299
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 148
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 211
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,116
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 257

 
  Tkinter: Create an homepage look like
Posted by: PeroPuri - Jun-24-2020, 10:03 PM - Forum: GUI - Replies (8)

I'd like to create for my GUI an homepage like look, I've manege to arrive at this point, but now I'm little stuck. What I'd like to achieve is change..... More

Print this item

  New parser enabling more soft keywords
Posted by: arthexis - Jun-24-2020, 08:45 PM - Forum: News and Discussions - Replies (3)

I was reading through PEP 622 and it ocurred to me:
Would it make sense, now that there is a new parser, to change some existing hard keywords to so..... More

Print this item

  .delete and .insert not working
Posted by: francois072 - Jun-24-2020, 07:52 PM - Forum: GUI - Replies (3)

[python]from tkinter import *


root = Tk()

# Display
root.title("Simple Calculator")
display = Entry(root, width=25).grid(row=0, column=0, co..... More

Print this item

  Python code not working
Posted by: garvind25 - Jun-24-2020, 07:49 PM - Forum: Homework - Replies (1)

Hi,

I have an assignment which I am unable to do. I hope someone can help.

The input is a string sentence. If the first element of the input ..... More

Print this item

  Importing modules issue
Posted by: mp3909 - Jun-24-2020, 07:48 PM - Forum: General Coding Help - Replies (9)

Hi,

I have a python file called ImportingModules.py

I have saved this file purposely on my desktop because I want to see how you can add an En..... More

Print this item

  .wav file not playing in python .exe program
Posted by: ose - Jun-24-2020, 07:17 PM - Forum: General Coding Help - No Replies

I have tried simpleaudio, playsound, and winsound in my program to be able to include a small wave file. Each one of these works fine when running my ..... More

Print this item

  problem with pygame
Posted by: Aladdin - Jun-24-2020, 05:09 PM - Forum: Game Development - Replies (3)

I am new to programming and i am trying Python
But I have this problem with vsc

Module 'pygame' has no 'init' member

Module 'pygame' has no 'QU..... More

Print this item

  Can't open/read txt file in C extension for Python
Posted by: Rad226 - Jun-24-2020, 04:39 PM - Forum: General Coding Help - Replies (8)

Hello everyone,

I'm wrapping some C++ in Python using ctypes.
I have the following problem:
When I'm trying to open/read a txt file by calling a ..... More

Print this item

  changing animation speed using buttons in python
Posted by: microwave - Jun-24-2020, 03:59 PM - Forum: General Coding Help - Replies (1)

I need help with animation speed in my simple game similar to pong. I am currently trying to have two buttons which will change the speed of "an egg"...... More

Print this item

  Recursive functions
Posted by: Ayman_2001 - Jun-24-2020, 01:46 PM - Forum: News and Discussions - Replies (2)

Is it really important to fully know Recursive functions to be able to be a good coder? This thing is eating up my head to be honest.

Print this item

  Using 2D array with Threadpool
Posted by: WiPi - Jun-24-2020, 12:25 PM - Forum: General Coding Help - Replies (1)

Hi guys,

I use 'Threadpool' processing quite a lot but only for 1 dimensional lists of data.I am now trying to implement the same structure but passi..... More

Print this item

  bad window path name
Posted by: jdos - Jun-24-2020, 11:00 AM - Forum: GUI - Replies (6)

Hey guys, I have a couple of python programs with GUI that work as should, now I have created another program that loads the other programs and runs t..... More

Print this item

  Easy-to-use volume control in Windows
Posted by: TheBlupper - Jun-24-2020, 10:50 AM - Forum: Code sharing - No Replies

Hi all Big Grin ! I recently had to control the windows master volume automaticall via a python script, but none of the solutions i found online w..... More

Print this item

  write to excel will be empty in column
Posted by: jacklee26 - Jun-24-2020, 10:23 AM - Forum: General Coding Help - Replies (7)

i have a question about reading a text file, but in the text file occur many empty space.
My text file data_out.txt:
no mac mta MA..... More

Print this item

  Hi, I need help with defining user's input and applying it to code.
Posted by: jlmorenoc - Jun-24-2020, 09:05 AM - Forum: General Coding Help - Replies (2)

[python]import sys
from cs50 import get_string
from cs50 import get_int
from py_thesaurus import Thesaurus


def main():
   if len(sys.argv) !=..... More

Print this item

  Python recursive functions
Posted by: Ayman_2001 - Jun-24-2020, 08:45 AM - Forum: Homework - Replies (6)

Greetings,
I've been doing this course on Udacity called CS101 it's quite a effective and challenging one and so far i've enjoyed it quite a lot. But ..... More

Print this item

  Error sending and receiving a base 64 encoded image to an API
Posted by: lagarcia - Jun-24-2020, 05:55 AM - Forum: Data Science - No Replies

Hello, I am implementing a facial recognition API in flask, and I need it to receive a base64 encoded image, once I receive it I decode it to process ..... More

Print this item

  python --version yields no output, not detected by other programs
Posted by: ten - Jun-24-2020, 04:55 AM - Forum: General Coding Help - Replies (3)

[Windows 10] This isn't even a coding problem. I've installed python version 3.7.4 in order to use TensorFlow in a piece of software that provides an ..... More

Print this item

  here is what i am doing
Posted by: Skaperen - Jun-24-2020, 03:37 AM - Forum: News and Discussions - Replies (8)

here is what i am doing that got me to ask some questions and do a bunch of googling. i am creating a class to open a file in a special way. it will..... More

Print this item

  How do I pick the right python in Linux env?
Posted by: MDRI - Jun-24-2020, 03:23 AM - Forum: General Coding Help - Replies (9)

How do I pick the right python in Linux env?
============================================

Thanks for reviewing my threads. I have a pyhton code de..... More

Print this item

  Save Arduino data in mysql server via raspberrypi
Posted by: rithikvg - Jun-24-2020, 02:54 AM - Forum: General Coding Help - Replies (1)

Hi,
I need help in saving Arduino data in phpmyadmin mysql server in raspberry pi. I connected the Arduino to raspberry pi 3B+ via usb i wrote a code..... More

Print this item

  Return the sum of the first n numbers in the list.
Posted by: pav1983 - Jun-24-2020, 01:35 AM - Forum: Homework - Replies (3)

Hi, I am stuck on this one. It makes no sense to me. I did attempt, but I'm having no luck. I think it comes down to knowing how to get the first n..... More

Print this item

  Help code found on web
Posted by: omega_elite - Jun-23-2020, 11:58 PM - Forum: General Coding Help - Replies (4)

Hi All

Please could i ge tsome help as to why i am getting error with this code ?? I am new to python so please excuss my not understanding this er..... More

Print this item

  If I use a php script, like WordPress and Elgg, can I program an plugin by Python?
Posted by: Abdulaziz - Jun-23-2020, 06:54 PM - Forum: Web Scraping & Web Development - No Replies

If I use a PHP script, like WordPress and Elgg, can I program a plugin by Python?
Is it possible to program a plugin with Python for a script origina..... More

Print this item

  Help with "For loop"
Posted by: Vaelyn - Jun-23-2020, 06:45 PM - Forum: General Coding Help - Replies (6)

Hello. I'm a programming beginner and I am having trouble with something that would be considered really basic.

The following example code won't ru..... More

Print this item

  C-API - Cannot create module
Posted by: mga010 - Jun-23-2020, 06:18 PM - Forum: General Coding Help - Replies (6)

I have another problem with my project (convert to Python 3 - Euler Math Toolbox). The following code should create a module. But it does not work. Th..... More

Print this item

  ImportError: No module named pydrive.auth
Posted by: lknights1987 - Jun-23-2020, 05:11 PM - Forum: General Coding Help - Replies (5)

Hi all,

I am new to python and looking for some advice on the following error

ImportError: No module named pydrive.auth

What would I ..... More

Print this item

  Support required to data log in SQL server single table via raspbeery pi
Posted by: rithikvg - Jun-23-2020, 04:04 PM - Forum: General Coding Help - Replies (8)

Dear All,
I have a problem while data logging in the single DB table in SQL server. We are not able to do it. When we are running the python code in ..... More

Print this item

  copy/pasting in excel WHILE keep file format
Posted by: zarize - Jun-23-2020, 03:51 PM - Forum: General Coding Help - No Replies

Hi guys,

I would like to copy/paste some things in excel files BUT with keeping current format of the file.

The original file is in .xls and it ..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to make this function general to create binary numbers? (many nested for loops)
Posted by: dospina - Jun-23-2020, 03:49 PM - Forum: General Coding Help - Replies (4)

As you can notice, this function is designed to create binary numbers in order into a list of lists. It works for 4 digits and each for loop is respon..... More

Print this item

  Button/output help
Posted by: swittler - Jun-23-2020, 03:13 PM - Forum: GUI - Replies (4)

First of all apologies for what may be very simple, I'm just learning. I have this set up the way I want it to display. My question is how do I tell i..... More

Print this item

  Requests-HTML vs Beautiful Soup - How to Choose?
Posted by: robin73 - Jun-23-2020, 02:53 PM - Forum: Web Scraping & Web Development - No Replies

Requests-HTML and Beautiful Soup seem to share a lot of functionality. Could someone familiar with both libraries please explain how they differ and i..... More

Print this item

  isues installing Selenium
Posted by: Bhagyashree17 - Jun-23-2020, 02:02 PM - Forum: General Coding Help - Replies (1)

I am trying to install selenium. It give error. My system configurations
and error details are as under:

System Configurations:
O/S: Ubuntu 14.0..... More

Print this item

  Question about Webscrabbing with Selenium
Posted by: DasD - Jun-23-2020, 12:22 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello all,

I trie to wirte a litte Programm to automate posting on Tumblr. I got it managed to log my account in on tumblr using the find by class_..... More

Print this item

  Name 'function' not defined, although it is...
Posted by: dougDimmadome_ - Jun-23-2020, 12:19 PM - Forum: General Coding Help - Replies (2)

Hey,

I want to write some program for a 4x4 button matrix, where it simply outputs the number of the button I press.

I'm using this code:

[py..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 4 hours ago GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
Most views
  The best Prog... 579190
  Tutorial Requ... 511916
  Web Scraping ... 442140
  Newbie with P... 386222
  New Users Int... 379139
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ndx101 Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday
eastnoob 11-19

User Panel Messages

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