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,588
» Latest member: Dhivya
» Forum threads: 38,637
» Forum posts: 175,044

Full Statistics

Online Users
There are currently 391 online users.
» 0 Member(s) | 387 Guest(s)
Baidu, Bing, Google, Yandex

Latest Threads
Convert any Python expres...
Forum: General Coding Help
Last Post: Pedroski55
43 minutes ago
» Replies: 1
» Views: 215
Let user search read-only...
Forum: GUI
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 77
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:45 AM
» Replies: 1
» Views: 119
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Yesterday, 02:14 AM
» Replies: 0
» Views: 92
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 209
I have a question
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:26 AM
» Replies: 2
» Views: 214
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:22 AM
» Replies: 1
» Views: 202
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-20-2025, 07:21 PM
» Replies: 11
» Views: 581
[split] Simple webbot for...
Forum: Code Review
Last Post: Plyth
Jun-20-2025, 04:55 AM
» Replies: 3
» Views: 177
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: Pedroski55
Jun-20-2025, 12:07 AM
» Replies: 3
» Views: 232

 
  Simple Average
Posted by: ddoogles - Feb-02-2017, 05:40 PM - Forum: Data Science - Replies (5)

I'm new to Python and I want to start using it vs. using Excel.  

At the moment, I want to calculate the average selling price using a comma separa..... More

Print this item

  my coding doesn't work plz help
Posted by: Darbandiman123 - Feb-02-2017, 05:12 PM - Forum: General Coding Help - Replies (6)

so basically i am trying to make a piece of coding that asks what the person wants to do. however as you can see if you try my coding whenevr it says ..... More

Print this item

  try: and except:
Posted by: Blue Dog - Feb-02-2017, 04:28 PM - Forum: General Coding Help - Replies (7)

Hello,
   I been slowly making my proxy site tester better. It works well now. One of the things I want to do is make it print out that the proxy it ..... More

Print this item

  Comparing two files and word frequency
Posted by: nix - Feb-02-2017, 04:12 PM - Forum: General Coding Help - Replies (2)

Hello,
  I Just registered on the forum and talked to some very helpful people on the irc channel.

Here is what I am trying to accomplish:

1..... More

Print this item

  Python Package for deploying python code in Excel on machines without python
Posted by: UGuntupalli - Feb-02-2017, 01:33 PM - Forum: Data Science - Replies (2)

All, 
    Which free python package can be used to deploy Python code into Excel ? I am using Anaconda and based on my research here is what I have s..... More

Print this item

  Please help with code
Posted by: fikszon - Feb-02-2017, 09:58 AM - Forum: Homework - Replies (7)

