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,286
» Latest member: xdimbah
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 36 online users.
» 1 Member(s) | 29 Guest(s)
Google, Bing, AOL, Apple, AOL, lovedeep

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 119
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 50
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,483
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 143
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 63
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,071
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,300
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 369
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 207
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 267

 
  Learning Python Course
Posted by: ankitdixit - Dec-31-2019, 07:16 AM - Forum: News and Discussions - Replies (3)

Hello Everyone, I want to start learning coding in python and I am looking to online free course. I have check udemy and codecademy course but i am no..... More

Print this item

  For List Loop Issue
Posted by: Galdain - Dec-31-2019, 04:37 AM - Forum: General Coding Help - Replies (2)

Hello, good people of the Python forums! I am new to coding and Python both, it's nice to meet you all!

I am writing a simple program that compares..... More

Print this item

  Define a range, return all numbers of range that are NOT in csv data
Posted by: KiNeMs - Dec-31-2019, 02:09 AM - Forum: General Coding Help - Replies (18)

Hi There,

I have a CSV file that contains the following data

"LineURI";"Type";"Number";"Extension"
"tel:+61383997000;ext=97000";"csuser";"+613..... More

Print this item

  How to accept only float number in QLineEdit input
Posted by: ism - Dec-30-2019, 10:30 PM - Forum: GUI - Replies (5)

Hello everyone, I'm a beginner in python coding and in GUI developing.
I'm trying to develop a little GUI that takes only two float numbers in input ..... More

Print this item

  replace "NaN" field with an space
Posted by: CFORED - Dec-30-2019, 09:55 PM - Forum: Data Science - Replies (1)

How do I replace "NaN" field with an empty space?
See, python script below:

