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,936
» Latest member: AstoundzSEO
» Forum threads: 38,721
» Forum posts: 175,508

Full Statistics

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

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 2,925
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,347
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 366
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 652
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,789
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 757
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 336
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,293
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,515
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,172

 
  Beta Inverse Function
Posted by: ankur2207 - Sep-18-2017, 03:21 PM - Forum: Data Science - Replies (5)

Hi Everyone,

I'm looking for a Beta Inverse Function in Python.

Below is the explanation for the same:


Returns the inverse of the beta cumu..... More

Print this item

  How to change language line by line?
Posted by: dialbrocom - Sep-18-2017, 03:16 PM - Forum: General Coding Help - Replies (2)

This below website built by php.but i want to change it to python.is it possible?

https://www.dialbro.com

Print this item

  URLLIB.REQUEST Not Working
Posted by: hallofriends - Sep-18-2017, 03:09 PM - Forum: General Coding Help - Replies (1)

[python]import urllib.request
try:
url = 'https://www.whoscored.com/Players/5583/Show/Cristiano-Ronaldo'

# now, with the below headers, w..... More

Print this item

  find empty cells in a column
Posted by: Pedroski55 - Sep-18-2017, 10:38 AM - Forum: General Coding Help - Replies (2)

I have a results sheet from a multiple choice marking program. I only need to check if there is no content in a particular cell.

Lets say we are loo..... More

Print this item

  Window Not Appearing
Posted by: MGallo - Sep-18-2017, 10:30 AM - Forum: General Coding Help - Replies (14)

For some reason, everything on this works except for MainWindow(). It adds the person to the tempfile, but the MainWindow never pops up. I get no erro..... More

Print this item

  numpy and statistics module
Posted by: baronmontesqieu - Sep-18-2017, 09:57 AM - Forum: Data Science - Replies (2)

hello.
I am trying to get familiar with numpy and statstics module on python

the latter is program i made to input any list and try to find the stand..... More

Print this item

  Vidoes in Python
Posted by: Alshoabi - Sep-18-2017, 08:31 AM - Forum: General Coding Help - No Replies

I am a newbie when it comes to python, however I have an intermediate knowledge in Java and C++.

I think I will have an ease in learning Python if ..... More

Print this item

  Nginx Uwsgi Django 111 Connection refused while connecting to upstream
Posted by: sandyman - Sep-18-2017, 07:05 AM - Forum: General Coding Help - No Replies

after struggling for almost a week on this I feel I need to reach out for assistance . Please Help
I am trying to deploy my project to a production e..... More

Print this item

  configuration formats / languages
Posted by: Skaperen - Sep-18-2017, 06:19 AM - Forum: News and Discussions - Replies (24)

when you create an application that needs or offers user and/or system-wide configuration stored in a file, what format / language do you usually choo..... More

Print this item

  The Python Book altered rock paper scissors
Posted by: Python_Noob - Sep-18-2017, 06:13 AM - Forum: Homework - No Replies

#!U:\Pycharm\Game.py
# Rock Paper

import random
import time

