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,921
» Latest member: RonR
» Forum threads: 38,722
» Forum posts: 175,491

Full Statistics

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

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
1 hour ago
» Replies: 0
» Views: 9
adult cam girls for chat
Forum: Data Science
Last Post: lopezmason
1 hour ago
» Replies: 0
» Views: 12
Hire a Hacker to Recover ...
Forum: General Coding Help
Last Post: Erikventura
2 hours ago
» Replies: 0
» Views: 15
Recovered Assets Notifica...
Forum: General Coding Help
Last Post: SofiaAnatolie
2 hours ago
» Replies: 0
» Views: 11
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 43
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
8 hours ago
» Replies: 6
» Views: 1,297
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 369
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,151
New to the field
Forum: News and Discussions
Last Post: Polybunny
Yesterday, 01:31 AM
» Replies: 0
» Views: 113
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,311

 
  Statistical Software for Healthcare Oversight (28k Prize)
Posted by: MiscProgram - Nov-28-2016, 02:21 PM - Forum: Jobs - No Replies

[color=#000000][size=medium][font=Calibri]Overview: Thi[url=https://python-forum.io/thread-1032.html]..... More

Print this item

  Need help on scikitLearn StratifiedKFold method
Posted by: debupython - Nov-28-2016, 08:43 AM - Forum: Homework - No Replies

Objective: To create 5 folds of training and test dataset using StratifiedKFold method.

I am able to print the indices alright but am unable to gen..... More

Print this item

  nanmean - np - np.mean - errror
Posted by: venkim_python - Nov-28-2016, 07:22 AM - Forum: Data Science - Replies (4)

I have fairly simple code to calculate mean. Basically I am reading mnist data, find the PCA and finding the mean of PCA1 and PCA2. The first few colu..... More

Print this item

  documentation of arguments
Posted by: Skaperen - Nov-28-2016, 06:28 AM - Forum: General Coding Help - Replies (6)

in The Python Library Reference (and other documentation) how is one supposed to know if a given argument is supposed to be given by position or given..... More

Print this item

  random.choice Sensing Nonexistent Argument
Posted by: Millionsunz - Nov-28-2016, 04:00 AM - Forum: General Coding Help - Replies (3)

Hello again lol. As I continue my journey through learning the wonderful language of Python, I've made it to the point where I've started to learn cla..... More

Print this item

  Python 3.5.2 & json on win 10
Posted by: PickyBiker - Nov-28-2016, 12:00 AM - Forum: General Coding Help - Replies (15)

I have uninstalled python on my win 10 system and re-installed python 3.5.2.  The following tiny bit of code causes a series of error messages
[pytho..... More

Print this item

  Can't unsubscribe from forum....
Posted by: Ofnuts - Nov-27-2016, 11:14 PM - Forum: Board - No Replies

A while ago I subscribed to the "Bar" forum to get notification of new threads. Despite several attempts to unsubscribe, I still receive notifications..... More

Print this item

  Learning Python
Posted by: alpbetaC0der - Nov-27-2016, 10:25 PM - Forum: Data Science - Replies (5)

Hello,
I would like to learn Python - however i have a dilemma; i have been reading "Learn Python the Hard Way" and it suggests that i use Python 2 i..... More

Print this item

  ubuntu video problems
Posted by: darter - Nov-27-2016, 08:40 PM - Forum: Bar - Replies (3)

I have been running Ubuntu 14 on two Dell monitors for a year - no problems.. A few days ago my monitors both showed only a scrambled pattern of lines..... More

Print this item

  One of my exercises is breaking my balls.
Posted by: Jei - Nov-27-2016, 03:29 PM - Forum: Homework - Replies (14)

Hi all!
I just started learning python3.
I usually don't come to forums for help cause I'm a "do it your self" kinda a guy :D
This one has been bre..... More

Print this item

  When will the GIL be removed?
Posted by: consuli - Nov-27-2016, 11:27 AM - Forum: News and Discussions - Replies (18)

Hello again,

this is a repost of the former "When will the GIL be removed?" thread, which has been lost by the hack attack.

There have been a nu..... More

Print this item

  problem with importing my program
Posted by: meems - Nov-27-2016, 12:22 AM - Forum: General Coding Help - Replies (1)

Just trying to have a go with python debugger

From the python cmd line

 >>> import pdb 
so far so good...

[python]>>> im..... More

Print this item

  Function Help
Posted by: Millionsunz - Nov-26-2016, 05:12 AM - Forum: General Coding Help - Replies (4)

Hello Python Forums,

I am currently learning how to code in the wonderful language of Python. I am very beginner at computer programming (Python is..... More

Print this item

  is 'self' optional ?
Posted by: meems - Nov-25-2016, 08:33 PM - Forum: General Coding Help - Replies (7)

I'm coming from a language that doesn't use the keywords 'self'. This 'self' example found on the net doesn't explain to me why self is necessary. In ..... More

Print this item

  conway's game of life
Posted by: hanscvanleeuwen - Nov-25-2016, 07:51 PM - Forum: Homework - Replies (17)

Hi there ..first program I have made in python is conway's game of life (see wikipedia).

I used Python 3.5, tkinter using commands enclosed and ov..... More

Print this item

  Python Traceback Error
Posted by: CaiGengYang - Nov-25-2016, 03:25 PM - Forum: General Coding Help - Replies (4)

pygame.draw.rect(screen, BROWN, [60, 400, 30, 45])
[error]Traceback (most recent call last):
File "<pyshell#3>", line 1, in <modu..... More

Print this item

  4D array initalization
Posted by: LucaBrasi - Nov-25-2016, 11:38 AM - Forum: General Coding Help - Replies (3)

Hello,

currently I have an issue with initializing a four dimensional array with different lengths in every dimension. I use python 2.7.12 on Windo..... More

Print this item

  How to get all divisors from a number
Posted by: Doesnotcompute - Nov-24-2016, 08:45 PM - Forum: Homework - Replies (3)

Hi people ,

I have what I presume is a really easy question but I cant get my mind wrapped around it..
How do I get a program to give me all divis..... More

Print this item

  Threads lost by hack
Posted by: consuli - Nov-24-2016, 08:33 PM - Forum: News and Discussions - Replies (1)

I have got 2 threads lost by the hack. Shell we post the lost threads again? Or will you be able to restore them, which of course would be the best op..... More

Print this item

  django manage.py startserver - not working
Posted by: lewashby - Nov-24-2016, 06:51 PM - Forum: Web Scraping & Web Development - Replies (3)

[error]$ ./manage.py startserver
Traceback (most recent call last):
  File "./manage.py", line 17, in <module>
    "Couldn't import Django. Are you..... More

Print this item

  Fit multiple datasets with one function and one parameterset
Posted by: Blablub - Nov-24-2016, 06:03 PM - Forum: General Coding Help - Replies (4)

Hi,

I would like to fit multiple datasets (they can variate between 3 or 4 sets), with one function and one set of variable parameters.
Can you he..... More

Print this item

  Square root of a number
Posted by: mbestivert - Nov-24-2016, 03:53 PM - Forum: Homework - Replies (1)

I learned that there are two ways to compute the square root of a number. One is by using ** operator and the other by importing math module. Now, jus..... More

Print this item

  How do I find IRC
Posted by: Blue Dog - Nov-24-2016, 03:47 PM - Forum: Bar - Replies (5)

How do I find you on mIRC?
I tryed to add the server and channel to it, but it would not take it It said that it was not any site by that name. **huh..... More

Print this item

  Request for new forum category
Posted by: lifeatthesharpend - Nov-24-2016, 03:39 PM - Forum: Board - Replies (1)

Currently there are the groups : Home work, GUI, Game Development, networking and Web development. It would be nice to have one for Science or Science..... More

Print this item

  vnc multiplexer
Posted by: Skaperen - Nov-24-2016, 10:04 AM - Forum: Bar - No Replies

another program i have been wanting to write is a VNC multiplexer app.  i would connect to it from a vnc client and it would make the connection to th..... More

Print this item

  The Case Against Python 3
Posted by: snippsat - Nov-24-2016, 05:39 AM - Forum: News and Discussions - Replies (15)

The Case Against Python 3
A lot of silly nonsense from Zed Shaw(Author of Python The..... More

Print this item

  Is my pi sleeping or hanging up?
Posted by: marciokoko - Nov-23-2016, 09:50 PM - Forum: General Coding Help - Replies (5)

I was getting a warning on my mac terminal

[error]WARNING:apscheduler.executors.default:Run time of job "timed_job (trigger: interval[1:00:00], nex..... More

Print this item

  Inline code tag
Posted by: Ofnuts - Nov-23-2016, 08:29 PM - Forum: Board - Replies (43)

Dear Santa,

My name is Ofnuts and I think I have been a good and well-behaved user and moderator during the past year (even if my PEP-8 grades aren..... More

Print this item

  Help Fix My Function
Posted by: PietonNewbie - Nov-23-2016, 07:25 PM - Forum: General Coding Help - Replies (2)

Hi All,

I am new to python and have a number of csv files and am trying to get the count of people who have died and suffered a fall or died and no..... More

Print this item

  Unknown error: kernel process exited
Posted by: MlleFidna - Nov-23-2016, 04:54 PM - Forum: GUI - Replies (1)

Hello,
I recently install pyzo with anaconda. I install all the scientific package (and matplotlib) and start coding without any problems. But today ..... More

Print this item

  SYSTEMS ADMINISTRATOR - Bristol Based
Posted by: Axis Animation - Nov-23-2016, 01:27 PM - Forum: Jobs - No Replies

[color=#cc9999][b][i]With studios in Glasgow, Bristol and London, Axis Animation is an award-winning animation studio creating high-end visual content..... More

Print this item

  codebox borders
Posted by: metulburr - Nov-23-2016, 08:46 AM - Forum: Board - Replies (15)

@[snippsat] I dont remember all the color codes. Do you have them?
Luckily i had the codebox scrollbar fix saved locally. Ill fix this then ill make ..... More

Print this item

  forum hacked
Posted by: metulburr - Nov-23-2016, 08:34 AM - Forum: Board - Replies (19)

The forum was hacked recently. We are working on the back door fix. Until then if the forums go down again, we have ..... More

Print this item

  the making of mkpw
Posted by: Skaperen - Nov-23-2016, 07:12 AM - Forum: Bar - Replies (15)

several years ago i wrote a program in C called mkpw that used only one optional argument: the length of the password to make and output (to [i..... More

Print this item

  "Card Dealing" Python code 2.7
Posted by: Paradoxalis - Nov-17-2016, 09:48 PM - Forum: General Coding Help - Replies (3)

[python]
import random
#Simulate the process of dealing of 1000 cards
print "Card dealing simulator"
print "By:"
Club = 0
Dia = 0
Heart = 0
Sp..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 1 hour ago RonR RonR GUI
  adult cam girls for chat 1 hour ago lopezmason lopezmason Data Science
  Hire a Hacker to Recover ... 2 hours ago Erikventura Erikventura General Codin...
  Recovered Assets Notifica... 2 hours ago SofiaAnatolie SofiaAnatolie General Codin...
  data input while debuggin... 2 hours ago fred1232 Pedroski55 General Codin...
  New to Python and Pygame 8 hours ago JMcM deanhystad Game Developm...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  New to the field Yesterday, 01:31 Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
Most views
  The best Prog... 575423
  Tutorial Requ... 496295
  Web Scraping ... 439531
  Newbie with P... 383133
  New Users Int... 363951
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+ 12086
buran 8174
snippsat 7366
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
RonR Yesterday
SofiaAnatolie Yesterday
Erikventura Yesterday
aidajnrz7704 Yesterday
Jillscitt 09-12

User Panel Messages

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