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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,538

Full Statistics

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

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 3
» Views: 258
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 679
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 768
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,007
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,655
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,701
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 321
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 552
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 30,015
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,778

 
  Non-Geographic Heat Maps
Posted by: JackValadez - Oct-17-2018, 06:03 PM - Forum: General Coding Help - No Replies

Sorry if this was posted elsewhere, performed a search, but no results. I would like to create a heatmap on a map of our product floor that will show..... More

Print this item

  Password Brute Force
Posted by: 2skywalkers - Oct-17-2018, 03:52 PM - Forum: General Coding Help - Replies (9)

Im trying to make a password Brute Force, it works to an extent but there is a problem.

Its goes from 'az' to 'bb' instead of 'ba'

Same with 'aa..... More

Print this item

  Need some help with networking problems...
Posted by: GottaAimHigherPal - Oct-17-2018, 02:04 PM - Forum: Networking - Replies (6)

so im trying to make a server that can communicate with the client, this is my code
[python]
server:
#!/usr/bin/python3 # This is server...... More

Print this item

  Why interpreter accepts indentation made with spaces and not those by tabs
Posted by: sylas - Oct-17-2018, 11:26 AM - Forum: General Coding Help - Replies (13)

Hi all! It is not agreable to rewrite a file where indentation was made with tabs. I met this problem on geany and also with vim.

Print this item

  How to Level Up in Python - an introduction to Exercism.io
Posted by: jdjeffers - Oct-17-2018, 10:44 AM - Forum: Tutorial Requests and Submissions - No Replies

This is a short introduction to using Exercism.io to develop your technical and problem solving skills with Python.

The article is ..... More

Print this item

  logging
Posted by: sandaab - Oct-17-2018, 07:21 AM - Forum: General Coding Help - Replies (2)

I am using logging in the following way, but the info log for which I have backup count as 20, I don't see 20th log file has 100MB oldest data in it ...... More

Print this item

  Help me understand a simple list comprehension
Posted by: PiPy - Oct-17-2018, 02:58 AM - Forum: Data Science - Replies (6)

Hi All,

I'm a Python newbie, so this is probably a very simple (perhaps stupid) question that I'm asking...but for the life of me, I cannot underst..... More