dragon = 1
spear = 2
human = 3
names = {dragon: "Dragon", spear: " Spear", huma..... More

Print this item

  question on my reading/exercise
Posted by: MattSS102 - Sep-18-2017, 02:55 AM - Forum: General Coding Help - Replies (1)

I followed the book (Learn Python the Hard Way) correctly and still my code gets an error. What am I doing wrong?

Error: Traceback (most recent cal..... More

Print this item

  Reload module
Posted by: CoolSchoolBoy - Sep-18-2017, 02:01 AM - Forum: General Coding Help - Replies (3)

Is there a reload a module for Python 3. I changed my module and need to reload it. Is there a way this can be done?

Thanks!

Print this item

  Bioinformatics homework
Posted by: licopenus - Sep-17-2017, 09:01 PM - Forum: Homework - Replies (3)

I have to write a python program that given a large 50 MB DNA sequence and a smaller one, of around 15 characters, returns a list of all sequences of ..... More

Print this item

  ImportError: DLL load failed: The specified procedure could not be found.
Posted by: chess - Sep-17-2017, 08:40 PM - Forum: Data Science - Replies (1)

I am having problem plotting very simple stuff in Python 2.7.
I am using Pycharm and installed successfully matplotlib Numpy sklearn. However when I ..... More

Print this item

  Google Financial Client
Posted by: ian - Sep-17-2017, 08:14 PM - Forum: Data Science - Replies (7)

It worked before but for some reason, when run below, I got error. Please advise. Thanks.

[python]
import googlefinance.client as gf
import panda..... More

Print this item

  Error is function call
Posted by: Oracle_Rahul - Sep-17-2017, 04:14 PM - Forum: Homework - Replies (2)

How to resolve the before error

[python]

students = {};


def add_student(name, student_id=332) :
student = {"name": name, "student_id":..... More

Print this item

  Word Generator
Posted by: WordGenerator - Sep-17-2017, 04:02 PM - Forum: General Coding Help - Replies (2)

It works like this:
1 Vowel, 1 Consonant, 1 Vowel, 1 Consonant.. (So It sounds like a word..) VCVCVC

Vowels: A, E, I, O, U
Consonants: B, C, D, F..... More

Print this item

  Regex Help
Posted by: mp3909 - Sep-17-2017, 03:19 PM - Forum: General Coding Help - Replies (1)

>>> name = re.compile(r'hello')
>>> mo = name.search('They shouted out hellop to the crowd')
>>> mo.group()
'hello'
how can I a..... More

Print this item

  pythonic way of coding
Posted by: aster - Sep-17-2017, 02:08 PM - Forum: General Coding Help - Replies (10)

hello
i "came" from C, i just started with python 3.6 and i wrote this:
it is a script that running on my pc emulate the inizialize sequence of an E..... More

Print this item

  speech_to_text command doesn't seem to work
Posted by: snakebyte - Sep-17-2017, 05:44 AM - Forum: General Coding Help - Replies (10)

Hi, I'm trying to use IBM Watson BlueMix Speech-To-Text to transcribe my spoken-word audio files.

I've already signed up for a BlueMix account.
I'..... More

Print this item

  Issue with Dictionaries
Posted by: dswan1 - Sep-17-2017, 03:43 AM - Forum: Homework - Replies (1)

Hey All, For my assignment I have to read a csv file of stock information (without using outside modules) into a dictionary and then set up a program ..... More

Print this item

  Help to activate the "USB Modem" with Python
Posted by: karlo123 - Sep-17-2017, 03:05 AM - Forum: General Coding Help - Replies (4)

Hi everyone,

I am trying to activate and deactivate the "usb modem" by Python code, but it does not work, do you know any way to do it?

U..... More

Print this item

  Need help ASAP
Posted by: ralfi - Sep-17-2017, 02:28 AM - Forum: General Coding Help - Replies (3)

Need help with this code, why does it have the error???????

gender =(input("What is your gender?"))
f= "female"
m="male"
Age = float(input("What..... More

Print this item

  need some help for install Python 3.6.2
Posted by: greed13 - Sep-16-2017, 10:32 PM - Forum: General Coding Help - Replies (4)

Hi,
I'm new with Python, i'm currently learning it and at the same time Linux, using for now Ubuntu, i checked my version of Python via the command l..... More

Print this item

  Confusion between find() and find_all()
Posted by: Prince_Bhatia - Sep-16-2017, 09:45 PM - Forum: Web Scraping & Web Development - Replies (3)

hi,

i am learning beautifulsoup to scrape data but whenever i run my code it gives atribute error that did you use find_all() when wanted to use fi..... More

Print this item

  Multiple File Downloader
Posted by: Josh_Python890 - Sep-16-2017, 09:31 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to create a program which downloads multiple files from the url below. To download each file you have to click on the link of the game, the..... More

Print this item

  Project cus im borred
Posted by: M4J0R1C47 - Sep-16-2017, 09:10 PM - Forum: Homework - Replies (6)

Any ideas how to get this thing better?
While looking at this, have on your mind that its not finished and that im 14 yrs old.
Also, i have OCD, tha..... More

Print this item

  Need some help here
Posted by: Framble - Sep-16-2017, 08:48 PM - Forum: Homework - Replies (3)

Create a program that gives you a character based on a number of points. The points should be taken from the user. If the number of points is not an i..... More

Print this item

  And the prize for the funniest headline goes to ElReg
Posted by: Ofnuts - Sep-16-2017, 08:15 PM - Forum: News and Discussions - Replies (1)

(legit URL masked y a tinyurl link)

http://tinyurl.com/ydxltkbh

Print this item

  Turtle
Posted by: jamesadrian - Sep-16-2017, 06:12 PM - Forum: General Coding Help - Replies (7)

There is a Python library package called Turtle which lets you draw lines. Is this package open source?

Thank you for your help.

Print this item

  Regex
Posted by: mp3909 - Sep-16-2017, 03:56 PM - Forum: General Coding Help - Replies (5)

Hi,

I am trying to achieve a non-greedy Regex match.

I am writing

[python]n = re.compile(r'(ha){3,5}?man')
mo = n.search('hahahahahaman')
..... More

Print this item

  python ocr
Posted by: moi - Sep-16-2017, 03:54 PM - Forum: Web Scraping & Web Development - Replies (3)

hallow i need a help am working with ocr in python i have encounter this two libraries pytesseract and pytesser for ocr in python can anybody tell me ..... More

Print this item

  unusual error message
Posted by: VISHU - Sep-16-2017, 01:42 PM - Forum: General Coding Help - Replies (1)

This is my code:

[python]
### population density
def population_density (population,land_area):
    population = int('10')
    land_area = 1
 ..... More

Print this item

  Ctypes module
Posted by: kingram - Sep-16-2017, 07:36 AM - Forum: GUI - Replies (1)

I want to use messagebox for database. And my question is how can i use parameter in messagebox icon.
for example:
when user click on OK button or Can..... More

Print this item

  PRIME NUMBERS
Posted by: iamnotabot - Sep-16-2017, 06:13 AM - Forum: Homework - Replies (6)

WE WERE ASKED TO PRINT THE PRIME NUMBERS USING WHILE, IF, ELSE, BREAK WITH TWO LOOPS.

MY CODE GOES LIKE THIS:

COUNTER = 2;
N = 2;

WHILE COUN..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error Yesterday, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... Yesterday, 11:22 RonR RonR GUI
  datetime in SQL query. Yesterday, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 576001
  Tutorial Requ... 497429
  Web Scraping ... 439965
  Newbie with P... 383714
  New Users Int... 366176
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+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
AstoundzSEO Today
tobey12 Today
alexguemez Yesterday
Shadab Yesterday
Dibbley Yesterday

User Panel Messages

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