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,986
» Latest member: Tycho_2025
» Forum threads: 38,734
» Forum posts: 175,575

Full Statistics

Online Users
There are currently 48 online users.
» 0 Member(s) | 43 Guest(s)
Applebot, Google, AOL

Latest Threads
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
1 hour ago
» Replies: 3
» Views: 2,515
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 2
» Views: 56
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 6
» Views: 178
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 453
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,083
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 835
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,108
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,549

 
  New thread/topic
Posted by: ankita_nthu - Jul-07-2019, 08:04 AM - Forum: Board - Replies (2)

hi,

sorry to ask here as this question is not related to this topic.
I am very new to this forum , so i dont know how create a new thread/topic. ..... More

Print this item

  use the print function in pygame
Posted by: rwahdan - Jul-07-2019, 05:14 AM - Forum: Game Development - Replies (5)

Hi,

I am learning python and I took the code from GitHub but it is printing the results in the screen as print command, I need to attach this print..... More

Print this item

  clear button destroy can't work
Posted by: jacklee26 - Jul-07-2019, 02:54 AM - Forum: GUI - Replies (1)

why my destroy can't work when click clear
[python]
from tkinter import *

a=Tk()
a.title('Window')
a.geometry('500x500+300+100')
b=StringVar()..... More

Print this item

  A generic breadth first traversal function
Posted by: Gribouillis - Jul-06-2019, 10:16 PM - Forum: Code sharing - Replies (2)

The function breadth_first() defined below generates the nodes of a directed graph in ..... More

Print this item

  Make a Web crawler without using the recursion method.
Posted by: hibritusta - Jul-06-2019, 08:16 PM - Forum: Web Scraping & Web Development - Replies (6)

I'm working on a Crawler application.
My goal is to write a broken link detection tool.
So I'm going to check all the links on a site.

