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,395
» Latest member: cruisesfares
» Forum threads: 38,823
» Forum posts: 176,026

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 37 Guest(s)
Google, Bing, Mojeek, AOL, AOL

Latest Threads
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:11 AM
» Replies: 1
» Views: 85
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Yesterday, 09:12 AM
» Replies: 1
» Views: 4,594
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 08:37 AM
» Replies: 4
» Views: 186
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Yesterday, 07:27 AM
» Replies: 7
» Views: 3,602
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 159
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 305
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,114
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,971
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 186
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 117

 
  Append Data from TkInter to Excel
Posted by: zinho - Feb-03-2017, 01:15 PM - Forum: GUI - Replies (5)

Hi, I'm new in python.

I stole this code here and i need adat it.

How save data in existing excel file (below last data)
I need a function to s..... More

Print this item

  random module in while loops
Posted by: yuvalsaias - Feb-03-2017, 11:25 AM - Forum: General Coding Help - Replies (8)

Hello everyone.
im new to python , just started before few days and i tried to made a snakes and ladders game.
as you can see in the code below i wa..... More

Print this item

  processing bad JSON
Posted by: Skaperen - Feb-03-2017, 06:53 AM - Forum: General Coding Help - Replies (3)

i am using json.loads().   the data looks bad to me Wall , but potentially usable Think    is it possible in python or with pyt..... More

Print this item

  coroutines
Posted by: Skaperen - Feb-03-2017, 01:46 AM - Forum: General Coding Help - Replies (9)

today i am working on a project that probably should be a coroutine.  it takes in a list of strings.  it is expected that this list is very long.  it ..... More

Print this item

  A question about global variables
Posted by: Goldberg291 - Feb-02-2017, 09:12 PM - Forum: General Coding Help - Replies (3)

A quick question on global variables

I understand that global variables cannot not be accessed outside of a function but is there anyway I could ac..... More

Print this item

  Update removing formatting
Posted by: Larz60+ - Feb-02-2017, 07:49 PM - Forum: Board - Replies (10)

I added a post to the following link https://python-forum.io/Thread-Collectio...49#pid9549
there are two emb..... More

Print this item

  Scrapy-cut: Advanced Cookiecutter Scrapy Templating
Posted by: scriptso - Feb-02-2017, 07:36 PM - Forum: Web Scraping & Web Development - Replies (2)

This post is to inquire any references or resources is... any pointers  to the following project scope whilst using cookie cutter framework.

can ch..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Opencv findContours Q Today, 00:11 jogl Pedroski55 General Codin...
  Struggles I Faced While E... Yesterday, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... Yesterday, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... Yesterday, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
Most views
  The best Prog... 580421
  Tutorial Requ... 519612
  Web Scraping ... 442785
  Newbie with P... 386989
  New Users Int... 386566
Most reputation
buran 581
snippsat 511
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
cruisesfares Today
azam Today
zcharlesoogleto9533 Today
MaxTranslate Yesterday
pizofreude Yesterday

User Panel Messages

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