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,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
2 hours ago
» Replies: 6
» Views: 324
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
2 hours ago
» Replies: 0
» Views: 8
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
6 hours ago
» Replies: 7
» Views: 2,781
looking for help
Forum: Bar
Last Post: PhamMaria
7 hours ago
» Replies: 1
» Views: 1,905
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 648
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,178
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,744
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 638
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,132
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,108

 
  Screen Blurriness Fix
Posted by: Knight18 - May-25-2020, 10:13 AM - Forum: GUI - Replies (3)

I'm developing a software with a GUI using Tkinter. I issue I'm running into is that the Tkinter window appears to be rather blurry and low quality. T..... More

Print this item

  extracting sublist from a large multiple molecular file
Posted by: juliocollm - May-25-2020, 09:50 AM - Forum: Data Science - Replies (2)

I am using Phyton 3.7 in last version of Spider

I have a list of about 500 chemical molecule IDs (ten number digits each) which I selected for sign..... More

Print this item

  How can i change the direction of the ball based on player's xcor and ycor collisions
Posted by: MohammedSohail - May-25-2020, 08:39 AM - Forum: General Coding Help - No Replies

#I am facing this problem i want to change the direction of the ball based on player's xcor and ycor collision
#If player hits the ball from a side e..... More

Print this item

  Tkinter Logo Image
Posted by: Evil_Patrick - May-25-2020, 03:00 AM - Forum: GUI - Replies (1)

So I'm Trying to Create a Tkinter window and it has an icon in same folder but if I upload it on Github or change dir then it will show an error becau..... More

Print this item

  TypeError: 're.Match' object is not iterable
Posted by: charlesauspicks - May-25-2020, 01:53 AM - Forum: General Coding Help - Replies (1)

I was writing the following Python Code for copying search results (phone numbers) to a new .txt file and I got a TypeError. Please what other way can..... More

Print this item

  question about python3 print function
Posted by: jamie_01 - May-25-2020, 12:46 AM - Forum: General Coding Help - Replies (5)

Hey all i've started with python 3 after using C for more than 2 years. Quick question, are the parenthesis normal after running this script? How wou..... More

Print this item

  possibly quick buck for someone who knows python?
Posted by: Chulain - May-25-2020, 12:11 AM - Forum: Jobs - Replies (2)

Looking for someone to help me read/understand/edit this .pyc file.
Novice programmer skills, payment depends on how long it takes me to succesfully ..... More

Print this item

  getting financial data from yahoo finance
Posted by: asiaphone12 - May-24-2020, 11:51 PM - Forum: Web Scraping & Web Development - Replies (7)

hello, I have problem when scraping data from yahoo finance. I search the forum but all I find is about stock data, not financial data. I want to get ..... More

Print this item

  Closing Files - CSV Reader/Writer
Posted by: lummers - May-24-2020, 10:37 PM - Forum: General Coding Help - Replies (2)

Hello,

