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,935
» Latest member: Baran12332
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

Online Users
There are currently 51 online users.
» 0 Member(s) | 43 Guest(s)
Applebot, Bing, Internet Archive, AOL, AOL, Mojeek

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
10 hours ago
» Replies: 2
» Views: 293
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
11 hours ago
» Replies: 10
» Views: 3,750
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,360
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 674
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,130
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,017
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,250
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,251
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,366
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 930

 
  SOLVED: best way to block (wait on) shell calls to multiple windows programs at once?
Posted by: ezdev - Dec-10-2017, 06:42 AM - Forum: General Coding Help - No Replies

EDIT: turns out start (in windows) has a /wait option, which i can append to solve this. ive known start longer than ive known python, but i didnt kno..... More

Print this item

  The number of occurrences of statistical characters
Posted by: RobertW - Dec-10-2017, 05:58 AM - Forum: General Coding Help - Replies (3)

who can help me to resolve the question,thanks  Razz

[python]# -*- coding:utf-8 -*-
# python 3.x
import re

patter = [chr(i) for i in range..... More

Print this item

  script wanted: ping and wait
Posted by: Skaperen - Dec-10-2017, 05:16 AM - Forum: Bar - No Replies

the next script i want is a command that pings a specified host and waits until there are a specified number of good responses.  arguments/options to ..... More

Print this item

  FYI Pygame high cpu usage.
Posted by: Windspar - Dec-10-2017, 05:03 AM - Forum: Game Development - Replies (2)

It all depends what version of pygame you are using. I was using 1.9.3 whl.
I was getting 100% usage for a simple program.
This bug is known. [url=..... More

Print this item

  Limiting a Joystick value -1 to +1, to a value between 0 an 127 with 64 being center?
Posted by: japreja - Dec-10-2017, 04:00 AM - Forum: Game Development - Replies (2)

I am trying to limit a Joystick value, that ranges between -1.0 and +1.0, to a value between 0 and 127 with 64 being center. Any idea how to do this?..... More

Print this item

  Text Game Testing/Dev
Posted by: PKMindBlow - Dec-10-2017, 02:18 AM - Forum: Game Development - Replies (21)

Hey Guys!
I am PKMindBlow and I am currently working on a text game inspired by EarthBound and the Mother Series in general. It also uses some custom ..... More

Print this item

  Looking for offline BBCODE editor
Posted by: Larz60+ - Dec-09-2017, 11:08 PM - Forum: Bar - Replies (11)

I'd like to find an offline BBCODE editor, so that large textual based posts can be prepared offline.
[s]Preferably one that is stand alone, without ..... More

Print this item

  Newbie lambda question
Posted by: Truman - Dec-09-2017, 10:32 PM - Forum: General Coding Help - Replies (6)

I'm reading python tutorial and as an example of use of lambda there is this code:
[python]
pairs = [(1, 'one'), (2, 'two'), (3, 'three'), (4, 'four')..... More

Print this item

  Question about calling a function that calls a function
Posted by: Afterdarkreader - Dec-09-2017, 09:20 PM - Forum: Data Science - Replies (9)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  skeleton class needs working instantiation guard
Posted by: hereathome - Dec-09-2017, 09:12 PM - Forum: General Coding Help - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Tree insertion and variable referencing
Posted by: hshivaraj - Dec-09-2017, 08:58 PM - Forum: General Coding Help - Replies (3)

Hey all!
This is probably very basic for some people , but i really cant get my head around this.

The code below performs binary tree insertion...... More

Print this item

  Trouble with creating a looping function in python 2.7 (complex)
Posted by: Afterdarkreader - Dec-09-2017, 07:44 PM - Forum: Data Science - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Newbie question on how to use pandas.rolling_mean
Posted by: zydjohn - Dec-09-2017, 07:29 PM - Forum: Data Science - Replies (5)

import pandas as pd

data = [1.0, 2.0, 3.0, 4.0]
rollmean_data_2 = pd.rolling_mean(data, 2)
print(rollmean_data_2)
I want to l..... More

Print this item

  pyqt clickable pushbutton problem
Posted by: pythonck - Dec-09-2017, 06:44 PM - Forum: GUI - Replies (1)

When the pushbutton in my program is clicked it runs a function which should produce another pushbutton. The function runs as evidenced by the "clicke..... More

Print this item

  sound with python
Posted by: yop - Dec-09-2017, 06:23 PM - Forum: Homework - Replies (6)

Hello everyone !

First of all, sorry for my english level, It's not my native language.

For my assignment I need to be able to play a WAV or a M..... More

Print this item

  Runtime error when trying to graph using the lognorm function (2.7)
Posted by: Afterdarkreader - Dec-09-2017, 05:45 PM - Forum: Data Science - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How to exit 2 loops
Posted by: Midnight1810 - Dec-09-2017, 05:38 PM - Forum: General Coding Help - Replies (3)

[python]for maybe in answer:
    for correct in sequence:
        if correct = maybe:
            right.append("correct")
            break
     ..... More

Print this item

  [NOTICE] subscriptions reset
Posted by: metulburr - Dec-09-2017, 04:55 PM - Forum: Board - No Replies

We were having an issue with the forum emailer for the past month or so, not sending emails randomly. Possibly being due to the fact of maxed out on e..... More

Print this item

  Problem while creating an Excel File using python
Posted by: Math_Enthusiast - Dec-09-2017, 04:34 PM - Forum: General Coding Help - Replies (3)

Hi,

I have written a small python code for creating an excel file with 2 columns.But,after running the code, My data in the CSV File appears to be ..... More

Print this item

  Using Enthought Canopy and Installing Python3
Posted by: marcomx - Dec-09-2017, 03:23 PM - Forum: News and Discussions - No Replies

Hi,
I'm on os x with Python 2.7 in usr/local/bin (Terminal bash: >>>which python) but have also Enthought Canopy installed (path follows), where I ha..... More

Print this item

  Newbie question for using map, lambda
Posted by: zydjohn - Dec-09-2017, 12:37 PM - Forum: Data Science - Replies (2)

Hello:
I have learned Python for a few days only, so have quite some questions. The following question(s) I want to ask is about the code translation..... More

Print this item

  Why can't I import seaborn module?
Posted by: Athenaeum - Dec-09-2017, 08:34 AM - Forum: Data Science - Replies (1)

I would like to post error output here, but I don't know how to copy text from Python to clipboard so that I can paste into clipboard. I googled how ..... More

Print this item

  Stop getting personal message everytinme someone replies to a thread
Posted by: Windspar - Dec-09-2017, 01:04 AM - Forum: Board - Replies (2)

How can I stop receiving personal messages every time someone replies to a thread ? Wall

Print this item

  Issue with new users not getting approved for membership?
Posted by: Drone4four - Dec-08-2017, 11:39 PM - Forum: Board - Replies (6)

My good friend IRL attempted to create a user account yesterday. He's been waiting and waiting for his new account to be approved. Dear Mods: Any po..... More

Print this item

  Python and Machine Learning - (Portuguese)
Posted by: rtadewald - Dec-08-2017, 11:37 PM - Forum: Bar - Replies (1)

Pessoal, gostaria de divulgar curso completo sobre o assunto que lancei há pouco tempo na Udemy.

Python para Data Science e Machine Learning..... More

Print this item

  Attribute errors, and outputting
Posted by: johnnyaustin - Dec-08-2017, 11:27 PM - Forum: General Coding Help - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Using break to exit a loop help
Posted by: JJG - Dec-08-2017, 10:49 PM - Forum: General Coding Help - Replies (4)

Hi all, I'm having a problem trying to run this program. I was messing around with a similar program I tried to create and it would not work. So i too..... More

Print this item

  keypress isnt working need help
Posted by: jakegold98 - Dec-08-2017, 10:13 PM - Forum: Game Development - Replies (1)

DELETE THIS THREAD PLEASE I SOLVED THE ISSUE MY OWN EASY MISTAKE

For some reason the spaceship only moves when I press L or R arrow keys but they sho..... More


Attached Files

Thumbnail(s)
   
Print this item

  URL via raw_input, passed to HTTP requests and output?
Posted by: johnnyaustin - Dec-08-2017, 08:20 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Beginning PyGame question about "self"
Posted by: jakegold98 - Dec-08-2017, 07:48 PM - Forum: Game Development - Replies (2)

Hello I am not sure how to really question my question if that makes sense. I am following metulburr's pygame tutorial and something I don't really un..... More

Print this item

  Creating a Login System Using Python- HELP
Posted by: tesilstudent112 - Dec-08-2017, 07:17 PM - Forum: General Coding Help - No Replies

Hey everyone. I am trying to create a login system for a user in python- this is my code so far(bare in mind i'm basically a beginner so if you could ..... More

Print this item

  Why is my gradient descent algorithm requiring such a small alpha?
Posted by: JoeB - Dec-08-2017, 05:09 PM - Forum: Data Science - Replies (1)

I am trying to implement a gradient descent algorithm for linear regression. I am using the attached data. My algorithm is shown below:

[python]
..... More

Print this item

  [split] PIP install error
Posted by: Larz60+ - Dec-08-2017, 04:55 PM - Forum: Board - Replies (4)

I have it, and have had it for a long time, guess I must have installed it when i moved over from Linux, but don't remember doing so.

Print this item

  Class isinstance not recognizing
Posted by: Windspar - Dec-08-2017, 03:12 PM - Forum: General Coding Help - Replies (3)

Having a strange error. Don't know if I'm simple missing it, if I made a simple mistake, or I just don't see it.
I try to reproduce it with no luck b..... More

Print this item

  Coursera: Where are complete source code examples?
Posted by: Oliver - Dec-08-2017, 02:29 PM - Forum: Bar - Replies (7)

Has anyone tried the Coursera.org class on python machine learning?

They have an example in their "notebook", but their notebooks have a snippet ap..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 10 hours ago arbiel arbiel General Codin...
  403 Error 11 hours ago CaptainNewb CaptainNewb Web Scraping ...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 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...
Most views
  The best Prog... 576266
  Tutorial Requ... 497945
  Web Scraping ... 440192
  Newbie with P... 384046
  New Users Int... 366778
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+ 12089
buran 8175
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Baran12332 Yesterday
Hershien Yesterday
Diyaseating Yesterday
marineoman Yesterday
marineservice Yesterday

User Panel Messages

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