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 32 online users.
» 1 Member(s) | 26 Guest(s)
Bing, AOL, Google, Applebot, snippsat

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
53 minutes ago
» Replies: 4
» Views: 111
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 4
» Views: 145
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Today, 04:44 AM
» Replies: 8
» Views: 665
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,811
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 144
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 125
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 208
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,217
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 317
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 209

 
  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

  ZeroDivisionError
Posted by: CIVILmath - Jan-17-2019, 12:58 AM - Forum: General Coding Help - Replies (2)

Hey all, I just started coding a few days ago and I'm trying to make a calculator to solve Cramer's rule. I wrote a code that takes values from a user..... More

Print this item

  sample GUI programs/scripts
Posted by: Skaperen - Jan-16-2019, 11:57 PM - Forum: GUI - Replies (5)

i am looking for sample GUI programs/scripts that a coded only in Python (as are any modules or libraries it uses beyond core graphical components). ..... More

Print this item

  What is the best IDE
Posted by: Trinx - Jan-16-2019, 11:26 PM - Forum: News and Discussions - Replies (35)

What IDE is the best one to use and why?

Print this item

  Pizza Ordering Program
Posted by: Trinx - Jan-16-2019, 11:14 PM - Forum: Code sharing - Replies (5)

I finally finished this program today! Tell me what you think of it and how I could make it better. Thanks!

[python]
""" Scripted by Trinx """
#F..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 53 minutes ago Lou snippsat General Codin...
  Python is not working on ... 8 hours ago lary_p noisefloor General Codin...
  Help with Serial.write in... Today, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 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... 579457
  Tutorial Requ... 512612
  Web Scraping ... 442321
  Newbie with P... 386373
  New Users Int... 380660
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday

User Panel Messages

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