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,841

Full Statistics

Online Users
There are currently 56 online users.
» 1 Member(s) | 50 Guest(s)
Google, Bing, Apple, Mojeek, snippsat

Latest Threads
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
18 minutes ago
» Replies: 0
» Views: 9
How to make ball stay wit...
Forum: General Coding Help
Last Post: nathanael
1 hour ago
» Replies: 0
» Views: 14
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
5 hours ago
» Replies: 0
» Views: 41
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 10
» Views: 215
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
8 hours ago
» Replies: 3
» Views: 112
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 07:58 PM
» Replies: 6
» Views: 196
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 6
» Views: 381
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 126
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 264
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 414

 
  my post is blocked as spam?
Posted by: Skaperen - Nov-14-2017, 02:12 AM - Forum: Board - Replies (6)

how is it that my post revealing technical details about how python.org is not online got blocked as spam?

Print this item

  Google Cloud App Deployment Help..
Posted by: BlackHeart - Nov-13-2017, 09:24 PM - Forum: General Coding Help - Replies (1)

Been trying to figure out how to run my python script on the Google cloud platform.. I'm not sure if this is the right section for this. I was directe..... More

Print this item

  IndexError: list index out of range
Posted by: BoaCoder3 - Nov-13-2017, 07:21 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

  Strange behavior
Posted by: Larz60+ - Nov-13-2017, 06:56 PM - Forum: Bar - Replies (8)

I've noticed myself having a lot of typo's lately, and was worried that my age was catching up with me.
Then, I started thinking about my wireless ke..... More

Print this item

  Sharing objects in multiple processes
Posted by: duje - Nov-13-2017, 04:41 PM - Forum: Code sharing - No Replies

Here's a python package I made for sharing complex objects between processes.

git: https://github.com/dRoj[url=https://python-forum.io/thread-6278.html]..... More

Print this item

  Trouble passing arguments
Posted by: underoathed - Nov-13-2017, 02:36 PM - Forum: General Coding Help - Replies (2)

When I call the functions and go to pass arguments for the functions (specifically for download_clips and download_clip) I get an error. I'm unsure wh..... More

Print this item

  User Interface
Posted by: metulburr - Nov-13-2017, 01:05 PM - Forum: Game Tutorials - Replies (2)

Pygame does not come with widget toolkits such as buttons, sliders, input boxes, etc. You have to create them from scratch. Writing a single button fo..... More


Attached Files

Thumbnail(s)
   
Print this item

  Web scraping with list from Excel - HELP
Posted by: olsmag - Nov-13-2017, 12:04 PM - Forum: General Coding Help - Replies (1)

Hi everybody,

I need to use Python to do a task for my boss. Only one problem; I have never used Python before! So I desperatly need your help.

..... More

Print this item

  converting python list to a list by user input
Posted by: Dante24 - Nov-13-2017, 11:15 AM - Forum: General Coding Help - Replies (1)

Hello. I have this algorithm for breadth search and depth search. AS you can see below, the variable parents holds my nodes. How can I change it so th..... More

Print this item

  argmin() and argsort()
Posted by: PythonNewbie - Nov-13-2017, 10:16 AM - Forum: Data Science - 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

  Automation Script for Opttimization
Posted by: vasuv - Nov-13-2017, 09:46 AM - Forum: General Coding Help - Replies (1)

[code]
Hi,

As a Oracle Developer, I am writing many Procedures,Functions and Packages. Facing Many optimization issue after writing these Database..... More

Print this item

  Storm Hurricane Tracker (NEED HELP ASAP)
Posted by: zak1206 - Nov-13-2017, 06:50 AM - Forum: Homework - Replies (2)

I need help with a hurricane tracker program I am working on that I think you guys might be able to help me with!
I can use help via skype if possibl..... More

Print this item

  Calling list from previous function
Posted by: zykbee - Nov-13-2017, 05:38 AM - Forum: General Coding Help - Replies (1)

I am writing a program using python w/ tkinter. The GUI is three buttons. Two of them are to be used for inputting a text file, then converting it to ..... More

Print this item

  Problem Using Python Library
Posted by: abir99 - Nov-13-2017, 05:17 AM - Forum: General Coding Help - Replies (8)

Hello ,
I am new on Python. I am trying to use a library called "bangla_pos_tagger"(1).
Rules to use it:


[align=center] Install the modul..... More

Print this item

  Phyton Beginner
Posted by: Showtime - Nov-13-2017, 03:51 AM - Forum: News and Discussions - Replies (3)

Hi all, I dont have any idea about phyton but I have basic programming knowledge, please I need advice which phyton installer I should use as a beginn..... More

Print this item

  Python code and []
Posted by: heiner55 - Nov-13-2017, 03:28 AM - Forum: Board - Replies (2)

Sometimes when I paste code, the brackets disappear:
Sample:
list = [ ]

list =
What do I do wrong ?

Print this item

  How to delete a post?
Posted by: heiner55 - Nov-13-2017, 03:26 AM - Forum: Board - Replies (4)

How can I delete a post as long as nobody has answered ?

Print this item

  Change single element in 2D list changes every 1D element
Posted by: AceScottie - Nov-12-2017, 08:10 PM - Forum: General Coding Help - Replies (9)

