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

Full Statistics

Online Users
There are currently 37 online users.
» 1 Member(s) | 30 Guest(s)
Bing, Google, DuckDuckGo, Mojeek, Apple, lovedeep

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

 
  Python dot org Website Design (Framework)
Posted by: cwelect1 - Dec-07-2019, 07:05 PM - Forum: Bar - Replies (2)

Anyone know what framework is used for Python dot org website?

Print this item

  Where to find / How to install Python 3.8 64-bit
Posted by: greenbeacon - Dec-07-2019, 05:44 PM - Forum: General Coding Help - Replies (1)

Hello

I'm new to programming and new to Python. I'm not able to find the 64-bit version of Python 3.8. When I go to Python.org and go to the downlo..... More

Print this item

  extract first and last 5 elements from given list and generate a new list.
Posted by: Raj_Kumar - Dec-07-2019, 04:40 PM - Forum: General Coding Help - Replies (1)

Hi,

Iam very sorry. i have very very basic doubt. i wrote the code and getting error. but i can't understand why error is occurring.

given list:..... More

Print this item

  How do I stop this fast factorization program from printing beyond the 3rd output?
Posted by: Pleiades - Dec-07-2019, 02:30 PM - Forum: General Coding Help - Replies (6)

I have a problem with this python37 code during printing and I would like it not to print out beyond the 3rd print statement of the loop. The program ..... More

Print this item

  How to convert value to defined number?
Posted by: philipbergwerf - Dec-07-2019, 01:15 PM - Forum: General Coding Help - Replies (7)

I am making a program that prints a piano-keyboard-diagram on the screen based on the input. I want to use text input using the 'music tracker' standa..... More

Print this item

  How to highlight the cell
Posted by: SriRajesh - Dec-07-2019, 01:05 PM - Forum: General Coding Help - Replies (3)

