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,282
» Latest member: MattCarters
» Forum threads: 38,792
» Forum posts: 175,871

Full Statistics

Online Users
There are currently 38 online users.
» 0 Member(s) | 32 Guest(s)
Google, Bing, AOL, Mojeek, Apple

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

 
  how does a html form work exactly?
Posted by: mp3909 - Apr-01-2020, 12:13 PM - Forum: Web Scraping & Web Development - Replies (2)

I have been trying to teach myself Python Django.
Been following videos on YouTube.

I'm confused in understanding how this piece of code that has ..... More


Attached Files

Thumbnail(s)
       
Print this item

  Alpha numeric element list search
Posted by: rhubarbpieguy - Apr-01-2020, 12:11 PM - Forum: General Coding Help - Replies (1)

I have a list question using the following script:

list1=['a','b','c','d','e','f']
list2=['1A','1B','1C','1a','1b','1c']
list3=[]
list4=[]

..... More

Print this item

  I built Tic-Tac-To
Posted by: dsad12 - Apr-01-2020, 12:09 PM - Forum: Code Review - Replies (6)

I have been studying python in the last 2 weeks for many hours and last night I did the game Tic-Tac-To. I'm a beginner developer so I don't know whet..... More

Print this item

  iterate and print json datas
Posted by: enigma619 - Apr-01-2020, 11:35 AM - Forum: General Coding Help - Replies (1)

Hi

i've a problem to iterate a json file

My Json
[code]
{
"name": "value1",
"surname": "value2",
"size": "value3",
"age": "value4..... More

Print this item

  Pyplot and circle
Posted by: Reldaing - Apr-01-2020, 10:39 AM - Forum: General Coding Help - No Replies

Hi! I'm using matplotlib.pyplot and I wanted to know if it was possible to create a circle only with the coordonates of the center and the coordonates..... More

Print this item

  Try to Avoid for-loops for performance
Posted by: Phase1997 - Apr-01-2020, 07:18 AM - Forum: Code Review - Replies (4)

Hey everyone! :)

I need some help to boost my performance.

I got a given volume, which is a 3d-matrix out of 0s and 1s, representing the voxels...... More

Print this item

Question Building Python GUIs for the Web
Posted by: SpaceTime - Apr-01-2020, 06:55 AM - Forum: Web Scraping & Web Development - Replies (5)

Hello everyone,

i am currently starting off a project in which I should kind of combine several already existing GUIs so a User can comfortably swi..... More

Print this item

  general def coding
Posted by: Agusben - Apr-01-2020, 06:06 AM - Forum: GUI - Replies (1)

[python]
from tkinter import *
import turtle
from math import cos,sin,tan,pi

root = Tk()

def graph ():
pen.penup()
angle = 0
theta =..... More

Print this item

  How to clear matplotlib graphs from memory
Posted by: mrashy - Apr-01-2020, 04:03 AM - Forum: General Coding Help - No Replies

So I was running code earlier and got the following warning:

Warning (from warnings module): File "", line 558 RuntimeWarning: More than 20 figures..... More

Print this item

  Write object to file
Posted by: medatib531 - Apr-01-2020, 03:16 AM - Forum: General Coding Help - Replies (7)

Hello,

I have developed my code that has several hierarchies of objects, nested in lists, nested in other objects etc, also uses external libraries..... More

Print this item

  How can you update a python application across multiple devices?
Posted by: GalaxyCoyote - Apr-01-2020, 02:52 AM - Forum: Bar - No Replies

