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,609
» Latest member: wolf7pay
» Forum threads: 38,638
» Forum posts: 175,055

Full Statistics

Online Users
There are currently 353 online users.
» 1 Member(s) | 348 Guest(s)
Baidu, Bing, Yandex, Google, buran

Latest Threads
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Yesterday, 02:10 PM
» Replies: 5
» Views: 400
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:04 PM
» Replies: 3
» Views: 153
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 08:10 AM
» Replies: 9
» Views: 199,335
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:43 AM
» Replies: 1
» Views: 97
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:15 AM
» Replies: 3
» Views: 610
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:41 AM
» Replies: 3
» Views: 1,498
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 309
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 166
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 146
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 281

 
  importing a config file prefixed with a dot
Posted by: Skaperen - Mar-25-2017, 03:23 AM - Forum: General Coding Help - Replies (16)

i want to establish a consistent scheme for config files for python program.  for programs made for unix and unix-like platforms i want to use config ..... More

Print this item

  Can Anyone Finish this off
Posted by: FeaRoNz - Mar-25-2017, 12:59 AM - Forum: Homework - Replies (5)

sorry im new here and new to python. can anyone help me finish this piece of code for me. 

really sorry im not sure how to put this code in a littl..... More

Print this item

  Can PyAudio (Port Audio) validly accept float values when writing to stream?
Posted by: cdrandin - Mar-24-2017, 11:19 PM - Forum: General Coding Help - Replies (1)

I am trying to send over audio data from an iOS device and send it to another device which is using PyAudio to play the sound.

I have been able to ..... More

Print this item

  Storing and using UI variables values across files
Posted by: xenas - Mar-24-2017, 09:43 PM - Forum: General Coding Help - Replies (5)

Hi all, not so sure where I should post my thread..
Anyways I have 2 ui files - main_ui and sub_ui, along with several other files eg. utils.py (..... More

Print this item

  Help with GUI
Posted by: BlazingD4NG3R - Mar-24-2017, 07:19 PM - Forum: General Coding Help - Replies (2)

Hey so I am learning python and i am doing stuff with tkinter and GUIs. I am trying to make a quiz however there is an error and i dont quite know how..... More

Print this item

  Need your help
Posted by: desul - Mar-24-2017, 05:38 PM - Forum: Homework - Replies (2)

HII,

How to extract only NP TAG from the below tree. 


i need this only e.g (NP Electrical/JJ power/NN)

[python]

toks = nltk.word_tokeniz..... More

Print this item

  Open file
Posted by: Alex - Mar-24-2017, 05:32 PM - Forum: General Coding Help - Replies (4)

Hi. I am trying to open a file in Python IDLE but nothing happends besides theese signs and letters appearing:

[spoiler]
BYTECODE(251)YwAAAAAAAAAA..... More

Print this item

  Learning Python "as a second language" with a MOOC
Posted by: Bass - Mar-24-2017, 01:31 PM - Forum: General Coding Help - Replies (6)

Hi,

Having used other coding languages for more years than I care to remember, I am in the process of learning and using Python to help with forex ..... More

Print this item

  PIP error
Posted by: soundcw - Mar-24-2017, 01:10 PM - Forum: General Coding Help - Replies (16)

I run on a Windows 10 machine with this version of PYTHON 

Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC v.1900 64 bit (AMD64)] on..... More

Print this item

  Copy directory (+all contents) via SSH
Posted by: j.crater - Mar-24-2017, 10:12 AM - Forum: General Coding Help - Replies (7)

Hello all,

I need to copy a directory, with all the subdirectories and files it contains, to a remote device via SSH. Just like ctrl+c - [i]..... More

Print this item

  Python CGI
Posted by: Zphinx677 - Mar-24-2017, 08:57 AM - Forum: Networking - Replies (13)

I have a pretty simple program that generates data based on a query.  I want to use it in a website and can't figure out how to implement it.  Basical..... More

