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,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,551

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 7
» Views: 348
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,793
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 657
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,193
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,753
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 646
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,140
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,123
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,409
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,969

 
  I love the simplicity of Python but have a question
Posted by: Jeff_Waldrop - Jan-20-2019, 12:24 AM - Forum: General Coding Help - Replies (6)

Can Python code be compiled as an EXE say to run inside a Win Console window?

Jeff

Print this item

  Quick Help - Timers - Need Small Solution for Working Code
Posted by: EwH006 - Jan-19-2019, 10:17 PM - Forum: General Coding Help - Replies (5)

Good Evening,

I am looking to get some help as programming is not my game, I am into networking.

To explain intentions:

This code is being us..... More

Print this item

  Waiting in a text adventure
Posted by: StickyLizard - Jan-19-2019, 09:55 PM - Forum: General Coding Help - Replies (1)

I just started learning Python this week and after doing a few simple scripts, I've started work on a simple text adventure, I'm trying to create diff..... More

Print this item

  4-Bit Computer Simulation
Posted by: PKMindBlow - Jan-19-2019, 09:04 PM - Forum: Code sharing - Replies (2)

So...I've been working on this little 4 bit computer simulation. It's very simple, it uses just about 16 instructions in a version of assembly languag..... More

Print this item

  set marker goto marker??
Posted by: tsmspace - Jan-19-2019, 07:42 PM - Forum: News and Discussions - Replies (5)

Has it ever been considered for python to allow for a goto command??
instead of line numbers, one could place named or numbered markers, and then th..... More

Print this item

  code help to convert log file to csv format
Posted by: bmunagala - Jan-19-2019, 07:01 PM - Forum: General Coding Help - Replies (3)

Need to convert a logfile that will have some information into a csv format.

Sample Data:[output]
Info type: PERSON_NAME; Count: 25
Info type: L..... More

Print this item

  Python connect to Sybase IQ
Posted by: FORTITUDE - Jan-19-2019, 06:28 PM - Forum: General Coding Help - Replies (1)

Hi Team,

I am trying to use sqlanydb Python API to invoke a stored procedure deployed in Sybase IQ. I am calling this stored procedure successfully..... More

Print this item

  Finding and storing all string with character A at middle position
Posted by: Pippi - Jan-19-2019, 06:11 PM - Forum: Homework - Replies (2)

Hi,

I need to find all strings that have particular characters at a certain index and store those words in a list. Eg; I want to find all strings ..... More

Print this item

  Lots of text objects?
Posted by: MuntyScruntfundle - Jan-19-2019, 03:50 PM - Forum: Game Development - Replies (1)

Hi there.

Im writing a monitor app, it gathers loads of data and gives a graphical representation. And, I'd like to add certain numbers as text. ..... More

Print this item

  bytecodes and virtual machine?
Posted by: insearchofanswers87 - Jan-19-2019, 03:44 PM - Forum: General Coding Help - Replies (1)

I thought I saw a reference somewhere that, like Java, Python (CPython?) "compiles" to bytecodes which are executed by a virtual machine.

Is that t..... More

Print this item

  export PDF to excel or csv
Posted by: prem2179 - Jan-19-2019, 03:34 PM - Forum: General Coding Help - Replies (1)

[python]

I want to extract tables from PDF and extract it to CSV. i have tried:

