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,250
» Latest member: sarbogast
» Forum threads: 38,780
» Forum posts: 175,821

Full Statistics

Online Users
There are currently 54 online users.
» 1 Member(s) | 44 Guest(s)
Google, Bing, Apple, AOL, Facebook, kshahzad1985

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: Axel_Erfurt
7 minutes ago
» Replies: 1
» Views: 19
New to python and coding
Forum: Homework
Last Post: jefsummers
6 hours ago
» Replies: 4
» Views: 110
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
8 hours ago
» Replies: 6
» Views: 196
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 319
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 284
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 113
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,624
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 215
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 198
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,304

 
  Python interface only black and white........
Posted by: Wilson - Jul-15-2017, 01:35 AM - Forum: General Coding Help - Replies (3)

my question here

Hello, im familiar with excel VBA, but want to start learning Python.

I downloaded the latest version, which is a black screen ..... More

Print this item

  help with selecting from html
Posted by: chadonline - Jul-14-2017, 11:46 PM - Forum: Web Scraping & Web Development - Replies (8)

I am trying to just select the "One rate" and the data values from the html string similar to below.


</tr>, <tr class="bluebar">
<th headers="a..... More

Print this item

  finding rows with one column distinct and the other column different
Posted by: python_enthusiast - Jul-14-2017, 08:15 PM - Forum: General Coding Help - No Replies

Suppose we have the following table:

I am trying to do a duplicate check on only Name and Date column and a check to make sure that Title column is "..... More

Print this item

  Application
Posted by: SpeccialK - Jul-14-2017, 07:03 PM - Forum: General Coding Help - Replies (3)

Hello, I am new to the forum. What is a simple program I can download to my PC that allows me to code in one window and view the result of that code i..... More

Print this item

  trying to get the keystrokes values to file
Posted by: rwahdan - Jul-14-2017, 05:00 PM - Forum: General Coding Help - Replies (2)

I am trying to get the keystrokes values and put inside the file but nothing is written there and no errors.

[python]

filePath='D:\\test2.txt'
..... More

Print this item

  check if file exists.
Posted by: ian - Jul-14-2017, 04:28 PM - Forum: General Coding Help - Replies (6)

I try the following to check if a file exists but when run them, os is highlighted and popup 'invalid syntax' window. not sure why. please advice. tha..... More

Print this item

  How to create multilple tabs in tkinter from different classes
Posted by: Rishav - Jul-14-2017, 03:32 PM - Forum: GUI - Replies (5)

Why label of volume class is overwriting the label of area class in both tabs what's the solution to that help please

[python]
from tkinter import..... More

Print this item

  Duplicate Pages in a PDF
Posted by: wrotenberry - Jul-14-2017, 02:49 PM - Forum: General Coding Help - Replies (11)

How can I duplicate pages of a PDF in a python script? We have a workflow system for a print shop that is ran by if statements in a python script. Cer..... More

Print this item

  ICR/OCR help wanted
Posted by: brunocechet - Jul-14-2017, 02:08 PM - Forum: General Coding Help - Replies (2)

I'm working with python and trying to recognize these images (imgur.com/a/HsvUv), but without satisfied results yet.

I've tried pytesseract and the..... More

Print this item

  Weird behavior with Led Driving code
Posted by: rgkaizen - Jul-14-2017, 04:23 AM - Forum: General Coding Help - No Replies

Hi yall, I've run into a weird issue with my project that I'm stuck on. Firstly, the git repo with all the code is here:
github.com/RGKaizen/rainbow-..... More

Print this item

  Take the biggest value from array
Posted by: dwiga - Jul-14-2017, 02:30 AM - Forum: Homework - Replies (9)

Hi,
I am new user on python, and I am new user here.
so, can you please help me to fix my python problem...

this table called tbl_a
============..... More

Print this item

  IndexError: index out of bounds for axis 1
Posted by: shaynehansen - Jul-13-2017, 10:49 PM - Forum: General Coding Help - No Replies

Getting the error:
return self._RDMS_data[0:, channel_index]
IndexError: index 840 is out of bounds for axis 1 with size 840


The class RDMSDic..... More

Print this item

  Mozilla Developer new site
Posted by: Larz60+ - Jul-13-2017, 05:30 PM - Forum: News and Discussions - Replies (5)

Mozilla Developer has a new site if anyone is interested, here it is: https://www.mozilla.org/en-US/developer/

Print this item

  Looking for someone to teach me Python using Flask for web
Posted by: faroob - Jul-13-2017, 04:13 PM - Forum: Jobs - Replies (1)

Hi everyone,
I need someone who is proficient in python using Flask in web development, this is probably going to be an hour to 2 hour job with quest..... More

Print this item

  sending email
Posted by: rwahdan - Jul-13-2017, 03:18 PM - Forum: General Coding Help - Replies (7)

I am trying to send email but it is not working.

[python]
from kivy.app import App

from threading import Timer
from threading import Thread
f..... More

Print this item

  merging two csv files
Posted by: jlcolam - Jul-13-2017, 11:05 AM - Forum: General Coding Help - Replies (3)

so i have this issue where i must make a program where you input the file names which then merge together into a new file keeping the same column name..... More

Print this item

  Want somehelp with creating Gui with classes
Posted by: Rishav - Jul-13-2017, 10:00 AM - Forum: GUI - Replies (1)

from tkinter import *
from tkinter import ttk


