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,932
» Latest member: Dibbley
» Forum threads: 38,721
» Forum posts: 175,507

Full Statistics

Online Users
There are currently 43 online users.
» 3 Member(s) | 36 Guest(s)
Bing, Google, AOL, AOL, Bona2000, snippsat, Dibbley

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
2 hours ago
» Replies: 4
» Views: 1,026
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
3 hours ago
» Replies: 3
» Views: 51
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 437
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,617
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,613
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 528
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 164
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,036
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,268
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 947

 
  Python Developers
Posted by: roomdi - Jul-27-2017, 09:19 AM - Forum: Jobs - No Replies

Tech travel company in Mallorca, Spain
We’ve helped millions of travelers from all over the world to have amazing travel experiences.
 As a Python d..... More

Print this item

  printing a list of lines
Posted by: Skaperen - Jul-27-2017, 05:36 AM - Forum: General Coding Help - Replies (7)

which is the better way to print a list of lines?

1.

    for line in lines:
       print(line)
2.[python] print('\n'.join(li..... More

Print this item

  how to place Flask code on a public web server
Posted by: rarevesselt - Jul-27-2017, 12:55 AM - Forum: Web Scraping & Web Development - Replies (6)

[quote='rarevesselt']I am a newbie in web development. I need help on how to place my flask code on the dormain
I have bought.The hosting company is ..... More

Print this item

  Flash nearing end of life
Posted by: nilamo - Jul-26-2017, 09:54 PM - Forum: News and Discussions - Replies (2)

2020 is the announced End of Life for Flash. Firefox, Chrome, and IE have announced that they'll be phasing it out before then, with it disabled by d..... More

Print this item

  Scraping data from ebay seller page
Posted by: yuvalta - Jul-26-2017, 08:11 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi!
New in Phyton and I need a little help..
I want to develop a website that scrape data from ebay (not from the regular customer on ebay, from the..... More

Print this item

  problem with syntax error
Posted by: jobemorgan - Jul-26-2017, 06:36 PM - Forum: General Coding Help - Replies (3)

I am just practicing with python and I keep getting invalid syntax pop up. I want it to end the script if the user says no. Please help!

[python]pr..... More

Print this item

  How can I get special data from QComboBox()?
Posted by: Sophus - Jul-26-2017, 04:56 PM - Forum: GUI - No Replies

Hey guys,

in the following, executable source code I added the QTreeView() to QComboBox() by using the setView()-method on [i]..... More

Print this item

  Basic Question
Posted by: sitingbull25 - Jul-26-2017, 03:10 PM - Forum: Data Science - Replies (2)

Hello Guys,

Coming from the matlab world, I am learning Python, so having some difficulties on very simple stuff.  I want to know how to store each..... More

Print this item

  Python3 newbie
Posted by: tony1812 - Jul-26-2017, 01:46 PM - Forum: General Coding Help - Replies (11)

Hi, I just started learning programming in Python3 on my own. I am wondering if someone be so kind to look at my code see if it make sense?
What this..... More

Print this item

  Python Windows CLR
Posted by: cb4798 - Jul-26-2017, 12:58 PM - Forum: General Coding Help - Replies (1)

I am trying to use python .net but when I run the following code I get the following error
 =11pt[font=Calibri,sans-serif]SystemError: dynamic module..... More

Print this item

  Junior Developer - Glasgow
Posted by: Axis Animation - Jul-26-2017, 12:14 PM - Forum: Jobs - No Replies

With studios in Glasgow, Bristol and London, Axis Animation is an award-winning animation studio creating high-end visual content for film, television..... More

Print this item

  How add 2 arrays?
Posted by: Augustin1340 - Jul-26-2017, 11:36 AM - Forum: Homework - Replies (19)

Hello all,

I am a student who learns Python. I should in my exercise create several functions (only) and manipulate several arrays.

 

1) firs..... More

Print this item

  importing libraries
Posted by: u18sc11 - Jul-26-2017, 11:23 AM - Forum: Homework - Replies (3)

I am trying to import libraries with .py extension by creating the following:
import osfiles = os.popen('dir *.py')fileit = iter(files)for file in fi..... More

Print this item

  same issue with him
Posted by: bin381 - Jul-26-2017, 10:07 AM - Forum: General Coding Help - Replies (2)

I make a python extension bar_extension with distutils bar_extension
 need a shared object [..... More

Print this item

  Requests needs cookies for login
Posted by: justasug - Jul-26-2017, 08:30 AM - Forum: General Coding Help - Replies (2)

I am trying to login into my email account through a website and run an action when I get a new email (I can't use IMAP, because it's a paid feature)...... More

Print this item

  Please explain me step by step.
Posted by: ITMani - Jul-26-2017, 07:45 AM - Forum: Homework - Replies (1)

[python]temp = [23,45,2,-2,0]

def f(b):
n1 , n2 = b[0],b[0]
for m in b:
if (m >n1):
n1 = m
if (m < n2):
..... More

Print this item

  Building Standalone desktop GUI app with wxpython
Posted by: manoj_nike15 - Jul-26-2017, 03:16 AM - Forum: Web Scraping & Web Development - Replies (1)

I have created a python script using Mechanize and BeautifulSoup modules. The script tries login to a website wih credentials and url in the script an..... More

Print this item

  format spec %b is documented but does not work
Posted by: Skaperen - Jul-26-2017, 02:15 AM - Forum: News and Discussions - Replies (13)

the format spec %b is documented but does not work:

[output]lt1/forums /home/forums 1> py2
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5..... More

Print this item

  float.hex() is one bit short
Posted by: Skaperen - Jul-26-2017, 01:23 AM - Forum: General Coding Help - Replies (4)

the float.hex() method produces output that shows 52 bits of precision, yet the float type as implemented on x86 (both 32 bit and 64 bit systems) has ..... More

Print this item

  Make my colorful name spiral on the screen
Posted by: RedSkeleton007 - Jul-26-2017, 01:22 AM - Forum: General Coding Help - Replies (3)

my question here
In my book, "Teach Your Kids To Code" by Bryson Payne, I'm trying some sample code in the book that's supposed to ask the user to in..... More

Print this item

  What am I doing wrong
Posted by: boxedtheropy - Jul-25-2017, 10:30 PM - Forum: General Coding Help - Replies (6)

Hello Everyone,

I am trying my hand at coding, this is my first time attempting to write any form of code. I'm alittle confused, when I run this co..... More

Print this item

  New python learner
Posted by: tony1812 - Jul-25-2017, 02:32 PM - Forum: General Coding Help - Replies (1)

Hello, I jst started learnPython. Have some questions. I have a code like this to create a UI

[python]
from tkinter import Tk, BOTH
from tkinter...... More

Print this item

  CKEditor / Rin Editor
Posted by: metulburr - Jul-25-2017, 02:11 PM - Forum: Board - Replies (100)

testing in a different editor in attempt to fix some bugs.

0
 1
  2
   3
    4

EDIT:
It appears to have fixed the issue with removing 1 spa..... More

Print this item

  Problem with pygame not switching the mouse image
Posted by: Mondaythe1st - Jul-25-2017, 01:26 PM - Forum: GUI - Replies (6)

So I've made a little thing to change my mouse's icon. It happens once in a blue moon, so I know it works. But it doesn't work 100% of the time.... wh..... More

Print this item

  How do I fetch values from db to Select Options using Flask?
Posted by: progShubham - Jul-25-2017, 01:10 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi Folks,

I am creating a web app and I am creating a edit page. I want to fetch data in Select > Option html tag with pre selected value fr..... More

Print this item

  Where lxml for Python 3.6.2 for windows 10 ?
Posted by: Fran_3 - Jul-25-2017, 12:19 PM - Forum: Web Scraping & Web Development - Replies (8)

New to Python and have it installed on Windows 10 along with Beautiful Soup.

Tried to run tutorial code from...

https://pythonprogramming.net/in..... More

Print this item

  how to get the highest monthly average temperature?
Posted by: nikhilkumar - Jul-25-2017, 12:15 PM - Forum: Homework - Replies (2)

my question here
Create a program that reads from a file to display city name and average temperature in Celsius

use !curl to download https://raw..... More

Print this item

  Need Help: Sort of Binary numbers based on 1's present
Posted by: abinashj - Jul-25-2017, 11:33 AM - Forum: General Coding Help - Replies (5)

Question:
1. Find the Binary numbers from the given list of Numbers .
2. sort on ascending order based on the no of 1's present
3. if no of 1's are..... More

Print this item

  Open excel file using Python
Posted by: cioer23 - Jul-25-2017, 09:55 AM - Forum: Data Science - Replies (8)

HI all! I am new in Python coding and I have a problem in the below:

[python]object = win32com.client.Dispatch('Excel.Application')
object.visible..... More

Print this item

  No curly braces in python?
Posted by: RedSkeleton007 - Jul-25-2017, 07:14 AM - Forum: General Coding Help - Replies (9)

Hi everyone. I'm brand new to python. I'm used to the Java programming language, which has opening and closing curly braces marking exactly where the ..... More

Print this item

  New wxpython version available now
Posted by: Larz60+ - Jul-25-2017, 05:31 AM - Forum: News and Discussions - No Replies

New wxpython 4.0.0b1 released July 22, 2017.

Lots of new features and bug fixes

Full list of changes here: https://wxpython.org/ And while at it..... More

Print this item

  Using a variable to replace an integer? (Except it isn't working!)
Posted by: s1monsays - Jul-25-2017, 03:01 AM - Forum: General Coding Help - Replies (15)

So I'm trying to use the yweather module, but replacing the way it goes about getting the woeid with a system of variables so that I can A. use it whe..... More

Print this item

  removing elements from a list that are in another list
Posted by: Skaperen - Jul-25-2017, 01:35 AM - Forum: General Coding Help - Replies (2)

i have a big list and another list.  i'd like find an expression which [b]yields a new list which has all the elements of the big list except any that..... More

Print this item

  setup()
Posted by: hare50 - Jul-25-2017, 12:53 AM - Forum: General Coding Help - Replies (9)

what is the command  to turn a setup,py file into a zipped module?
I have used

C:\> py -3 setup sdist
sdist is tagged as unknown

Print this item

  Arrange lines in python
Posted by: pythonlover - Jul-24-2017, 10:57 PM - Forum: General Coding Help - Replies (11)

Hello Python Experts,
I was trying to arrange a file in python. If someone can help, that would be great.

My file:

[ Heading 1]
Line 1
Line 2..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 2 hours ago RonR RonR GUI
  datetime in SQL query. 3 hours ago Dibbley Dibbley General Codin...
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575893
  Tutorial Requ... 497261
  Web Scraping ... 439879
  Newbie with P... 383606
  New Users Int... 365764
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Dibbley Today
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15
KennedyRichadGuerra 09-15

User Panel Messages

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