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,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

Online Users
There are currently 51 online users.
» 3 Member(s) | 40 Guest(s)
Bing, AOL, Facebook, Applebot, snippsat, Gribouillis

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
6 hours ago
» Replies: 4
» Views: 113
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 99
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 73
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 111
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,084
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,366
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,557
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 189
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,197
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443

 
  Very basic programming help needed: pig latin program
Posted by: bstocks - Nov-08-2016, 01:52 AM - Forum: General Coding Help - Replies (2)

[python]VOWELS = ('a','e','i','o','u','A','E','I','O','U')
word = input("Welcome to the Pig Latin translator, simply enter a word and the translator ..... More

Print this item

  BBCODE disappears on full edit
Posted by: Larz60+ - Nov-08-2016, 12:35 AM - Forum: Board - Replies (3)

I was trying to update my post Interesting Databases on Bar
during the edit, I couldn't see the BBCODE (appears to be hidden).

After a sim..... More

Print this item

  Interesting Datasets
Posted by: Larz60+ - Nov-07-2016, 10:20 PM - Forum: Tutorial Requests and Submissions - Replies (1)

Free public databases.

Everything (Literally):

  • Archive.org - This site has Multi millions (if not billions by now) hist..... More

Print this item

  Question on `print f.read()` behavior
Posted by: pythonjohn - Nov-07-2016, 10:09 PM - Forum: General Coding Help - Replies (2)

Say I open a file using

lookingatfile = open([i]filename[/i])

when I then type

print lookingatfile.read()

the contents of the file are..... More

Print this item

  Where is a "Challenge" forum?
Posted by: wavic - Nov-07-2016, 09:41 PM - Forum: Bar - Replies (2)

There was Challenge forum in the old python-forum.org. But here? I have a challenge for all of you  Shy

Print this item

  PyCharm user question
Posted by: Larz60+ - Nov-07-2016, 07:46 PM - Forum: Bar - Replies (6)

This has been a thorn in my side since I first started using PyCharm (over three years).
I can google it 'till the cows come home' and never find a s..... More

Print this item

  List out of scope?
Posted by: kjorin - Nov-07-2016, 07:15 PM - Forum: General Coding Help - Replies (13)

Hello, I am at my wits end trying to solve this problem. When I try to execute my program, the assembler complains that [python]total = scores [0] + s..... More

Print this item

  Dont keep this alive!
Posted by: Kai. - Nov-07-2016, 06:54 PM - Forum: Bar - Replies (4)

No matter what it takes don't keep this stupid thread alive! Don't Post ANYTHING!

Print this item

  Requests module not installing
Posted by: Rayquaza51120 - Nov-07-2016, 06:45 PM - Forum: General Coding Help - Replies (16)

Hello,
I am having trouble with installing the requests module. I am using python 2.17.12 and it keeps coming up with this error: could not find a ve..... More

Print this item

  Password Snippet
Posted by: Kai. - Nov-07-2016, 05:22 PM - Forum: Code sharing - Replies (9)

A crappy little password thingy, if you can find a way to implement this into anything please tell me! Big Grin Password is 180423.
[python]print ..... More

Print this item

  Challenges Section
Posted by: Kai. - Nov-07-2016, 04:10 PM - Forum: Board - Replies (14)

I like many programmers need stuff to program, and being new I want to hone my skills. I now turn to my community in seek of a challenge. I believe a ..... More

Print this item

  Fizz Buzz Example
Posted by: Kai. - Nov-07-2016, 03:11 PM - Forum: Code sharing - Replies (5)

Just a simple Fizz Buzz example answer that you guys can dissect and point things out.  Smile 
[python]count = 0

while count <= 100:
        ..... More

Print this item

  View related threads
Posted by: metulburr - Nov-07-2016, 01:44 PM - Forum: Board - Replies (3)

As im looking through the options ive changed for the changelog thread to update, i see an option that i think would be useful...but what does everyon..... More

Print this item

  ATA Pass-Through library for linux
Posted by: kazenniy - Nov-07-2016, 08:36 AM - Forum: Code sharing - No Replies

If you need to get detailed information about the hard disk, read the SMART, run the built in SMART tests or work with hard disk security, this librar..... More

Print this item

  python 1.x
Posted by: Skaperen - Nov-07-2016, 06:30 AM - Forum: Bar - Replies (5)

how many of you started with python on a version before 2.0?  for those who did, at what version did you start? how was the migration forward? are you..... More

Print this item

  $6.95 WiFi server
Posted by: Larz60+ - Nov-07-2016, 02:02 AM - Forum: News and Discussions - Replies (2)

New - $6.95 US WiFi server

article on ..... More

Print this item

  If you deque a list, can it still be indexed?
Posted by: netrate - Nov-06-2016, 11:59 PM - Forum: General Coding Help - Replies (6)

I was wondering if when you deque a list, can you still access the middle of the list using the index?

For example :

from collections import deq..... More

Print this item

  How to use/install different versions of Python packages (Scipy) on the same system?
Posted by: gzb001 - Nov-06-2016, 10:14 PM - Forum: Data Science - Replies (3)

I am new to Python and a I need to performe some calculations using the package Scipy.
I installed Scipy (0.14) from synaptic and implemented the des..... More

Print this item

  coding understanding help
Posted by: kapman2006 - Nov-06-2016, 09:17 PM - Forum: General Coding Help - Replies (5)

Hallo

I'm very new to coding, so it's is maybe a silly question

I have of piece of code, i don't understand

My code her
[python]def Hallowor..... More

Print this item

  Seeking creative and knowlegeable coder for help!
Posted by: Elusth - Nov-06-2016, 09:04 PM - Forum: General Coding Help - Replies (4)

I am relatively new to python and coding in general but I had the balls to say that I would make a program for a maths project. What I have said I wou..... More

Print this item

  Pygame simple pong example
Posted by: metulburr - Nov-06-2016, 06:58 PM - Forum: Code sharing - Replies (5)

I was going to break this apart and make a tutorial out of it....but im too lazy at this point. 

[python]import pygame as pg
import random

scre..... More

Print this item

  How to rotate images
Posted by: LavaCreeperKing - Nov-06-2016, 05:40 PM - Forum: Game Development - Replies (12)

Hey I did some looking online about this but I wasn't able to figure out how to get it to work. How do you rotate an image? For example I want to crea..... More

Print this item

  .csv files
Posted by: Blue Dog - Nov-06-2016, 04:40 PM - Forum: General Coding Help - Replies (13)

I want to write a web page to a csv file. Error said file not open, but it should be. here is the code:

[python]import csv
import urllib2


wit..... More

Print this item

  what happened to some of the other users?
Posted by: metulburr - Nov-06-2016, 04:23 PM - Forum: Bar - Replies (7)

By users i mean bunburya, KevinD, joneshf, setrofim, and stranac. Specifically stranac not active is odd due to him in the discussion of mutiny from o..... More

Print this item

  Need a challenge?
Posted by: sparkz_alot - Nov-06-2016, 02:38 PM - Forum: News and Discussions - Replies (5)

Just ran across an interesting site by the US government whereby a user can contribute to or create open source software projects used by various agen..... More

Print this item

  PIP problem
Posted by: Hubert - Nov-06-2016, 01:39 PM - Forum: General Coding Help - Replies (23)

I just started working with Python. Tried several ide's, and am not settling on Pyzo.

I have a serious problem with PIP. Whatever PIP command I use..... More

Print this item

  Outputing the results of search machine
Posted by: Emmanouil - Nov-06-2016, 11:22 AM - Forum: Web Scraping & Web Development - Replies (4)

Hello,

is it possible to make a programme that takes as arguments, a key word i.e q=help and the start and finish pages of the results of a search ..... More

Print this item

  Getting Tkinter Grid Sizing Right the first time
Posted by: Larz60+ - Nov-06-2016, 06:34 AM - Forum: GUI tutorials - No Replies

Hello,

Introduction:

This is a subject that is asked over and over again.

Laying out a tkinter GUI and having it resize properly can b..... More


Attached Files

Thumbnail(s)
       
Print this item

  Change list which is in a function
Posted by: zakobenayoun - Nov-05-2016, 09:39 PM - Forum: General Coding Help - Replies (2)

Hello guys,
I created a list into a function: 
[python]n=eval(input("Enter a number of rows: "))
p=eval(input("Enter a number of columns: "))
def ..... More

Print this item

  A pretty good Book listing
Posted by: snippsat - Nov-05-2016, 08:11 PM - Forum: News and Discussions - Replies (4)

7 Must Read Python Books
Maybe the best of theme all Fluent Python(the Pythonic level is..... More

Print this item

  Indexing + ''.join Help
Posted by: OwlEyesToo - Nov-05-2016, 04:34 PM - Forum: Homework - Replies (2)

I'm not a programmer; I'm taking my first course in Python and I have absolutely no experience, so please excuse this if it's mindbogglingly simple an..... More

Print this item

  Importing a module
Posted by: SrirachaSauceLover - Nov-05-2016, 03:20 PM - Forum: General Coding Help - Replies (21)

I'm learning computer programming with John Zelle's Python Programming: An Introduction to Computer Science. In the first chapter, he explains ..... More

Print this item

  Multi-tab form
Posted by: birdieman - Nov-05-2016, 11:49 AM - Forum: GUI - Replies (1)

I am brand new to this forum , python and Qt4.  As I was playing around with trying to make a multipage form, I opened the Qt designer, clicked main w..... More

Print this item

  how to delete
Posted by: Skaperen - Nov-05-2016, 09:05 AM - Forum: Board - Replies (1)

i tried to reply to my own post but it created a new thread.  how can i delete it?  i've been having major network issues all night and the browsers h..... More

Print this item

  image format in python
Posted by: Skaperen - Nov-05-2016, 08:49 AM - Forum: General Coding Help - Replies (11)

i was looking through some old C functions (i am planning to write them in python) and one of them stood out as needing some more python knowledge **d..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 6 hours ago Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [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
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578691
  Tutorial Requ... 509161
  Web Scraping ... 441842
  Newbie with P... 385796
  New Users Int... 375084
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 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07
EchoFlowar3Dip 11-07

User Panel Messages

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