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,241
» Latest member: ColorTig
» Forum threads: 38,777
» Forum posts: 175,795

Full Statistics

Online Users
There are currently 46 online users.
» 1 Member(s) | 41 Guest(s)
Google, Bing, Apple, jefsummers

Latest Threads
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
6 hours ago
» Replies: 1
» Views: 41
Data Science
Forum: Data Science
Last Post: mamta25
6 hours ago
» Replies: 3
» Views: 2,576
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
Yesterday, 10:15 PM
» Replies: 1
» Views: 102
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 149
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 131
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 129
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,340
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,382
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 209

 
  Can Pygame import and export SVG?
Posted by: OnisionTheOninonBoy - Feb-05-2017, 01:16 PM - Forum: General Coding Help - Replies (5)

I am making a Vector Graphics game.

Print this item

  How to extract (x,y) coordinates of the boundary of a .tif image?
Posted by: Pythonista - Feb-05-2017, 07:43 AM - Forum: General Coding Help - Replies (23)

I want to get the (x,y) coordinates of the boundary of this TIF image - goo.gl/Uai8lR

I am using Python notebook in Anaconda distribution. I just n..... More

Print this item

  Very first Python program generates a syntax error
Posted by: n8ves - Feb-05-2017, 02:42 AM - Forum: General Coding Help - Replies (2)

I typed in my first Python program (Hello World!) EXACTLY as it appeared in print.

[python]
#! /usr/bin/python

print "Hello World!"

[/python..... More

Print this item

  pip --download-cache
Posted by: Skaperen - Feb-05-2017, 02:00 AM - Forum: News and Discussions - Replies (1)

the man page for pip describes a command option --download-cache <dir> as "Cache downloaded packages in <dir>.".  but this optio..... More

Print this item

  Want a solution to this
Posted by: Shazily - Feb-05-2017, 12:44 AM - Forum: Homework - Replies (10)

Hi,
Please I am having problem to create this project.

Create a class called ShoppingCart.
Create a constructor that takes no arguments and sets ..... More

Print this item

  'NoneType' object has no attribute error, when using Kivy Screens
Posted by: chelovek - Feb-04-2017, 09:37 PM - Forum: General Coding Help - Replies (3)

I'm working on a multi-screen Kivy app. This is a simplified version, but the basic functionality is that a user should be able to drag files to three..... More

Print this item

  Is it possible to have a script call itself?
Posted by: treycoxiii - Feb-04-2017, 09:10 PM - Forum: General Coding Help - Replies (12)

Hi everyone I am trying to write a very very simple python script that opens up a .py file on my desktop using import os

this is what the script lo..... More

Print this item

  Can Python program soundfonts?
Posted by: OnisionTheOninonBoy - Feb-04-2017, 08:58 PM - Forum: General Coding Help - Replies (1)

Do I need to use audacity for the samples?Or can I just make a sound in Python with just my bare hands?Can I make VST instruments with Python too?Need..... More

Print this item

  Pythonic way to standardize dates across two excel sheets?
Posted by: maco144 - Feb-04-2017, 06:48 PM - Forum: Data Science - Replies (1)

Hello! I am using pandas and working with one financial excel sheet where I count streaks of consecutive increases or decreases. I loaded everything i..... More

Print this item

  Loop problems
Posted by: yuvalsaias - Feb-04-2017, 01:33 PM - Forum: General Coding Help - Replies (1)

Hello everyone.
im new to python and im trying to make a snakes and ladder game code.
im having troubles as you can see at the code below with the '..... More

Print this item

  What does 1 do in X = np.array(df.drop(['label'], 1))?
Posted by: landlord1984 - Feb-04-2017, 01:15 PM - Forum: Data Science - Replies (2)

X = np.array(df.drop(['label'], 1))
I understand this code is to convert a Pandas's dataframe into a numpy array without a column ..... More

Print this item

  how to create useful neural network program?
Posted by: hsunteik - Feb-04-2017, 08:21 AM - Forum: General Coding Help - Replies (1)

I have learned many neural network tutorial and watched some videos,and i really understand them,but all the tutorial that saw before only teach me ab..... More

Print this item

  leap year program issue
Posted by: jashajmera - Feb-04-2017, 07:20 AM - Forum: General Coding Help - Replies (3)

Hi,

Can someone please help with the following program.

Can't seem to figure out where I am going wrong.

My program executes fine, just ends ..... More

Print this item

  i(*args) statement
Posted by: chelovek - Feb-04-2017, 06:06 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm studying code for a Kivy app and am having trouble understanding a piece of syntax. For context, this is part of an app that lets a user drop..... More

Print this item

  For loop within a for loop
Posted by: tre - Feb-04-2017, 05:21 AM - Forum: Homework - Replies (4)

Python 2.7.10
I can't seem to figure out the way to do this.  Here is the code

[python]
something = "go dumb cat"

words = something.split()
w..... More

Print this item

  NameError:name'build' is not defined
Posted by: hsunteik - Feb-04-2017, 04:50 AM - Forum: General Coding Help - Replies (2)

[python]
class information(object):
        #version 1
        build=1
        majorVersion=0
        minorVersion=1
        bugFixes=0
       ..... More

Print this item

  from string to list to string.
Posted by: mcmxl22 - Feb-04-2017, 03:57 AM - Forum: General Coding Help - Replies (9)

[python]
def splice():
    name = raw_input('Enter name and age.\n> ')
    result = name.split()
    add_comma = result[:1] + [', '] + result[1:]..... More

Print this item

  Globals vs Function
Posted by: mcmxl22 - Feb-04-2017, 12:29 AM - Forum: General Coding Help - Replies (2)

Is using a function like this to define variables ok? 
[python]
def variables(a, b):
    a = something
    b = another

def some_function():
  ..... More

Print this item

  [split] deleting pieces of strings
Posted by: viking_helgi - Feb-03-2017, 10:23 PM - Forum: Homework - Replies (2)

good evening!
somebody know how delete pices of strings and return them?

Print this item

  django ckeditor
Posted by: shahpy - Feb-03-2017, 09:29 PM - Forum: Web Scraping & Web Development - No Replies

hello

i want to use ckeditor in my project.
i can install ckeditor in admin view but I want to install this editor in my local form that i created..... More

Print this item

  bug in my code
Posted by: sunnysude - Feb-03-2017, 08:42 PM - Forum: Homework - Replies (7)

when i run the code on my laptop it runs fine. but when i try to submit online it detects a bug with online Type Error  . what can i do to correct the..... More

Print this item

  Sirius Radio, or multi-phasic streams
Posted by: nilamo - Feb-03-2017, 04:46 PM - Forum: Bar - Replies (3)

It's been a while since I listed to satellite radio.  Over the past three months (yeah, I'm very near the end of my free trial lol), I've started noti..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] print two differe... 6 hours ago Reema Gribouillis General Codin...
  Data Science 6 hours ago Oshadha mamta25 Data Science
  [Tkinter] I’m building a ... Yesterday, 22:15 tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [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...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
Most views
  The best Prog... 578731
  Tutorial Requ... 509430
  Web Scraping ... 441870
  Newbie with P... 385830
  New Users Int... 375340
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ColorTig Today
AcoolPurpleOne1863 Today
racingsubby Today
Reema Today
lary_p Yesterday

User Panel Messages

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