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 60 online users.
» 0 Member(s) | 55 Guest(s)
Bing, Google, AOL, AOL, Mojeek

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 3
» Views: 257
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 678
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 767
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,005
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: 551
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 30,013
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,777

 
  Centralities for Weighted Networks
Posted by: fishbacp - Oct-15-2018, 11:20 PM - Forum: Data Science - No Replies

I'm making the switch from Matlab to Python for purposes of performing basic network analyses, and I'm a little confused as to how weights are factor..... More

Print this item

  Help with list sorting
Posted by: gonzo620 - Oct-15-2018, 08:55 PM - Forum: Homework - Replies (1)

Can someone help with my assignment. I have most of the code written theres just a few errors I need help with.
the text file and assignment: [url=h..... More

Print this item

  Loop Homework Help
Posted by: Travisbulls34 - Oct-15-2018, 07:38 PM - Forum: Homework - Replies (5)

Hey guys I'm currently in an Intro. to Python course and was hoping to get some help with this assignment I'm working on. So, this is the question:
[b..... More

Print this item

  top level window
Posted by: juliolop - Oct-15-2018, 07:30 PM - Forum: GUI - Replies (3)

I need to write a code to test a device
but I need my top level window always be at full display, can't be minimized, can't be re-sized
can't be c..... More

Print this item

  Hardest time getting DataFrame to populate Tree Widget
Posted by: WuchaDoin - Oct-15-2018, 06:45 PM - Forum: GUI - Replies (4)

I am very new to any GUI coding. I chose to work with Tkinter instead of PyQt. I have the basics down as far as the foundation of the GUI and have beg..... More


Attached Files

Thumbnail(s)
   
Print this item

  finding 2 max values in an array in python
Posted by: Akankshha - Oct-15-2018, 05:51 PM - Forum: General Coding Help - Replies (11)

I have an array in Python and i want to find the two largest values in that array and their corresponding position in that array.
Can anyone please s..... More

Print this item

  Getting stared with unit tests in Python
Posted by: jdjeffers - Oct-15-2018, 03:40 PM - Forum: Tutorial Requests and Submissions - No Replies

I wrote a very basic "how to get started" article about writing tests in Python. It also discusses why unit tests help you write better Python ..... More

Print this item

  Script won't continue after command line
Posted by: skip671 - Oct-15-2018, 03:26 PM - Forum: General Coding Help - Replies (7)

I am very new to Pi, Python, and this kind of programming, as a whole.

I am building a data logger. Once completed, it will be deployed in areas wi..... More

Print this item

  tkinter in RPi
Posted by: juliolop - Oct-15-2018, 03:02 PM - Forum: GUI - Replies (1)

hi everyone
I have this code running perfect in my windows machine,
when I pass it to my RPi looks completely different,
like the picture out of..... More

Print this item

  SQL Server Question
Posted by: EricALionsFan - Oct-15-2018, 02:17 PM - Forum: General Coding Help - Replies (3)

When closing out of a instance of SQL Server, do I need to destroy the instance or is closing enough?

[python]
#Close the connection
rst.Close()..... More

Print this item

  How to create such software?
Posted by: AliSaleh - Oct-15-2018, 12:47 PM - Forum: General Coding Help - Replies (6)

Hello, I am new to Python Shy , but I want to know from where could I start to create such software? please see attached video.

I want to crea..... More

Print this item

  Python - Scrapy Ebay Test
Posted by: Baggelhsk95 - Oct-15-2018, 11:51 AM - Forum: Web Scraping & Web Development - Replies (4)

i made this quick script just for test, but im not getting any content for some reason.....

here's the code quick code:
[python]
# -*- coding: ut..... More

Print this item

  unittest for nested function
Posted by: fstefanov - Oct-15-2018, 09:47 AM - Forum: General Coding Help - Replies (2)

Hello all,

Have to write couple unittests for nested function.
This is simplified version

[python]def processSubscription(
 self,..... More

Print this item

  How to save data into next columns
Posted by: Prince_Bhatia - Oct-15-2018, 06:07 AM - Forum: General Coding Help - Replies (3)

hi,

I am writing a csv file which appends data into rows like     but want it like this    
I have list [] where i am appen..... More

Print this item

  what is the purpose of the global name space?
Posted by: Skaperen - Oct-15-2018, 05:37 AM - Forum: News and Discussions - Replies (17)

what is the purpose of the global name space since i can't exchange data there between various functions that could be called?

Print this item

  need help
Posted by: sugu - Oct-15-2018, 05:18 AM - Forum: Homework - Replies (2)

Hi everyone,i am new to this forum.I need help in my code.i wrote a program for user login and get user details.
I created dic for users and assign ..... More

Print this item

  Python List Help
Posted by: gibsonce - Oct-15-2018, 02:14 AM - Forum: Data Science - Replies (3)

Hello. I wrote the below code in Python 3. I am having trouble getting the \t out of my strings and making the items in the list stack vertically. Can..... More

Print this item

  input vs string
Posted by: thdnkns - Oct-15-2018, 01:17 AM - Forum: Homework - Replies (5)

Hi, so I'm stuck on an assignment iterating words onto seperate lines and the code works when I just fill the variable with a string, but the second I..... More

Print this item

  SyntaxError: unexpected EOF while parsing
Posted by: donmerch - Oct-14-2018, 11:52 PM - Forum: General Coding Help - Replies (2)

I'm using Python 3.6.6 and I don't understand what I need to do to correct this code error.

Here's my code:
[python]# First import the library
im..... More

Print this item

  music i code with
Posted by: Skaperen - Oct-14-2018, 11:45 PM - Forum: Bar - Replies (4)

music i code with:

https://www.youtube.com/watch?v=lXIF0nhbkxw

listening right now.

Print this item

  Sample code to connect DB using parameter values
Posted by: nithin - Oct-14-2018, 09:42 PM - Forum: General Coding Help - Replies (2)

Need a sample program to connect SQL SERVER DB using parameter file


1) looking for sample code for connecting to DB using parameter file

Print this item

  Starting Again
Posted by: dlm84741 - Oct-14-2018, 09:39 PM - Forum: Bar - Replies (2)

I haven't written a line of code since 2005. Thought I'd try Python.

I'm using Windows 10, just downloaded & installed Python 3.7.0.

I opened ..... More

Print this item

  Camelot (Open source) - Extract tabular data from PDF!
Posted by: sidharthwadhwa - Oct-14-2018, 09:17 PM - Forum: Code sharing - Replies (1)

Facing problem in extracting tabular data from PDFs? Check out our open source project, Camelot, a Python library and command-line tool which offer us..... More

Print this item

  Find a local free port to start a server in linux
Posted by: Gribouillis - Oct-14-2018, 08:00 PM - Forum: Code sharing - No Replies

The following function uses the output of ss -lntu to solve this problem
[python]
import subprocess as sp
import re
import itertool..... More

Print this item

  colorsys.hsv_to_rgb
Posted by: Keckman - Oct-14-2018, 07:58 PM - Forum: General Coding Help - Replies (3)

pt = Point(x,y) 
h=angle
s=length
RGB=colorsys.hsv_to_rgb(h, s, 0.0)
pt.setFill(color_rgb(RGB))
pt.draw(win)
I get error ..... More

Print this item

  get any domain's Alexa rank via command line
Posted by: rootVIII - Oct-14-2018, 06:16 PM - Forum: Code sharing - Replies (2)

alexa_check Github Repository


The cool thing though is that it scrapes countries/ranks that ar..... More

Print this item

  Copying classes in a list
Posted by: marienbad - Oct-14-2018, 02:45 PM - Forum: General Coding Help - Replies (1)

Hey everyone

So I am getting back into doing some python and I wrote a simple maze game with rooms in pygame. It is very simple with everything be..... More

Print this item

  Mastermind/Guess the Code Game
Posted by: JoeLamond - Oct-14-2018, 01:29 PM - Forum: Code sharing - Replies (5)

Hello all,

I am relatively new to Python programming but I have managed to make a Mastermind-type game in IDLE that I would like to share with all ..... More

Print this item

  Python networking vs classes
Posted by: blackknite - Oct-14-2018, 11:42 AM - Forum: Homework - Replies (4)

Hey.I try to write a class that has url, login and password, and also cookies and content and I dont know how to approach this task, doing it without ..... More

Print this item

  Installing pip on linux
Posted by: sylas - Oct-14-2018, 05:07 AM - Forum: Bar - Replies (5)

Hi all ! I don't even know if pip is only for windows. Here I am on linux. I just installed ubuntu 18.04. Is pip good for linux ? If so, how to ins..... More

Print this item

  Error during 2to3 conversion
Posted by: krow4869 - Oct-14-2018, 12:28 AM - Forum: General Coding Help - Replies (3)

So I wanted to convert bk-chem-0.13.0 source code from Python 2 to Python 3 using [font=Courier New, Cour..... More

Print this item

  Headless browser
Posted by: Truman - Oct-13-2018, 10:36 PM - Forum: Web Scraping & Web Development - Replies (9)

Trying to run this simple code ( which should be a part of longer script ):
[python]
from selenium import webdriver
from selenium.webdriver import ..... More

Print this item

  Threads in threads?
Posted by: MuntyScruntfundle - Oct-13-2018, 09:04 PM - Forum: General Coding Help - Replies (1)

Hi folks.

I have an app which is part system reporting tool and part socket server. I've written this as one app as both bits are dependent.

So..... More

Print this item

  help with pop3 email read
Posted by: klaarnou - Oct-13-2018, 08:07 PM - Forum: General Coding Help - No Replies

Hello,

I use poplib to read pop3 mail.
I would then like to parse the mail message into <class 'email.message.Message'>
But this fails, the line ..... More

Print this item

  creating a username and pword program using a #def statement and #dictionary
Posted by: zcode12 - Oct-13-2018, 07:41 PM - Forum: General Coding Help - Replies (3)

I have been trying to get caught up in my college coding class since I had to miss a couple lectures for my grandfathers funeral. We are trying to cre..... 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... 499908
  Web Scraping ... 440820
  Newbie with P... 384812
  New Users Int... 368966
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