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,975
» Latest member: Schirag
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
6 hours ago
» Replies: 2
» Views: 177
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 808
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 851
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 550
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,915
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,321
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,897
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,317
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,243
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,564

 
  Import Module and Method ( dynamic ) ?
Posted by: JohnnyCoffee - Mar-23-2020, 04:22 PM - Forum: General Coding Help - No Replies

I have a Function (Main), which receives two parameters containing a module and method. To import module that appears in the parameter use the native ..... More

Print this item

  Flask SelectField using Ajax
Posted by: noah_f - Mar-23-2020, 04:03 PM - Forum: Web Scraping & Web Development - No Replies

Hi, Trying to get a Web Application up and Running: I am trying to do an SQL SELECT Statement based on the First Select-field while i select an item w..... More

Print this item

  Web Scraping Sportsbook Websites
Posted by: Khuber79 - Mar-23-2020, 03:33 PM - Forum: Web Scraping & Web Development - Replies (17)

I have been out of coding for nearly 20 years now. I retired from programming to be a professional sports handicapper in my mid 20s. I used to code ..... More

Print this item

  Need help on Parallel Programming
Posted by: Kishore01 - Mar-23-2020, 03:14 PM - Forum: General Coding Help - No Replies

There are 4 python functions that connect to the database and perform some database actions(A set of DML operations and writing the output to logfile)..... More

Print this item

  comparing 2 dimensional list
Posted by: glennford49 - Mar-23-2020, 02:14 PM - Forum: General Coding Help - Replies (10)

i have this code:

