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,992
» Latest member: maribita
» Forum threads: 38,736
» Forum posts: 175,580

Full Statistics

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

Latest Threads
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 1
» Views: 63
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
7 hours ago
» Replies: 2
» Views: 93
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,534
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 99
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 214
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,047
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 463
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,093
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,167
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 851

 
  upload big file in Django with process bar and i get error : MemoryError
Posted by: ma_norouzifar - Aug-05-2019, 04:38 AM - Forum: Web Scraping & Web Development - Replies (3)

i create a web page in Django for upload big file (any file) with process bar

i used IIS and django version 2.2.2
views.py :
[python]
def upload..... More

Print this item

  scoring issues in pong
Posted by: wildbill - Aug-05-2019, 01:29 AM - Forum: General Coding Help - Replies (1)

I have tinkered with this for too long every time I run the code it doesn't update the value of my variables that control score. any help is much appr..... More

Print this item

  Pycharm Cannot Find Pygame Module
Posted by: Myang123 - Aug-05-2019, 01:28 AM - Forum: General Coding Help - Replies (2)

I am currently having issues in the Pycharm environment regarding a possible linkage issue with Pygame. Everytime I try to import Pygame the environme..... More

Print this item

  How do I install apps from google play store? using python + selenium..
Posted by: mongo - Aug-05-2019, 12:41 AM - Forum: General Coding Help - No Replies