Print this item

  i need help in fixing my scientific calculator coding : (, im using python 3.5.5
Posted by: hans77 - Oct-17-2018, 01:49 AM - Forum: Homework - Replies (1)

[python]
from tkinter import*
import math
import parser
import tkinter.messagebox

root = Tk()
root.title("La Scientific Calculator")
root.con..... More

Print this item

  A question about implementing the state engine code
Posted by: marienbad - Oct-16-2018, 11:22 PM - Forum: Game Development - Replies (4)

hey

I have a couple (or so) questions about using the state engine code:

I have written a simple maze game with room, bad guys, and weapons. Everyth..... More

Print this item

  reading directory paths from file to list
Posted by: malonn - Oct-16-2018, 10:45 PM - Forum: General Coding Help - Replies (6)

I am reading a list saved to a file and want to store it back in a list in code. I can do it, but in the process of saving to a file, Python writes w..... More

Print this item

  Quitting multiple threads
Posted by: MuntyScruntfundle - Oct-16-2018, 09:14 PM - Forum: General Coding Help - Replies (3)

Hi there.

I'm looking into thread.interrupt_main() as a way to exit a thread and close an app irrespective of other threads running.

But, if I'v..... More

Print this item

  How to display <IPython.core.display.HTML object>?
Posted by: pythopen - Oct-16-2018, 08:47 PM - Forum: General Coding Help - Replies (3)

Hello,

I am using Python 3.6.5.

When I run the following code,
[python]
from IPython.display import display, HTML

display(HTML('<h1>Hello,..... More

Print this item

  GitHub Game Jam - Nov. 2018
Posted by: nilamo - Oct-16-2018, 06:27 PM - Forum: News and Discussions - Replies (4)

https://blog.github.com/2018-10-15-game-...mber-2018/

Theme to be announced on Nov. 1st.

Print this item

  Cannot get tree.select to work for the life of me.
Posted by: WuchaDoin - Oct-16-2018, 06:27 PM - Forum: GUI - No Replies

After finally getting my Tkinter Tree setup I have begun creating the rest of the layout for the GUI. Upon creating the rest of the layout, I knew I w..... More

Print this item

  Help: how to deal with a invalid Matplotlib date value when use {gca()}
Posted by: pythopen - Oct-16-2018, 06:11 PM - Forum: Data Science - Replies (2)

Hi,

I am using Python 3.6.5.

When I use the following code to create a Line plot with 2 columns for a data-frame:
[python]import pandas as pd
..... More

Print this item

  read select data from one file and write to another
Posted by: Shameendra - Oct-16-2018, 05:34 PM - Forum: General Coding Help - Replies (1)

Hey everyone, can anyone please share with me how i can read data from a file and write selective data from this file to another file? example : I hav..... More

Print this item

  "Desperate" in need of help plotting...
Posted by: pingaan - Oct-16-2018, 05:31 PM - Forum: Homework - Replies (6)

Hi,

I am undertaking an undergraduate in physics and need help plotting measurements for a curve. I am at an absolute novice level in Python.

Th..... More

Print this item

  string ending with other string
Posted by: oneflewover - Oct-16-2018, 05:09 PM - Forum: Homework - Replies (1)

I have to write a program that inputs a pair of string from user. The program should dispaly an appropriate message if either one of the strings ends ..... More

Print this item

  Sockets confusion!
Posted by: MuntyScruntfundle - Oct-16-2018, 04:48 PM - Forum: General Coding Help - Replies (1)

Hi there.

I'm getting myself very confused with sockets! I've done a bit with them, but nothing quite like this.

As mentioned in another post I..... More

Print this item

  What is this syntax?
Posted by: hshivaraj - Oct-16-2018, 04:30 PM - Forum: General Coding Help - Replies (3)

Hi all,

Can anyone please explain me whats going on here? Ive never seen this syntax before.

[python] def judgeCircle(cls, moves):

def m..... More

Print this item

  Julia to Python
Posted by: ben_c - Oct-16-2018, 04:16 PM - Forum: General Coding Help - Replies (2)

Hello everyone,

Do anyone knows what is the equivalent of JuMP (a package from Julia that is used alongside with Cplex) for python? I am currently ..... More

Print this item

  How to display multiple data(from 2 different related table) in one cell of QTableWid
Posted by: yangjae - Oct-16-2018, 04:08 PM - Forum: GUI - Replies (4)

There are 2 related tables in db.

One order_ID(table1) is mapped with multiple values prod, quantity and rate. One to Many relationship. I want to ..... More

Print this item

  What sort of things can I write to learn about sockets
Posted by: marienbad - Oct-16-2018, 03:55 PM - Forum: Networking - Replies (2)

I have read a couple of sockets tutorials, and I sorta understand what they are doing, so now I need to write something(s) but I have no idea what. I..... More

Print this item

  Need some help with strange situation
Posted by: SpencerH - Oct-16-2018, 03:12 PM - Forum: General Coding Help - Replies (6)

I have been working through writing a program for about a week now. Suddenly my inputs changed. I'm not sure why, but it has taken me down a different..... More

Print this item

  Handling Many Threads.
Posted by: MuntyScruntfundle - Oct-16-2018, 03:01 PM - Forum: General Coding Help - Replies (3)

Hi folks. I'm not quite sure how I'm going to do this yet, so if you think I'm barking up the wrong tree please say so.

I will soon have to gather..... More

Print this item

  Pyramid
Posted by: gamingingrs - Oct-16-2018, 01:14 PM - Forum: Homework - Replies (1)

Hey all,

As I am fairly new to python I am stuck with this.
I need to print pyramid like example below:

[i]1
2 3 2
3 4 5 4 3
4 5 6 7 6 5 4
..... More

Print this item

  Having trouble with a string...
Posted by: malonn - Oct-16-2018, 01:10 PM - Forum: General Coding Help - Replies (7)

I have written the contents of a dictionary to a text file. Each key stores a list. I'm having trouble reading the list, however. I only want what ..... More

Print this item

  File access / locking.
Posted by: MuntyScruntfundle - Oct-16-2018, 01:09 PM - Forum: General Coding Help - Replies (1)

If I had one app creating files in a certain folder, and another app poling the folder for new files, reading the data and deleting the files after........ More

Print this item

  Arrgh! Why Doesn't My Program Work? - An introduction to the Python debugger
Posted by: jdjeffers - Oct-16-2018, 12:44 PM - Forum: Tutorial Requests and Submissions - Replies (3)

I wrote a short introduction to how to use the Python debugger.

The link is here ..... More

Print this item

  Break for While and For
Posted by: juniorcoder - Oct-16-2018, 11:27 AM - Forum: Data Science - Replies (3)

Hello folks ;
I have a small question .
How can I apply "break" for "while " loop but if I have a for loop too ? Here is the example
[python] ..... More

Print this item

  Python Pexpect - SSH Timeout
Posted by: Nirmal - Oct-16-2018, 11:11 AM - Forum: Networking - Replies (3)

Hi

I am using Pexpect module to make SSH connection but it is falling into Traceback and exits.
Any idea how to fix it .

I have tried multip..... More

Print this item

  Pretty table and curses?
Posted by: MuntyScruntfundle - Oct-16-2018, 10:22 AM - Forum: General Coding Help - No Replies

Hi there.

I have a project where I need to use Curses, I have to provide a professional look and feel. I'm pulling data from a number of temperatu..... More

Print this item

  Python Counter - Convert to a Class
Posted by: jill1978 - Oct-16-2018, 08:24 AM - Forum: Homework - Replies (1)

I need to create a program that has two buttons and a label that displays the current value of a counter. One button, bearing the text +1, should add ..... More

Print this item

  Newb question about %02d %04d
Posted by: bennylava - Oct-16-2018, 03:39 AM - Forum: General Coding Help - Replies (30)

Hi all, new here. I'm just starting to learn Python, and it will be my first language. I've been at it for about 3 weeks. I've made it to a place in m..... More

Print this item

  Dataframe Data Query Database
Posted by: ab0217 - Oct-16-2018, 02:26 AM - Forum: General Coding Help - No Replies

I am new to python and could not find an answer online to my question.

Essentially, I work with two seperate database types/environments and I was ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 5 hours ago llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... Yesterday, 17:13 RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 577081
  Tutorial Requ... 499913
  Web Scraping ... 440823
  Newbie with P... 384812
  New Users Int... 368967
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+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Yesterday
Xuitar Yesterday
SprunkiRetake Yesterday
GnomeSweetGnome 09-25
alxpetrovo2272 09-25

User Panel Messages

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