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,260
» Latest member: nathanael
» Forum threads: 38,785
» Forum posts: 175,842

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 31 Guest(s)
Bing, Google, Mojeek, Apple

Latest Threads
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: Skaperen
30 minutes ago
» Replies: 4
» Views: 274
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
1 hour ago
» Replies: 0
» Views: 15
How to make ball stay wit...
Forum: General Coding Help
Last Post: nathanael
2 hours ago
» Replies: 0
» Views: 20
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
6 hours ago
» Replies: 0
» Views: 43
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 10
» Views: 217
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 3
» Views: 112
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 196
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 382
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 127
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 264

 
  number of items per line
Posted by: kiki1113 - Nov-19-2017, 03:48 AM - Forum: Homework - Replies (3)

[quote] I've created a list of numbers. I need to print 10 numbers per line, so they're all lined up one underneath the other. I'm having trouble tr..... More

Print this item

  Lists Homework
Posted by: kekev1997 - Nov-19-2017, 03:00 AM - Forum: Homework - Replies (1)

Write a function named get_strings to ask the user for a series of strings and to return a list where each string is an item in the list. The user ind..... More

Print this item

  Need help with Web Parsing and Lists
Posted by: HiImNew - Nov-18-2017, 10:16 PM - Forum: Web Scraping & Web Development - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Match two tables to select exactly matching items
Posted by: klllmmm - Nov-18-2017, 06:46 PM - Forum: Data Science - Replies (1)

I want to select the data from "table" that are exactly matched with the data in "criteria" dataframe.
[python]
import pandas as pd
table = pd.Data..... More

Print this item

  How to find the number of permutations of a list of lists?
Posted by: JoeB - Nov-18-2017, 05:18 PM - Forum: General Coding Help - Replies (5)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Apple High Sierra problem(s)
Posted by: jamie - Nov-18-2017, 05:12 PM - Forum: News and Discussions - Replies (1)

A week ago I updated to High Sierra and encountered two (probably related) problems in a proven Python 3 program - a Sudoku solver using tkinter (TTK)..... More

Print this item

  Where is "switch" statement ? Do nobody needs it ?
Posted by: vlad1777d - Nov-18-2017, 12:25 PM - Forum: News and Discussions - Replies (17)

Hello.

I wonder that in Python there's absent "switch" statement.
And the most interesting - nobody asks about it, nobody discusses it.
Seems, it..... More

Print this item

  Discount on pre-order, new gamer cases
Posted by: Larz60+ - Nov-18-2017, 12:15 PM - Forum: News and Discussions - No Replies

EVGA has new cases available for pre-order: https://www.evga.com/newsletter/ENL_2017-11-16/

There's supposed to be a discount code associated with ..... More

Print this item

  upgrading python package
Posted by: amka - Nov-18-2017, 09:19 AM - Forum: General Coding Help - Replies (5)

Hi,

I am new in python and I need please help. I use the python ezdxf package (ezdxf.readthedocs.io), I have installed the 0.8.1 version on my debi..... More

Print this item

  things i want that probably mean code to write
Posted by: Skaperen - Nov-18-2017, 08:38 AM - Forum: News and Discussions - Replies (2)

i want a print()-like function that modifies most non-printable characters (exceptions would include common output formatting characters like newline)..... More

Print this item

  how to solve this problem. IndexError: axis 2 out of bounds [0, 2)
Posted by: bedio - Nov-18-2017, 06:43 AM - Forum: Homework - Replies (10)

hello, i am trying to use the pydlssvm code found on internet but i still getting error on the test_camera file i can not make a real tracking.

ac..... More

Print this item

  Clock Program
Posted by: AnjyilLee - Nov-18-2017, 05:12 AM - Forum: Homework - Replies (3)

For my current assignment, I had to make a clock program:

[python]class clock():
import Tkinter as tk
import time

def update_time..... More

Print this item

  The python DOT org cert problem and a new Firefox
Posted by: Skaperen - Nov-18-2017, 05:09 AM - Forum: News and Discussions - Replies (12)

i got a new version of Firefox with my weekly upgrade today (which made it take several minutes, so i knew something big came in) and so i tried it on..... More

Print this item

  How To Modify This Code??
Posted by: digitalmatic7 - Nov-18-2017, 02:38 AM - Forum: General Coding Help - Replies (6)

for img_scan in os.listdir('./test_folder'):
    if img_scan.endswith('.jpg'):
        print(str(img_scan))
The code scans for ...... More

Print this item

  play audio tone of specific frequency
Posted by: insearchofanswers87 - Nov-17-2017, 08:54 PM - Forum: General Coding Help - Replies (3)

Does anyone know of a simple cross-platform Python 3 way to play an audio tone of a specific frequency?

I am developing a sorting animation to help..... More

Print this item

  Sniffer calls on MAC
Posted by: georgelza - Nov-17-2017, 01:15 PM - Forum: Networking - Replies (2)

Hi all

Created the sniffing program available via people like Bucky Roberts etc on MAC, it just sits there, no errors, copied same code to Raspberr..... More

Print this item

  Python - Why multi threads are not working in this web crawler?