I am a complete python newbie, How do I install apps from google play store? using python + selenium.. using different proxies and different IMEI (Int..... More

Print this item

  pyqtdeploy
Posted by: Alfalfa - Aug-04-2019, 09:49 PM - Forum: GUI - No Replies

I did not try it yet, but pyqtdeploy seems like a good way to create executables for Py..... More

Print this item

  Can't find a proble here
Posted by: ofir_l - Aug-04-2019, 08:23 PM - Forum: General Coding Help - Replies (2)

[python]def ex10():
mark1 = int(input("Insert math score"))
mark2 = int(input("Insert Computer Science score"))
mark3 = int(in..... More

Print this item

  Dictionary comprehension Question
Posted by: Ananth - Aug-04-2019, 05:26 PM - Forum: News and Discussions - Replies (1)

[b][font=Lucida Sans Unicode, Lucida Grande, sans-serif]I want to count the number of times a word occurred in a paragraph, say I have 2D list.
If I..... More

Print this item

  Converting set of tuples to set of 2D numpy arrays
Posted by: ThemePark - Aug-04-2019, 05:07 PM - Forum: Data Science - No Replies

I have coded a function that returns a set of tuples, each tuple being of size 6, and assigned it to a var named tmp. Now I need to convert each tuple..... More

Print this item

  fsolve
Posted by: giovanna - Aug-04-2019, 03:09 PM - Forum: Homework - Replies (1)

Could someone help me with the formulas in point 2 and 3? I've already written the matrices.
And I know already the formulas of Fnew and Q but I don'..... More

Print this item

  Setting maximum value of Range() in For loop
Posted by: pmt - Aug-04-2019, 01:17 PM - Forum: General Coding Help - Replies (4)

Hello all, I am trying to use range() and for loop function to change the dictionary keys and values.
Expected output result is to create the keys and..... More

Print this item

  Help on String variable
Posted by: ashishstats - Aug-04-2019, 11:19 AM - Forum: General Coding Help - Replies (3)

Hi everyone

I am new to learn python but have experience in dealing data management and data analysis in Stata for last four years. While learning ..... More

Print this item

  Unable to access javaScript generated data with selenium and headless FireFox.
Posted by: pjn4 - Aug-04-2019, 11:10 AM - Forum: Web Scraping & Web Development - No Replies

There is a table that is being rendered by javaScript on the page. I would like to retrieve that data in my python code. Below I have include
1. Py..... More

Print this item

  [python] [Tkinter] Problem bidding combobox with np.array
Posted by: NEL - Aug-04-2019, 10:40 AM - Forum: GUI - Replies (3)

I want to include combobox values into np.array taken from function but it does not work. Could you please help me to make it workable. I will appreci..... More

Print this item

  Scoped variables.
Posted by: Charles1 - Aug-04-2019, 08:39 AM - Forum: General Coding Help - Replies (1)

Hi,

I'm trying out the code below but need help in understanding why the
it's printing 3 3 3 rather than 1 2 3.

[python]
list_of_printers = [..... More

Print this item

  execute MySql function
Posted by: duende - Aug-04-2019, 08:20 AM - Forum: General Coding Help - No Replies

Hello,
I have a sql function that returns an integer; I tried the cursor.callproc but ...
[python]
def getValue(self, connection):
..... More

Print this item

  spliting html code with br tag
Posted by: yokaso - Aug-04-2019, 07:04 AM - Forum: Web Scraping & Web Development - Replies (11)

Hi,i am new in python scraping and i apologize for any mistake,

i would like to get a text from html code and the target text is between <br>, i tr..... More

Print this item

  ValueError: invalid literal for int() with base 10: ''
Posted by: Jay123 - Aug-04-2019, 06:31 AM - Forum: General Coding Help - Replies (7)

Hi I have the following text file that I have uploaded here:

This data sits in a larger data set in a text file but I have just extracted the set o..... More

Print this item

  how does GIL impact threads?
Posted by: Skaperen - Aug-04-2019, 05:58 AM - Forum: News and Discussions - Replies (3)

how does GIL impact the running of threads? i know i can have each running thread start a command in a separate process since i have tested that. i ..... More

Print this item

  waiting for a thread
Posted by: Skaperen - Aug-04-2019, 05:24 AM - Forum: General Coding Help - Replies (5)

if i start some threads with threading.Thread()[font=Courier New, Courier, monospace][/fon..... More

Print this item

  Critique my code please
Posted by: johnhedge - Aug-04-2019, 04:21 AM - Forum: Code sharing - No Replies

Hi List,
I'm learning Python, flask and SQLite with flask-sqlalchemy.
I've built my tables and tried to set up the relationships.
I'd be pleased if..... More

Print this item

  Add two number and variable datatype is int8
Posted by: ift38375 - Aug-04-2019, 04:20 AM - Forum: General Coding Help - Replies (3)

Hi,
Write a simple python program to add two numbers and variables datatype should be int8.
How can I do this ?

Actually by default variables t..... More

Print this item

  [Guidance needed] Python def question
Posted by: PieTurn - Aug-04-2019, 03:45 AM - Forum: Homework - Replies (4)

Complete the program (i.e. implement the function concat_words ) so that it will print the
output as shown:
[1-apple*2-orange*3-pear*]

Ans..... More

Print this item

  Binding functions in Qt Designerr
Posted by: Mocap - Aug-04-2019, 01:31 AM - Forum: GUI - Replies (12)

Is it possible to bind functions in Qt designer, or would I have to do that on a separate application? In particular, I want to make it so that clicki..... More

Print this item

  Binding not explicitly declared happening
Posted by: karkas - Aug-03-2019, 11:44 PM - Forum: General Coding Help - Replies (4)

Hello everyone,


I'm basically new to Python. My experience is in industrial automation and some intermediate in MATLAB and, although I have ..... More

Print this item

  Convertion of float to str is very slow.
Posted by: amandacstr - Aug-03-2019, 09:44 PM - Forum: GUI - Replies (2)

Hi!

I'm making this software in python using pyqt to read a big text file(+60000 lines) with paths to other files. The content of this file is some..... More

Print this item

  Multiprocessing.Queue Issues (Missing/Corrupted Items/No Output)
Posted by: python3noob - Aug-03-2019, 09:38 PM - Forum: General Coding Help - No Replies

Hardware: Raspberry Pi 4B (1GB) & Macbook Pro

OS: Raspbian Buster & OSX 10.14.5

Python Version: 3.7.3

I'm having issues with multiprocessing...... More

Print this item

  I can't hide borders and _ [] X in window.
Posted by: storzo - Aug-03-2019, 09:15 PM - Forum: General Coding Help - Replies (4)

I try using: main.pack(side="top", fill="both", expand=True)
in main window to hide borders and nav minimalize expand and close.
It don't work any s..... More

Print this item

  ModuleNotFound error
Posted by: HawkeyeKnight - Aug-03-2019, 06:32 PM - Forum: Homework - Replies (10)

I am a beginner Python student, teaching myself and using the Head First Python book as a guide. I am running Python on a Windows 10 machine using Pyt..... More

Print this item

  How to get count of each unique item in dataframe
Posted by: SriMekala - Aug-03-2019, 05:09 PM - Forum: Data Science - Replies (7)

Hi,
I have below DataFrame:

data = {'Name':['Tom', 'nick', 'krish', 'jack'],
'Age':['Fail', 'Pass', 'Pass', 'Fail']}

I want to get the count..... More

Print this item

  Passing Values of Dictionaries to Function & Unable to Access Them
Posted by: firebird - Aug-03-2019, 03:59 PM - Forum: General Coding Help - Replies (3)

Hello Everyone!
I need your help with the following problem. I have a list of dictionaries and try to access the value of each dictionary in the list..... More

Print this item

  need help with math functions
Posted by: Gateux - Aug-03-2019, 12:16 PM - Forum: General Coding Help - Replies (1)

Hi I have these two codes here that i need to use math.sqrt for the 1st code and math.pow for the 2nd code, can anyone guide me how to do it?

[python..... More

Print this item

  XARGS - help passing results
Posted by: 3inchpython - Aug-03-2019, 12:04 PM - Forum: General Coding Help - Replies (1)

System = RHEL 7
Python v = 2.7

Using the code below, I am using file_list and random_choice to randomly select one filename from a given DIR of ma..... More

Print this item

  array issue
Posted by: paul18fr - Aug-03-2019, 11:57 AM - Forum: Data Science - Replies (2)

Dear All

Here I've been using an example of tesselation from Matplotlib (triplot).

hstack use leads to an error I cannot figure out; I'm probabl..... More

Print this item

  Getting data from strava
Posted by: weihnachtsmo - Aug-03-2019, 10:48 AM - Forum: General Coding Help - Replies (1)

Hi,
I want to Import and Analyse data from strava. I have no experience with it, but Little experience with python.
I use Spyder within anaconda for..... More

Print this item

  Combobox Multiselect
Posted by: smabubakkar - Aug-03-2019, 08:44 AM - Forum: GUI - Replies (1)

Hi All,


I searched in internet that Multi select in combobox is not possible. is there anyother alternative. menu potion does let you select but ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Weird failure in Selenium 2 hours ago glestwid Larz60+ General Codin...
  print does not open conso... 7 hours ago Tycho_2025 Pedroski55 General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
Most views
  The best Prog... 577477
  Tutorial Requ... 501328
  Web Scraping ... 441103
  Newbie with P... 385163
  New Users Int... 369893
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
maribita Today
AnalystRobert Today
Safariscampoea Today
DataAnalytics021 Today
markwood955 Yesterday

User Panel Messages

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