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,582
» Latest member: Ismaelbourb
» Forum threads: 38,634
» Forum posts: 175,033

Full Statistics

Online Users
There are currently 353 online users.
» 1 Member(s) | 347 Guest(s)
Bing, Google, Baidu, Mojeek, KodenejmBerni

Latest Threads
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: MarkMan
1 hour ago
» Replies: 10
» Views: 352
TimsothyNon
Forum: General Coding Help
Last Post: Ismaelbourb
3 hours ago
» Replies: 0
» Views: 31
Problème d'exécutable
Forum: General Coding Help
Last Post: Zauf
5 hours ago
» Replies: 0
» Views: 53
PRANK YOUR FRIENDS WITH T...
Forum: Code sharing
Last Post: shailesen
10 hours ago
» Replies: 3
» Views: 3,975
[split] Simple webbot for...
Forum: Code Review
Last Post: Plyth
Today, 04:55 AM
» Replies: 3
» Views: 107
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:07 AM
» Replies: 3
» Views: 166
What Are the Most Overloo...
Forum: News and Discussions
Last Post: Plyth
Yesterday, 03:37 AM
» Replies: 2
» Views: 132
Setting AST node lineno c...
Forum: General Coding Help
Last Post: deanhystad
Jun-18-2025, 09:15 PM
» Replies: 4
» Views: 250
Wish to write a code for ...
Forum: General Coding Help
Last Post: Hasan2025
Jun-18-2025, 06:40 AM
» Replies: 4
» Views: 999
I have a question
Forum: General Coding Help
Last Post: Pedroski55
Jun-18-2025, 04:47 AM
» Replies: 1
» Views: 115

 
  Data Linkage in Python
Posted by: PietonNewbie - Nov-08-2016, 12:07 PM - Forum: Homework - Replies (5)

Hi All,

I am new to python and am trying to link four datasets to answer some questions. Can anyone recommend what tools to use and how to go about..... More

Print this item

  accessing SOAP protocol page secured with cetrificad
Posted by: lopow - Nov-08-2016, 11:33 AM - Forum: Networking - Replies (3)

How can I acces web serveices with python program. Web services are using SOAP protocol. It is secured with cetrificat.

Print this item

  ORA-03113: end-of-file on communication channel Python Cx_Oracle
Posted by: akansha - Nov-08-2016, 10:24 AM - Forum: General Coding Help - Replies (3)

Error: ORA-03113: end-of-file on communication channel
 
I am trying to migrate data between two oracle databases using python but i end up getting ..... More

Print this item

  Simple debugging and how to read tracebacks
Posted by: metulburr - Nov-08-2016, 02:31 AM - Forum: Fundamentals - No Replies


Debugging

Debug = Identify and remove errors

[size=x-large][color=#C0392B]Simple rules to follow when posting on forums with regards to d..... More

Print this item

  Python 101 if now FREE for 48 Hours!
Posted by: snippsat - Nov-08-2016, 01:54 AM - Forum: News and Discussions - Replies (2)

You can get Python 101 for free on Leanpub using the following link:
48 hours

If you happen to ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How do select this table ... 1 hour ago MarkMan MarkMan Web Scraping ...
  TimsothyNon 3 hours ago Ismaelbourb Ismaelbourb General Codin...
  Problème d'exécutable 5 hours ago Zauf Zauf General Codin...
  PRANK YOUR FRIENDS WITH T... 10 hours ago Spyros_dev shailesen Code sharing
  [split] Simple webbot for... Today, 04:55 AB073 Plyth Code Review
  Dynamic Module Import Err... Today, 00:07 DaddyMAN Pedroski55 General Codin...
  What Are the Most Overloo... Yesterday, 03:37 shreyapatel Plyth News and Disc...
  Setting AST node lineno c... 06-18, 21:15 voidtrance deanhystad General Codin...
  Wish to write a code for ... 06-18, 06:40 Hasan2025 Hasan2025 General Codin...
  I have a question 06-18, 04:47 Clictithe Pedroski55 General Codin...
  How to produce a CPU load... 06-18, 02:19 Calab Plyth General Codin...
Most views
  The best Prog... 572270
  Tutorial Requ... 484757
  Web Scraping ... 436813
  Newbie with P... 379633
  Thread remain... 351219
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 7338
deanhystad 6838
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
Ismaelbourb Today
Zauf Today
rupacodingclave Today
Langlais Today
ethan897 Today

User Panel Messages

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