Posted by: ratanbhushan - Nov-17-2017, 12:30 PM - Forum: Web Scraping & Web Development - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How to do multithrading of a simple function?
Posted by: ratanbhushan - Nov-17-2017, 09:43 AM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How to give variables to a list?
Posted by: HiImNew - Nov-17-2017, 05:31 AM - Forum: Web Scraping & Web Development - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Functions to remove vowels and extra blanks
Posted by: RiceGum - Nov-17-2017, 03:56 AM - Forum: Homework - Replies (10)

Example A:
Input:

Um cidadão ficou sem paciência ao esperar nas Finanças.

O âmbito do atentado foi grande. Ouve 56 vítimas. Que horror!

O co..... More

Print this item

  Starting to learn python on a Mac
Posted by: asifhoss - Nov-17-2017, 12:50 AM - Forum: General Coding Help - Replies (8)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Software Engineer (Python/Django) needed in Sydney, Australia
Posted by: mathspace - Nov-17-2017, 12:44 AM - Forum: Jobs - Replies (1)

Join us in sunny Sydney, Australia! Work visa can be provided. We're looking for people who have strong Python skills and experience building complex ..... More

Print this item

  readline() and readlines()
Posted by: rpaskudniak - Nov-17-2017, 12:35 AM - Forum: General Coding Help - Replies (9)

Greetings.

This is my first thread on this forum. I am learning Python from a book named "Learn to Program Using Python" (I am a VERY experienced p..... More

Print this item

  function exercise
Posted by: tdebeaulieu - Nov-16-2017, 11:23 PM - Forum: General Coding Help - Replies (3)

Hi there, I just took a python course and I´m just lost..
Can you please give me a hand with the following?


IMC = mass / (height^ 2)
Where mass..... More

Print this item

  ptpython docstring
Posted by: metulburr - Nov-16-2017, 10:47 PM - Forum: General Coding Help - Replies (4)

It states here although i dont see it in their [url=https:/..... More

Print this item

  Need help fixing Time and Score issues
Posted by: Kingrocket10 - Nov-16-2017, 09:11 PM - Forum: Game Development - Replies (5)

Hello I would like some help on my game. My Score and Time limit do not work at all so I would like help fixing that. The digits underneath the Time l..... More

Print this item

  [Python Basics] How To Handle Data For This Project?
Posted by: digitalmatic7 - Nov-16-2017, 07:42 PM - Forum: General Coding Help - Replies (3)

Hey guys,

I'm working on a project where I need to post data to a website.

I need to manage multiple sets of the following data:

Print this item

  dynamically creating a subclass
Posted by: sidereal - Nov-16-2017, 07:16 PM - Forum: General Coding Help - Replies (2)

I have a situation where I know what superclass I am creating (using the superclass sort of like a java abstract class), and will be receiving an stri..... More

Print this item

  GUI Tip Calculator
Posted by: djkraft - Nov-16-2017, 06:29 PM - Forum: Homework - Replies (1)

I am working on a GUI tip calculator. The calculator needs to take entry from the user and have radio buttons to designate the tip percentage, display..... More

Print this item

  Project on Shift management system
Posted by: ab_1986 - Nov-16-2017, 05:10 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi Guys ,

I have to make a project on shift management system on Python which has to be a Web app. I am a new to programming and have completed som..... More

Print this item

  Looking for codding buddy/mentor
Posted by: Peter_EU - Nov-16-2017, 04:24 PM - Forum: News and Discussions - Replies (1)

Hi!

I am Peter the Noob Noob and I am quite new to programming. I am learning on my own, currently playing with Dronekit SILT for instance. And her..... More

Print this item

  Install Module dbfread
Posted by: Tegir - Nov-16-2017, 03:59 PM - Forum: General Coding Help - Replies (3)

Hi Guys,

I am new here and don't have much experience with Python. I am looking for help with the installation of the module dbfread.

I use Pyth..... More

Print this item

  Pygame Button interaction
Posted by: Padalinkiller1 - Nov-16-2017, 02:45 PM - Forum: General Coding Help - Replies (1)

Hi Im creating a quiz based game, I currently have a main menu form called Quiz.py as shown below in the code, this is simply to build my main menu. T..... More

Print this item

  Print more than 20 posts with Python Tumblr API
Posted by: Izzy_M - Nov-16-2017, 12:56 PM - Forum: General Coding Help - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Excel addins
Posted by: rogstad - Nov-16-2017, 12:29 PM - Forum: Data Science - No Replies

Dear all,

I have a question i am hoping you are able to help me with.
I am running the code (snip) below in Jupyter. When it is completed, all add..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  sorting a lisr of file pa... 30 minutes ago Skaperen Skaperen News and Disc...
  conditional nested loops 1 hour ago Skaperen Skaperen News and Disc...
  How to make ball stay wit... 2 hours ago nathanael nathanael General Codin...
  PyQt6 QWidgets and system... 6 hours ago stevecoh1 stevecoh1 GUI
  [solved] re.split issue 6 hours ago paul18fr deanhystad General Codin...
  Please guide me to comple... 9 hours ago pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
Most views
  The best Prog... 578970
  Tutorial Requ... 510465
  Web Scraping ... 441986
  Newbie with P... 386007
  New Users Int... 377043
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+ 12108
buran 8195
snippsat 7388
deanhystad 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday
Bamboo Yesterday
TomTMH 11-13

User Panel Messages

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