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,590
» Latest member: sakshi
» Forum threads: 38,637
» Forum posts: 175,047

Full Statistics

Online Users
There are currently 386 online users.
» 2 Member(s) | 379 Guest(s)
Bing, Baidu, AOL, Yandex, snippsat, buran

Latest Threads
[SOLVED] Let user search ...
Forum: GUI
Last Post: Winfried
32 minutes ago
» Replies: 2
» Views: 88
Comparing two columns wit...
Forum: General Coding Help
Last Post: Stonsuld
4 hours ago
» Replies: 2
» Views: 1,400
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
4 hours ago
» Replies: 2
» Views: 230
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:45 AM
» Replies: 1
» Views: 125
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Yesterday, 02:14 AM
» Replies: 0
» Views: 94
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 221
I have a question
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:26 AM
» Replies: 2
» Views: 217
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:22 AM
» Replies: 1
» Views: 204
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-20-2025, 07:21 PM
» Replies: 11
» Views: 587
[split] Simple webbot for...
Forum: Code Review
Last Post: Plyth
Jun-20-2025, 04:55 AM
» Replies: 3
» Views: 185

 
  fill tint
Posted by: Zman350x - Feb-12-2017, 04:00 AM - Forum: Game Development - Replies (1)

for my pause screen I want to tint the background a bit black so you can still see the game in the back but it's darker (you have probably seen this i..... More

Print this item

  Module Dependency installation error
Posted by: draems - Feb-12-2017, 02:28 AM - Forum: General Coding Help - Replies (10)

