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,946
» Latest member: randydurham
» Forum threads: 38,727
» Forum posts: 175,524

Full Statistics

Online Users
There are currently 65 online users.
» 0 Member(s) | 60 Guest(s)
Applebot, Bing, AOL, Google, AOL

Latest Threads
THE MOST TRUSTWORTHY CRYP...
Forum: General Coding Help
Last Post: randydurham
39 minutes ago
» Replies: 0
» Views: 5
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 5
» Views: 9,098
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
4 hours ago
» Replies: 0
» Views: 35
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
10 hours ago
» Replies: 2
» Views: 422
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
11 hours ago
» Replies: 0
» Views: 71
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,786
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,105
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,465
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,027

 
  Errors in Python
Posted by: dttomoum - May-23-2018, 12:48 AM - Forum: General Coding Help - Replies (1)

Dear All,
I faced the following issue: i created a code that crashed Spider (annaconda) program and Udacity (learning institute) python platform caus..... More

Print this item

  Module Advice
Posted by: mwatson87 - May-23-2018, 12:38 AM - Forum: General Coding Help - Replies (1)

Hi All,

I am looking for some advice on modules suitable for modelling spherical projectiles in a 3D space. Coding the physics is not the issue, ho..... More

Print this item

  Python code optimization problem
Posted by: servanm - May-22-2018, 10:49 PM - Forum: Data Science - Replies (2)

Dear community,

I have just written a very simple model in python that basically simulates human data in a 2-choice task. There are two experimenta..... More

Print this item

  Basic Text Class
Posted by: GrumpyOgre - May-22-2018, 10:45 PM - Forum: Game Development - Replies (2)