[python]{
"cells": [
{
"cell_type": "code",
"execution_co..... More

Print this item

  "if not" not doing as expected - why not?
Posted by: PyDenmark - Dec-30-2019, 08:06 PM - Forum: General Coding Help - Replies (6)

I'm trying to remove some dirty letters that sneaked into a list.

I wan't to remove all lines (lines of sentences) having a specielt set of letters..... More

Print this item

Question Syncing 2 systems
Posted by: kamaleon - Dec-30-2019, 07:25 PM - Forum: Networking - Replies (4)

Hello,

I am trying to sync Mailchimp with Sendy.

The sync works well, but right now I am sending ALL my Mailchimp users to Sendy.

I want to s..... More

Print this item

  sending image with fbchat
Posted by: pylab - Dec-30-2019, 07:01 PM - Forum: General Coding Help - Replies (2)

Hello,

i've started recently working with Python and i want to learn to send automatic messages with fbchat.

I cand send a text message, i can send ..... More

Print this item

  Python dictionary help
Posted by: kamaleon - Dec-30-2019, 05:54 PM - Forum: General Coding Help - Replies (3)

Hello,

I accessed an API and I got this below.

How can I extract the email_address and FNAME from this dictionary?

[python]>>> ..... More

Print this item

  how to save the data from MySQL to CSV in Flask
Posted by: farah97 - Dec-30-2019, 03:56 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi..I want to save the data from MySQL to CSV in Flask. The data that need to be saved, consists of id,q1 and q2. The problem is, it does not generate..... More

Print this item

  How would I make my position variable more accurate?
Posted by: HelpMEE - Dec-30-2019, 02:48 PM - Forum: Game Development - Replies (4)

Currently, I have a variable that is supposed to exit the program once the player reaches a certain point, but my collision detection system is "fake"..... More

Print this item

  Learn Python by doing?
Posted by: Coastal - Dec-30-2019, 02:43 PM - Forum: News and Discussions - Replies (2)

Hey

I have a question about learning python.
Last month I started learning Python and I feel I'm starting to understand the basics.
I build simpl..... More

Print this item

  Validating the functionality of the application
Posted by: rpalakodety - Dec-30-2019, 01:29 PM - Forum: General Coding Help - Replies (1)

I am trying to learn test script in python. I would like to write a test script to validate the functionality of an executable. The script should test..... More

Print this item

  Nested Loop for user input
Posted by: Ads - Dec-30-2019, 11:11 AM - Forum: General Coding Help - Replies (2)

Hello,

I am new to Python.
My code is like
[python]age = int (input ("Enter your age = "))
name = input ("Enter your name = "))

if age > 15:..... More

Print this item

  Can't install pip for Python 3.7.4 in Ubuntu virtual OS
Posted by: netbids - Dec-30-2019, 07:55 AM - Forum: General Coding Help - Replies (9)

I'm trying to set up Python 3.7.4 on a virtual Ubuntu OS (version 15.04) running in VMWare so that I can use it to run a Linux script that someone wro..... More

Print this item

  [PySimpleGUI]How to insert values that were gotten from FilesBrowse into ListBox?
Posted by: trigchen - Dec-30-2019, 06:58 AM - Forum: GUI - No Replies

I want to fill the ListBox with the values when user click the FilesBrowse button and select multiple files and return.
I set the FilesBrowse button'..... More

Print this item

  Replacing characters in a string with a list
Posted by: cjms981 - Dec-30-2019, 05:46 AM - Forum: General Coding Help - Replies (1)

I am trying to take a string of DNA bases and partition the string into codons followed by replacing each codon one by one with a list of codons while..... More

Print this item

  Using a value from one json file to another.
Posted by: pyseeker - Dec-30-2019, 05:32 AM - Forum: General Coding Help - No Replies

Hello,

We are using Pytest for our API Automation and wanted to avoid hard coding throughout the test by dynamic insertion of the values for the fiel..... More

Print this item

  Need tkinter help with clicking buttons
Posted by: pythonprogrammer - Dec-30-2019, 05:02 AM - Forum: GUI - Replies (2)

In the code below I have images of 3 dice (1,2,3) randomly selected and I have the on_click method in place to change the background to red for that d..... More

Print this item

  good names for these functions
Posted by: Skaperen - Dec-30-2019, 02:24 AM - Forum: News and Discussions - No Replies

[python]
def foo(s,n):
??????????
def bar(s,n):
??????????
def boo(s,n):
??????????
def far(s,n):
??????????
a=[x for x in ra..... More

Print this item

  Using .format() with expresions.
Posted by: Covert - Dec-30-2019, 12:41 AM - Forum: General Coding Help - Replies (2)

I am new to Python and have been trying to trim some code for brevity.
Following is the original code.
[python]
user_sentance = input("Enter a sent..... More

Print this item

  Problem with my code
Posted by: Farcrafting - Dec-30-2019, 12:03 AM - Forum: Homework - Replies (5)

Hello.

Iam new here in the forum.
I have a problem with an exercise and hope to get a few tipps and help.
First of all, I'm not a student. I do..... More

Print this item

  discard one from an iterator
Posted by: Skaperen - Dec-29-2019, 10:55 PM - Forum: General Coding Help - Replies (1)

i have a iterator in a variable which was iterated until some match was encountered. next i want to iterate it in a very different loop. before that..... More

Print this item

  Pillow
Posted by: juuls04 - Dec-29-2019, 09:25 PM - Forum: GUI - Replies (4)

[python]
from tkinter import *
from PIL import Image,ImageTk

root = Tk()

img = ImageTk.PhotoImage(Image.open('red-circle.png'))
label = Label..... More

Print this item

  Best Library to use?
Posted by: juuls04 - Dec-29-2019, 09:17 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi
I want to create a automated software wich purchases sneakers from websites automaticly. I was wondering wich lybrary is best to use in this case...... More

Print this item

  Q on file ownership
Posted by: ebolisa - Dec-29-2019, 07:14 PM - Forum: General Coding Help - Replies (2)

Hi,

Why the generated log file has root ownership and not user's?

TIA

[python]fileLog = '/home/pi/mylogs.log'

# Log messages should be time stampe..... More

Print this item

  What is wrong with my chemistry code?
Posted by: mimimycin - Dec-29-2019, 05:40 PM - Forum: General Coding Help - Replies (9)

Hello guys, can someone explain me why it's wrong and it doesn't work. I'm beginner.

[python]
def product_produced(actual_substance):
def yi..... More

Print this item

  Input box
Posted by: Jpen10 - Dec-29-2019, 05:13 PM - Forum: GUI - Replies (7)

I'm not very good at programming with tkinter and kivy. To set on the old Basic, Q basic, GWBasic and VBasic for Excel and MSAccess. I've tried numero..... More

Print this item

  Django admin login problem
Posted by: erfanakbari1 - Dec-29-2019, 12:29 PM - Forum: Web Scraping & Web Development - No Replies

Hey guys .
I just started web development using Django framework & after fixing urls and creating models and views I just created a super user in ter..... More

Print this item

  computing entropy using pickle files
Posted by: baran01 - Dec-29-2019, 10:42 AM - Forum: General Coding Help - Replies (2)

Hi everyone
Happy holidays

I'm working on the ISCX VPN2016 dataset, it consists of some pcap file..... More

Print this item

  ValueError: The condensed distance matrix must contain only finite values.
Posted by: kisumsam - Dec-29-2019, 09:51 AM - Forum: Data Science - Replies (1)

Hi, I am learning Python and I have the following code that gives me the following error:

ValueError: The condensed distance matrix must contain on..... More

Print this item

  How to insert data if not exists in mysql?
Posted by: farah97 - Dec-29-2019, 08:32 AM - Forum: General Coding Help - No Replies

Hi...I want to insert the new data if it is not exist in MySQL. This is the code:

[python]mySql_insert_query = """INSERT INTO sent (q,polarity,sent..... More

Print this item

  Find all “*.wav” files that created yesterday on linux host with python.
Posted by: pydeev - Dec-29-2019, 07:15 AM - Forum: General Coding Help - Replies (6)

There is so many .wav files and create alot of these files everyday on Linux Host. I want to find all wav files that created yesterday ( a day ago whe..... More

Print this item

  Need to Start Web Development
Posted by: mitpancha - Dec-29-2019, 05:37 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello All,

I am new to Python and need to use Django for web development.
Please suggest me how to start django and use admin lte 2 template and p..... More

Print this item

  dynamically resize custom widget fill remaining space
Posted by: ironcthulhu - Dec-29-2019, 01:35 AM - Forum: GUI - Replies (1)

I have a two-pane horizontal QSplitter that takes up the entire window. The right pane is unimportant for now. I just gave it a dummy QFrame. But the ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579260
  Tutorial Requ... 512113
  Web Scraping ... 442188
  Newbie with P... 386295
  New Users Int... 379631
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
xdimbah Today
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22

User Panel Messages

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