I am making multiple applications that I want to update over time. Instead of forcing my users to redownload from a file hosting website or (if I set ..... More

Print this item

  Tkinter/Turtle Stopping and Starting Timers Cleanly
Posted by: robin73 - Mar-31-2020, 10:18 PM - Forum: GUI - Replies (2)

I have come across several situations recently writing programs using Python Turtle Graphics where the ontimer() turtle method has been insufficient..... More

Print this item

  help needed!
Posted by: gmachaj - Mar-31-2020, 10:12 PM - Forum: General Coding Help - Replies (2)

Hi, I'm trying to make a loop for some files. I want to use a number of rows in the file to split it a half... and I'm stuck please help (python 2 ..... More

Print this item

  Python values on a WebPage
Posted by: Petrouil - Mar-31-2020, 09:56 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I want to make a web site that I want to take some values from a Python program that runs continuously on my raspberry. I mean that the site..... More

Print this item

  Class issue
Posted by: Reldaing - Mar-31-2020, 09:55 PM - Forum: General Coding Help - Replies (2)

Hi . I'm new to Algorithms with Python. Well, actualy, I'm trying to code one: K nearest Neighbors. My code worked perfectly until I try to automatize..... More

Print this item

  python dictionary
Posted by: pkmnmewtwo - Mar-31-2020, 08:47 PM - Forum: Homework - Replies (3)

I'm kinda stuck on this homework assignment and i need help. this program has a menu but i got all the menu except this part. this menu selection is a..... More

Print this item

  Learning selenium
Posted by: mieciow - Mar-31-2020, 07:44 PM - Forum: Web Scraping & Web Development - Replies (1)

In the code below :
[python]from selenium import webdriver
import time

driver = webdriver.Chrome("C:\Users\Miécio\PycharmProjects\Selenium\driver..... More

Print this item

  How to display percentage above the bars in bar graph?
Posted by: WhatsupSmiley - Mar-31-2020, 07:21 PM - Forum: Data Science - No Replies

Hi there, I am trying to figure out how to display the percentage values above each bar in my bar graph. I am using matplotlib and I created a dataf..... More

Print this item

  Deep Q-learning for playing Tetris
Posted by: 1991viet - Mar-31-2020, 07:11 PM - Forum: Code sharing - No Replies



Source code: https://github.com/uvipen/Tetris-deep-Q-...ng-pytorch
Demo: htt..... More

Print this item

  Random selection from list
Posted by: Mohsky - Mar-31-2020, 07:06 PM - Forum: Homework - Replies (1)

Hi everyone,

This is not homework per se, but I am teaching myself(as everyone else has done before) python by taken courses, books, and online pra..... More

Print this item

  KeyError in OrderedDict
Posted by: rberna - Mar-31-2020, 05:13 PM - Forum: General Coding Help - Replies (1)

Hello, I'm pretty new to python and would really like some help with a KeyError I'm receiving in the python code. I am using python 3.7.6. The code..... More

Print this item

  HTML loading process
Posted by: windows11 - Mar-31-2020, 04:53 PM - Forum: Web Scraping & Web Development - Replies (1)

hello ppl, do you know the way for loading page?

For example we have a html code:
<html
--><head>
--><body>
</html>

and inside in body we ha..... More

Print this item

  Dataframes to url open
Posted by: CCorker234 - Mar-31-2020, 04:33 PM - Forum: Web Scraping & Web Development - No Replies

Hi all
Im new here but would anyone be able to help me with a problem.
I have a data frame of one row of part numbers which all need adding to the e..... More

Print this item

  SonarCloud, SonarQube support Python 3.8, add rules for method signature & visibility
Posted by: ganncamp - Mar-31-2020, 04:29 PM - Forum: News and Discussions - No Replies

Hi all,

SonarSource is pleased to share that we now support Python 3.8 on SonarCloud. Support in SonarQube will be available in the upcoming 8.3 ve..... More

Print this item

  Recommendations: Querying CSV / Database??
Posted by: ironfelix717 - Mar-31-2020, 04:20 PM - Forum: General Coding Help - Replies (2)

Hi,

I have an application already built in VBA for Access that does data visualization on a user imported CSV files.
Its kind of boggy and slow. ..... More

Print this item

  Feedback on my first solo coding project please
Posted by: w4ldom4ths - Mar-31-2020, 02:41 PM - Forum: Code Review - Replies (4)

Hi

Below is the code from my first attempted project, it works (its maths based as I am a maths teacher)

If anybody has a few spare minutes I wo..... More

Print this item

  recording a translation table into a file
Posted by: arbiel - Mar-31-2020, 02:11 PM - Forum: General Coding Help - No Replies

Hi

I'm writing a script to collate ancient greek. Until now, I've been able to create a dictionnary from the Unicode blocks of characters and use it ..... More

Print this item

  How to crawl schema markup data type using scrapy?
Posted by: Nuwan16 - Mar-31-2020, 02:08 PM - Forum: Web Scraping & Web Development - Replies (1)

I tried to crawl and extract a data type of schema markup using python using this

[python]response.xpath("//script[@type='application/ld+json']/tex..... More

Print this item

  Showing error
Posted by: Sakeeb - Mar-31-2020, 11:57 AM - Forum: General Coding Help - Replies (3)

[python]def buying(self):
while self.price> 0:
try:
print ("Items you are buying:\n")
if self...... More

Print this item

  Age Difference to 18
Posted by: vejin - Mar-31-2020, 11:27 AM - Forum: General Coding Help - Replies (1)

Hello,

I want to write a small program that outputs the age difference in years to 18:

[python]
x = int(input("Please enter your age: ")

if ..... More

Print this item

  Additional buffer for Windows
Posted by: constantin01 - Mar-31-2020, 10:24 AM - Forum: General Coding Help - No Replies

I would like to write a program for extending the number of buffers available for the user. We have a default ctrl+c and ctrl+v but I want to have add..... More

Print this item

  word subscript
Posted by: Staph - Mar-31-2020, 08:40 AM - Forum: General Coding Help - Replies (1)

Please how to i write Asubscriptmean as a string in pytho

A[mean] where the word mean is subscript?

Print this item

  Installing Numpy on Raspberry Pi
Posted by: koepjo - Mar-31-2020, 08:20 AM - Forum: General Coding Help - Replies (3)

Hi!

I'm trying to use numpy with python3 on my Rasspberry Pi, but I'm not able to import the module after I installed it with [b]sudo apt install p..... More

Print this item

  name error:name 'clf' is not defined
Posted by: saiankith - Mar-31-2020, 07:23 AM - Forum: General Coding Help - Replies (3)

[quote]
I am working on a project called heart disease predictor.When i click the button predict heart disease.The below error is coming.But clf is d..... More

Print this item

  sub-folders in folders from text line
Posted by: jenost - Mar-31-2020, 06:59 AM - Forum: General Coding Help - Replies (1)

Hi!
Tips on how to create sub-folders in each one created from an txt dokument. See code example.
Should I also close the text file?

[python]
im..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 5 hours ago drakhsin Pedroski55 General Codin...
  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... 579243
  Tutorial Requ... 512081
  Web Scraping ... 442175
  Newbie with P... 386288
  New Users Int... 379460
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 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21
OtiliaBecker 11-21

User Panel Messages

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