Print this item

  interleavefiles.py
Posted by: Skaperen - Mar-24-2017, 06:44 AM - Forum: Code sharing - Replies (5)

i wanted to come up with a bigger script that made use of the builtin zip() function.  this script is a command to interleave the lines of 2 or more f..... More

Print this item

  Simple Help Please
Posted by: Calanthe - Mar-24-2017, 04:04 AM - Forum: General Coding Help - Replies (2)

Hey guys,

I am very new to python coding and am about to take a class on it. I need to run a python script to place a truecrypt container in a work..... More

Print this item

  I hate transponder keys
Posted by: metulburr - Mar-24-2017, 02:10 AM - Forum: Bar - Replies (27)

I own a crappy 2005 chrysler town and country for $700. The thing has parts all over from the junk yard. The guy gave me 2 transponder keys. He said h..... More

Print this item

  need help with some explanation
Posted by: vincelim99 - Mar-24-2017, 01:23 AM - Forum: Homework - Replies (2)

http://imgur.com/a/Ijcbi
[python]n = int(input("Enter the number of vertices you want"))
FileName = input("Please input name of file:")
edgeFile = ..... More

Print this item

  IDLE crash on Mac
Posted by: DamgAnd - Mar-23-2017, 05:03 PM - Forum: General Coding Help - Replies (12)

Hello, as I am rather new at this, I might also be repeating an issue that has been brought up and solved; if that's the case, my sincerest apologies...... More

Print this item

  cannot figure out
Posted by: rturus - Mar-23-2017, 04:49 PM - Forum: General Coding Help - Replies (1)

Whatever I entered into variable 'ti' it works. I thought if I enter t, T, I or i should have worked. Even if I enter number it works. Can't figure ou..... More

Print this item

  Tuple Unpacking with graphs in matplotlib
Posted by: smw10c - Mar-23-2017, 04:16 PM - Forum: Data Science - Replies (2)

I hope you are all having a good day. I am currently taking a MOOC on Python. We went over a bit of code in matplotlib:

