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,977
» Latest member: stephaniehendrix
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

Online Users
There are currently 35 online users.
» 1 Member(s) | 29 Guest(s)
Applebot, Bing, AOL, Google, buran

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
8 hours ago
» Replies: 2
» Views: 219
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 848
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 896
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 588
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,941
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,354
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,931
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,358
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,276
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,601

 
  Wrong number of google results in a date range
Posted by: Val - Mar-15-2020, 02:26 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

I have been trying to scrape the number of results within a certain date range on google. I have done this by inserting the date into the google..... More

Print this item

  Regex ignore
Posted by: JohnnyCoffee - Mar-15-2020, 01:54 PM - Forum: General Coding Help - Replies (1)

I am using a modifier to ignore uppercase and lowercase letters of certain words according to the regular expression below: The regex works but presen..... More

Print this item

  FileNotFoundError: [Errno 2] No such file or directory
Posted by: saqib1066 - Mar-15-2020, 01:37 PM - Forum: General Coding Help - Replies (23)

i have been getting the errno2 on my raspberry pi aswell i was following this tutroial.

https://maker.pro/raspberry-pi/projects/...rry-pi-not..... More

Print this item

  Pycharm dosnt load pygame
Posted by: Matres - Mar-15-2020, 01:35 PM - Forum: Game Development - Replies (1)

so when i try to install pygame on pycharm i get
Collecting pygame
Using cached https://files.pythonhosted.org/packages/...e193c06248..... More

Print this item

Photo Visualizing time series data of graph nodes in plotly
Posted by: deepa - Mar-15-2020, 10:54 AM - Forum: GUI - Replies (3)

Hi All,

I've posted a question here a..... More

Print this item

  Trying to understand the python code
Posted by: spalisetty - Mar-15-2020, 10:08 AM - Forum: General Coding Help - Replies (2)

Hello,
I am a beginner. I have written this code and it works for some part while it doesn't work the other time. Kindly help.

[Python]
class Emp..... More

Print this item

  Reading a json file
Posted by: ebolisa - Mar-15-2020, 09:10 AM - Forum: General Coding Help - Replies (2)

Hi,
I've a file with the following data:

[{"hour": "09", "minutes": "00"}, {"ext_ip": "82.334.188.22"}, {"status": "1"}]
A test co..... More

Print this item

  Complex Jumping In Code
Posted by: WhamDie - Mar-15-2020, 07:51 AM - Forum: Homework - Replies (9)

[python]
w=[]
r=0
t=0
q=int(input("How Many Numbers You Wanna Enter: "))
for i in range(q):
e=input("Enter A Word: ")
if e.isalpha==True:
..... More

Print this item

  Greph not displaying.
Posted by: Hass - Mar-15-2020, 01:35 AM - Forum: General Coding Help - No Replies

Hi I wrote the following code for a decision tree.

[python]
import pandas as pd
import pydotplus
from sklearn.tree import DecisionTreeClassifie..... More

Print this item

  Day X since Infection
Posted by: mueller - Mar-14-2020, 09:50 PM - Forum: Data Science - No Replies

Hey everybody,

thats my first Post! *excited*
I'm currently doing Plots of COVID-19 Data provided by JohnsHopkins University.

I read the CSV-fi..... More

Print this item

  csv help
Posted by: tombstone10000 - Mar-14-2020, 09:17 PM - Forum: General Coding Help - Replies (2)

I'm trying to take a string value from a cell in one csv file and write it to a cell in a different csv file.
The problem I'm running into is that whe..... More

Print this item

  Printing Variable into the label
Posted by: ardvci - Mar-14-2020, 08:14 PM - Forum: GUI - Replies (5)

Hi everyone , I'm trying to make an app that can show the price of a stock and also the graphics of the stock. The part of Graph is working but I coul..... More

Print this item

  What's the best way to sort this data with Python?
Posted by: xtrax - Mar-14-2020, 06:56 PM - Forum: General Coding Help - Replies (2)

Hi forum,

I work with JSON and API software Postman a lot and often times, the data that I get from a request is structured in such a way that it i..... More

Print this item

  reference in pop function for linked list
Posted by: oloap - Mar-14-2020, 05:49 PM - Forum: General Coding Help - No Replies

Hello, I have designed two methods, pop1 and pop2, to remove an element from a linked list. Both functions pop1 and pop2 manages two cases:

1) if the..... More

Print this item

  PySimpleGUI
Posted by: michaela9 - Mar-14-2020, 03:58 PM - Forum: Homework - No Replies

Hi,

As part of my final year college project I am making a user interface that takes in information from the user and stores in an XML/METS documen..... More

Print this item

  Help batch converting .json chosen file to MySQL
Posted by: BrandonKastning - Mar-14-2020, 03:41 PM - Forum: Data Science - Replies (2)

Hey there everyone! I am currently manually copying data fields from .json files on GitHUB for Supreme Court of The United States Opinions from 1700's..... More

Print this item

  Question about a Python(?) captcha
Posted by: AudiRS4 - Mar-14-2020, 02:58 PM - Forum: General Coding Help - Replies (3)

Hi guys,

Im playing a text-based game online where you level. When you are leveling up it's sometimes pops up captchas to avoid scripting.
I can s..... More

Print this item

  i'm confused with this if-else assignment
Posted by: gabejohnsonny21 - Mar-14-2020, 01:35 PM - Forum: Homework - Replies (4)