Hi,
I am comparing two Excell files, and if a cell from file1 != a cell in file2 print that, and highlight the cell different in file2 (with red fon..... More

Print this item

  Not able to login and maintain session of LinkedIn using beautifulsoup
Posted by: RiteshMahto - Dec-07-2019, 11:39 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi All,

I am new to Python and trying the below code but not getting the desired output.

Library used: BeautifulSoup, Requests

Aim: To login ..... More

Print this item

  Running multiple script at the same time
Posted by: LoganSulpizio - Dec-07-2019, 11:25 AM - Forum: General Coding Help - Replies (1)

Hello,

I'm new with Python and I'm trying to learn it.

I would like to know how can I start/run several python scrip at the same time. I'm not f..... More

Print this item

  How to print message after row value in the same line
Posted by: SriRajesh - Dec-07-2019, 10:26 AM - Forum: General Coding Help - Replies (2)

Hi,
I am reading CSV files using readlines, and enumerate through columns. I print each row value, and some message.
print("INFO: " + f1_lines[i] + ..... More

Print this item

  Converting float (2.0) to integer(2)
Posted by: Raj_Kumar - Dec-07-2019, 10:12 AM - Forum: General Coding Help - Replies (2)

HI,

Iam python beginner. Kindly help me. My query is, i want to round off float value to 2 decimals. if the number is 2 or 2.0 then the number to b..... More

Print this item

  GPIO time in HIGH LOW
Posted by: boris_za - Dec-07-2019, 08:53 AM - Forum: General Coding Help - Replies (1)

Hi All

Wondering if someone can help me with a problem im trying to solve.

I have data that im trying to put together.

Scenario:

1. There is a dip..... More

Print this item

  Bad input shape for SVC
Posted by: Scott - Dec-07-2019, 06:35 AM - Forum: Data Science - Replies (1)

Hi everyone,

I am trying to test a support vector machine classifier on text data for a kernel I found. I found a kernel that uses a neural network..... More

Print this item

  Fill a value in triangle shape in Matrix
Posted by: lynx - Dec-07-2019, 06:32 AM - Forum: General Coding Help - No Replies

Hey Guys!

Maybe someone of you know a Package to write in a given 2D numpy array a Triangle with 3 specified points of a matrix and a given value t..... More

Print this item

  FIDBEck ON MY CODE IN OOP
Posted by: saaat - Dec-07-2019, 04:10 AM - Forum: General Coding Help - Replies (1)

HI
can some on can give me fidback ?

[python]
class Animal(object):

def __init__(self,name,hunger=0):
self.hunger=hunger
..... More

Print this item

  Pytest API Post call thrown errors
Posted by: pyseeker - Dec-07-2019, 02:25 AM - Forum: General Coding Help - Replies (4)

I am performing the API Testing and using the pytest framework. Test is failing all the time with 401 error. Couldn't figure out what was the issue an..... More

Print this item

  Is it possible to check for a key error in a python dictionary?
Posted by: mrsenorchuck - Dec-06-2019, 11:38 PM - Forum: General Coding Help - No Replies

Hello,

Hope you are well.

Using a dictionary "Undergrads" with is list of students, it has a key made of two values to make each student unique ..... More

Print this item

  mouse 0.7.0 - mouse polling hate 125-1000hz
Posted by: penahuse - Dec-06-2019, 09:33 PM - Forum: General Coding Help - Replies (1)

Hi guys, i need your help!

I installed mouse 0.7.0 by pip install mouse.

This mouse api works fine on an aplication designed to mouses 125hz, bu..... More

Print this item

  Time Series Production Process Problem
Posted by: Mzarour - Dec-06-2019, 06:44 PM - Forum: Data Science - Replies (1)

Hi there

Here's a time series problem I need advice on please.

A manufacturing house manufactures 3 types of drinks A, B and C. The manufacturin..... More

Print this item

  CNN Speech Classification
Posted by: Mitchie87 - Dec-06-2019, 06:17 PM - Forum: Data Science - No Replies

Hi All,

I have build a cnn model that classifies Englisch words based on wav. files as input. I have some question regarding to the output of the ..... More

Print this item

  Import Python file with a name of a module in Stantard Library
Posted by: tiago_code - Dec-06-2019, 06:09 PM - Forum: Homework - Replies (7)

Hi,
I am doing a University Project and i need to import a file named time.py to the main projetc file that is main.py
The problem is that time is..... More

Print this item

  coding error
Posted by: bilawal - Dec-06-2019, 05:24 PM - Forum: General Coding Help - Replies (11)

[/python]

class Product(models.Model):
description = models.TextField(max_length = 500)

----------------------------
SyntaxError: bad input on..... More

Print this item

  Appending to a list in the right order
Posted by: Noobstudent - Dec-06-2019, 05:11 PM - Forum: Homework - Replies (2)

Hi everyone,

So I am basically trying to iterate over a list of 12 values and if a value at a specific index (every third) is also a value in a dic..... More

Print this item

  Use String contents for checkbox name
Posted by: jcday - Dec-06-2019, 04:45 PM - Forum: General Coding Help - Replies (1)

Creating a number of checkbuttons with a for loop.
I store the name increment and would like to use the stored string as the checkbox name.
[python]..... More

Print this item

  txt-file: read and append missing data
Posted by: sufi - Dec-06-2019, 03:46 PM - Forum: General Coding Help - Replies (1)

I am trying to insert missing data into a large text file.

The file contains information on different types of objects (curves, points and text). E..... More

Print this item

  Extracting information from a file
Posted by: lokhtar - Dec-06-2019, 03:39 PM - Forum: General Coding Help - Replies (6)

Hello guys,

I have a directory with a lot of text files, I need to loop through them and extract a certain section from them. The Text files are f..... More

Print this item

  Tkinter Tic Tac Toe With Enhanced Features – Suggestions Invited
Posted by: adt - Dec-06-2019, 03:10 PM - Forum: Code sharing - No Replies

As my first python project, I intend to develop an advanced version of Tic Tac Toe on Tkinter, incorporating enhanced features for better user experie..... More

Print this item

  How to insert record into MySQL using Phython
Posted by: abhay_kala - Dec-06-2019, 02:52 PM - Forum: General Coding Help - Replies (1)

Hi all,

Finally, I need help. I tried my best to solve issue but no result.Here is problem

Purpose: Insert Calculator's real calculation & resul..... More

Print this item

  TCP socket, data transnission
Posted by: Simba - Dec-06-2019, 02:16 PM - Forum: Networking - Replies (4)

Hi guys, I was trying to get the user input from the command line (ubuntu to be precise) so like when a person enters the command to run the program w..... More

Print this item

  Tetris 3
Posted by: abscorpy - Dec-06-2019, 01:26 PM - Forum: Game Development - Replies (3)

[python]import pygame
import random

pygame.font.init()

#GLOBAL VARS

s_width = 800
s_height = 700
play_width = 300
play_height = 600
bloc..... More

Print this item

  Getting an .exe to run from Task Scheduler
Posted by: fioranosnake - Dec-06-2019, 12:07 PM - Forum: General Coding Help - Replies (2)

Hi,

I have created an exe using pyinstaller.

The exe runs just fine if I run it manually. However, If I try and schedule it using a basic task i..... More

Print this item

  quick question/excel+python
Posted by: zarize - Dec-06-2019, 10:00 AM - Forum: General Coding Help - Replies (1)

Hi guys,

Quick question, does any1 know why i get returned

[error]C:\ProgramData\Anaconda3\python.exe: can't find '__main__' module in \test.xl..... More

Print this item

  virtual environment is not activating in centOS
Posted by: Anu - Dec-06-2019, 07:36 AM - Forum: Web Scraping & Web Development - Replies (5)

I am trying to install django in CentOS 7 cloud server. For that I have installed Virtual environment by using python -m venv env. An..... More

Print this item

  Code improvement: groupby and operation on conditionals
Posted by: pythonidae - Dec-06-2019, 06:02 AM - Forum: Data Science - Replies (6)

Hello. I have data in the following format. I am looking to groupby the location, and then find the maximum value for each compound where the correspo..... More

Print this item

  [split] Can’t get program to run properly
Posted by: KingC - Dec-06-2019, 04:07 AM - Forum: Homework - Replies (2)

I have a similar problem trying to get a written date of birth to calculate the age.

Print this item

  Edit Filename
Posted by: arthur_cti - Dec-06-2019, 03:53 AM - Forum: General Coding Help - Replies (7)

Hello, I am new to python and would like to know how to quickly change the end of my link to multiple files according to the following criteria: I onl..... 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... 579273
  Tutorial Requ... 512135
  Web Scraping ... 442191
  Newbie with P... 386302
  New Users Int... 379688
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
OLanePulse Today
xdimbah Today
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday

User Panel Messages

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