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,886

Full Statistics

Online Users
There are currently 32 online users.
» 0 Member(s) | 30 Guest(s)
Bing, Google

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 57
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 233
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
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,140
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,323

 
  How to run same process simultaneously
Posted by: exploit123 - Sep-19-2019, 08:48 AM - Forum: General Coding Help - Replies (1)

I have a jar and I want to make a python script for linux that checks if the jar is opened in the linux task manager and if its not to open it 5 times..... More

Print this item

  Python installation to folder. No admin rights
Posted by: Toug19 - Sep-19-2019, 08:37 AM - Forum: General Coding Help - Replies (3)

Hi,
I succeeded once to make an installation of Python 2.7.16 to a folder. It's now a full usable python with all modules and add-on (such as pip and ..... More

Print this item

  managing command codes for external controller box
Posted by: Oolongtea - Sep-19-2019, 08:32 AM - Forum: General Coding Help - No Replies

I am trying to create a library to encode commands sent over TCP to a controller box and decode the responses.
To makes things simple, each command c..... More

Print this item

  Restful API Python Flask Postman
Posted by: starter_student - Sep-19-2019, 07:12 AM - Forum: Web Scraping & Web Development - Replies (1)

already since 1 week I try to build a simple CRUD RESTful API without success. So when I create/(test) user and post in the cmd I can list them (User...... More

Print this item

  clueless about the error message
Posted by: findbikash - Sep-19-2019, 06:55 AM - Forum: General Coding Help - Replies (2)

[python]
rfm['r_quartile'] = pd.qcut(rfm['recency'], 4, ['1','2','3','4'])
rfm['f_quartile'] = pd.qcut(rfm['frequency'], 4, ['4','3','2','1'])
rfm[..... More

Print this item

  Chatbot
Posted by: metro17 - Sep-19-2019, 06:47 AM - Forum: General Coding Help - Replies (2)

How do I auto collect the user information like UserID,username,emailaddress automatically once the user starts talking to the chatbot.
Chatbot is re..... More

Print this item

  Help plotting function
Posted by: Pbworm1998 - Sep-19-2019, 03:17 AM - Forum: General Coding Help - Replies (1)

Hello. I am new to python.

I wanted to know the syntax for a problem

Suppose I want to plot a quantity x = (constant with a fixed given value) *..... More

Print this item

  Menu in frame
Posted by: Elmit - Sep-19-2019, 01:38 AM - Forum: GUI - Replies (2)

Hi,

I try to make an application, which has multiple frames. Each frame should get a menu.

I found 2 piece of codes, but I couldn't figure out h..... More

Print this item

  how to set echo ON in Python call to Oracle SQL
Posted by: nmrt - Sep-19-2019, 01:19 AM - Forum: General Coding Help - Replies (4)

Hi All,

I am beginner in Python, i am trying to access oracle DB from Python program. I am able to get the output with the below code. However, i w..... More

Print this item

  pydoc3 server and browser
Posted by: fmouse - Sep-18-2019, 10:59 PM - Forum: General Coding Help - Replies (1)

For some time I've been starting a pydoc server (Python 2.7) from my desktop startup scripts and using it to document a server directory containing a ..... More

Print this item

  Problem Help!
Posted by: Noxmancer - Sep-18-2019, 09:41 PM - Forum: General Coding Help - Replies (5)

I'm having trouble with the code for this problem:
Write a program for course registration. Students can use this program to add and drop cou..... More

Print this item

  How to add a few empty rows into a pandas dataframe
Posted by: python_newbie09 - Sep-18-2019, 07:20 PM - Forum: Data Science - Replies (2)

Hi, so far the examples I have found seems to only add 1 empty row to an existing dataframe but what if I have a specified number of empty rows that I..... More

Print this item

  How to terminate a list of inputs with a set value? SOS
Posted by: Manning - Sep-18-2019, 06:30 PM - Forum: General Coding Help - Replies (2)

I am attempting to make a program in Python 3.7 where you would input integers one after another until you terminate it by entering the value -3. Once..... More

Print this item

  Anyone use Poetry?
Posted by: nilamo - Sep-18-2019, 06:06 PM - Forum: Bar - Replies (1)

https://poetry.eustace.io/

It's a package manager that sits on top of pypi, and is meant to be used instead of pip. I just found it today, and the..... More

Print this item

  unable to list files in a directory
Posted by: christober - Sep-18-2019, 05:17 PM - Forum: General Coding Help - Replies (2)

Hi,

I'm unable to read/list the files in a directory (in windows OS), as the directory contains more than 1 lakhs files (almost 1,56,000 files).
..... More

Print this item

  How can I run a function inside a loop every 24 values of the loop iteration range?
Posted by: mcva - Sep-18-2019, 04:24 PM - Forum: Homework - Replies (1)

How can I run a function inside a loop every 24 values of the loop iteration range?

I only want to TempLake[i]=fix_profile(Nlayers,TempTDMA,Areat0)..... More

Print this item

  web scrape not returning number correctly
Posted by: willyflapoor - Sep-18-2019, 04:11 PM - Forum: Web Scraping & Web Development - Replies (2)

I am building an application that compares wine prices, but I ran into a problem.
When I try to get the price of the wine (under the variable "price"..... More

Print this item

  why I can't scrape a website?
Posted by: kmkim319 - Sep-18-2019, 03:46 PM - Forum: Web Scraping & Web Development - Replies (7)

I'm trying to get all the names of restaurants with 'food' keyword from the following website. However, I need to learn more things in order to just p..... More

Print this item

  list and sort query
Posted by: arian29 - Sep-18-2019, 02:55 PM - Forum: Homework - Replies (2)

qwe=[1,2,3,9,8,7,6]

qwe.sort()
print(qwe)

# This give output [1, 2, 3, 6, 7, 8, 9]

BUT

print(qwe.sort())

# This give output None

Wh..... More

Print this item

  matplotlib isn't recognized after installation
Posted by: Pavel_47 - Sep-18-2019, 02:10 PM - Forum: General Coding Help - Replies (5)

[font=Arial, Helvetica, sans-serif]Hello,

I've installed matplotlib using the following command:
[font=Courier New, Courier, monospace]python -m p..... More

Print this item

Question pdfkit.from_string('Hello!','out.pdf') gives FileNotFoundError
Posted by: sipriusPT - Sep-18-2019, 01:18 PM - Forum: General Coding Help - Replies (3)

I am trying to use pdfkit library, one folder with permissions to write, and have also trying in root, who is in this case C:\, for example,
..... More

Print this item

  I upgraded my system to 16GB RAM!
Posted by: Gribouillis - Sep-18-2019, 12:47 PM - Forum: Bar - Replies (8)

I'm so happy, let's celebrate! Champagne!

Print this item

  Vernam encryption method for files
Posted by: JohnCTX - Sep-18-2019, 12:09 PM - Forum: General Coding Help - Replies (1)

I have the following code snippet:

[python]
import secrets

def VernamCipherFunction(text, key):
result = "";
ptr = 0;
for ..... More

Print this item

  history of Python's birth
Posted by: metulburr - Sep-18-2019, 11:48 AM - Forum: News and Discussions - Replies (6)

https://www.techrepublic.com/article/pyt...he-planet/

Print this item

  Python basic program
Posted by: webshakeup - Sep-18-2019, 09:50 AM - Forum: General Coding Help - Replies (4)

Hi All, I am seeking help here as my son is trying to learn to program and got stuck in below challenge:
hope someone can post the code for this[img..... More

Print this item

  Scrollbar doesn't work on Canvas in Tkinter
Posted by: DeanAseraf1 - Sep-18-2019, 09:16 AM - Forum: GUI - Replies (3)

Hello.
I'm trying to write a program that show a tkinter window with a list of names(labels) and a checkbox for every name in this list.

I want to..... More

Print this item

  PDF with formfields
Posted by: asmodi - Sep-18-2019, 08:29 AM - Forum: General Coding Help - Replies (2)

Hello everybody,

I am fairly new in programming with Python.
I did some Java, Javascript and php before though.

I have a searchable PDF with a ..... More

Print this item

  how to get x values based on y-axis values from curvefit function
Posted by: python_newbie09 - Sep-18-2019, 08:20 AM - Forum: Data Science - Replies (1)

Hi,

I have fitted a function for extrapolation and now I would like to get the x value when y is of a certain value. How do I get this?

[python]..... More

Print this item

  Scraping daily football score
Posted by: shamil1999 - Sep-18-2019, 06:53 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,I want to scraping daily football score from flashscore.For this i must scraping all football games for today..... More

Print this item

  (Python help) Change in logic not breaking 'while' loop?
Posted by: btcg2807 - Sep-18-2019, 06:47 AM - Forum: General Coding Help - Replies (1)

Hello, I am currently a beginner at Python coding thus I apologise if there is a basic/obvious solution to this. I want to code a program that runs 2 ..... More

Print this item

  Not working in PyCharm, Is this IDE specific ?
Posted by: arian29 - Sep-18-2019, 06:39 AM - Forum: Homework - Replies (1)

I try running this-

>>>test = [[1, 2 , 3 ,4 ,5 ,6 ,7 ,8 ,9 ,10],['a' ,'s' ,'d' ,'f' ,'g' ,'h' ,'j' ,'k' ,'l' ]]

>>>test[1]

Works great in IDL..... More

Print this item

  TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'str'
Posted by: findbikash - Sep-18-2019, 06:34 AM - Forum: General Coding Help - Replies (2)

Can any one help me on this , unable to determince the reason behind the error while performing RFM analysis.

[python]

rfm= data_filtered.groupb..... More

Print this item

  python and tkinter
Posted by: menator01 - Sep-18-2019, 06:12 AM - Forum: GUI - Replies (2)

Hey all, I'm kind of new to python and hope you can help me figure this out.

I cant seem to get the letter to pass to the print. Thanks for any hel..... More

Print this item

  Multiplication Table number margins
Posted by: CJ707 - Sep-18-2019, 04:25 AM - Forum: General Coding Help - Replies (4)

Need to know how to format a 12*12 multiplication table to show a multiplication table chart with margins like this:
X 1 2 3 4 5 6 7 8 9 10 11 12
1..... More

Print this item

  missing 1 required positional argument
Posted by: jedmond2 - Sep-18-2019, 03:51 AM - Forum: Homework - Replies (4)

I'm trying to debug this and I'm not seeing where "limit" is not being called into "play_game"

[python]
#!/usr/bin/env python3

import random
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 4 hours ago Moltar1997 Pedroski55 General Codin...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 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
  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... 579351
  Tutorial Requ... 512298
  Web Scraping ... 442253
  Newbie with P... 386327
  New Users Int... 380133
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 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday
LewisByday Yesterday
Bummibaer Yesterday

User Panel Messages

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