[python]
num1=[[1,2,3],[1,2,4],[1,2,5]]
num2=[[1,2,3]]
for i in num1:
if (num2 == i):
print(..... More

Print this item

  Issues with csv double quotes
Posted by: bltzr75 - Mar-23-2020, 02:00 PM - Forum: Data Science - Replies (1)

Hi guys, I made a Bs4 code for export a csv file with numbers but can't get rid of double quotes...
It doesn't let me manipulate the data later when ..... More

Print this item

  Pip problem
Posted by: Jules - Mar-23-2020, 01:54 PM - Forum: General Coding Help - Replies (5)

Hi there !

I'm a beginner and I have a problem : I want to install tensorflow and for that I need to import it with pip but unfortunately as soon ..... More

Print this item

  QUERY on Looping and creating lists as items within dictionaries
Posted by: ajayachander - Mar-23-2020, 01:34 PM - Forum: Homework - Replies (3)

I would appreciate some help with this, please...

To summarize my scenario -
My input is an array of numbers wherein
Row1 - [1,2,3]
Row2 - [4,5..... More

Print this item

  TKinter coordinate system (canvas)
Posted by: Bhoot - Mar-23-2020, 12:45 PM - Forum: GUI - Replies (1)

Hi.
I'm new to TKinter and I'm having trouble understanding the coordinate system being used. I can obviously use trial and error to draw whatever I..... More

Print this item

  Sublime text not responding
Posted by: Mat - Mar-23-2020, 11:26 AM - Forum: General Coding Help - Replies (1)

Hello there,

This is my first question and probably a very stupid question. It seems that every code that I have been writing doesn't work anymore ..... More

Print this item

  Python 3.7, Windows 7, Syntax Error
Posted by: hughdent - Mar-23-2020, 09:56 AM - Forum: General Coding Help - Replies (1)

I'm working from Python Projects for Beginners by Connor P. Milliken
I have check and rechecked over and over to make sure I have entered the code ex..... More

Print this item

  Хочу начать разработку игр/I want to start developing games
Posted by: Rasul - Mar-23-2020, 09:43 AM - Forum: Game Development - Replies (1)

Я изучил базовые знания по программированию на Python,и хочу в дальнейшем разрабатывать игр ,но не знаю с чего начать учебу или на чем можно их разраб..... More

Print this item

  PyQt5: Iterate through rows to check for a value
Posted by: keegan_010 - Mar-23-2020, 08:50 AM - Forum: GUI - Replies (2)

Hi, I am trying to use a for loop to check every row of a table for a certain value and then either add 1 or 0 to a list. I am currently trying:
[pyth..... More

Print this item

  fishstore question for edx
Posted by: geryhnd001 - Mar-23-2020, 08:29 AM - Forum: Homework - Replies (1)

I get no output.
It should ask the two questions and then respond with a sentence with them

[python]def fishstore():
fishtype=input("What is ..... More

Print this item

  Python sys.float_info.min value
Posted by: perfringo - Mar-23-2020, 05:55 AM - Forum: Bar - Replies (3)

There is sys.float_info in Python:

[python]
>>> import sys
>>> sys.float_inf..... More

Print this item

  Denoise image
Posted by: smitha - Mar-23-2020, 05:42 AM - Forum: General Coding Help - Replies (2)

I want to implement non-local total variation for gamma noise removal using a gradient descent approach( for denoising a noisy image). Can anyone plea..... More

Print this item

  Webscrapping creating a dictionary
Posted by: skylancer - Mar-23-2020, 04:40 AM - Forum: Homework - Replies (3)

Hi everyone,

I need to create a function that return a dictionary with information from a website.

The website I must take the information from ..... More

Print this item

  Writing to .txt file
Posted by: julio2000 - Mar-22-2020, 09:51 PM - Forum: General Coding Help - Replies (5)

Hi,
How do I write a piece of text like this into a .txt file?:

Jan:Kees:Piet:klaas
Kees:Kees:Piet:klaas
Klaas:Kees:Piet:klaas
Piet:Kees:Piet:k..... More

Print this item

  Web scraping error
Posted by: jithin123 - Mar-22-2020, 08:13 PM - Forum: Web Scraping & Web Development - No Replies

[b]AttributeError: ResultSet object has no attribute 'find'. You're probably treating a list of items like a single item. Did you call find_all() when..... More

Print this item

Photo All 31 of my Python projects with source code
Posted by: steve_shambles - Mar-22-2020, 06:51 PM - Forum: Code sharing - Replies (2)

Here is a list of all 31 of my Python projects so far.
Each project has a post explaining the detail and the source code is included.
https://wp.me/..... More

Print this item

  Qtableview adapte size to
Posted by: WBPYTHON - Mar-22-2020, 06:50 PM - Forum: GUI - Replies (3)

Hello,

Is it possible to adapte the size of a Qtableview to the main window ? when I pull the window on the right side, I would like the Qtableview t..... More

Print this item

  add formatted column to pandas data frame
Posted by: alkaline3 - Mar-22-2020, 06:44 PM - Forum: Data Science - No Replies

Hi, I have this example:

[python]timeList = [ '0:00:00', '0:00:15', '9:30:56' ]
totalSecs = 0
for tm in timeList:
timeParts = [int(s) for s..... More

Print this item

  Just beginning with Selenium
Posted by: JLogan3o13 - Mar-22-2020, 05:20 PM - Forum: Web Scraping & Web Development - Replies (2)

I have used Selenium in other languages, just beginning to look at it in python. I am curious if anyone else has run into this issue; or if I am missi..... More

Print this item

  Detection Motion Program
Posted by: Adek1243 - Mar-22-2020, 04:30 PM - Forum: General Coding Help - Replies (11)

Hello. In first sorry for my english, I'm from Poland. Im working in Polish Police. I need your help. I run road collision cases and i have a lot of c..... More

Print this item

  help with timedelta error, trying to sum
Posted by: alkaline3 - Mar-22-2020, 04:25 PM - Forum: Data Science - No Replies

There is quite a bit of info around summing up time formats in Python, but I'm not able to solve my use case.

I would like to sum up times based o..... More

Print this item

  Option dropdown with Pyinquerer
Posted by: julio2000 - Mar-22-2020, 04:11 PM - Forum: GUI - No Replies

[Image: 54984836-f9c7c200-4faf-11e9-9d0e-d2512fc73e7f.png]

I want to create something like thi..... More

Print this item

  email sent status
Posted by: Kishore01 - Mar-22-2020, 04:09 PM - Forum: Networking - No Replies

Hi,

I have a requirement to send mail to customer email ids from an internal server.
In python, I am using SMTP.verify(address), but it returns th..... More

Print this item

  Help: how to set QDialog title bar color
Posted by: mart79 - Mar-22-2020, 03:41 PM - Forum: GUI - Replies (1)

Is there a way to set the color of a QDialog title bar in PyQt/Pyside2?

I am currently busy with setting up a GUI. I am using different color schem..... More

Print this item

  [Urgent] build code
Posted by: GodMaster - Mar-22-2020, 02:49 PM - Forum: Homework - Replies (2)

Hello everyone, I hope y'all are well.
I have an urgent task that must do in 8 hours from now.
This task needs an expert with mathematics related to..... More

Print this item

  sum
Posted by: dansht - Mar-22-2020, 01:43 PM - Forum: General Coding Help - Replies (4)

i write this ode :

a = [1,2,3]
b = [4,5,6]
ab=[]
for i in range(0, len(a)) : 
    ab.append(a[i]*b[i])
print(ab)

and get :
[outpu..... More

Print this item

  Help with array manipulation
Posted by: pberrett - Mar-22-2020, 01:40 PM - Forum: General Coding Help - Replies (4)

Hi all

I have a relatively simple problem concerning arrays but I have read through several python training packages looking for an appropriate funct..... More

Print this item

  string slicing help
Posted by: oli_action - Mar-22-2020, 09:16 AM - Forum: General Coding Help - Replies (2)

Hi guys,

I'm new to coding and i've started teaching myself Python and am currently learning "string slicing".

I need help with the following:

[py..... More

Print this item

  Can you give me a code based on the given skeleton code?
Posted by: Bhavika - Mar-22-2020, 08:09 AM - Forum: Homework - Replies (10)

I am given a problem for digit powers from project Euler problem 30 where I have to write code using oops.
The skeleton code is:
[python]class digit..... More

Print this item

  Sqlite CONCAT columns
Posted by: issac_n - Mar-22-2020, 08:00 AM - Forum: General Coding Help - Replies (4)

How should I create a column by concat First Name and LastName in Sqlite (python environment)?
I getting a syntax error when i defining "as" below ..... More

Print this item

  appear fatal error popup for Python 2.7, what to do to Not appear again...?
Posted by: lsepolis123 - Mar-22-2020, 06:25 AM - Forum: General Coding Help - Replies (1)

From yesterday
when startup PC - Win 10 Pro [every time boot up PC]

appear fatal error popup for Python 2.7, what to do to Not appear again...?
..... More


Attached Files

Thumbnail(s)
   
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 6 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577353
  Tutorial Requ... 500701
  Web Scraping ... 441011
  Newbie with P... 385057
  New Users Int... 369549
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Schirag Today
Jacobjoift Today
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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