[python]
x = 11
y = 21
z = 31

if (x == 10):
if (y == 20):
print 'End of Nested if Block'
else :
print ' End of Neste..... More

Print this item

  Best Accuracy From Loop.
Posted by: AhmadMWaddah - Mar-14-2020, 12:29 PM - Forum: Data Science - Replies (4)

Hi Guys,
Using Ubuntu 18.04 OS.
Pycharm Editor,

i used a youtube video to build a Linear Regression, i dont know is it possible to put the link ..... More

Print this item

  The Art of Code
Posted by: snippsat - Mar-14-2020, 11:48 AM - Forum: Bar - Replies (6)

A entertaining talk well worth a watch Thumbs Up
The Art of Code - Dylan Beattie

Print this item

Photo How to find axiom of this picture
Posted by: DerbyHarrington - Mar-14-2020, 10:40 AM - Forum: Homework - Replies (2)

Hey folks. I'm wondering if anyone can help me to find axioms of these pictures somehow
[img]https://mail.google.com/mail/u/0?ui=2&ik=96f9b9e177&at..... More

Print this item

  Convert dataframe string column to numeric in Python
Posted by: darpInd - Mar-14-2020, 09:59 AM - Forum: Data Science - Replies (1)

Hello,
I have taken a sample data as dataframe from an url and then added columns in that. While I try to perform some calculations, I realised that ..... More

Print this item

  Tkinter parameter question
Posted by: DPaul - Mar-14-2020, 07:38 AM - Forum: GUI - Replies (2)

Hi,

I am a self-taught Tkinter user and, thank you, all is going well.
But I have a question in the realm of widget parameters.

Why is it that ..... More

Print this item

  openpyxl problem
Posted by: Sheeper - Mar-14-2020, 06:44 AM - Forum: General Coding Help - Replies (2)

I got this problem while trying to study how to interpret an excel folder using Python. The error was saying that the sheet did not exist [i]KeyError:..... More

Print this item

  wanted: regex or code to find valide def statements in a line
Posted by: Skaperen - Mar-14-2020, 04:33 AM - Forum: Bar - Replies (13)

in a text file may be lines that look like valid python def statements. there may be various other things like "def" appearing in a different context..... More

Print this item

  Documentation
Posted by: Jan_97 - Mar-13-2020, 11:51 PM - Forum: Bar - Replies (4)

So I've been coding everyday in march so far and have thus spent quite a few hours working on my latest game project in pygame. Therefore i have been ..... More

Print this item

  termocouple and raspberry pi
Posted by: kallifax - Mar-13-2020, 10:31 PM - Forum: General Coding Help - Replies (4)

Hi guys. I'm not a native english speaker, but I try my best.

I'm starting from zero programing python, just know a really little bit of C++.

I ..... More

Print this item

  Youtube Comment bot
Posted by: mateusz135 - Mar-13-2020, 09:24 PM - Forum: General Coding Help - Replies (4)

Hi I found bot used to find new video and automaticaly post comment there https://github.com/BOT-HAT/Youtube-First-Comment-Bot
but the problem is tha..... More

Print this item

  Keras.Predict into Dataframe
Posted by: Finpyth - Mar-13-2020, 04:57 PM - Forum: Data Science - Replies (13)

Hallo.

i'm working with multiple machine learning models.
I want to have all my predictions into a dataframe. The following is working for my oth..... More

Print this item

  set a new object node in a linked list via reference
Posted by: oloap - Mar-13-2020, 04:47 PM - Forum: General Coding Help - Replies (2)

Hello,

I have written a script to create a circular list. The problem is that, when I add a node to the list using the push function, it is not actua..... More

Print this item

  procedural in class
Posted by: berckut72 - Mar-13-2020, 04:46 PM - Forum: GUI - Replies (4)

Hello!

Made a game in the genre of rts, space. Ready for 80%. Wrote over 12,000 lines of code. Unfortunately, I did everything with a procedural la..... More


Attached Files

Thumbnail(s)
   
Print this item

  Codementor For Free! General Coding Help For Free!
Posted by: Ordovic - Mar-13-2020, 04:14 PM - Forum: Bar - No Replies

[size=medium][font=Tahoma, Geneva, sans-serif][b]Hey There!
Cool
I have been a professional software developer and web designer for several y..... More

Print this item

  No module named 'flask_mysqldb'
Posted by: onuruca - Mar-13-2020, 12:14 PM - Forum: General Coding Help - Replies (2)

Dear Phyton's friends,
ı'm freaking out last five hours. I use visual studio code and python 3.6 (64bit). I could'not import flask_mysqldb from MySQL..... More

Print this item

Question Dividing a single column of dataframe into multiple columns based on char length
Posted by: darpInd - Mar-13-2020, 11:01 AM - Forum: Data Science - Replies (2)

Hi Guys,
I am importing a dataset from a url using below function:
[python]## Import from the url
import pandas as pd
dftemp=pd.read_csv("http://u..... More

Print this item

  I need help with my code
Posted by: pasteldreams - Mar-13-2020, 09:46 AM - Forum: Homework - Replies (3)

Hi there everyone
I am writing a fake medical database for a assignment and there is an unexpected uninedent in my script, would someone help me corr..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 8 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 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
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577364
  Tutorial Requ... 500734
  Web Scraping ... 441019
  Newbie with P... 385067
  New Users Int... 369584
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
stephaniehendrix Today
Williamcaurb Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

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