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,303
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,906

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 06:10 PM
» Replies: 4
» Views: 155
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 170
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 691
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,815
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 158
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 140
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 223
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,221
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 330
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 218

 
  Moving with objects in tkinter
Posted by: dan789 - Dec-14-2018, 07:06 PM - Forum: GUI - Replies (2)

Hi all, can anybody tell me, how to find out if some object is currently located at specific coordinates? Let´s consider object1 at x=100,y=100 and I ..... More

Print this item

  Current Stack Size
Posted by: ichabod801 - Dec-14-2018, 06:54 PM - Forum: General Coding Help - Replies (1)

In an application I am working on, users can traverse a graph. However, when they move on the graph, they are basically adding five function calls to ..... More

Print this item

  Python None Type
Posted by: sigo4u2002 - Dec-14-2018, 05:45 PM - Forum: General Coding Help - Replies (1)

Can someone kindly help with this code.

I am trying to achieve a string that looks like: instrument.write("FREQ:CENT 2442 MHz")

Unfortunately wh..... More

Print this item

  threading.active_count()
Posted by: MuntyScruntfundle - Dec-14-2018, 05:11 PM - Forum: General Coding Help - Replies (2)

Does the threading.active..... catch threads started with 'thread' as well as 'threading'?

My app is setting off loads of threads, all the same def..... More

Print this item

  Asking a favour
Posted by: kityatyi - Dec-14-2018, 04:51 PM - Forum: News and Discussions - Replies (11)

Good day!

I would like to ask a massive favour from you guys. Could someone be kind and write a very small, simple Python program for me please? Thos..... More

Print this item

  Closing the Programm after stuck in while loop
Posted by: Rigunas - Dec-14-2018, 04:24 PM - Forum: GUI - Replies (3)

Hello,

I am working on a small project which start after pressing a button. For this project I'm using Python (X, Y) and have created the graphical..... More

Print this item

  (Python PIL)AttributeError:
Posted by: tao01 - Dec-14-2018, 02:57 PM - Forum: General Coding Help - Replies (2)

AttributeError: type object 'Image' has no attribute 'open'
this error message come when i run my code
HELP ME GUYS.i am new programmer to py..... More

Print this item

  failure to find modules
Posted by: justus123 - Dec-14-2018, 02:42 PM - Forum: General Coding Help - Replies (2)

Hello,

I am quite new to Python and this is my first time using modules. Every time I try to import a module I get the error: ModuleNotFoundError: ..... More

Print this item

  help need with running python script on remote windows machine
Posted by: onenessboy - Dec-14-2018, 01:57 PM - Forum: General Coding Help - Replies (2)

Hi all,

I am trying to run below python code for connecting remote windows machine from unix to run an python file exist on that remote windows mac..... More

Print this item

  What will the following code output?
Posted by: dukoolsharma - Dec-14-2018, 11:25 AM - Forum: General Coding Help - Replies (5)

What output will the following code give?

>>> word=’abcdefghij’
>>> word[:3]+word[3:]

Print this item

  Python Error in subprocess.py
Posted by: roydianton90 - Dec-14-2018, 10:15 AM - Forum: General Coding Help - Replies (1)

Hello,

I got problem when running command using python. the command purpose is to restore db (RDS) in AWS.
Here are the problem:
[error]File "/..... More

Print this item

  help with assignment 3
Posted by: Mof44 - Dec-14-2018, 09:15 AM - Forum: Homework - Replies (5)

Hi,
I'm working with complex numbers (multiply,substract, absolute value)

input:
[python]class Complex(object):
def __init__(self, r, i):
..... More

Print this item

  Complex Long codes
Posted by: ayaz786amd - Dec-14-2018, 07:40 AM - Forum: General Coding Help - Replies (5)

Hi

Any tutorials which explains complex long codes. For examples codes which have functions and then have if statements and loops in it. Like below..... More

Print this item

  how operators are implemented as function calls
Posted by: Skaperen - Dec-14-2018, 04:50 AM - Forum: News and Discussions - Replies (5)

i remember a thread a while back that touched on how various operators were implemented as funtion calls. i'm more curious about this, now, but i can..... More

Print this item

  Selenium driver.get() does not work
Posted by: RvBVakama - Dec-14-2018, 04:34 AM - Forum: Web Scraping & Web Development - Replies (2)

It seems very simple but I am new to python and I'm stumped as to why this won't work.
[python]from selenium import webdriver

class my_class(object):..... More

Print this item

  Windows 10 Installation failing (0x80070005)
Posted by: AdaptedLogic - Dec-13-2018, 10:13 PM - Forum: General Coding Help - Replies (4)

Whenever I try to install Python 3.7.1 on windows 10 pro, I get this message saying "0x80070005 - Access Denied"

This is my log file

[1DD0:1434]..... More

Print this item

  No Data Transmission with Python / COM
Posted by: neuralcosmonaut - Dec-13-2018, 09:20 PM - Forum: General Coding Help - No Replies

I am using Python 2.7 to communicate with an eye movement system over USB. The device came with an ActiveXControl-- I have used makepy to create a pyt..... More

Print this item

  Regex
Posted by: yuyu - Dec-13-2018, 08:57 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi,

how can I read the inputfile with Regex and store it into outputfile with python?

## inputfile ##
<Color>blue</Color>
<Code>1</Code>
<Col..... More

Print this item

  How to write this better?