1. tabula: It gives error: java` command is not found from this ..... More

Print this item

  for n in range(x,y) ??
Posted by: MuntyScruntfundle - Jan-19-2019, 03:31 PM - Forum: General Coding Help - Replies (2)

Why does
>> for n in range(1,5)
give 4 iterations?

>> for n in range(0,5)
give 4 iterations?

>> for n in tange(1,6)
give 5 iterations?

Su..... More

Print this item

  # of bytes used to store a Unicode character
Posted by: insearchofanswers87 - Jan-19-2019, 02:46 PM - Forum: General Coding Help - Replies (3)

I read somewhere that Python 3 uses 2 or 4 byte Unicode characters depending on how the particular implementation was built.

1. Does Python 3 alway..... More

Print this item

  AttributeError: 'int' object has no attribute 'reindex'
Posted by: vladponcea - Jan-19-2019, 02:36 PM - Forum: General Coding Help - Replies (3)

I got stuck on this error with my code. Basically I am using openpyxl and tkinter to create a program that stores data in an excel file. Every time I ..... More

Print this item

  for loop just work one
Posted by: Faruk - Jan-19-2019, 01:05 PM - Forum: General Coding Help - Replies (1)

Hello guys. I have a python script for run omxplayer. My purpose this: I have four .mp4 file. I want run these one by one. This fr loop in my script ..... More

Print this item

  problem returning values
Posted by: Naito - Jan-19-2019, 12:58 PM - Forum: General Coding Help - Replies (7)

Hi, i made iam a total beginner and i made this code for learning purposes, this code let you calculate your IQ out of 5 (n/5) by the average marks yo..... More

Print this item

  Occasional error when taking an item off a queue
Posted by: Wiggy - Jan-19-2019, 12:37 PM - Forum: General Coding Help - Replies (1)

I am using a queue to send commands to a GPS module. The commands are AT codes with 0,1 or 2 parameters. The command causing the problem is the +CCLK?..... More

Print this item

  Gui -> Dateime -> grid
Posted by: pynewby - Jan-19-2019, 10:52 AM - Forum: GUI - Replies (2)

Hello all:

I've spent a better part of two days before coming here..
I'm just trying to put the current date in a .grid

I'm wondering if ther..... More

Print this item

  How to fill empty values with mean
Posted by: SriRajesh - Jan-19-2019, 09:19 AM - Forum: General Coding Help - Replies (4)

I have below DataFrame,

1.0  2.1
1.5  
     0.9
4.8   
1.7  9.0
2.0  1.0

8.7  2.9
1.8  1.1
     0.6 
2.0  3.2
I wa..... More

Print this item

  ProbEnthought Canopylems with
Posted by: kendias - Jan-19-2019, 02:36 AM - Forum: Web Scraping & Web Development - Replies (3)

I am having problems with Enthought Canopy, whatever my code I get error e.g. for this program I get
return [l]
^
IndentationError: unexpected ind..... More

Print this item

  Framework Selection
Posted by: magikarp45 - Jan-19-2019, 01:03 AM - Forum: Web Scraping & Web Development - Replies (1)

I am wanting to create a website that can run a python file and display the code and output from a file uploaded to the site. What web frameworks shou..... More

Print this item

  Extending my text file word count ranker and calculator
Posted by: Drone4four - Jan-19-2019, 12:50 AM - Forum: General Coding Help - Replies (8)

I am playing with large plain text files like Alice and Wonderland and trying to rank most commonly occurring words. Naturally, you’d expect to encoun..... More


Attached Files

.txt   Alice.txt (Size: 159.97 KB / Downloads: 637)
Print this item

  help needed with python launcher
Posted by: fallenlight - Jan-19-2019, 12:36 AM - Forum: General Coding Help - Replies (3)

hello,
i need help with python launcher on the latest version when i try to run any script it just open the python terminal and close it immediately ..... More

Print this item

  pip install xlrd error
Posted by: sandy - Jan-18-2019, 11:50 PM - Forum: General Coding Help - Replies (3)

Hi, I am trying to install XLRD PACKAGE but I am getting below error plz can you help me in troubleshooting:


C:\>pip install xlrd
Collecting xlr..... More

Print this item

  How's my list comprehension?
Posted by: Clunk_Head - Jan-18-2019, 09:59 PM - Forum: Code sharing - Replies (4)

I'm just having fun, but can it be done better?
[python]oob = lambda name: ''.join([letter if letter not in "aeiouAEIOU" else "oob" for letter in nam..... More

Print this item

  pyenv Simple Python Version Management
Posted by: snippsat - Jan-18-2019, 08:33 PM - Forum: Python Installation and Execution - Replies (1)

Here gone look at setting up pyenv.
Will be using for Mint 19,work same for Ubuntu 18,for other look at [ur..... More

Print this item

  assigning index
Posted by: 3Pinter - Jan-18-2019, 07:04 PM - Forum: General Coding Help - Replies (6)

Basicly I have a certain amount of positions (1-3) which can be either True or False.

I want the function I use to get the decent index value.

..... More

Print this item

  Manipulating an Excel Workbook
Posted by: Stanimal - Jan-18-2019, 06:49 PM - Forum: General Coding Help - Replies (4)

Hello! I currently have an excel spreadsheet that is showing me data but I need to be able to manipulate that data, find exceptions, and suggest corre..... More

Print this item

  list problem
Posted by: nouk4 - Jan-18-2019, 06:29 PM - Forum: General Coding Help - Replies (1)

I have this task that I have a list A and a list B and I have to make a list C that would have the thinks that A has but if B has them so I should not..... More

Print this item

  Begginning
Posted by: arsenal58 - Jan-18-2019, 06:11 PM - Forum: General Coding Help - Replies (1)

So I was wondering what sort of things I can do with Python. I have Pycharm and have read quite a few things on how to use programming. I was just won..... More

Print this item

  Getting started
Posted by: mba_110 - Jan-18-2019, 05:23 PM - Forum: General Coding Help - No Replies

Hi everyone,

Hope you guys are doing fine

I am trying to develop desktop application for (HR & Accounting combined) I want help on following stu..... More

Print this item

  QTableWidget cell validation
Posted by: littleGreenDude - Jan-18-2019, 03:52 PM - Forum: GUI - Replies (1)

Recommended approach for cell validation on dynamic table.

The scenario: I have a QDialog where based on different dropdown selections 1 or more ..... More

Print this item

  In place of py2exe (for GNU/Linux systems) and MultiOS executables (Yes)
Posted by: Lachu - Jan-18-2019, 03:46 PM - Forum: News and Discussions - Replies (5)

Windows have py2exe, but no other OSes. Recently, I discovered how to create hybrid Windows 10/Linux scripts. In fact, It's cmd/bash scripts. Way to a..... More

Print this item

  pyjama - frame every x seconds?
Posted by: MuntyScruntfundle - Jan-18-2019, 03:41 PM - Forum: General Coding Help - Replies (2)

Hi folks.

I've worked with a couple of game engines before where this would be pretty easy, but I can't find a good example of updating the display..... More

Print this item

  Exception has occurred error
Posted by: jamshaid1997 - Jan-18-2019, 03:01 PM - Forum: Homework - Replies (1)

I am trying to create a disk image analyzer one of the things i want to do is be able to print the product image name however i seem to have come acro..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 1 hour ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577284
  Tutorial Requ... 500416
  Web Scraping ... 440963
  Newbie with P... 384991
  New Users Int... 369380
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 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday
Edzed4431 09-27

User Panel Messages

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