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,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,551

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
9 minutes ago
» Replies: 7
» Views: 346
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
10 hours ago
» Replies: 7
» Views: 2,793
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 657
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,192
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,753
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 646
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,140
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,120
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,406
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,969

 
  Cant seem to load my image file
Posted by: jamshaid1997 - Jan-18-2019, 02:54 PM - Forum: General Coding Help - No Replies

im trying to load a image file so that my program could outout he results of the last logon timeand date but i seem to be getting a error




..... More

Print this item

  showing results in TKInter as Vertical List
Posted by: diegoctn - Jan-18-2019, 01:59 PM - Forum: GUI - Replies (4)

Hi guys, I am trying to put the result in a label in TKInter but, I am an absolute beginner, I can find the rught way. Practically I'd like to have a ..... More

Print this item

  Accessing Files via Mobaxterm
Posted by: Omer123 - Jan-18-2019, 01:40 PM - Forum: General Coding Help - Replies (1)

[align=left]Hello, I have problems with accessing files through a code via mobaxterm:
The code takes a txt file as an input, and outputs an output tx..... More

Print this item

  __init__ function arguments
Posted by: CoderMan - Jan-18-2019, 12:41 PM - Forum: General Coding Help - Replies (4)

Hello,

I am trying to make an __init__ function's argument be the previous argument of that function divided by 2.

[python]
class item:
d..... More

Print this item

  Alias names
Posted by: dukbilt - Jan-18-2019, 11:53 AM - Forum: General Coding Help - Replies (1)

ASSIGNING NAME TO A 1-WIRE SENSOR ID

Hello everyone,

I have a 1-wire temperature sensor network running off a Raspberry Pi. The temperature from..... More

Print this item

  Start learning GUI Programming python
Posted by: sumandas89 - Jan-18-2019, 11:44 AM - Forum: GUI - Replies (1)

I want to learn gui programming using python, let me know that from where I have to start and also let me know if there are any good documentation/tut..... More

Print this item

  tkinter and asyncio
Posted by: jeuvrey - Jan-18-2019, 11:11 AM - Forum: GUI - No Replies

Hello,
this topic has been ever discuted on differents forums but i don't ever understand how to associate tkinter and an asyncio task without freezi..... More

Print this item

  Error is wave file processing
Posted by: vipinv23 - Jan-18-2019, 10:56 AM - Forum: General Coding Help - Replies (1)

Hello,

I am executing the following program for SE32_LE wave file format:

[python]import wave
import matplotlib.pyplot as plt
import numpy as ..... More

Print this item

  beginner questions
Posted by: Naito - Jan-18-2019, 10:46 AM - Forum: Homework - Replies (5)

hello, i have to create a code that makes a user input a password that have at least 10 "symbols", have 1 uppercase , one lowercase , and one digit
i ..... More

Print this item

  nframes = params[:4]
Posted by: vipinv23 - Jan-18-2019, 10:22 AM - Forum: General Coding Help - Replies (5)

Hello,

I am using the following code in wave file processing:

f = wave.open("file.wav", "rb")
params = f.getparams()
nchannels, sampwidth, fra..... More

Print this item

  Creating GUI Applications with wxPython by Mike Driscoll on Kickstarter
Posted by: buran - Jan-18-2019, 10:03 AM - Forum: News and Discussions - No Replies