I have a 2D list of 10x10 0s' (user can change the amount from command line)
list = [
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0..... More

Print this item

  try/except for filename extensions?
Posted by: PythonAndArduino - Nov-12-2017, 07:40 PM - Forum: Data Science - Replies (1)

I have a program that works with .txt files that contain specifically formatted data. I need my program to evaluate whether the selected file is a .tx..... More

Print this item

  Enigma Machine, I need help!
Posted by: Kimkuq - Nov-12-2017, 07:15 PM - Forum: General Coding Help - Replies (68)

[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

  Using Sqlite with WAL
Posted by: QueenSvetlana - Nov-12-2017, 05:09 PM - Forum: General Coding Help - Replies (1)

I've been following Python documentation on the SQLite tutorial and I managed to create an Employee table and write to it.

[python]import sqlite3
..... More

Print this item

  NameError: name 'python' is not defined
Posted by: AlexCantor - Nov-12-2017, 03:57 PM - Forum: General Coding Help - Replies (4)

[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

  installation error on Win 7 2.7.14
Posted by: sammazza - Nov-12-2017, 03:03 PM - Forum: News and Discussions - Replies (4)

I get a Microsoft.VC90.crt error during isntallation. Any advice on how to resolve?

Thanks

Print this item

  Nested Loop Problem
Posted by: GSWes - Nov-12-2017, 02:24 PM - Forum: General Coding Help - Replies (5)

Wall New coder here trying to teach himself.

Look closely at the number of "a" in the next sentence. Why does the following code produce "CCCC..... More

Print this item

  typeerror: 'str' does not support the buffer interface
Posted by: rdirksen - Nov-12-2017, 12:04 PM - Forum: General Coding Help - 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

  [CPP] Embedding Python and use GDB
Posted by: Razazel - Nov-12-2017, 11:02 AM - Forum: General Coding Help - Replies (4)

Hi, I'm using Python 3.6 in a C ++ application. (Mingw 5.3 and GDB 7.10.1).
main.cpp :
[code]
#include <include/Python.h>

int main(int argc, cha..... More

Print this item

  if statement in for loop
Posted by: Danielk121 - Nov-12-2017, 09:50 AM - Forum: Homework - 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

  2FA authenticator in source - w/o using PAM
Posted by: Skaperen - Nov-12-2017, 07:36 AM - Forum: News and Discussions - No Replies

i am looking for a two-factor-authentication (2FA) authenticator (the thing that checks if the 6 digit code is valid for this 30-second time frame, fo..... More

Print this item

  file extension for python
Posted by: Skaperen - Nov-12-2017, 06:04 AM - Forum: News and Discussions - Replies (6)

python already uses .py and .pyc and .pyo ... are there any others:  i've started using these:

.pyi - insertable (not n..... More

Print this item

  Importing a temperature converting module
Posted by: RedSkeleton007 - Nov-12-2017, 04:57 AM - Forum: General Coding Help - Replies (2)

So I'm trying to learn how to import functions from a module. This one converts degrees fahrenheit to celsius, or degrees celsius to fahrenheit, depen..... More

Print this item

  Django debug of templates and home.html
Posted by: Drone4four - Nov-12-2017, 03:53 AM - Forum: Web Scraping & Web Development - Replies (1)

I am having fun trying to initiate a django project with some apps. I am taking an awesome course on udemy called, [i]The Ultimate Beginner's Guide t..... More

Print this item

  [Python][Scipy]Help with Sound Recognition Testing Protocol
Posted by: WebsterAugust - Nov-12-2017, 01:46 AM - Forum: Data Science - No Replies

Hey guys! I’m working on a small project using some open source sound recognition code (referenced below w/ op) and I was wondering how I would test a..... More

Print this item

  Visual studio debugger- "Frame not in module"
Posted by: Yaya33 - Nov-11-2017, 09:27 PM - Forum: General Coding Help - Replies (2)

Hi All,
"Frame not in module" - "The current stack frame was not found in a loaded module. Source cannot be shown for this”
This doesn't let me step..... More

Print this item

  Big problem for installing PyCharm
Posted by: sylas - Nov-11-2017, 07:13 PM - Forum: General Coding Help - Replies (2)

Hi all. There is a month I use PyCharm since the uploads directory. So it is not really installed. Here is what they say about installing: Linux Insta..... More

Print this item

  List of pathlib.Paths Not Ordered As Same List of Same String Filenames
Posted by: QbLearningPython - Nov-11-2017, 05:54 PM - Forum: General Coding Help - Replies (20)

While testing a module, I have found a weird behaviour of pathlib package. I have a list of pathlib.Paths and I sorted() it. I supposed that the order..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  conditional nested loops 18 minutes ago Skaperen Skaperen News and Disc...
  How to make ball stay wit... 1 hour ago nathanael nathanael General Codin...
  PyQt6 QWidgets and system... 5 hours ago stevecoh1 stevecoh1 GUI
  [solved] re.split issue 5 hours ago paul18fr deanhystad General Codin...
  Please guide me to comple... 8 hours ago pbkurd Larz60+ General Codin...
  New to python and coding Yesterday, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... Yesterday, 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
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
Most views
  The best Prog... 578970
  Tutorial Requ... 510458
  Web Scraping ... 441986
  Newbie with P... 386007
  New Users Int... 377039
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 Today
JamesFalkner Today
stevecoh1 Today
Bamboo Today
TomTMH Yesterday

User Panel Messages

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