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,942
» Latest member: helendamdam
» Forum threads: 38,724
» Forum posts: 175,519

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
15 minutes ago
» Replies: 2
» Views: 352
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
1 hour ago
» Replies: 0
» Views: 21
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 9
» Views: 504
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,715
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,050
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,405
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,958
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,721
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,794
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,939

 
  Group List Elements according to the Input with the order of binary combination
Posted by: quest_ - Jan-26-2021, 08:36 PM - Forum: General Coding Help - Replies (19)

Hello,
I have this code scripts:
[python]
for variables in itertools.product([0, 1], repeat=(number*2)): # set of variables for a,ap,b,bp,c,cp like 0..... More

Print this item

  Custom file class
Posted by: deanhystad - Jan-26-2021, 08:36 PM - Forum: General Coding Help - Replies (11)

I have a special format file with a header and some content. In other languages I wrote a file subclass for reading and writing this file type. The ..... More

Print this item

  Creating a calculation based on user entry
Posted by: blakefindlay - Jan-26-2021, 06:14 PM - Forum: General Coding Help - Replies (2)

I am only days new to python so please bear with me.

The issue I think I am running into is that when I launch the script, python immediately gets ..... More

Print this item

  PDFplumber
Posted by: pprod - Jan-26-2021, 05:52 PM - Forum: General Coding Help - Replies (2)

Hi,

I wrote a script to extract text from a pdf file using pdfplumber and pdfminer as I wanted to try both. For months the script ran fine but sudd..... More

Print this item

Question download watsapp chat
Posted by: Orliv - Jan-26-2021, 05:01 PM - Forum: General Coding Help - Replies (1)

Hi,
I am trying to create a python script that downloads a chat and I don't know where to start.

Any help will be great Smile Smile

Print this item

  Discord Bot Help
Posted by: Oshadha - Jan-26-2021, 04:23 PM - Forum: General Coding Help - No Replies

How can a bot send a DM to Masker112#3725 saying Hello
when someone types .test
the prefix is '.'

How do I do this?
[python]
@client.command()..... More

Print this item

  passing ver to os.popen
Posted by: evilcode1 - Jan-26-2021, 12:23 PM - Forum: General Coding Help - Replies (3)

im tying to get my local ip then generate a range list then ping each one of them to check who is live and who is dead
this is my code :

[python]..... More

Print this item

  Convert table in pandas
Posted by: tgottsc1 - Jan-26-2021, 10:59 AM - Forum: General Coding Help - Replies (2)

Hi guys,

I have a very basic question about how to convert the design of a table. I would highly appreciate if someone could please help me.

I..... More

Print this item

  Facing error while executing below Python code
Posted by: ramu4651 - Jan-26-2021, 10:45 AM - Forum: General Coding Help - Replies (1)

Hi Team,

I am facing error while executing below code . Please help me on this.

[python]
#Defining the Schema
from pyspark.sql.functions impor..... More

Print this item

  how to work with SendGrid data
Posted by: aayushi98 - Jan-26-2021, 10:31 AM - Forum: General Coding Help - No Replies

can anyone tell how to work with SendGrid data????

Print this item

  logo language code into python
Posted by: aayushi98 - Jan-26-2021, 10:21 AM - Forum: General Coding Help - Replies (2)

Do anyone remember logo language...I want to create and use similar commands using python

Print this item

Question Flask, send_from_directory not working : solved
Posted by: SpongeB0B - Jan-26-2021, 06:12 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi everyone,

here my simple test code :