I received an email announcing a campaign on Kickstart[url=https://python-forum.io/thread-15458.html]..... More

Print this item

  [split] sqlite3 detect IntegrityError
Posted by: YASHNIT - Jan-18-2019, 09:44 AM - Forum: General Coding Help - Replies (1)

How do I get the (extended) result/error code from an SQLite query in Python? For example:

con = sqlite3.connect("mydb.sqlite")
cur = con.cursor()
s..... More

Print this item

  Encrypt email message and forward
Posted by: entlearn - Jan-18-2019, 12:59 AM - Forum: General Coding Help - Replies (1)

Hi there,

I am new to this forum. Hope, i get guidance/advise from any one of you on my requirement. My req. is, I need to develop a python script..... More

Print this item

  Using xpath to get value of a nested element name using tag named
Posted by: xq1xq1xq1 - Jan-17-2019, 10:40 PM - Forum: General Coding Help - Replies (3)

I have a nested XML tag file that parses correctly with elementtree.

I have been unable to find a method of getting the text value for an element n..... More

Print this item

  basic question????????
Posted by: cemdede - Jan-17-2019, 09:39 PM - Forum: General Coding Help - Replies (2)

Hi everyone, I just could not figure out why this one does not work under jupyter notebook.
I tried to take the *.sam files, use the tool on the files..... More

Print this item

  how to test if a value is or is like a dictionary
Posted by: Skaperen - Jan-17-2019, 09:10 PM - Forum: General Coding Help - Replies (1)

i have a function that needs to test if a value given to it in an argument is a dictionary or not. doing isinstance(thevalue,dict) is ..... More

Print this item

  Does Python sqlite3 detect connection errors
Posted by: zatlas1 - Jan-17-2019, 08:54 PM - Forum: General Coding Help - Replies (6)

Hi all
[python]
try:
dbconn = sqlite3.connect('a_real_sqlite3_file')
return dbconn
except (sqlite3.Error,..... More

Print this item

  highlighting maximum value dataframe
Posted by: PolskaYBZ - Jan-17-2019, 08:49 PM - Forum: Homework - No Replies

Hello,

I am reading through a book about data analysis where I got stuck with an excercice in which I need to highlight the maximum value of each c..... More

Print this item

  Find ? in string
Posted by: MuntyScruntfundle - Jan-17-2019, 07:16 PM - Forum: General Coding Help - Replies (5)

I've been looking for a while and can't find a simple way to do this.

So, what is the quickest, simplest way to check if a string contains a ?
..... More

Print this item

  Converting text data into numeric to use SVM
Posted by: mukhan169 - Jan-17-2019, 06:33 PM - Forum: Data Science - Replies (6)

Hello,
I am very new to Python, so I apologize if this is silly question and answer is very easy. I have recently assigned a task to get the text inp..... More

Print this item

  Scraping into dictionary
Posted by: digitalassetjunkie - Jan-17-2019, 06:26 PM - Forum: General Coding Help - No Replies

[python]
mv = {}
def woohoo():
for i in json_data['result']:
if i['MarketName'] not in mv:
mv[i['MarketName']] = i['Volume']
..... More

Print this item

  Question concerning function of a a socket
Posted by: pkm - Jan-17-2019, 06:25 PM - Forum: Networking - Replies (4)

My reverse engineering of torchat has led me to a question which I am unable to answer. When I look at the torchat source code, there is a file named ..... More

Print this item

  How to compare string
Posted by: Rehan11 - Jan-17-2019, 06:03 PM - Forum: General Coding Help - Replies (3)

I need help to compare string

Let's say I am getting string continousely from input
input message may be following

string = ";Day1=13/10/18;..... More

Print this item

  Functions
Posted by: kbranch3791 - Jan-17-2019, 05:59 PM - Forum: General Coding Help - Replies (1)

Not understanding the question. Improve the function ask_number() so that the function can be called with a step value. Make the default value of st..... More

Print this item

  PERMISSION DENIDED ERRNO 13
Posted by: ambush - Jan-17-2019, 05:56 PM - Forum: General Coding Help - Replies (2)

HI

I am trying to install flake8 on virtualenv but i was unable to do so due to following error

Exception:
[error]
Traceback (most recent call..... More

Print this item

  Bytes from hex
Posted by: FredericoFagundes - Jan-17-2019, 03:03 PM - Forum: General Coding Help - Replies (2)

I need to obtain bytes from hexadecimal digits, and it worked sometimes, I am using:
data=bytes.fromhex('018c5b') #this is just an example
Which giv..... More

Print this item

  convert a string into an int in Python
Posted by: anjita - Jan-17-2019, 10:35 AM - Forum: General Coding Help - Replies (2)

How would I convert a string into an int in Python?

Print this item

Photo How to Extract Specific Words from PDFs with Python
Posted by: danvsv - Jan-17-2019, 10:17 AM - Forum: General Coding Help - Replies (1)

I have to copy specific strings from a pdf file and paste it into a specific tag in xml file. So, in the picture attached, number 3 from pdf goes to l..... More

Print this item

  string name is not defined
Posted by: listingpython - Jan-17-2019, 09:29 AM - Forum: General Coding Help - Replies (2)

print("Enter your name:")
x = input()
print("Hello, " + x)
after compiling the program i get this following error

[pytho..... More

Print this item

  pyinstaller used 3.7 to build instead 2.7
Posted by: jacklee26 - Jan-17-2019, 09:03 AM - Forum: General Coding Help - Replies (4)

Do anyone know how to used PyInstaller to build script to exe file.
Due to I have two python version 2.7 and 3.7.
When I convert it used 2.7 to bui..... More

Print this item

  can same time have installed Python 3.7.2 64-bit ???
Posted by: lsepolis123 - Jan-17-2019, 08:45 AM - Forum: General Coding Help - Replies (5)

I installed Python 3.7.1 32-bit
can same time have installed Python 3.7.2 64-bit ???

System PC: Windows 10 Pro 64-bit

Print this item

  Print 2D Array
Posted by: dragu_stelian - Jan-17-2019, 08:23 AM - Forum: General Coding Help - Replies (3)

Hello!
I am new in Python and I have a question.
In the next code I want to print a 2D array in "C++ style"

[python]
tab = [[]]
rows = int(inpu..... More

Print this item

  Python Assignment 5.2
Posted by: amos76823 - Jan-17-2019, 07:00 AM - Forum: Homework - Replies (3)

Anyone can assist me on what's my error since I can't figure out for hours...thanks so much!!!



[error]
ParseError: bad input on line 5
[/erro..... More

Print this item

  Number Series
Posted by: MrGoat - Jan-17-2019, 05:53 AM - Forum: General Coding Help - Replies (11)

This was the given question :

Write a Python program that prints all the numbers from 0 to 6 except 3 and 6.
Note : Use 'continue' statement.
Ex..... More

Print this item

  Program debugging (python)
Posted by: abdullahali - Jan-17-2019, 03:45 AM - Forum: Homework - Replies (5)

Hello, I am trying to create a program that asks user for sequence of 9 numbers and then verifies if they . make a magic square or not. Magic square r..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 9 minutes ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... 10 hours ago SpongeB0B tester_V General Codin...
  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...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577282
  Tutorial Requ... 500406
  Web Scraping ... 440963
  Newbie with P... 384990
  New Users Int... 369375
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
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday
Edzed4431 09-27

User Panel Messages

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