Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,815

Full Statistics

Online Users
There are currently 56 online users.
» 2 Member(s) | 47 Guest(s)
Facebook Dev, Bing, Google, AOL, deanhystad, buran

Latest Threads
New to python and coding
Forum: Homework
Last Post: mamta25
42 minutes ago
» Replies: 2
» Views: 73
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
55 minutes ago
» Replies: 4
» Views: 125
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 278
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 255
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 97
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,612
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 198
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 180
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,018
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,418

 
  invalid syntax
Posted by: Able98 - May-31-2017, 07:28 PM - Forum: General Coding Help - Replies (3)

I guess I have got python running. This is the command line:

python3 pyethrecover.py -w wallet.json -p 1234

There is a syntax error. Can you mak..... More

Print this item

  pip command not found
Posted by: Able98 - May-31-2017, 03:51 PM - Forum: General Coding Help - Replies (7)

I just installed Ubuntu 16.04 and checking in the terminal it has both python2 and python3.

However, when I type

sudo pip install joblib

I ge..... More

Print this item

  WYSIWYG dead, source mode enabled
Posted by: metulburr - May-31-2017, 01:26 PM - Forum: Board - No Replies

Based on new users having trouble figuring out the WYSIWYG editor, the editor has been fixed to source mode (ie. instead of ..... More

Print this item

  IOError: [Errno 21]
Posted by: Bani - May-31-2017, 12:53 PM - Forum: General Coding Help - Replies (4)

Hi,

Why does this error cause? What should I do?

[output]
[echo] Running script
[exec] Warning: Could not import lru_cache
[..... More

Print this item

  HTTPS connect with HTTPS proxy in between
Posted by: sagk - May-31-2017, 10:35 AM - Forum: Networking - Replies (3)

In my python program I need to send https request to a cloud server. I am using httplib2 package ( httplib2.HTTPSConnectionWithTimeout ). Every thing ..... More

Print this item

  How does a python thread work?
Posted by: jackbk - May-31-2017, 07:02 AM - Forum: General Coding Help - Replies (3)

I have used Python thread so far, but I had a question that I can not find an answer by myself.
Google some related information, but I do not satisfy..... More

Print this item

  [split] Screen recording software
Posted by: buran - May-31-2017, 06:08 AM - Forum: Bar - Replies (8)

which screen recording software you test?
sorry for the off-topic :-)

Print this item

  Clearing Text in Tkinter
Posted by: icabero0225 - May-31-2017, 02:01 AM - Forum: GUI - Replies (2)

I'm writing a program to assist me in stock trading, and I wanted to make it have a nice GUI so my buddies can use it as well. I just started learning..... More

Print this item

  Trouble with sending raw sockets
Posted by: IronReign - May-30-2017, 11:37 PM - Forum: Networking - Replies (2)

I am having trouble with the sendto function and don't know what else to try because I seem to have tried everything... I am just trying to get the pa..... More

Print this item

  How can I parse a text file?
Posted by: Mike Ru - May-30-2017, 08:24 PM - Forum: General Coding Help - Replies (13)

I have a file. It has such a content
-----myfile.txt---------
Name - Mike
City - Mosсow
Have - dog
something
Name - Dasha
City - Voronesh
Have..... More

Print this item

  Python 3 x86 vs x64 Inquiry...
Posted by: RodNintendeaux - May-30-2017, 06:43 PM - Forum: News and Discussions - Replies (14)

Good afternoon everyone, I hope all of you are having a blessed Summer. Today after doing some research on Python 3 for Windows I decided to install a..... More

Print this item

  Need help designing a multi-threaded solver
Posted by: 4Dummies - May-30-2017, 02:46 PM - Forum: General Coding Help - Replies (8)

I was sneered at for having too broad a question on stackOverflow, so I hope this is a reasonable place for a poorly-defined question, because I need ..... More

Print this item

  Why do I get this error when I try to access MSAccess database from python?
Posted by: pavansunder - May-30-2017, 01:19 PM - Forum: General Coding Help - Replies (2)

I tried accessing my MSAccess database from python. Why do i get this error ? Please help me to fix this?
pypyodbc.Error: ('IM002', '[IM002] [Microso..... More

Print this item

  i need help with an error
Posted by: Olorun - May-30-2017, 12:53 PM - Forum: General Coding Help - Replies (22)

Hello,

I am new in python and I don't know why I gen an error when I try to test my code. If someone can help me I will be really grateful  **bigg..... More

Print this item

  Cannot import QtSql
Posted by: panoss - May-30-2017, 12:48 PM - Forum: General Coding Help - Replies (4)

My program has on line only:

from PyQt4 import QtSql
And in pyCharm it gets underlined with a red line, 'Unresolve reference'

..... More

Print this item

  Need help for string search
Posted by: Supradha - May-30-2017, 11:43 AM - Forum: General Coding Help - Replies (1)

Hi,

I have certain mail subjects which are part static part dynamic for e.g. Job ABC_DEF_GHJ:12345 Here the subject preceding the : is fixed, whil..... More

Print this item

  Subprocess - get only first few lines of stdout
Posted by: j.crater - May-30-2017, 11:39 AM - Forum: General Coding Help - Replies (3)

Hello all. I am using subprocess module to execute a process and read stdout returned by it. Currently my code saves all the lines of stdout to a list..... More

Print this item

  setup epson lq350 dot matrix printer by python-printer-escpos
Posted by: gray - May-30-2017, 11:10 AM - Forum: GUI - Replies (10)

hello
i want to setup epson lq350 dot matrix printer...
i used python-printer-escpos module
my program is:
[python][rom escpos.connections import..... More

Print this item

  What is xrange?
Posted by: failedSIGNAL - May-30-2017, 01:50 AM - Forum: News and Discussions - Replies (7)

I'm about to create this thread to post some small questions to understand more about the instinct of some stuffs.
My first question: what (really) i..... More

Print this item

  Find kerning info from font
Posted by: 1marc1 - May-29-2017, 10:49 PM - Forum: General Coding Help - Replies (2)

Hi team,

I am looking to build a small program that takes three inputs:
- the name of an existing font file
- a character
- another character
..... More

Print this item

  Python list problem
Posted by: bagjohn - May-29-2017, 08:49 PM - Forum: General Coding Help - Replies (4)

Hello!
Can someone please explain what happens here???

[python]a = [[0] * 2] * 3
b = [[0,0],[0,0],[0,0]]
print(b==a)
a[1][1] = 5
b[1][1] = 5
..... More

Print this item

  Image Puzzle
Posted by: Digitalchemist - May-29-2017, 08:38 PM - Forum: Homework - Replies (6)

Hi, i am trying to solve this problem,

I have a test image (A) , this  image is the scrambled form of original image (O).

The goal is to determ..... More

Print this item

  Game Scoring
Posted by: jacob1986 - May-29-2017, 06:19 PM - Forum: Game Development - Replies (2)

I am trying to write a small game like Pong but I can't seem to be able to correctly adjust the scoring system. There are several problems in the scor..... More

Print this item

  wmi returns no data from an other pc
Posted by: panoss - May-29-2017, 12:15 PM - Forum: General Coding Help - Replies (9)

I 'm trying to secure my program using the pc 'c data (disk drives and processor).
I use this code:

[python]
import wmi
c = wmi.WMI()
for item ..... More

Print this item

  Writting system comand into a file.
Posted by: Mike Ru - May-29-2017, 11:58 AM - Forum: General Coding Help - Replies (2)

How can I write it into file?
I have a script

import os
os.system('ls')
I need to put output of this script into file.txt.
H..... More

Print this item

  Async server/client
Posted by: Bokka - May-29-2017, 10:08 AM - Forum: General Coding Help - Replies (2)

Hello! I have that 2 small programs 1 for server and 1 for client:


Server:

[python]
import socket

serversocket = socket.socket(socket.AF_I..... More

Print this item

  SinCos Vectors Math
Posted by: Dmitry_KZ - May-29-2017, 07:51 AM - Forum: General Coding Help - No Replies

Hi every one!
i have question about math
I have oculus controllers witch give me position and rotation of them, also i have surface somewhere in the..... More

Print this item

  web server that comes with Python
Posted by: Skaperen - May-29-2017, 07:07 AM - Forum: News and Discussions - Replies (7)

while reading stuff to try to understand WSGI i read that since 2.5 Python includes a web server. the implication is that it is WSGI compliant. not..... More

Print this item

  WSGI working examples
Posted by: Skaperen - May-29-2017, 06:56 AM - Forum: News and Discussions - Replies (1)

where can i get/install/deploy/run working examples of WSGI? the tutorials and descriptions i am finding online don't seem to make any sense. maybe ..... More

Print this item

  WSGI vs CGI
Posted by: Skaperen - May-29-2017, 06:50 AM - Forum: News and Discussions - Replies (9)

is WSGI an improved CGI-like interface?

Print this item

  Chatroom in TCP
Posted by: daltorya19 - May-29-2017, 12:53 AM - Forum: Networking - Replies (1)

Hello, I am completely new to sockets and TCP and have 0% understanding with it. I would like to learn how to communicate using a TCP server and would..... More

Print this item

  Recursion exit | DFS
Posted by: BeerLover - May-28-2017, 10:29 PM - Forum: General Coding Help - No Replies

Dear all,

I would very much appreciate some help with the code. It is supposed to find a quickest path towards ".". Like in the game "PacMan". It w..... More

Print this item

  Poker Dice while loop
Posted by: gullidog - May-28-2017, 07:48 PM - Forum: General Coding Help - Replies (2)

I am not sure why my while loop is broken, any help would be greatly appreciated.


[python]#This program will simulate a poker dice game.
import ..... More

Print this item

  Putting GPS data into a file
Posted by: kendias - May-28-2017, 06:56 PM - Forum: General Coding Help - No Replies

my question here
I am trying to input data that streams from a GPS module into a file. The file locations.csv opens OK but stays blank with no data ..... More

Print this item

  Pygames image
Posted by: Strofix - May-28-2017, 04:44 PM - Forum: Game Development - No Replies

Hi , to begin sorry for my english he is not good .


Is a script . I want to add a image (Representing an enemy) which would move randomly. But I..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 42 minutes ago lary_p mamta25 Homework
  Help with Serial.write in... 55 minutes ago racingsubby racingsubby General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578828
  Tutorial Requ... 509827
  Web Scraping ... 441914
  Newbie with P... 385910
  New Users Int... 376018
Most reputation
buran 581
snippsat 510
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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