Fig=plt.figure()
[size=med..... More

Print this item

  How can i call classmethod with myClass() instead of using myClass.myClassMethod()
Posted by: harun2525 - Mar-23-2017, 04:14 PM - Forum: General Coding Help - Replies (9)

i want to do
[python]
class foo(): # this class doesn't return and create object (object) , only runs main function when is called
    @classmethod..... More

Print this item

  Passing Web Form Values
Posted by: VSPythonD3v - Mar-23-2017, 03:16 PM - Forum: Web Scraping & Web Development - Replies (8)

Hey guys,

I'm sorta new to web development and Python, and I have a question around passing values from the web form.

So I have a web page calle..... More

Print this item

  syntax error, and call functions.
Posted by: Ayiden - Mar-23-2017, 02:54 PM - Forum: Homework - Replies (3)

First thing is first this program is meant to convert feet into inches. my first problem was that past the intro, I forgot to call the rest of the fun..... More

Print this item

  Correct pesudo code.
Posted by: Ayiden - Mar-23-2017, 02:36 PM - Forum: Homework - Replies (4)

I don't exactly understand Pseudo code, it is one of the requirements in my homework assignments and I am just wondering if this is acceptable pseudo ..... More

Print this item

  Need help with Keywords in Python
Posted by: Zaprios - Mar-23-2017, 02:24 PM - Forum: Homework - Replies (3)

[color=#000000][size=medium][font=SourceSansLocal, source-sans-pro,]Hello I'm looking for someone to help me with Keywords in Python the coursework is..... More

Print this item

  Adding YourCode plugin
Posted by: metulburr - Mar-23-2017, 02:16 PM - Forum: Board - Replies (1)

I added another plugin "YourCode" whihc replaces default MyBB MyCode in the Admin CP. It allows for a number of additional options for BBcode includin..... More

Print this item

  Raspberry PI Counter Project [HELP]
Posted by: DC2000 - Mar-23-2017, 12:50 PM - Forum: General Coding Help - Replies (1)

[color=#333333]We have been tasked to create a counter with a GUI using raspberry pi (Python). The counter will be counting boxes on a production line..... More

Print this item

  clr issue
Posted by: tbaba83 - Mar-23-2017, 12:02 PM - Forum: General Coding Help - Replies (6)

hello all. I am new to python and was seeking some help.
trying to run the command
import clr
clr.AddReference("System.Data")
but when i write the..... More

Print this item

  Bag of words question
Posted by: fancy_panther - Mar-23-2017, 10:32 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi guys,

I'm having a bit of trouble understanding the whole bag of words concept. I need to make two vectors for a sentiment analysis, each popula..... More

Print this item

  Finding the intersection of interpolated curves
Posted by: Tina - Mar-23-2017, 09:56 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

as the title cites, I am trying to find the intersection of 2 arrays by interpolating them. 
I found this method, but it does not ..... More

Print this item

  Paramiko SSH "put", destination name
Posted by: j.crater - Mar-23-2017, 09:39 AM - Forum: General Coding Help - Replies (2)

Hello all, I am having difficulties understanding paramiko's behaviour, when it comes to sending files over SSH. I have this function:

[python]
def S..... More

Print this item

  need help with tutorial question
Posted by: vincelim99 - Mar-23-2017, 08:01 AM - Forum: Homework - Replies (4)

Discuss how lists containing lists can be used to represent tables in Python. Write a program in Python that asks user to input 5 lines of numbers. Yo..... More

Print this item

  iterating over N lists in parallel
Posted by: Skaperen - Mar-23-2017, 04:13 AM - Forum: General Coding Help - Replies (6)

i had been thinking this might be a nice feature but i am wondering if this could be done with a generator.  the original idea was:

[python]for a,b,c..... More

Print this item

  Using visual studios 2017 for writing python?
Posted by: Ayiden - Mar-23-2017, 01:36 AM - Forum: General Coding Help - Replies (6)

I just started taking a intro to programming course this semester in college, and I managed to get visual studios 2015 to work with the latest version..... More

Print this item

  What is the best way to learn Python with Excel?
Posted by: terrancepython11 - Mar-23-2017, 01:10 AM - Forum: News and Discussions - Replies (2)

Hi, I'm just starting to learn python right now, I'm about 200 pages through my first book.  Over the next 6 months to a year, I'd like to spend at le..... More

Print this item

  Making a list for positive vs negative reviews based on rating
Posted by: fancy_panther - Mar-22-2017, 11:02 PM - Forum: Data Science - Replies (1)

Hi guys!

I'm very new to Python, so hopefully someone can give me pointers in regards to "for loops".

I'm doing a sentiment analysis and am tryi..... More

Print this item

  Reproducible Data Analysis in Jupyter
Posted by: Larz60+ - Mar-22-2017, 08:50 PM - Forum: News and Discussions - No Replies

New Jupyter notebooks blog: https://jakevdp.github.io/blog/2017/03/0...a-newsltr_..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Setting AST node lineno c... Yesterday, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... Yesterday, 14:04 Winfried deanhystad GUI
  color names Yesterday, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help Yesterday, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... Yesterday, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... Yesterday, 03:41 doug2019 Pedroski55 General Codin...
  Convert any Python expres... 06-23, 07:06 voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... 06-22, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... 06-22, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
  I have a question 06-21, 09:26 Clictithe noisefloor General Codin...
Most views
  The best Prog... 572322
  Tutorial Requ... 484902
  Web Scraping ... 436853
  Newbie with P... 379686
  Thread remain... 351229
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6840
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
wolf7pay Yesterday
zaellasasdo7842 Yesterday
NataschaKamran304 Yesterday
kaneshacorbett Yesterday
CharoCossio843 Yesterday

User Panel Messages

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