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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537

Full Statistics

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

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 2
» Views: 148
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
8 hours ago
» Replies: 4
» Views: 601
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 704
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 4,936
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,592
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,643
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 281
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 492
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,921
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,722

 
  check if letters in a words
Posted by: Vimart - Aug-10-2020, 08:00 PM - Forum: General Coding Help - Replies (4)

I have a file containing words, a word in a line.
I try to print a words containing specific letters ( if all letters given in input are in a word: p..... More

Print this item

  using pudb on python2 code
Posted by: ErnestTBass - Aug-10-2020, 07:01 PM - Forum: General Coding Help - Replies (2)

I have removed pudb for python 3.7.3 from my pc windows install. A previous post informed me that the code that I was trying to run was python 2.7 cod..... More

Print this item

  Keep Toggle View through Slider Steps
Posted by: yourboyjoe - Aug-10-2020, 06:42 PM - Forum: General Coding Help - Replies (1)

I have a 3-D model that has many layers that I toggle on and off from the legends view. There is also a slider to view different groupings of the mode..... More

Print this item

  Python Open And Read It Get Into A Var
Posted by: Harshil - Aug-10-2020, 06:10 PM - Forum: General Coding Help - Replies (8)

[python]import secrets
import sys
import time
import string
from tenacity import (retry , stop_after_attempt)
#Required Defs
var = open('conf.t..... More

Print this item

  [WinError 10057]
Posted by: lolloiltizio - Aug-10-2020, 05:57 PM - Forum: Networking - No Replies

HI fellow nerds,
I was playing with sockets when this 10057 error occured.
The description by microsoft is:

A request to send or receive data was..... More

Print this item

  Syntax error in python code sample
Posted by: ErnestTBass - Aug-10-2020, 05:26 PM - Forum: General Coding Help - Replies (5)

I need to know what is the syntax error in this python code. I am using python 3.5.

[code]

# example program to demonstrate PuDB debugger; finds..... More

Print this item

  Looking for a company to grow and expand with.
Posted by: Donovan - Aug-10-2020, 05:26 PM - Forum: Jobs - Replies (4)

I don't know if there is a place looking for a developer of my caliber but, I will at least try. I have spent a lot of my young adult years working in..... More


Attached Files

Thumbnail(s)
   
Print this item

  Getting Correct Creation Time
Posted by: JohnVogel - Aug-10-2020, 04:51 PM - Forum: General Coding Help - Replies (14)

Hey, guys,

Very much a beginner at coding.

I was trying to rename image files by extracting their creation date using the "[b]os.path.getctime..... More

Print this item

  How can i add multithreading in this example
Posted by: WoodyWoodpecker1 - Aug-10-2020, 04:01 PM - Forum: General Coding Help - Replies (3)

How can i add multithreading in this example
[python]
import xml.etree.ElementTree as et
import requests
from bs4 import BeautifulSoup
import th..... More

Print this item

  Kids Tutorial - Functions
Posted by: wellsie1607 - Aug-10-2020, 03:25 PM - Forum: Tutorial Requests and Submissions - No Replies

Kids Demo! Learn ascii-art with Python Functions - https://youtu.be/pQG4BSa8F0Q

Print this item

  Listing files with glob.
Posted by: MathCommander - Aug-10-2020, 02:47 PM - Forum: General Coding Help - Replies (9)

Hi. I have a directory wich contains a set of files with the following format

"name" + "six digits number" + ".txt"

The fo..... More

Print this item

  Trying to reply to an email instead of sending a new mail using python
Posted by: elenaflorence87 - Aug-10-2020, 02:46 PM - Forum: News and Discussions - No Replies

I want to reply to an email as a thread using python SMTP, I wrote the following code and that does not reply, instead it sends a new mail to the reci..... More

Print this item

  Creating a table in SQLite3
Posted by: djwilson0495 - Aug-10-2020, 01:53 PM - Forum: General Coding Help - Replies (2)

I'm attempting to use the following piece of code to create a table in an SQLite3 database

[python]
cursor.execute("""CREATE TABLE IF NOT EXISTS A..... More

Print this item

  Change name of variable
Posted by: samuelbachorik - Aug-10-2020, 12:47 PM - Forum: General Coding Help - Replies (2)

Hello dear users, i have function like this. In every loop of this for loop i need to change name of variable "self.labelLis" for examlpe to self.labe..... More

Print this item

  unable to use result of solver in another function
Posted by: ross1993hall - Aug-10-2020, 10:29 AM - Forum: General Coding Help - No Replies

Hi , I've used the sp.solveset function to calculate a variable.

so solveset gives me a value of 11.34.. for b . I then want to use b as 11.34.. in..... More

Print this item

  output correction using print() function
Posted by: afefDXCTN - Aug-10-2020, 09:39 AM - Forum: General Coding Help - Replies (3)

HI everyone , can you help me to solve this task please specially the first question for others

print(" *")
print("..... More

Print this item

  Dynamic modules and execution
Posted by: stratusmission - Aug-10-2020, 09:35 AM - Forum: General Coding Help - No Replies

Hello, first post, and sorry if the subject is a little vague!

Am new to coding in Python and probably running before I can walk.

I have written..... More

Print this item

  multiple number format conversion
Posted by: oli_action - Aug-10-2020, 07:43 AM - Forum: General Coding Help - Replies (4)

Hi everyone, please help! Below is a code I created for the conversion of decimal into binary. Now I want to expand the code so that the user can choo..... More

Print this item

  pythonscript for translation into Tkinter
Posted by: input - Aug-10-2020, 07:03 AM - Forum: GUI - Replies (3)

I would like to translate this pythonscript to Tkinter.
I got this python script from youtube and I searched for a similar Tkinterscript on the inter..... More

Print this item

  Iterate 2 large text files across lines and replace lines in second file
Posted by: medatib531 - Aug-10-2020, 06:45 AM - Forum: General Coding Help - Replies (13)

My problem is as follows:
suppose I have 2 huge (like 10GB) text files as follows:

file1:

ad
1a
2b
3c
...
[b]file2..... More

Print this item

  attribute error stumped on how to fix it.
Posted by: hank4eva - Aug-10-2020, 06:04 AM - Forum: General Coding Help - Replies (7)

Hi, Im trying to run some code but i get :
line 6, in <module>
for line in employees.splitlines():
AttributeError: '_io.TextIOWrapper' object h..... More

Print this item

  WXGade question/help pls
Posted by: gonzo01 - Aug-10-2020, 03:38 AM - Forum: GUI - Replies (3)

Beginer programmer

I've been playing with WXGlade for a few days now.

I've downloaded a couple of .pdf manuals which cover a lot but are not basic e..... More

Print this item

  Why do I keep getting this traceback? -- Stack Extract Error
Posted by: MattKahn13 - Aug-10-2020, 02:45 AM - Forum: Data Science - Replies (1)

Hey Guys,
I keep getting this error while using TensorFlow. I am not sure what is causing it. If anyone has any idea what is causing this, please let..... More

Print this item

  Need print out lines before and after the match
Posted by: tester_V - Aug-10-2020, 12:44 AM - Forum: General Coding Help - Replies (6)

Greeting!
I’m trying to print 4 lines before and after a “match” found in a line.
I do not understand how to do it with my current knowledge of Pyth..... More

Print this item

  print function help percentage and slash (multiple variables)
Posted by: leodavinci1990 - Aug-09-2020, 10:36 PM - Forum: General Coding Help - Replies (3)

What is the function of adding a back slash in the following code after the percentage operator? I am testing it without the slash and it gives the sa..... More

Print this item

  The count variable is giving me a hard time in this code
Posted by: D4isyy - Aug-09-2020, 06:50 PM - Forum: General Coding Help - Replies (2)

[python]from random import randrange

def toohigh():
# displays too high sequence
count += 1
return('Too high! Try again. ')
guess = input('..... More

Print this item

  Fatal python error, need help
Posted by: ryanmagid - Aug-09-2020, 05:51 PM - Forum: General Coding Help - No Replies

I try run any code in python in ms vs code. I always get this long message in the debug:
[error]
Microsoft Windows [Version 10.0.18363.959]
© 201..... More

Print this item

  Endless printing of a table
Posted by: djwilson0495 - Aug-09-2020, 04:25 PM - Forum: General Coding Help - Replies (2)

When I use the following code in python rather than giving me the table once it repeatedly prints it into the terminal rather than just printing once..... More

Print this item

  I don’t know how to start learning because I don’t know what my end goal is
Posted by: joossshhhh - Aug-09-2020, 04:05 PM - Forum: News and Discussions - Replies (4)

I want to learn python. I don’t know how to start learning because I don’t know what my end goal is. How do you start to create, anything? If I follow..... More

Print this item

  I want to multiply two variables, but I get an error
Posted by: LeqendFire - Aug-09-2020, 03:39 PM - Forum: General Coding Help - Replies (3)

I have two questions.

First: I want to multiply two variables, but I get an error. How can I solve it?
here is my Code:

..... More

Print this item

  00000
Posted by: Muppit - Aug-09-2020, 03:04 PM - Forum: Data Science - No Replies

00000

Print this item

  Trying to encrypt and decrypt password into a file
Posted by: rpizw - Aug-09-2020, 03:03 PM - Forum: General Coding Help - Replies (4)

Hi all,

I'm new to Python and probably I'm not going to be a good programmer. however, I have a use case that I try to complete:
I need a Python s..... More

Print this item

  Retry After Exception
Posted by: Harshil - Aug-09-2020, 01:24 PM - Forum: General Coding Help - Replies (2)

Hey! Friends I coded a program with a external module called tenacity
Problem: I want to retry After Exception
Here Is The Code:
[python]from tenac..... More

Print this item

  html, python, a simple form
Posted by: test - Aug-09-2020, 01:19 PM - Forum: General Coding Help - Replies (1)

hello guys, i am trying to make a html form which runs a python script when submitted. I do not know where i am making a mistake and have been stuck ..... More

Print this item

  Web Form to Python Script to Text File to zip file to web
Posted by: wfsteadman - Aug-09-2020, 11:24 AM - Forum: General Coding Help - Replies (1)

Greetings folks,
I might be over thinking my question but let me ask it and get feedback from experts.

I want to have a web form that has multip..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 8 hours ago llarkin6 deanhystad General Codin...
  [Tkinter] how to export a... 8 hours ago RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 577041
  Tutorial Requ... 499832
  Web Scraping ... 440798
  Newbie with P... 384783
  New Users Int... 368892
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+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Yesterday
Xuitar Yesterday
SprunkiRetake Yesterday
GnomeSweetGnome 09-25
alxpetrovo2272 09-25

User Panel Messages

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