My python code is meant to send me an email with the string send from Arduino through the serial. Everything is working fine (Emails are sent when str..... More

Print this item

  How to convert c_void_p PyObject back to void*
Posted by: lfdm - Feb-02-2017, 09:13 AM - Forum: General Coding Help - No Replies

Hi,

I'm able to create a c_void_p PyObject like so 
[python]
PyObject* ctypes_mod = PyImport_ImportModule("ctypes");
PyObject* c_void_p = PyObje..... More

Print this item

  Why list(dict.keys()) does not work?
Posted by: landlord1984 - Feb-02-2017, 07:19 AM - Forum: General Coding Help - Replies (5)

dict={'a':'aaa','b':'bbb','c':'ccc'}

list(dict.keys())
[quote]
TypeError                                 Traceback (most recent ..... More

Print this item

  Thai Text Segmentation Module
Posted by: draems - Feb-02-2017, 06:42 AM - Forum: General Coding Help - Replies (4)

Good day everyone. I'm working with a project that deals with Thai texts processing. Do you have any suggestions of what module to use? I need to dete..... More

Print this item

  How do I make RPi run script on startup?
Posted by: marciokoko - Feb-02-2017, 03:10 AM - Forum: General Coding Help - Replies (6)

I have a RPi2 running a script indefinitely with a scheduler.  But when the power goes out, which is often, the RPi2 reboots and I have to type "pytho..... More

Print this item

  Please give me some advice on how to host python apps on a vps
Posted by: FonCheato - Feb-01-2017, 11:48 PM - Forum: Web Scraping & Web Development - Replies (1)

HI,

Please could anyone give me some advice on how to host multiple python appson a vps.
I want to start selling websites and I want to know how..... More

Print this item

  Help with formatting
Posted by: hellboy632789 - Feb-01-2017, 11:26 PM - Forum: General Coding Help - Replies (4)

Hello, I am having a weird formatting error that is making me not able to run my code. I double checked all the indents to make sure they were 4 space..... More

Print this item

  Best software for creating printed reports?
Posted by: birdieman - Feb-01-2017, 10:59 PM - Forum: General Coding Help - Replies (5)

Is there a common/most used/easiest way to create printed reports -- some import, or within Python itself?  As a beginner, I really do not yet know wh..... More

Print this item

  Fibonacci Sequence on Turtle
Posted by: JRod - Feb-01-2017, 10:17 PM - Forum: General Coding Help - Replies (9)

Hey, 
I am trying to draw a series of fibonacci squares using turtles.
I am new to python but am using loops to try to draw them.
This is what I ha..... More

Print this item

  MySQLdb, problem with query with user-defined variables
Posted by: buran - Feb-01-2017, 09:09 PM - Forum: General Coding Help - Replies (6)

I have SQL query I try to run using MySQL-python.
My code

[python]
import MySQLdb as mdb

  
def mysql_query(sql, schema='my_schema', do_commit=Fals..... More

Print this item

  Where to place files for import and text files
Posted by: hellboy632789 - Feb-01-2017, 05:36 PM - Forum: General Coding Help - Replies (3)

Hello, I am a brand new python programmer and for some reason can not find the answer to this question so I am posting here. Where do I put my .py fil..... More

Print this item

  A problem with natural language toolkit setup
Posted by: poyves - Feb-01-2017, 03:10 PM - Forum: News and Discussions - Replies (1)

Hello everyone ! 
While installing nltk 3.2.2, I ran into a problem, it sais :"Python version -32 required, which was not found in the registry."
Bu..... More

Print this item

  can i nest dictionary in array?
Posted by: hsunteik - Feb-01-2017, 12:00 PM - Forum: General Coding Help - Replies (2)

In my last post ,I talked about saving all object location in variable and save it too a file,but they answer that doing things with file is one of th..... More

Print this item

  Basical TCP/UDP client-server problem
Posted by: maolow - Feb-01-2017, 10:33 AM - Forum: Networking - Replies (3)

Hi guys!
For an exam I have to code two simple client-server scripts in Python in order to study sockets and transport level protocols.
While they are..... More

Print this item

  Installing Programm on MacAir
Posted by: louiseclaeys - Feb-01-2017, 07:14 AM - Forum: General Coding Help - Replies (2)

Hey guys,
I'm still new here and still have no idea but still want to learn everything.
I just have a problem because my MacAir doesn't want to down..... More

Print this item

  JSON API / no braces
Posted by: marucho21 - Feb-01-2017, 06:08 AM - Forum: General Coding Help - Replies (1)

Hello:

I'm new to Python. I'm using 3.5.3 on Windows.

Got a bit of a struggle with JSON where the data has no braces {} and only has brackets []..... More

Print this item

  Can't find ex1.py... (I am very new)
Posted by: Dingerzat - Jan-31-2017, 10:00 PM - Forum: General Coding Help - Replies (3)

Hello all, I extremely new at this and have started trying to learn python via the hard way book. Though I am being tripped at the first hurdles. Firs..... More

Print this item

  Contractors
Posted by: ichabod801 - Jan-31-2017, 05:26 PM - Forum: Bar - Replies (13)

I asked a project manager if the contractors were checking a particular text box for illegal characters, or doing a more robust search for html code. ..... More

Print this item

  lamda filter
Posted by: bluefrog - Jan-31-2017, 04:12 PM - Forum: General Coding Help - Replies (3)

Hi

I am attempting to understand lamdas.

[code]number_list = range(-5, 5)
less_than_zero = list(filter(lambda x: x < 0, number_list))
print(le..... More

Print this item

  PyQt5 events
Posted by: alekssandrap - Jan-31-2017, 02:17 PM - Forum: GUI - Replies (1)

Please can someone help me, I want to trigger the handleEvents function? 

[code]
import sys
import types
from types import *
from PyQt5.QtCore ..... More

Print this item

  Check if an duplicate exits in a list
Posted by: Server94 - Jan-31-2017, 01:55 PM - Forum: General Coding Help - Replies (9)

Hello everyone, I am new to python and also new here. I have written a code to check if an duplicate exits in a list but it gives an error. Can anyone..... More

Print this item

  Feel hard to learn the topic about " Parsing"
Posted by: landlord1984 - Jan-31-2017, 11:51 AM - Forum: Web Scraping & Web Development - Replies (7)

So far I quite enjoyed learning Python from list and class to numpy and pandas. I have practiced ~80 algorithm type questions from leetcode and Hackra..... More

Print this item

  How to create ctypes.c_void_p object from C++ and set it as claas attribute
Posted by: lfdm - Jan-31-2017, 11:42 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm embedding the Python interpreter into a C++ application. The target is to be able to prototype with arrayfire.

What I'm trying to do is ..... More

Print this item

  ifelse is not working
Posted by: rturus - Jan-31-2017, 11:26 AM - Forum: General Coding Help - Replies (2)

[python]Length=float(input("Enter the length: "))
    Width=float(input("Enter the width"))
    Floor_Type=input("Enter the option Premium/P, Durabl..... More

Print this item

  writing a function for isogram
Posted by: Shazily - Jan-31-2017, 09:02 AM - Forum: Homework - Replies (4)

[color=#333333][size=medium][font=Roboto, Arial, Helvetica, Arial, sans]I need to write program that checks if a word supplied as the argument is an I..... More

Print this item

  Trying to get REMOTE_USER enviroment varibale's value
Posted by: nikos - Jan-30-2017, 11:56 PM - Forum: General Coding Help - Replies (3)

Hello,

I'm trying to grab the http auth username in order for a user to be able to download a file from a basic http auth protected folder as follo..... More

Print this item

  Installing PyQt5 Designer
Posted by: birdieman - Jan-30-2017, 11:21 PM - Forum: GUI - Replies (6)

I am very new (to Python, Designer, etc) and having a problem installing PyQt DESIGNER. I installed Python 3.6  I also installed PyQt5 using Windows c..... More

Print this item

  Cant get desired output!
Posted by: lapor1at - Jan-30-2017, 10:38 PM - Forum: General Coding Help - Replies (5)

I need three different outputs for this function.. I cant figure out why it gives me the same answer no matter what I enter!

>>> def DSValue(bina, ..... More

Print this item

  (FREE) xcom UFO Defender
Posted by: metulburr - Jan-30-2017, 08:40 PM - Forum: Bar - No Replies

The original xcom game (1993) is free on humble bundle for limited time (next 2 days currently)
https://www.humblebundle.com/store/xcom-ufo-defense-f..... More

Print this item

  Make a range provide one output
Posted by: rattlerskin - Jan-30-2017, 04:47 PM - Forum: Homework - Replies (4)

I know this is a simple answer, but in the below code, how do I make it only produce the final answer and not a list of each step? If you see below, t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Convert any Python expres... 43 minutes ago voidtrance Pedroski55 General Codin...
  [WxPython] Let user searc... 8 hours ago Winfried Larz60+ GUI
  Using EventSource in Pyth... Yesterday, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... Yesterday, 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...
  Problème d'exécutable 06-21, 09:22 Zauf noisefloor General Codin...
  How do select this table ... 06-20, 19:21 MarkMan snippsat Web Scraping ...
  [split] Simple webbot for... 06-20, 04:55 AB073 Plyth Code Review
  Dynamic Module Import Err... 06-20, 00:07 DaddyMAN Pedroski55 General Codin...
  What Are the Most Overloo... 06-19, 03:37 shreyapatel Plyth News and Disc...
Most views
  The best Prog... 572302
  Tutorial Requ... 484822
  Web Scraping ... 436838
  Newbie with P... 379667
  Thread remain... 351228
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 6839
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
Dhivya Today
Dnfsdd8hFn3 Today
jahedulalamsameer Yesterday
Cio Yesterday
Harsh Yesterday

User Panel Messages

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