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,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,885

Full Statistics

Online Users
There are currently 257 online users.
» 0 Member(s) | 251 Guest(s)
Apple, Bing, Google, AOL, Internet Archive

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Moltar1997
6 hours ago
» Replies: 0
» Views: 43
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
11 hours ago
» Replies: 1
» Views: 53
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Today, 02:50 AM
» Replies: 6
» Views: 226
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 119
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 80
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,518
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,134
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,319

 
  Beginner Needs Help To Get On The Right Track
Posted by: gmom316 - Oct-09-2019, 02:44 PM - Forum: Homework - Replies (4)

I have an intro lab assignment, due today naturally, that I'm unable to get started. We were taught the "while" repetition structures but I don't know..... More

Print this item

  How to do real-time audio signal processing using python
Posted by: Zenolen - Oct-09-2019, 02:02 PM - Forum: General Coding Help - Replies (7)

Hi all, hope I am posting in the right place.

I am quite new to Python, and maybe I am bighting off more than I can chew but I am trying to make an..... More

Print this item

  Low accuracy for fake news detection model
Posted by: shivani - Oct-09-2019, 12:45 PM - Forum: Data Science - Replies (1)

I am trying to implement a model for fake news detection. The dataset I am using has been taken from this source :
https://drive.google.com/file/d/1e..... More

Print this item

  Odd Python / C Library interaction
Posted by: embedka - Oct-09-2019, 12:21 PM - Forum: General Coding Help - No Replies

I'm running a script from a Linux terminal with Python 3.6.8 and the script started failing when I tried to expand it with a function definition. I wh..... More

Print this item

  Scraping problems. Pls help with a correct request query.
Posted by: gtlhbkkj - Oct-09-2019, 12:00 PM - Forum: Web Scraping & Web Development - No Replies

Please do not suggest SELENIUM solutions.

the request in this form does not return results.