When [inli..... More

Print this item

  Why are my parameter names greyed out?
Posted by: 357mag - Jul-06-2019, 07:16 PM - Forum: General Coding Help - Replies (1)

I'm experimenting with passing arguments to functions and I noticed that the names I'm using for parameters look greyed out. You probably can't see it..... More

Print this item

  How can I work this codes in Windows?
Posted by: herace - Jul-06-2019, 02:35 PM - Forum: General Coding Help - Replies (4)

This codes is working on Raspberry, how can I work this codes in Windows?

[python]bashCommand = ['mkvpropedit','{}'.format(dosyatam),'--edit','info..... More

Print this item

  Ai DeepNude problematic?
Posted by: snippsat - Jul-06-2019, 01:04 PM - Forum: News and Discussions - Replies (14)

It's funny that that image on left is the "problem" and image on right the "solution".
I guess many men will agree Shifty
[spoiler="NSFW Click ..... More

Print this item

  Raspberry - Python 3.7 - Installation trouble
Posted by: madjo1983 - Jul-06-2019, 12:33 PM - Forum: General Coding Help - Replies (2)

Hi,

I installes Python 3.7 on my Raspberry Pi 3 Model B.
I used those sites:
https://gist.github.com/SeppPenner/6a5a3...524417761d..... More

Print this item

  What is the purpose of "None" in event=None with tkinter ?
Posted by: alan9979 - Jul-06-2019, 12:29 PM - Forum: GUI - Replies (2)

In the following code, I try with and without the "=None" on line 30 (def changeCouleurs(self,event=None):), but there's no difference. I would like t..... More

Print this item

  How do I manipulate musical notes using Python?
Posted by: rockproper - Jul-06-2019, 11:39 AM - Forum: General Coding Help - Replies (3)

I am trying to manipulate a midi file using python. For now, I would be happy if I could simply increase one note by one increment.

I know this is..... More

Print this item

  Object attribute
Posted by: Uchikago - Jul-06-2019, 10:31 AM - Forum: General Coding Help - Replies (9)

Hi, i'm just a new beginer, so please help me! Today i've come across this syntax module.attribute, i'm wondering what this use for ?..... More

Print this item

  Nested while loop problem + turtle
Posted by: DreamingInsanity - Jul-06-2019, 08:14 AM - Forum: General Coding Help - Replies (3)

Here's a bit of info. I am creating a simple program (for now) that takes an image, makes it black and white, then using turtle, draws it on the scree..... More

Print this item

  Help | Classes to use in real world
Posted by: soothsayerpg - Jul-06-2019, 04:07 AM - Forum: General Coding Help - Replies (9)

Hi guys,

Tutorials and youtube videos often teach python classes using a person (and without real inputs). My question is, how can I take a module ..... More

Print this item

  Giving index when joining dataframes
Posted by: kw42chan - Jul-06-2019, 03:55 AM - Forum: Data Science - Replies (1)

hi all,

I copy the code from Sentdex (https://youtu.be/j0zW_KXyQJ4) to produce the output.

I got the below error:
ValueError: columns overlap ..... More

Print this item

  Insert a variable in a Python > Cellular AT command
Posted by: ElectronicsNut - Jul-06-2019, 02:07 AM - Forum: General Coding Help - Replies (1)

I am an ElectronicsNut that is venturing into foreign coding territory. I have a Raspberry Pi that I have connected to a FONA 3G cellular module via p..... More

Print this item

  replace nan values by mean group by date.year, date.month
Posted by: wissam1974 - Jul-06-2019, 12:49 AM - Forum: Data Science - Replies (5)

Hi for all

i have read a CSV file with tow series columns as follow:
Dateobs TMIN
2006-01-01 NAN
2006-01-02 12.3
2006-01-..... More

Print this item

  I need help for tomorrow please!
Posted by: phyton1 - Jul-05-2019, 08:58 PM - Forum: Homework - Replies (8)

4.
a. Create a dictionary named d1, which has three key-value pairs, so that there is one key of each data type: str, int, float.
b. Create an empty..... More

Print this item

  [split] NameError: name 'lo' is not defined when using input ?
Posted by: Cedmo - Jul-05-2019, 08:53 PM - Forum: General Coding Help - Replies (2)

Hi, i have another error that i can't solve :
[error]Vite ! Des aliens envahissent la planète.
Tu dois activer la plateforme de défense mondiale.
J..... More

Print this item

  high light change made in notepad
Posted by: nadavrock - Jul-05-2019, 07:25 PM - Forum: News and Discussions - No Replies

i have a gui that searach replaces a text within a txt file i open with notepad. following the replace the gui pop opens the notepad.any way for pyth..... More

Print this item

  Button won't execute function
Posted by: TheLegendOfPanda - Jul-05-2019, 07:24 PM - Forum: GUI - Replies (2)

I programming the game battleships and got stuck when it came to the user input for the fields you want to shoot on. For that I created a tkinter wind..... More

Print this item

  Cannot import BeautifulSoup4 as bs4 and BeautifulSoup4 not in same directory
Posted by: B5473829 - Jul-05-2019, 06:18 PM - Forum: Web Scraping & Web Development - Replies (1)

I have installed BeautifulSoup using pip command and installed successfully.
When I attempted to import it in Python; the following error appears.
>..... More

Print this item

  How to set virual enviroment?
Posted by: EndOfTheGlory - Jul-05-2019, 03:55 PM - Forum: Homework - Replies (1)

Greetings!I am currently studing python with the book and try 1 project offered there,but I was confused about 1 part and hope you to help.
Quote:
[..... More

Print this item

  How to use Python to extract data from Zoho Creator software on the web
Posted by: dan7055 - Jul-05-2019, 03:42 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I am new to Python, although I have experience programming. I am looking for advice on how I can use a programming language to interact with..... More

Print this item

  [nltk] Parsing with CFG
Posted by: constantin01 - Jul-05-2019, 02:21 PM - Forum: Data Science - Replies (1)

Hi

I am reading "Natural Language Processing with Python" and the author gives example of use of CFG in nltk

[python]
grammar2 = nltk.parse_cfg("""..... More

Print this item

  Need suggestion on software
Posted by: Prince_Bhatia - Jul-05-2019, 11:34 AM - Forum: Bar - Replies (1)

Ok we need a pronounciation app in which i have the option to upload already recorded pronounciation of words and then . If i say a sentence and in th..... More

Print this item

  SQL query with a variable amount of parameters
Posted by: Antares - Jul-05-2019, 10:14 AM - Forum: General Coding Help - Replies (10)

I am trying to create SQL query with variable amount of parameters, and can't figure out how to do it. I have this:

[python]
def sql_select(query,..... More

Print this item

  Python server(Django web site)/client(Python app) connection
Posted by: Junior_Pythoneer - Jul-05-2019, 10:02 AM - Forum: Networking - Replies (5)

Here is my situation:
I’ve got Django web site(url shortener) with its database. This database consists all data about url.
I'm going to make a simp..... More

Print this item

  Graphical UI for Windows
Posted by: AndrzejB - Jul-05-2019, 09:14 AM - Forum: News and Discussions - Replies (1)

Hi, I am programmimng with many languages but I am Python newbie.
I have installed Python 3.x for Windows. File python.exe is interactive tool, pytho..... More

Print this item

  Moving to the next character
Posted by: 357mag - Jul-05-2019, 07:58 AM - Forum: General Coding Help - Replies (2)

I'm experimenting with a C++ style program trying to make it work in Python but I don't think it's gonna go. I'm trying to increment what is in the le..... More

Print this item

  Cypto
Posted by: knagsted - Jul-05-2019, 07:30 AM - Forum: General Coding Help - Replies (2)

Is there a module called Crypto in the lastest version? I have installed it with succes but the intepreter can't find it.

[/python]
import Crypto..... More

Print this item

  Beautiful soup and tags
Posted by: starter_student - Jul-05-2019, 06:57 AM - Forum: Web Scraping & Web Development - Replies (11)

Hi everyone,

I'm trying to do a loop inside a div tag with others div tags but how to find all the children of that div!

[python]
<div id ="sto..... More

Print this item

  How to automate the clicking of GUI's menu?
Posted by: Hypermesher - Jul-05-2019, 06:27 AM - Forum: General Coding Help - Replies (3)

Hello,

I have a question about GUI libraries. I am working on an automation program. I use coordinate info of a command (for example, file -> open ..... More

Print this item

  FileNotFound when copy
Posted by: linh_py - Jul-05-2019, 03:44 AM - Forum: Homework - Replies (3)

hi everybody, please help me
i have function, it find the file and copy to new folder.
[python]def BKZ(folder):
print("Searching.............")
..... More

Print this item

  selecting customized seasons from monthly time series
Posted by: Staph - Jul-05-2019, 02:18 AM - Forum: Data Science - Replies (3)

I have monthlly time seris data like this

data = [1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,...]

where 1,..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Fred Economic Data API 1 hour ago warrior42 Trickety Web Scraping ...
  create ocr to detect lice... 2 hours ago bimosora noisefloor General Codin...
  Parse Markdown / get the ... 2 hours ago SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... Yesterday, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
Most views
  The best Prog... 577462
  Tutorial Requ... 501191
  Web Scraping ... 441086
  Newbie with P... 385158
  New Users Int... 369795
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Tycho_2025 Today
chikkamagalur Today
Costa Today
bimosora Today
kyleconor797 Yesterday

User Panel Messages

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