Good day everyone. Need some help in installing pycld2 in ubuntu 14.04 with python 2.7 and python 3.4  as  pre-installed [i](I'm using virtualenv to r..... More

Print this item

  Copying the Screen (PyGame)
Posted by: Zman350x - Feb-11-2017, 06:04 PM - Forum: Game Development - Replies (4)

My code allows the user to create a drawing. later in the code I want to display that drawing. Is there any way that once the drawing is done I can co..... More

Print this item

  code that takes inputs for user name amounts etc and then sends custom message
Posted by: shaumyabrata - Feb-11-2017, 05:09 PM - Forum: General Coding Help - Replies (5)

I was trying this cose and I am not sure why this is not working as I am new to Python hence I am not abel to figure this out. Just trying to create a..... More

Print this item

  need help with game
Posted by: Darbandiman123 - Feb-11-2017, 12:23 PM - Forum: General Coding Help - Replies (6)

i am making a choose your own adventure game and need help with the coding. i am mid way throught, and tried to play it so far but some of the outcome..... More

Print this item

  enter data with keypad
Posted by: gray - Feb-11-2017, 11:31 AM - Forum: GUI - Replies (4)

hello friends
i want to comminucate between keypad & tkinter.
i used from 'sql' to create a data table.how can i enter my data into 'id' entry by ke..... More

Print this item

  Problem in Loop
Posted by: saumya - Feb-11-2017, 11:13 AM - Forum: General Coding Help - Replies (2)

[python]
num=raw_input("enter range")
def pract(num):
    i=0
    numbers=[]
    while i<=(num):
        print "At the top i is %d"%i
        n..... More

Print this item

  Incredibly basic coding problem
Posted by: AndyF - Feb-11-2017, 10:28 AM - Forum: General Coding Help - Replies (12)

Hi everyone

I have zero programming experience but just began a Python tutorial. The code I am writing is not behaving like in the example that I a..... More

Print this item

  how to show a value to the user?
Posted by: elhetch - Feb-11-2017, 12:06 AM - Forum: GUI - Replies (4)

i created the below code to do some math, i would like to know how to show the value after running the code to the user?


[python]
import math
f..... More

Print this item

  does not exist
Posted by: Zman350x - Feb-10-2017, 11:59 PM - Forum: General Coding Help - Replies (2)

I had this code:
[python]    import color
    Block_Color_Q = input('Robot Color: Red(1) Blue(2) Green(3) Yellow(4) Orange(5)')
    if Block_Color_..... More

Print this item

  Pyscripter Error
Posted by: Zman350x - Feb-10-2017, 09:47 PM - Forum: General Coding Help - Replies (2)

I have been using pyscripter for some time now with out errors. I press "run" and it constantly prints out errors so I change my code, still  more err..... More

Print this item

  How to create a value system with a temp/humidity sensor?
Posted by: Tacoon - Feb-10-2017, 07:01 PM - Forum: General Coding Help - Replies (2)

I have a dht22 temp/humidity sensor and I am looking for help on how to create a value system within the sensor reading. Currently I have a fan turnin..... More

Print this item

  scapy ssh connection my network sniffing from my router
Posted by: Boss - Feb-10-2017, 11:59 AM - Forum: Networking - Replies (1)

I want to sniff ssh connection to any pc on my network. I have scapy on my router and I would like to get a sniff result whenever someone connect to a..... More

Print this item

  file detection
Posted by: Skaperen - Feb-10-2017, 10:36 AM - Forum: General Coding Help - Replies (9)

you can detect if x is a float like:

if isinstance(x,float):
    ...
so how do you detect if x is a file?

Print this item

  inivisible attribute
Posted by: Skaperen - Feb-10-2017, 09:38 AM - Forum: General Coding Help - Replies (7)

i would like to create a global object in a class instance that is not visible as an instance attribute (e.g. private).  is this possible in python?

Print this item

  Web Scrapping Application
Posted by: lion137 - Feb-10-2017, 09:00 AM - Forum: Web Scraping & Web Development - Replies (4)

Hello everybody! I have a web crawler project, this is the main part of the code:
[python]

# crawler
import urllib.request
from parse_tree impo..... More

Print this item

  How to talk with Real Time Clock hardware?
Posted by: jackbk - Feb-10-2017, 08:14 AM - Forum: General Coding Help - Replies (12)

Dear all,

I am finding a way to read/write to my Real Time Clock Hardware by Python.

The background is as below.

I have a board that integrat..... More

Print this item

  Writing incorrect passwords to a file till its correct
Posted by: garth - Feb-10-2017, 07:53 AM - Forum: Homework - Replies (2)

# Now, create a Python file called forgetful.py . Imagine your friend was very forgetful and always seemed to enter his email password incorrectly. Yo..... More

Print this item

  Need help in framing data read from wav file
Posted by: Vishweshkumar - Feb-10-2017, 05:19 AM - Forum: Data Science - Replies (1)

Hi, I am quite new to python. I am using scipy and numpy libraries for my project. My project involves framing the data read from the .wav file and ta..... More

Print this item

  jaydebeapi architecture error?
Posted by: CraigBoyd - Feb-10-2017, 04:41 AM - Forum: General Coding Help - Replies (2)

Hello All,

I am struggling with connecting to a database using a jdbc driver.  In the interest of full disclosure I am a bit of n00b with python.
..... More

Print this item

  coding issue
Posted by: Lee - Feb-10-2017, 04:05 AM - Forum: General Coding Help - Replies (2)

I wirte a simple as following.
Could someone can tell me why the answer is different Buf1 and Buf2 ??
Thank for you help.

[python]
def fList_Tes..... More

Print this item

  big app in python
Posted by: Skaperen - Feb-10-2017, 03:16 AM - Forum: News and Discussions - Replies (21)

i am trying to convince my nephew to learn python.   he's been asking some things about python and we came to this point.  what is the biggest, or a v..... More

Print this item

  Smooth linestrings
Posted by: dusca - Feb-10-2017, 12:10 AM - Forum: Data Science - Replies (3)

Hello,

Theres any algoritm to get smooth linestring coordinates (red line) from original linestring coordinates (green line)???

See image, please: h..... More

Print this item

  UnicodeDecodeError while installing polyglot
Posted by: draems - Feb-09-2017, 10:21 PM - Forum: Data Science - Replies (2)

Good day everyone. I'm installing polyglot for python 3.4.3 in windows 7 64 bit. Dependencies were installed already and when I installed  polyglot, I..... More

Print this item

  strings that cycles
Posted by: lizarragaman - Feb-09-2017, 09:25 PM - Forum: Homework - Replies (6)

a.     Generate a list of 10,000 strings that cycles through the lower case alphabet in a way simila..... More

Print this item

  Turtle Bar Chart Colour fill question
Posted by: JRod - Feb-09-2017, 09:02 PM - Forum: General Coding Help - Replies (3)

Hey,
I am using Turtle to learn how if and elif statements work.
I have a quick program that draws a bar chart... here it is...

[python]
import ..... More

Print this item

  MaxPlus
Posted by: sajley - Feb-09-2017, 06:39 PM - Forum: General Coding Help - Replies (5)

Hi Guys.
Can anyone help me about MaxPlus class. ?  (CG)

Print this item

  3d Interpolation with irregular input grid
Posted by: blueade7 - Feb-09-2017, 05:58 PM - Forum: General Coding Help - Replies (2)

Hi,

I have a 3-dimension dataset on a grid which has regular monotonic x and y coordinates, but an irregular, non-monotonic z coordinate.

In oth..... More

Print this item

  cursor jumps back during typing
Posted by: takaa - Feb-09-2017, 03:40 PM - Forum: Board - Replies (20)

Hi,

When writing something on the forum my cursor keeps (randomly) jumping back a few(or many) places, which makes typing very difficult to almost ..... More

Print this item

  find a string in multiple files and display the output
Posted by: chiluvur9 - Feb-09-2017, 02:25 PM - Forum: General Coding Help - Replies (4)

I have tried to search a string from a file and it worked.

>>> if 'finish' in open('/home/user/python/drsync-test-aix.log').read():
...     print ..... More

Print this item

  Probelm in displaying char. indexwise
Posted by: ShailendraRaghunathPhadke - Feb-09-2017, 02:12 PM - Forum: General Coding Help - Replies (5)

Hi,
I have started python programming. And my question is related to string .

I wrote below statement
[python]
msg=  "Welcome"
print(msg)
I g..... More

Print this item

  Which def is executed?
Posted by: merlem - Feb-09-2017, 01:57 PM - Forum: GUI - Replies (10)

[python]# -*- coding: cp1252 -*-

import wx

zd = Zeigedict = {"zeigspalten": ["A", "B"], "zeigreihen": ["a", "b"]}

class Mainframe(wx.Frame):..... More

Print this item

  How to list repository contributors and their commits using pygithub3
Posted by: ammarkhwaira - Feb-09-2017, 01:36 PM - Forum: Data Science - Replies (6)

[color=#242729][size=small][font=Arial,]I have a Github user in which I have been granted the access to see an organization called 'W-Org' with all it..... More

Print this item

  Getting a "Cannot be Opened"" error Message
Posted by: valerydolce - Feb-09-2017, 11:16 AM - Forum: General Coding Help - Replies (14)

Hi Folks,
I'm having a "Cannot opened" error message even though i have the file in my directory. below is my code which consist of reading a file an..... More

Print this item

  Show second window using classes
Posted by: iFunKtion - Feb-09-2017, 10:31 AM - Forum: GUI - Replies (2)

Hi there,

I have this, it works ok and I have to admit it is cobbled from things that I have found and I am still struggling with classes, I really..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [WxPython] [SOLVED] Let u... 32 minutes ago Winfried Winfried GUI
  Comparing two columns wit... 4 hours ago doug2019 Stonsuld General Codin...
  Convert any Python expres... 4 hours ago voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... Yesterday, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... Yesterday, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
  I have a question 06-21, 09:26 Clictithe noisefloor General Codin...
  Problème d'exécutable 06-21, 09:22 Zauf noisefloor General Codin...
  How do select this table ... 06-20, 19:21 MarkMan snippsat Web Scraping ...
  [split] Simple webbot for... 06-20, 04:55 AB073 Plyth Code Review
  Dynamic Module Import Err... 06-20, 00:07 DaddyMAN Pedroski55 General Codin...
Most views
  The best Prog... 572302
  Tutorial Requ... 484826
  Web Scraping ... 436840
  Newbie with P... 379668
  Thread remain... 351228
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6839
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
sakshi Today
Stonsuld Today
Dhivya Today
Dnfsdd8hFn3 Today
jahedulalamsameer Yesterday

User Panel Messages

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