[python]def fg_list_bot(_name_element, _outpu..... More

Print this item

  Why modules?
Posted by: wavic - Oct-09-2019, 11:57 AM - Forum: News and Discussions - Replies (7)

It was asked in a forum I visit daily for help to extract some table data from a docx file. Nothing big. There was a couple of pages with bash scripti..... More

Print this item

  Progress Bar While Sending an Email
Posted by: maxtimbo - Oct-09-2019, 11:35 AM - Forum: GUI - Replies (3)

Hello, I am trying to create a progress bar for my tkinter based gui that shows the user that an email is being sent. I've never successfully implemen..... More

Print this item

  wrap_text with openpyxl. How to use documentation to resolve deprecation warning?
Posted by: curranjohn46 - Oct-09-2019, 11:04 AM - Forum: General Coding Help - Replies (4)

Hi All,

I run the following openpyxl command to wrap text in all rows after row 9. It works fine but throws a deprecation warning. I'd love to figu..... More

Print this item

  Please help me refactor my clunky fridge script
Posted by: Brompy - Oct-09-2019, 10:22 AM - Forum: Code sharing - Replies (3)

I am new to Python and programming in general. I am just learning how to use functions.

I made a Fridge script, where it asks a user to input diffe..... More

Print this item

  Max number of three
Posted by: RavCOder - Oct-09-2019, 07:28 AM - Forum: General Coding Help - Replies (3)

Hi,
In this function that I defined, it does not return to the maximum number of three, but return None.
I used * args to see how it worked and I sa..... More

Print this item

  Monthly report for pushed buttons
Posted by: chano - Oct-09-2019, 06:57 AM - Forum: Homework - Replies (2)

hello,
monthly report how much i push 3 buttons,it shoud send to email.i dont know how to do it.
the buttons are on water mashine,i want to know how..... More

Print this item

  Merging Dictionaries - Optimum Style?
Posted by: adt - Oct-09-2019, 06:45 AM - Forum: General Coding Help - Replies (5)

Based upon available information on the internet, it seems that different dictionaries can be merged either by using double asterisk operator or by u..... More

Print this item

  BEGINNER: My calculator doesnt work
Posted by: iskov - Oct-09-2019, 06:12 AM - Forum: General Coding Help - Replies (5)

Hi everyone,

I recently started learning how Python works and thought I would set up a simple calculator which asks for three inputs:

1. The fir..... More

Print this item

  extract version in a string
Posted by: lokesh - Oct-09-2019, 05:21 AM - Forum: General Coding Help - Replies (2)

Hi,

I need help to extract only version in the following string.

str="psutil-5.4.5-cp27-none-win32.whl"

output should be : 5.4.5

A..... More

Print this item

  Async IO writing to two Different Tables Help
Posted by: TiagoV - Oct-09-2019, 04:45 AM - Forum: General Coding Help - No Replies

Hi All,

I'm new to the forum, but please bear with me. I'm trying to create two functions that write into different SQL Tables within the same Data..... More

Print this item

  Manipulating code to draw a tree
Posted by: Py_thon - Oct-09-2019, 04:28 AM - Forum: Homework - Replies (8)

Hi!

I need to manipulate the following code to draw a tree, it currently draws a spiral. I know that the following line needs to be added:

draw..... More

Print this item

  Python Automated Response System Help
Posted by: altoon - Oct-08-2019, 11:11 PM - Forum: General Coding Help - Replies (3)

Hi there everyone. I am new to python and I just wanted to know how it would be possible to generate different responses within this code depending on..... More

Print this item

  strange slicing with [:]
Posted by: Skaperen - Oct-08-2019, 10:27 PM - Forum: News and Discussions - Replies (4)

as i understand it, slicing with [:] yields a new copy of the sequence, or if assigned to, replace the entire sequence (for a mutable sequence). but ..... More

Print this item

  Variances
Posted by: kdiba - Oct-08-2019, 07:20 PM - Forum: General Coding Help - Replies (1)

Metric |Market |Month |Product Grouping |Business Unit |Age_FL |FRR_Actual |FRR_pred| FRR_PrevYear|Year

Hello,
I'm trying to calculate variances f..... More

Print this item

  ImportError: No module named tkinter.
Posted by: kouadio - Oct-08-2019, 06:53 PM - Forum: General Coding Help - Replies (1)

hello python.org, I have a problem import tkinter module which is summarized as a result.
indeed I follow beginner in python, and I use the system li..... More

Print this item

  ModuleNotFoundError: No module named '...'
Posted by: tlg265 - Oct-08-2019, 06:51 PM - Forum: General Coding Help - Replies (1)

Hello, I have two issues with this brand new project:

https://github.com/tlg-265/machine[url=https://python-forum.io/thread-21654.html]..... More

Print this item

  White spaces
Posted by: kdiba - Oct-08-2019, 06:26 PM - Forum: General Coding Help - Replies (1)

Hello,
I need your help for this :
[python]
input :
n=2005;
while (n!=2008) :
print("prediction_",n,",","parameters_",n,"=get_predictions_e..... More

Print this item

  When should I use Tornado?
Posted by: ksimmi - Oct-08-2019, 06:20 PM - Forum: Web Scraping & Web Development - No Replies

Hello,
I am not so experienced in python but I had some little experience with pyramid and django a few years ago. Now I want to increase my knowledg..... More

Print this item

  List and function while and else
Posted by: doug2019 - Oct-08-2019, 06:10 PM - Forum: General Coding Help - Replies (3)

Hi! I need code a list "d" to plot the s x t graph. The list "d" must have six itens too but if user input a value greater "a" in the list this value ..... More

Print this item

  Playing music from streaming
Posted by: ebolisa - Oct-08-2019, 05:51 PM - Forum: General Coding Help - Replies (1)

Hi,

I use the code below to play mp3 files but, how do I play a streaming site like this one: http://icy-4.radioparadise.com/aac-128

TIA


[..... More

Print this item

  How to transfer Text from one Word Document to anouther
Posted by: konsular - Oct-08-2019, 03:35 PM - Forum: General Coding Help - Replies (11)

Hello there,

im a python newcomer and i decided to make the following my first python project. Im a state official from Germany and i help disabled p..... More

Print this item

  Progress Bar While Sending an Email
Posted by: maxtimbo - Oct-08-2019, 02:13 PM - Forum: GUI - No Replies

Hello, I am trying to create a progress bar for my tkinter based gui that shows the user that an email is being sent. I've never successfully implemen..... More

Print this item

  excel file
Posted by: alonm19 - Oct-08-2019, 01:52 PM - Forum: General Coding Help - Replies (1)

Hi all,
I'm new in python and I want to ask

I have a .txt file with multiple lines, can I copy it to excel file line by line?

I searched all ov..... More

Print this item

  PyInstaller OneFile
Posted by: felixS_zema - Oct-08-2019, 01:43 PM - Forum: General Coding Help - Replies (4)

Hey,

I built an application and bundled it with PyInstaller. It includes some datas in the spec file, like images and excel sheets. Is there a way ..... More

Print this item

  I am trying to read a pandas file
Posted by: Balaji - Oct-08-2019, 01:35 PM - Forum: General Coding Help - Replies (1)

Hi,
while reading a csv file i get a error like this
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa3 in position 127: invalid start b..... More

Print this item

  How to make this dictionary-generating code more efficient?
Posted by: Mark17 - Oct-08-2019, 01:14 PM - Forum: Homework - Replies (4)

My code below works. I used a second variable (count) to generate the dictionary. How could I have done this more efficiently?

[Python]
import r..... More

Print this item

  Excel Model Conversion into Python
Posted by: line7 - Oct-08-2019, 12:37 PM - Forum: General Coding Help - Replies (2)

Hi,
I have a rather large model created in excel used to analyze the FX prices (above 100 MBs). I wonder if this model can be easily translated into ..... More

Print this item

  random variable function?
Posted by: Novice_fanatic - Oct-08-2019, 12:03 PM - Forum: General Coding Help - Replies (4)

Hi,

I was wondering if there is a 'random variable function' in the data base somewhere and if so, what is the name for it?

I've used the 'rando..... More

Print this item

  loop through list with do something
Posted by: 3Pinter - Oct-08-2019, 10:34 AM - Forum: General Coding Help - Replies (1)

I have to do something with all combinations in a list.

Initial thought
itertools.combinations(mylist, 2)

But I have to something with the valu..... More

Print this item

  List comprehensions-Wrong result
Posted by: RavCOder - Oct-08-2019, 09:53 AM - Forum: General Coding Help - Replies (4)

Hi,
I don't understand why this code that I have write didn't work:
[python]
if __name__ == '__main__':
x = int(input())
y = int(input()..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 6 hours ago Moltar1997 Moltar1997 General Codin...
  silent deployment Python ... 11 hours ago Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Today, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... Yesterday, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
Most views
  The best Prog... 579347
  Tutorial Requ... 512280
  Web Scraping ... 442229
  Newbie with P... 386326
  New Users Int... 380111
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
nicos18 Today
Moltar1997 Today
arthurlouiss Today
LewisByday Today
Bummibaer Today

User Panel Messages

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