I am trying to write a script which will:
1. Download all the emails in a specific Outlook folder to a directory on my machine (.msg forma..... More

Print this item

  Returning Value from Function with Trackbars
Posted by: vicpylon - May-24-2020, 10:22 PM - Forum: General Coding Help - Replies (3)

I am tinkering with cv2 Trackbars and would like to use one to configure an image capture system. I have a trackbar function that works, but I cannot ..... More

Print this item

  Add variable value to string
Posted by: pythonlearner1 - May-24-2020, 08:47 PM - Forum: General Coding Help - Replies (5)

I am creating variable

dashboard_id="66862fa0-dafa-4d28572533a"
I want to create a another variable and insert this value to it..... More

Print this item

  Tkinter wouldn't work with python3.8.3
Posted by: shay_xs - May-24-2020, 08:36 PM - Forum: GUI - Replies (2)

Hi, I am new to python and Tkinter, I have a very simple code to run see if everything works.

But it seems that it only works with the default pyth..... More

Print this item

  Current foreground application
Posted by: tibegato - May-24-2020, 07:09 PM - Forum: General Coding Help - Replies (4)

Trying to figure out the name of the current foreground application running, in Linux. Having things like the PID and Windowtitle are nice ... But, I..... More

Print this item

  List Syntax
Posted by: Hitso - May-24-2020, 06:42 PM - Forum: General Coding Help - Replies (4)

Pls help, what I am doing wrong ? I'm not getting any output, whereas I'm expecting it to return as
String 2

[python]

list1 = ["String1", "Str..... More

Print this item

  error ,,name append is not defined''
Posted by: Killdoz - May-24-2020, 06:10 PM - Forum: General Coding Help - Replies (1)

[python]
from tkinter import *
import random
import time
class Game:
def __init__(self):
self.tk = Tk()
self.tk.title("mist..... More

Print this item

  networkx code help
Posted by: zahermoh - May-24-2020, 06:00 PM - Forum: Homework - Replies (1)

Hello

I'm new to python and networkx plugin. I have a code which brought from the web. And I'm trying to run in pycharm. But I'm not able to get th..... More

Print this item

  raise exception within generator
Posted by: bermudj - May-24-2020, 04:23 PM - Forum: General Coding Help - Replies (3)

Hi,

I have a generator

[python]def myRange(start, end):
while start < end:
yield start
start += 1
raise StopIter..... More

Print this item

  Creating new lists with names depending on a changing integer in a while loop
Posted by: l_butler - May-24-2020, 04:05 PM - Forum: Data Science - No Replies

I want to create a series of lists that contain paths of some distance x, until I reach a specific object which is called the target (its a graph prob..... More

Print this item

  TKINTER - Change font color for night or day
Posted by: Ayckinn - May-24-2020, 01:45 PM - Forum: GUI - Replies (2)

Hi Everyone,

I would like to know if it's possible, with TKinter, to change font color from 10am to 10pm and form 10pm to 10 am, for example, from..... More

Print this item

  hydro rosserial python with groovy Arduino error
Posted by: inmoovmark - May-24-2020, 01:45 PM - Forum: Networking - No Replies

Hi Python Community helpers,

I'm a newbie to this forum,

I'm running utunbu 16.04 and ROS, and I'm trying to get ROSSERIAL working (ROS communi..... More

Print this item

  How do I get memory consumed by each item in the array?
Posted by: Bhavika - May-24-2020, 01:16 PM - Forum: General Coding Help - Replies (2)

Given an array gaussian.

gaussian = np.random.randn(2 * 3 * 4).reshape((2, 3, 4))
How do i find the memory consumed by each ite..... More

Print this item

  Replacing "." in columns
Posted by: donnertrud - May-24-2020, 12:32 PM - Forum: Data Science - Replies (1)

Hi guys,

I got a data set with missing values, however, those cells contain a "." instead of being empty. Here is an example :

[img]https://img..... More

Print this item

  Usborne Coding for Beginners using Python 'Dodge the Bombs' Syntax Error
Posted by: CMSheWolfe - May-24-2020, 12:08 PM - Forum: GUI - Replies (5)

I am working through a coding book with my child and we cannot figure out why we are getting errors. We have written other code using IDLE where we ha..... More

Print this item

  global var in def
Posted by: Dotparsed - May-24-2020, 11:12 AM - Forum: General Coding Help - Replies (2)

I have text form e and button wich save value of this form to global var

button_add = Button(root, text="+", command=button_add)
..... More

Print this item

  Image recognition technique.
Posted by: Schism - May-24-2020, 09:14 AM - Forum: News and Discussions - Replies (1)

Hello, I’m relatively new to python and I want to make a simple AI to do one task for me.
I have 5 folders, each with a couple of hundred images in ..... More

Print this item

  Inserting values from multiple lists sqlite
Posted by: azulu - May-24-2020, 07:00 AM - Forum: General Coding Help - Replies (1)

[python] for item1, item2 in cartproducts, cartprices:
c.executemany("INSERT INTO orders(Product_Name, Product_Price) VALUES(?, ?);", (item1..... More

Print this item

  KNN algorithm Assignment can't understand the question
Posted by: spoooder - May-24-2020, 03:09 AM - Forum: Homework - Replies (6)

The below is the question, I have no knowledge regarding KNN , been following some tutorials but can't get the jest of the question. Someone please ex..... More

Print this item

  Full Stack Web Development from Zero to My First Web App in 6 Months (or less)
Posted by: Journey_to_odessey - May-24-2020, 12:29 AM - Forum: News and Discussions - Replies (1)

While being quarantined for so many weeks at home, I've decided to pick up a new hobby.

Usually, people build model airplanes, go scuba-diving, cro..... More

Print this item

  how to use items combobox in table name sqlite in python
Posted by: hampython - May-23-2020, 10:05 PM - Forum: General Coding Help - Replies (1)

Hello
I'm developing a small application to manage my student class with python and sqlite3. I put the list of names of my classes in a combobox I re..... More

Print this item

  inconsistent map() behavior
Posted by: mcmxl22 - May-23-2020, 09:21 PM - Forum: General Coding Help - Replies (2)

I am trying to use map() and range() to make a list of numbers that return as strings. I want to use it to make sure users don't enter numbers when th..... More

Print this item

  First Program, Syntax Issues
Posted by: Hitso - May-23-2020, 08:00 PM - Forum: General Coding Help - Replies (1)

Please help. My first few lessons and attempt at python. Using Spyder (Python 3.7)

[python]salary = 5000
If salary > 5000:
print ("Approv..... More

Print this item

  REGEX Look Arounds
Posted by: CharlesKL - May-23-2020, 08:00 PM - Forum: General Coding Help - Replies (2)

Hi, I am trying to learn and understand look arounds, In the code below why is '1' removed and not !123!

[python]
a = "learn@123Python456"
re.fin..... More

Print this item

  Error in Python script
Posted by: garvind25 - May-23-2020, 07:40 PM - Forum: Homework - Replies (10)

Hi,

I was trying to write a simple python code with if statement. The code is as below. I was getting the error: “ValueError: could not convert ..... More

Print this item

  How to print data to the printer
Posted by: scratchmyhead - May-23-2020, 06:56 PM - Forum: GUI - Replies (11)

Does anyone know how to make your program print data from my program to the printer?

Print this item

  Python list exercize
Posted by: ESTOUR - May-23-2020, 04:50 PM - Forum: Homework - Replies (3)

Hello I'm in high school(I guess, I Don't really know to what it correspond since I'm french) and I've got this excercize which I can't get through. H..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 2 hours ago tester_V snippsat General Codin...
  LOST BITCOIN OR USDT?WE H... 2 hours ago leewang leewang Networking
  Select Python comment (#)... 6 hours ago SpongeB0B tester_V General Codin...
  looking for help 7 hours ago Azdaghost PhamMaria Bar
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
Most views
  The best Prog... 577279
  Tutorial Requ... 500369
  Web Scraping ... 440960
  Newbie with P... 384985
  New Users Int... 369339
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 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
leewang Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
PhamMaria Yesterday

User Panel Messages

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