class App(Frame):
def __init__(self,*args,**kwargs):
Frame.__init__(self,*args,**kwa..... More

Print this item

  Help with script placeholders.
Posted by: anaxcontrol - Jul-13-2017, 03:17 AM - Forum: General Coding Help - Replies (9)

I would like to replace the %s to the new format {}. I read quite a bit about it but not getting anywhere. I would also like to use a data placehold..... More

Print this item

  Google VR Blocks
Posted by: Larz60+ - Jul-13-2017, 12:37 AM - Forum: Bar - Replies (5)

has anyone played around with the free google vr app?
Looks like it might be very useful for creating 3D characters for games
if you haven't heard a..... More

Print this item

  Creating multiple text fies from new url retrieve results
Posted by: wmc326 - Jul-12-2017, 08:21 PM - Forum: General Coding Help - Replies (1)

Hi,

This is a similar question to what I posted earlier, however I've made some improvements and my function is (almost) doing what I want it to do..... More

Print this item

  Making a number triangle that points to the left
Posted by: SomeNoob - Jul-12-2017, 07:14 PM - Forum: Homework - Replies (2)

As part of an assignment, I am supposed to make a number triangle that points to the left using only for loops and string format. I can kind of get it..... More

Print this item

  How to change the font size of a table?
Posted by: Felipe - Jul-12-2017, 06:52 PM - Forum: General Coding Help - No Replies

Hi,

I'm fighting for hours to change the size of the numbers which fills the cells of a table created with matplotlib. Here's my code for a subplot..... More

Print this item

  Write from URL with changing information to textfile
Posted by: wmc326 - Jul-12-2017, 06:51 PM - Forum: General Coding Help - Replies (1)

Hi,

I am very new to python coding and have a question that is hopefully a simple fix.
I am an intern for a company who is developing some drones ..... More

Print this item

  find the index of "Annual" in spell_list
Posted by: nikhilkumar - Jul-12-2017, 04:43 PM - Forum: General Coding Help - Replies (1)

my question here
I am not getting the proper output. Please help.
find the index of "Annual" in spell_list
# [ ] using range, print the spell_list ..... More

Print this item

  Godot adds beta support for Python
Posted by: nilamo - Jul-12-2017, 03:35 PM - Forum: News and Discussions - No Replies

https://godotengine.org/article/beta-rel...on-support

Godot (pronounced guh-dough) is a 3d/2d game engine, which now (or soon) supports scrip..... More

Print this item

  Converting Flattened JSON to Dataframe in Python 2.7
Posted by: ManMan - Jul-12-2017, 01:40 PM - Forum: Data Science - Replies (1)

I am trying to read some data using REST API and write that on a DB table. I have written the below code. But unfortunately, I am kind of stuck with t..... More

Print this item

  Attribute of module shelve doesn't work
Posted by: Ponomarenko Pavlo - Jul-12-2017, 01:12 PM - Forum: General Coding Help - Replies (1)

import shelve
db = shelve.open('experement')
db['name'] = 'Sam'
db['age'] = 45
db.close()
[error]Traceback (most recent call l..... More

Print this item

  How to join elements from two arrays in a third one?
Posted by: Felipe - Jul-12-2017, 12:20 PM - Forum: General Coding Help - Replies (2)

Hi guys,

I have two arrays "p" and "prec" as the following.
p:
[output]
[[  2 -30  20   4]
[  2 -28   30   4]
[  2  19  50   6]
[  1 -27  60 ..... More

Print this item

  phpBB vis a vis MyBB
Posted by: greektranslator - Jul-12-2017, 11:05 AM - Forum: Board - Replies (2)

I wonder why the old forum was abandoned. How does your experience of the 2 forum softwares compare?

Print this item

  Convert tree to list of lists
Posted by: Dylan_T_Rabbit - Jul-12-2017, 10:48 AM - Forum: General Coding Help - Replies (2)

I have a tree structure which I need to convert to a list of lists.
The class for a node is defined as (irrelevant detail removed):
[python]class TM..... More

Print this item

  How to create mutiple tabs in tkinter using oops
Posted by: Rishav - Jul-12-2017, 06:13 AM - Forum: GUI - Replies (2)

i am working on something and i know how to use notebook widget in tkinter and pack different stuff in each of the tabs in notebook but i want to know..... More

Print this item

  Use specific IP Address
Posted by: EnGeLs - Jul-12-2017, 04:52 AM - Forum: Networking - Replies (6)

Hi guys,

I'm would like your help since I'm new with socket and packet manipulation.

I'm working on Kali Linux, I have my eth0 with 2 IP address..... More

Print this item

  Some help on user input in script
Posted by: Kaos_Method - Jul-12-2017, 04:49 AM - Forum: General Coding Help - No Replies

Right now, I'm working on a SSH botnet, messing around with different ideas. Currently, I have it setup to where you have the different clients inside..... More

Print this item

  htmlescape.py
Posted by: Skaperen - Jul-12-2017, 02:37 AM - Forum: Code sharing - No Replies

just finished up my version of html_escape():

[python]#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division, print_funct..... More

Print this item

  Pandas: Accessing column headers
Posted by: zsad512 - Jul-12-2017, 12:20 AM - Forum: Homework - No Replies

Hello,

I have a problem I am trying to solve in Python using Pandas. I have a dictionary of dictionaries that I will eventually be transforming in..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 7 minutes ago sarbogast Axel_Erfurt General Codin...
  New to python and coding 6 hours ago lary_p jefsummers Homework
  Help with Serial.write in... 8 hours ago racingsubby Larz60+ 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...
Most views
  The best Prog... 578859
  Tutorial Requ... 509949
  Web Scraping ... 441923
  Newbie with P... 385930
  New Users Int... 376304
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+ 12107
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
sarbogast Today
bmurray Today
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday

User Panel Messages

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