[python]def download():
try:
return send_from_directory('C:\\original.jpg', filename='original.jpg'..... More

Print this item

  How to make a Vocal synthesizer program on Python?
Posted by: Seadust - Jan-26-2021, 04:14 AM - Forum: General Coding Help - Replies (3)

I'm making a Vocal Synthesizer Like "UTAU" or "VOICEROID". It would be a way to make your own text to speech using your own voice. But how would I eve..... More

Print this item

  Using Grid layout and QHBox
Posted by: hobbyist - Jan-26-2021, 12:17 AM - Forum: GUI - Replies (1)

Hello, I have built a Grid with 2 rows and 3 columns. On the 2nd row 1st column where I am trying to insert the QHBox I get this error which I am tryi..... More

Print this item

  Create variable and list dynamically
Posted by: quest_ - Jan-25-2021, 09:59 PM - Forum: General Coding Help - Replies (12)

Hello,

This is a simple function:

number =3
a, b, c = cirq.LineQubit.range(number)
And I want to create these variables..... More

Print this item

  Building Wheel files (why would it ask for the wrong version?)
Posted by: coreyhanson - Jan-25-2021, 09:12 PM - Forum: General Coding Help - Replies (1)

I've been getting some unexpected behavior when creating a wheel for a manual build of Pytorch. If I decide to just directly install it (using python ..... More

Print this item

  Prevent using time.sleep() and multiprocessing
Posted by: losegun - Jan-25-2021, 08:48 PM - Forum: Code sharing - No Replies

Hi folks,

I'd like to share my concept about stopping particular functions out in Python, let them sleep for some time, while the whole script is s..... More

Print this item

  Don't understand example code from a textbook
Posted by: lil_fentanyl - Jan-25-2021, 06:37 PM - Forum: General Coding Help - Replies (1)

I'm just starting to learn python and I'm using a textbook to learn. For demonstrating for loops the book used this bit of code:

[python]print('My ..... More

Print this item

  Your experiences with cloud offerings
Posted by: nilamo - Jan-25-2021, 05:05 PM - Forum: Bar - No Replies

I've been working with AWS for the past several months for work, and I've got to be honest, it's much better than I ever thought possible.

Previous..... More

Print this item

  pdfminer.six: search for complete documentation
Posted by: Pavel_47 - Jan-25-2021, 03:38 PM - Forum: General Coding Help - Replies (3)

Hello,

I couldn't find a resource with complete documentation of pdfminer.six.
According to this resource, there are only 3 functions:
[ur..... More

Print this item

  How to create random hex message
Posted by: korenron - Jan-25-2021, 03:18 PM - Forum: General Coding Help - Replies (6)

Hello
need your help in a simple issue:

I want to create a random 16 chars message from this (0123456789ABCDEF)
so the output will be like this:
"A..... More

Print this item

  Create a turtle drawing from .txt file
Posted by: Noob101 - Jan-25-2021, 02:01 PM - Forum: Homework - Replies (20)

Hi, haven't touched any coding language for ages and it's killing me atm.
Got an assignment that wants me to create a program that reads a .txt file ..... More

Print this item

  Help Parsing JSON
Posted by: kfwydfo1x - Jan-25-2021, 12:56 PM - Forum: General Coding Help - Replies (5)

Can someone please help me parse this json object?

[code]
{
"12345": {
"2021-01-20": {
"a": 1,
"b": 3,
..... More

Print this item

  Calculate column with cumulative return
Posted by: tgottsc1 - Jan-25-2021, 11:50 AM - Forum: General Coding Help - Replies (1)

Hello,

I have a very basic question and would appreciate any help.

I have a column with percentage changes on a daily basis for the last 100 da..... More

Print this item

  pdfminer package: can't find exgtract_text function
Posted by: Pavel_47 - Jan-25-2021, 11:13 AM - Forum: General Coding Help - Replies (7)

Hello,

Using pdfminer package I faced the following problem:

[python]>>> from pdfminer import high_level
>>> extracted_text = high_level..... More

Print this item

  how to run linux command with multi pipes by python !!
Posted by: evilcode1 - Jan-25-2021, 10:07 AM - Forum: General Coding Help - Replies (2)

hey all ..
i am trying to run this command on my machine by using python subprocess module ...
command :
[python]
ping -c 1 -t 1 -w 1 192.168.1...... More

Print this item

  Pyplot graph size
Posted by: TammyP - Jan-25-2021, 09:22 AM - Forum: General Coding Help - Replies (1)

I am reading from an excel sheet and plotting various results.
[python]

#set plot
plt.plot(df[str('Temperature')], ls='-')
# set la..... More

Print this item

  String error
Posted by: Kurta - Jan-24-2021, 07:27 PM - Forum: General Coding Help - Replies (7)

Hey there im not getting the expected result

i expect two numbers temperture and humidty seperated by a comma

here is my error:

line 25, in <..... More

Print this item

  AUC and other training/validation coming in at 1.000...is this overfitting
Posted by: deadendstreet2 - Jan-24-2021, 06:19 PM - Forum: Homework - No Replies

I'm working on a homework assignment to predict hospital readmissions based on a dataset my school provided. I found a similar walkthrough (https://me..... More

Print this item

  PyTorch GTX 770 OLD ?
Posted by: samuelbachorik - Jan-24-2021, 05:42 PM - Forum: Data Science - No Replies

Hello iam trying to train model with my GTX 770 and iam getting this error,-

[error]Found GPU0 GeForce GTX 770 which is of cuda capability 3.0.
..... More

Print this item

  Linking Comboboxes
Posted by: MrP - Jan-24-2021, 05:08 PM - Forum: GUI - Replies (24)

I have 2 comboboxes. Selection from first is supposed to trigger the second to populate. The first is populated from a sqlite3 database and it works j..... More

Print this item

  How to get rid of "A programmer named Tim"
Posted by: matt_the_hall - Jan-24-2021, 04:15 PM - Forum: Board - Replies (3)

For the life of me, I can't figure out how to get rid of the default "A programmer named Tim." Line under my avatar -- help!

Print this item

  IndexError: list index out of range
Posted by: ramu4651 - Jan-24-2021, 01:01 PM - Forum: General Coding Help - Replies (2)

Hi Team,

I am facing below error while executing the code . Dont know where exactly the error exists . Could you please help me on this

[python..... More

Print this item

  Plotting A Time Series With Shaded Recession Bars
Posted by: adamszymanski - Jan-24-2021, 05:18 AM - Forum: General Coding Help - Replies (1)

Hello,

I am trying to reconstruct time series graphs from FRED through Python.

I am hav..... More

Print this item

Smile Extracting the Address tag from multiple HTML files using BeautifulSoup
Posted by: Dredd - Jan-24-2021, 03:40 AM - Forum: Web Scraping & Web Development - Replies (8)

Hi All,

The below code works exactly how I want it to work for 'title' but just not working at all for 'address'.

[python]path = "C:\\Users\\mpe..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 15 minutes ago Littlefish Littlefish General Codin...
  Is the interpreter that c... 1 hour ago helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 6 hours ago Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576654
  Tutorial Requ... 498751
  Web Scraping ... 440493
  Newbie with P... 384420
  New Users Int... 367884
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+ 12087
buran 8175
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
helendamdam Today
pllrdvalery Yesterday
Littlefish Yesterday
Noya_Yonatan 09-21
Saipython555 09-21

User Panel Messages

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