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,244
» Latest member: thebigback
» Forum threads: 38,778
» Forum posts: 175,804

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 34 Guest(s)
Google, Bing, AOL, Apple

Latest Threads
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
2 hours ago
» Replies: 2
» Views: 35
Backward compatibility qu...
Forum: News and Discussions
Last Post: yutaozhou
4 hours ago
» Replies: 4
» Views: 162
I’m building a Python Dat...
Forum: GUI
Last Post: Gribouillis
6 hours ago
» Replies: 6
» Views: 163
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 70
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,585
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 158
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 151
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,509
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,392
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,589

 
  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

  value_counts method question
Posted by: smw10c - Mar-22-2017, 07:23 PM - Forum: Data Science - Replies (4)

I hope you are all having a good day. I am currently teaching myself Python through an online MOOC. I have a question about the following line of code..... More

Print this item

  Learning Python, need suggestions
Posted by: vkozinec - Mar-22-2017, 05:12 PM - Forum: General Coding Help - Replies (1)

Hello everyone, 

I am trying to learn a bit about Python since I researched and saw it's a really powerful language.

So for my first "hello worl..... More

Print this item

  Guidance on screen painting of desc & data
Posted by: Bass - Mar-22-2017, 04:57 PM - Forum: General Coding Help - Replies (1)

Hi,

New to Python.

I am looking to paint a screen to display:
a) Title/Header
b) Description of data - this could be,  Name, Address, DOB, Tel..... More

Print this item

  Pyramid of Solitaires
Posted by: qwerty - Mar-22-2017, 03:19 PM - Forum: Homework - Replies (1)

Please help us to implement a class Pyramid Board, which includes the state (variables) and behavior (methods) needed to play solitaire. You need to u..... More

Print this item

  Is it bad practice to return a variable and not use it?
Posted by: iFunKtion - Mar-22-2017, 02:50 PM - Forum: News and Discussions - Replies (8)

I was just wondering, as in my application here, I have tried to stick to the principle that a method does just one thing, and in doing this, I am abl..... More

Print this item

  Reference for (Directional) commands
Posted by: mattkrebs - Mar-22-2017, 02:08 PM - Forum: General Coding Help - Replies (5)

hello,

I have been able to find helpful lists of key words to be used in Python - such as - "if", "print", "while".

And

I have been ab..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Help with Serial.write in... 2 hours ago racingsubby racingsubby General Codin...
  Backward compatibility qu... 4 hours ago yutaozhou yutaozhou News and Disc...
  [Tkinter] I’m building a ... 6 hours ago tsgiannis Gribouillis GUI
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 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...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
Most views
  The best Prog... 578750
  Tutorial Requ... 509554
  Web Scraping ... 441881
  Newbie with P... 385853
  New Users Int... 375509
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+ 12103
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday
ColorTig Yesterday
AcoolPurpleOne1863 Yesterday

User Panel Messages

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