Hi there, I am working on creating a simple text class where you could create a text object, define the text, text size, location, colour (and eventua..... More

Print this item

  ThinkPython Exercise 9.2
Posted by: sangurocactus - May-22-2018, 10:30 PM - Forum: General Coding Help - Replies (6)

Help please!

I am starting to learn python using the ThinkPython book. For exercise 9.2, I wrote the below code (which is the same as the answer co..... More

Print this item

  Need help for finding cumulative values in a loop
Posted by: Lightning1800 - May-22-2018, 08:15 PM - Forum: General Coding Help - Replies (10)

Greetings,

I would like to compute all annual cumulative 5-consecutive day maximum values in a 3D matrix using a for loop. To be more specific, the v..... More

Print this item

  Help with script
Posted by: oldDog - May-22-2018, 07:40 PM - Forum: General Coding Help - Replies (2)

I have just started to learn Python and i bought the book 'Learn Python 3 the Hard Way'. Well every thing was fine until i came to exercise 13 and it ..... More

Print this item

  Most used words in a list
Posted by: Otbredbaron - May-22-2018, 07:06 PM - Forum: General Coding Help - Replies (2)

Hi, I'm trying to solve this exercise: https://open.kattis.com/problems/conversationlog .

I've managed to get a list with the words sorted by the n..... More

Print this item

  Email Results of Function
Posted by: anelliaf - May-22-2018, 06:30 PM - Forum: General Coding Help - Replies (10)

Hello,

I created the following function to return the results of Linux mounts points with over a certain percentage of used space:

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

Print this item

  How can Read text file and create array?
Posted by: puneet102 - May-22-2018, 06:12 PM - Forum: General Coding Help - Replies (1)

I have text file (Media_id) with content and I want to create an array from the file. The content of file is like below:

1234L4
2345L4
3456L5
63..... More

Print this item

  Issues with Lambda Function
Posted by: fad3r - May-22-2018, 03:27 PM - Forum: Homework - Replies (5)

Hi,
I am trying to wrap my head around lambda but I am running into issues.

The homework question is: Write a lambda function that takes a list my..... More

Print this item

  QFSFileEngine::open: No file name specified
Posted by: MegasXLR - May-22-2018, 01:19 PM - Forum: GUI - Replies (1)

Hey again,

I'm using the PyLyrics module to show lyrics of songs in a QTextBrowser but sometimes instead of lyrics it shows a broken image picture ..... More

Print this item

  Teacher (thrown in at the deep end - help)
Posted by: Mr90 - May-22-2018, 12:29 PM - Forum: General Coding Help - Replies (5)

Hi, I'm self learning Python and I need some help (desperately) - I understand that I am double accounting in my simple program (I am adding the total..... More

Print this item

  Script for media content and redirect in to a file
Posted by: puneet102 - May-22-2018, 12:06 PM - Forum: General Coding Help - No Replies

I have multiple tape and want to fetch data from the tape. I have command to fetch data but as there are long list of media ids (More than 300 medias)..... More

Print this item

  Using IntelliJ idea -- Classes
Posted by: aidanmartin1972 - May-22-2018, 11:50 AM - Forum: General Coding Help - Replies (1)

Hi All,

I am brand new to python coding , having previously worked with c# and vb.

I hope this is not too basic a question...I have installed In..... More

Print this item

  time zone converting with list slicing
Posted by: isabelle - May-22-2018, 10:46 AM - Forum: Homework - Replies (9)

Hi! I struggle with converting a list with time and date to another timezone. The original list contains some data that I don't want (movements) so th..... More

Print this item

  pandas read_csv, numbers in footer
Posted by: mechanic310 - May-22-2018, 10:28 AM - Forum: Data Science - Replies (1)

Hi I have GIDAS file which I need to open in Jupyter Notebook. I need to manipulate with result after BEGIN-END key-value pair. Can somebody help how ..... More

Print this item

  can not open .exe file generated by py2exe: ImportError: cannot import name _remove_d
Posted by: py2exe - May-22-2018, 09:57 AM - Forum: General Coding Help - No Replies

I have used py2exe to generate a .exe file, but I can noT open it. the log file says there's something wrone with jinja2 module, which I have imported..... More

Print this item

  Help: Enlarge image on hover
Posted by: morganruben - May-22-2018, 09:48 AM - Forum: GUI - Replies (1)

Hi All!

First of all I am new to this forum as well as to Python. As an example, I am trying to program a very simple UI using Tkinter with a click..... More

Print this item

  Writing variable to file
Posted by: pabe1250 - May-22-2018, 09:30 AM - Forum: General Coding Help - Replies (1)

Hi!

I have a piece of code:

import csv
csv_reader = csv.reader(open("utfil.csv", "rb"), delimiter=';', quoting=csv.QUOTE_NONE)
for..... More

Print this item

  Constructor
Posted by: Rajesh1978 - May-22-2018, 09:18 AM - Forum: General Coding Help - Replies (2)

Hi All,
Just wanted to know in what scenario we need to override the constructor in python?
And how to do that?

Thanks

Print this item

  Class Question
Posted by: esteel - May-22-2018, 09:18 AM - Forum: General Coding Help - Replies (5)

I'm messing around with Class' and I have a python3 file with the following code:

[python]class playerstats(object):
def __init__(self, name, bas..... More

Print this item

  Requests problem
Posted by: ZarKx - May-22-2018, 07:58 AM - Forum: General Coding Help - Replies (3)

Hi,
I'm trying to connect to a website with requests library.
This is my code :

[python]
import requests

url = 'http://www.website.com'
..... More

Print this item

  Open Sqlite database file directly in django
Posted by: sourabhjaiswal92 - May-22-2018, 05:55 AM - Forum: Web Scraping & Web Development - No Replies

Hi,

Is there any way to open sqlite db directly in django.

I am working on an application for which a back end script creates a database for eve..... More

Print this item

  Why does this work and this doesnt=
Posted by: puruvaish24 - May-22-2018, 03:09 AM - Forum: General Coding Help - Replies (1)

[python]
x = [0,0]
print(x)
def incrment():
x[0] = 1
x[1] = 2
incrment()
print(x)

y = [0,0]
print(y)
def increment():
y = [1,2]
in..... More

Print this item

  simple file button
Posted by: Epilepsy - May-22-2018, 02:58 AM - Forum: GUI - Replies (1)

Hi everyone, can you help me, i need a simple file button, to select an image and copy to a some other directory.

Help me please, I have this:

[..... More

Print this item

  I'm blocked in the construction of my program [Novice]
Posted by: abcd - May-22-2018, 01:27 AM - Forum: General Coding Help - Replies (1)

Hello, here's my program:

[python]oooooo =['fg', 'dh', 'df', 'hg', 'sd', 'hnb', 'eee', 'rh', 'ddd', 'vvvv']
aaaaaaa = [542, 861,532,7854,2213,456..... More

Print this item

  Python App
Posted by: standenman - May-21-2018, 08:33 PM - Forum: Web Scraping & Web Development - Replies (1)

This is a really broad questions, so please know I am not expecting someone to solve this for me - I am just looking for direction. I am building an ..... More

Print this item

  Cython: How to compile to 32bit Windows with MinGW gcc?
Posted by: PythonABC - May-21-2018, 07:36 PM - Forum: General Coding Help - No Replies

I converted my Python code with Cython to c code.
To convert the c code to an executable I use the gcc
of "MinGW-w64 - for 32 and 64 bit Windows".
..... More

Print this item

  TypeError: can't multiply sequence by non-int of type 'str'
Posted by: pythonnoob1234 - May-21-2018, 05:58 PM - Forum: General Coding Help - Replies (4)

Hi i'm new to python and i just don't understand this error

Python code
width=input("what is the width?")
height=input("what..... More

Print this item

  Pygame vs TKinter for a Quiz Game?
Posted by: SteampunkMaverick12 - May-21-2018, 05:25 PM - Forum: Game Development - Replies (1)

I want to make a quiz game but i have very little knowledge on pygame but decent knowledge on TKinter which I find easier. Which is better?

Print this item

  Python 3.6 dict key iteration order
Posted by: insearchofanswers87 - May-21-2018, 03:26 PM - Forum: General Coding Help - Replies (7)

According to the Python 3.6 What's New docs, dict now maintains keys in sorted order. Given that, why does displaying the string representation of a d..... More

Print this item

  Unable to repopulate a queue in python 3
Posted by: 5u88u - May-21-2018, 11:25 AM - Forum: General Coding Help - Replies (2)

The code is getting exited when I run the following code
[python]
import mysql.connector
import mysql.connector.pooling as x
import time
..... More

Print this item

  Aes padding
Posted by: Hairy_Ape - May-21-2018, 10:57 AM - Forum: General Coding Help - Replies (1)

I have a question about padding when encrypting using aes.

Killerrex had previously helped me develop a code for decrypting an AES encrypted strin..... More

Print this item

  django-cms and windows?
Posted by: PrateekG - May-21-2018, 10:13 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi All,

I have mysql db and it has some tables which stores merchant,product related data.

Now I have a requirement to built an application in djang..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  THE MOST TRUSTWORTHY CRYP... 39 minutes ago randydurham randydurham General Codin...
  Creating a Mindmap progra... 2 hours ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 4 hours ago compuman145 compuman145 General Codin...
  A coding beginner needs h... 10 hours ago Littlefish Littlefish General Codin...
  Is the interpreter that c... 11 hours ago helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 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...
Most views
  The best Prog... 576695
  Tutorial Requ... 498860
  Web Scraping ... 440511
  Newbie with P... 384467
  New Users Int... 368167
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+ 12087
buran 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
randydurham Today
susan Today
jatinkumar12 Today
angelhealu504 Today
helendamdam Today

User Panel Messages

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