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,934
» Latest member: Hershien
» Forum threads: 38,722
» Forum posts: 175,507

Full Statistics

Online Users
There are currently 74 online users.
» 1 Member(s) | 68 Guest(s)
Google, Bing, AOL, kshahzad1985

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
53 minutes ago
» Replies: 0
» Views: 18
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
1 hour ago
» Replies: 1
» Views: 3,211
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
2 hours ago
» Replies: 4
» Views: 468
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,498
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,891
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 833
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,078
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,119
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,185
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 748

 
  [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

  Python script that transfer it self
Posted by: iboman5 - Nov-11-2017, 05:27 PM - Forum: General Coding Help - Replies (6)

So hello there your are reading my thread thats very nice of you to try to help me. But since its my thread please dont make fun of me if i sound stup..... More

Print this item

  Classification with shuffling
Posted by: PythonNewbie - Nov-11-2017, 05:08 PM - Forum: Data Science - 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

  wxPython wxListBox Contains
Posted by: QueenSvetlana - Nov-11-2017, 03:42 PM - Forum: GUI - Replies (1)

Does wxListBox have the equivalent of C# ListBox.Items.Contains()? I looked into FindString() but I..... More

Print this item

  KeyError: 'ulVersion' - how can I fix it?
Posted by: Adrian - Nov-11-2017, 02:48 PM - Forum: General Coding Help - No Replies

Penultimate line of run code shows 'KeyError'. Can anyone say why this would happen?
Thanks...

Last login: Sat Nov 11 11:47:38 on ttys002
Adrians..... More

Print this item

  creating a blog, models.py is empty
Posted by: rickadams - Nov-11-2017, 02:20 PM - Forum: General Coding Help - Replies (3)

I'm creating a blog based on Antonio Mele course Packhub course - create a python blog. Wondering why Huh the models.py file is empty instead of..... More

Print this item

  Threading in Python 3 homework
Posted by: Maxspencer - Nov-11-2017, 12:40 PM - Forum: Homework - Replies (2)

Hi All

The following code is my son's homework for an A level he has just begun. The activity he is having trouble with is this:

Activity 2 – C..... More

Print this item

  Animation (Python 2.7)
Posted by: Especuloide - Nov-11-2017, 12:06 PM - Forum: Code sharing - Replies (1)

I did an animation for fun :

[Image: tumblr_oyn9qnS29v1s0krmio1_1280.gif]

[python..... More

Print this item

  show csv file in flask template.html
Posted by: rr28rizal - Nov-11-2017, 09:17 AM - Forum: Web Scraping & Web Development - Replies (7)

Hello, I have a question.
I have python script that collect tweets from twitter and store it csv file.
how to show the csv file in index.html?
I us..... More

Print this item

  Need some basic help with GUI graphics
Posted by: Jerz - Nov-11-2017, 09:02 AM - Forum: GUI - Replies (2)

Hey,
I'm new to python graphics and fairly new to python in general and I just need some basic help. How does the whole grid thing work? Like how do ..... More

Print this item

  Substituting Values in Plot
Posted by: Hotdog1 - Nov-11-2017, 07:41 AM - Forum: Data Science - Replies (2)

I have an equation I need to plot which generates correctly in another program but not in Python. The equation used in the other program is
[python]s..... More

Print this item

  Text Based Tic Tac Toe
Posted by: incineratez - Nov-11-2017, 06:21 AM - Forum: Homework - Replies (3)

I've been given an assignment that utilises the random function in python to make a simple game. I've chosen to make a text based tic tac toe, player ..... More

Print this item

  generate a fake lag using python?
Posted by: jhave_21 - Nov-11-2017, 05:59 AM - Forum: General Coding Help - Replies (4)

hi all, So I wanna generate a fake lag using python, fake because even the screen is "non-responsive" the processes is still running (on the backgroun..... More

Print this item

  Microsoft SQL Server
Posted by: bhampton - Nov-11-2017, 04:08 AM - Forum: Web Scraping & Web Development - Replies (2)

Microsoft SQL Server was running fine until it recently stopped running for no real apparent reason.
Saying: The Index Allocation Map Page is Pointed..... More

Print this item

  Understanding maze generation code
Posted by: kleynah22 - Nov-11-2017, 03:38 AM - Forum: General Coding Help - Replies (1)

So I have been interested in mazes recently(you can even see I made a thread about it earlier, haha) and I was trying to understand this cool software..... More

Print this item

  I am stuck on functions
Posted by: Hebruiser - Nov-11-2017, 02:07 AM - Forum: Homework - Replies (11)

Hi all, I am working on a lab assignment and I am stuck...probably because it's friday and my brain stopped at 5pm. At any rate, here's the actual pro..... More

Print this item

  Problem with updata the data into the database as it went into the wrong rows
Posted by: chris0147 - Nov-10-2017, 11:27 PM - Forum: General Coding Help - Replies (5)

Hi all,
I have got a problem with update the data into the database. When I ran the code, it will input the data that start with 3061 to 3070 int..... More

Print this item

  Python UI - Getting Label to show to left of QLineEdit
Posted by: ijosefson - Nov-10-2017, 10:45 PM - Forum: Homework - Replies (1)

I would like the QLineEdit field to follow the label.

Right now the label lives in the upper left hand corner of the dialogue box.



[python..... More

Print this item

  how to do comparison for the value returned by os.system
Posted by: jash - Nov-10-2017, 10:34 PM - Forum: General Coding Help - Replies (2)

In my code, I’m trying to compare the output returned by the os.system(’/opt/abc/cmd/abc-target’)

Here’s my code:

import os
s= os.system(’/opt/..... More

Print this item

  email notification
Posted by: sritsv - Nov-10-2017, 10:08 PM - Forum: General Coding Help - Replies (2)

Hello Team,
can anyone help me understand why is the email not triggered.
class mailnotify():
def check_db_conn(self):
try:
conn_string = "dbname..... More

Print this item

  (AI) Neural Network Project.
Posted by: NeuralNetwork - Nov-10-2017, 07:34 PM - Forum: Jobs - No Replies

(AI) Neural Network Project.

[size=small]I am looking for one or two people who can help me with making an AI that will includ..... More

Print this item

  [split] Problem using global variables
Posted by: RedSkeleton007 - Nov-10-2017, 04:36 PM - Forum: General Coding Help - Replies (1)

[quote='Mekire' pid='29942' dateline='1510216508']
The problem here is you never defined these three variables `monthlyInvestment, yearlyInterest, ye..... More

Print this item

  How to display XML tree structure with Python?
Posted by: sonicblind - Nov-10-2017, 03:35 PM - Forum: Web Scraping & Web Development - Replies (13)

Hi,

I have a large multi-level XML document of a complicated structure, without any namespace definition.
I would like to generate a simplified tr..... More

Print this item

  Oanda Api for price streaming
Posted by: beforecoffe - Nov-10-2017, 03:33 PM - Forum: GUI - Replies (1)

Hello everyone I am not sure if this is the right place to ask questions if not please refer me to the right place and I will move my question there ...... More

Print this item

  Python is not Recognised
Posted by: odohemma - Nov-10-2017, 03:28 PM - Forum: Homework - Replies (2)

On testing whether a python script would run using the Command Prompt, I got this reply; "'python' is not recognized as an internal or external comman..... More

Print this item

  Python script that transfer it self
Posted by: iboman5 - Nov-10-2017, 12:54 PM - Forum: General Coding Help - Replies (2)

So hello there your are reading my thread thats very nice of you to try to help me. But since its my thread please dont make fun of me if i sound stup..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 53 minutes ago arbiel arbiel General Codin...
  Scraping a page with log ... 1 hour ago iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 2 hours ago Alexandros Alexandros General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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...
Most views
  The best Prog... 576174
  Tutorial Requ... 497775
  Web Scraping ... 440117
  Newbie with P... 383937
  New Users Int... 366556
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+ 12089
buran 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Hershien Today
Diyaseating Today
marineoman Today
marineservice Today
bennyanderson482 Yesterday

User Panel Messages

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