Posted by: MAZambelli4353 - Dec-13-2018, 07:56 PM - Forum: Data Science - Replies (1)

[python]
x = 50
list_of_gains = []
while x < len(stock['Returns']) - 4:

if stock['Returns'][x] > 0 and stock['Returns'][..... More

Print this item

  Unable to get a window, abort.
Posted by: hajary8 - Dec-13-2018, 06:17 PM - Forum: GUI - No Replies

Hello dears expert,
I'm new user of python, Kivy . I need your help, this is my first programm and they give me this error
([CRITICAL] [App ..... More

Print this item

  how i can check the input type?
Posted by: Firdaos - Dec-13-2018, 05:45 PM - Forum: General Coding Help - Replies (3)

hi recently i started learning python by my self and i faced this problem :
how i can check the input if it int or a sting?
any help Cry

Print this item

  Clustering based on a variable and on a distance matrix
Posted by: flucoe - Dec-13-2018, 05:41 PM - Forum: Data Science - Replies (2)

I have a dataset with locations (coordinates) and a scalar attribute of each location (for example, temperature). I need to cluster the locations base..... More

Print this item

  Python dictionary adds only the last elements of a list
Posted by: mahmoud899 - Dec-13-2018, 04:51 PM - Forum: Data Science - Replies (1)

I am trying to insert the data values from column_names '<class list>' and stock_data '<class list>' into a dicitonary. When I run the program it loop..... More

Print this item

  Python offset to length write in a File
Posted by: basic_learner - Dec-13-2018, 04:25 PM - Forum: General Coding Help - Replies (3)

I have these two values in a tuple
(offset, length)

The 'offset' is basically a pointer here.I want to write the content of the 'offset' up to th..... More

Print this item

  running scripts in ATOM - how to headstart into Python while using Atom and GITHub
Posted by: apollo - Dec-13-2018, 03:38 PM - Forum: Bar - Replies (1)

Hello dear experts,

this is a thread reagarding running scripts in ATOM - how to headstart into Python while using Atom and GITHub

i just have i..... More

Print this item

  Float formatting
Posted by: ambush - Dec-13-2018, 12:30 PM - Forum: Data Science - Replies (1)

[python]
import pandas as pd
import numpy as np
df3 = pd.DataFrame({
'T': [11.0,22.0,11.23,20.03],
'v2': [11.0,13.0,55.1,33.0],
'v3' : [112.1,2...... More

Print this item

  loddi test
Posted by: irvinyalom - Dec-13-2018, 11:15 AM - Forum: Homework - Replies (5)

creating this thread for students at loddi python school.

[python]
my_minmax_scaler = preprocessing.MinMaxScaler()
my_mi..... More

Print this item

  Product expression.
Posted by: jarrod0987 - Dec-13-2018, 11:05 AM - Forum: General Coding Help - Replies (1)

What I want to do it to use Product from itertools.

I want the length of the product to be variable.

so for example...
var = 'AB'

If I had p..... More

Print this item

  PyQt, Open a Table when a row is selected populating it with the row values
Posted by: rarevesselt - Dec-13-2018, 10:40 AM - Forum: GUI - Replies (18)

I am trying to learn how to build a Simple POS system.I want to know if it possible to open a table when a Product is selected and additem button is c..... More


Attached Files

Thumbnail(s)
   
Print this item

  Opening Excel
Posted by: Phil_lihp - Dec-13-2018, 10:26 AM - Forum: Data Science - Replies (1)

Hi,

I am generating a excel file with phyton. At the end I am saving the file but I would like it to also pup open in my face.

Does anyone kno..... More

Print this item

  Add png to the body of the email, not the attachment
Posted by: Ivan87 - Dec-13-2018, 09:45 AM - Forum: General Coding Help - Replies (8)

Hi,
Trying to find a way to add a png file located on the local PC to the body of the email. Went all over the Internet, but there is no solution to ..... More

Print this item

  Need help with weird tuple syntax
Posted by: mwskz8 - Dec-13-2018, 09:34 AM - Forum: General Coding Help - Replies (2)

Hi, I'm learning Python through an example below. However, I see a line that is weird. The line is marked as # mark-1. I understood ..... More

Print this item

  File IO Help
Posted by: jarrod0987 - Dec-13-2018, 09:14 AM - Forum: General Coding Help - Replies (5)

I have found that running a program in IDLE is slower then running it by right clicking and openwith Python. Also, that second way let's me run multip..... More

Print this item

  Couldn't really understand the problem
Posted by: Batselot - Dec-13-2018, 06:58 AM - Forum: General Coding Help - Replies (1)

Hi there everyone,this might be a dumb question to ask.But for this euler question I didn't know where to begin what the question meant,basically I co..... More

Print this item

  homeworking using only numpy package
Posted by: kirito85 - Dec-13-2018, 06:49 AM - Forum: Homework - Replies (4)

Hi, I have difficulty doing my loop, will appreciate any help.

my isnumeric() is not working, i just need to show that isnumeric is false.

My ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... Yesterday, 18:10 Lou snippsat General Codin...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
Most views
  The best Prog... 579475
  Tutorial Requ... 512680
  Web Scraping ... 442337
  Newbie with P... 386392
  New Users Int... 381228
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+ 12113
buran 8196
snippsat 7391
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
IFDA123 Yesterday
TimTom420 11-27
cruisesfares 11-27
SNR 11-27
Jonathan 11-27

User Panel Messages

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