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,261
» Latest member: SledgeNE
» Forum threads: 38,787
» Forum posts: 175,848

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 47 Guest(s)
Bing, AOL, Google

Latest Threads
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
39 minutes ago
» Replies: 1
» Views: 36
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 1
» Views: 37
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
2 hours ago
» Replies: 5
» Views: 301
How to make ball stay wit...
Forum: General Coding Help
Last Post: SledgeNE
10 hours ago
» Replies: 1
» Views: 70
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 11:31 PM
» Replies: 0
» Views: 35
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Yesterday, 06:38 PM
» Replies: 0
» Views: 65
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:02 PM
» Replies: 10
» Views: 254
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 03:33 PM
» Replies: 3
» Views: 127
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 214
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 404

 
  youtube conversion
Posted by: starchief - Dec-07-2017, 04:02 PM - Forum: General Coding Help - Replies (1)

I want to convert python code to youtube format and the suggested downloadable tool don't work, how can I convert it manually?
thank you

Print this item

  Django don't redirect to an external url
Posted by: PeppePegasus - Dec-07-2017, 02:25 PM - Forum: Web Scraping & Web Development - No Replies

Hi guys,

I have this view where I execute a redirect to an external site:

[code]
def redpagopa(request):
if request:
return redirec..... More

Print this item

  help with simple program
Posted by: juanb007 - Dec-07-2017, 02:10 PM - Forum: General Coding Help - Replies (2)

hi

can you please help i dont understand why im getting the error:

C:\Users\juanb>python
[python]Python 3.7.0a2 (v3.7.0a2:f7ac4fe, Oct 17 2017,..... More

Print this item

  Only one coefficient for linear model?
Posted by: Oliver - Dec-07-2017, 01:40 PM - Forum: General Coding Help - Replies (2)

Confused: The website below shows a single estimated coefficient, but, to estimate a line, shouldn't you have two coefficients? (slope and y-intercept..... More

Print this item

  How To Make Script Restart?
Posted by: ghost0fkarma - Dec-07-2017, 01:24 PM - Forum: General Coding Help - Replies (1)

[python]Choice = str(raw_input("+, -, /, or *"))
if Choice == '+':
Add = int(raw_input("Pick A Number"))
Add1 = int(raw_input("Pick Another Num..... More

Print this item

  function help (totaly beginner)
Posted by: thanikos - Dec-07-2017, 12:32 PM - Forum: Homework - Replies (16)

Hello i have this assignment and i don't know how to continue.
User will write a word , example, table, and the program will print *t*a*b*l*e*

I a..... More

Print this item

  cx_freeze exe error
Posted by: issac_n - Dec-07-2017, 10:08 AM - Forum: Data Science - No Replies

Manage to generate the exe file but comes with error when trying to running it .
below is my code and the error message.
anything wrong with the cod..... More

Print this item

  How to print particular text areas fron an HTML file (not site)
Posted by: Chris - Dec-07-2017, 07:45 AM - Forum: Web Scraping & Web Development - Replies (10)

I am new to python and need some help to be able to print particular text areas from a .html file .The file is in my c:\temp\test.html

filename=inp..... More

Print this item

  Preserve Encapsulation while Displaying Information
Posted by: QueenSvetlana - Dec-07-2017, 02:31 AM - Forum: General Coding Help - Replies (13)

Suppose I've got the following class to represent a Car and Tire

[python]class Tire:

def __init__(self, id, name, type):
self.id = ..... More

Print this item

  Function that separates a list in two other ones
Posted by: eevvyy - Dec-07-2017, 12:45 AM - Forum: Homework - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Python Pygame code help
Posted by: Trajme - Dec-06-2017, 10:36 PM - Forum: Game Development - Replies (1)

Here is my current code, i am trying to make a pause event so when the user presses P the game will pause and when the user presses C the game will co..... More

Print this item

  lxml
Posted by: sairam132033 - Dec-06-2017, 10:21 PM - Forum: General Coding Help - Replies (3)

I want to explore xpath queries to parse large set of xmls.

Would you please let me know from where I shall install lxml?

I am on Windows 10.
..... More

Print this item

  Pause event
Posted by: Trajme - Dec-06-2017, 09:57 PM - Forum: General Coding Help - Replies (2)

How do i make a pause event?

Print this item

  how to check if i have installed python correct?
Posted by: apollo - Dec-06-2017, 09:49 PM - Forum: Web Scraping & Web Development - Replies (4)

hello dear python-experts,

i am apollo - pretty new to python. i have installed python on my opensuse leap 42.3. box:

afterwards i have insta..... More

Print this item

  Python Pygame help pause event
Posted by: Trajme - Dec-06-2017, 09:14 PM - Forum: Game Development - No Replies

Here is my current code, i am trying to make a pause event so when the user presses P the game will pause and when the user presses C the game will co..... More

Print this item

  call python function
Posted by: python1980 - Dec-06-2017, 09:13 PM - Forum: General Coding Help - Replies (1)

I created a .py file, the code is a function that simply calculates v*p

def amount(v,p):
    amt=v*p
    return amt
now i..... More

Print this item

  How to install Pygame
Posted by: chappie - Dec-06-2017, 08:22 PM - Forum: Game Development - Replies (2)

I downloaded and installed pygame, however, not sure how to "link" it with my IDE (pycharm) so it recognizes "import pygame" ...

Print this item

  turtle moving platform
Posted by: chappie - Dec-06-2017, 08:06 PM - Forum: General Coding Help - Replies (1)

working on python game using turtles.

have player object that moves up and down (jump) on key press. trying to add moving platform that the player ..... More

Print this item

  Modifying / extracting multiple list items simultaneously using variable from range
Posted by: ehammarlund - Dec-06-2017, 06:02 PM - Forum: General Coding Help - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  How much python should I learn before starting Pygame
Posted by: jakegold98 - Dec-06-2017, 05:27 PM - Forum: Game Development - Replies (4)

I am a beginner in python, but I am really interested in learning Pygame and I was wondering if there was any like "Threshold" of python I should know..... More

Print this item

  Serial communication with a board
Posted by: Bokka - Dec-06-2017, 02:42 PM - Forum: General Coding Help - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  google contacts to txt
Posted by: atux_null - Dec-06-2017, 12:13 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  unable to load file using python selenium
Posted by: purnima1 - Dec-06-2017, 10:53 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi All,
I am trying to upload any dummy file from any arbitrary path but this is not working. I have removed driver.close() ,juts to check my file is..... More

Print this item

  pandas restricting csv read to certain rows
Posted by: metalray - Dec-06-2017, 10:42 AM - Forum: Data Science - Replies (5)

Dear Pandas Experts,

I am tryig to extract data from a .csv file that contains columns called CarId, IssueDate

[python]
import pandas as pd
  ..... More

Print this item

  a funny coding challege
Posted by: Skaperen - Dec-06-2017, 09:23 AM - Forum: Bar - Replies (2)

write a script that is to be run as a command under either version of python and run itself under the other version and print "hello" the run itself a..... More

Print this item

  opening a file
Posted by: baronmontesqieu - Dec-06-2017, 09:13 AM - Forum: General Coding Help - Replies (2)

i am trying to open a file.
it is not letting me read the file.

WHY?
this is my code
[python]with open('C:/Users/j_pra/Desktop/98-0.txt','r'..... More

Print this item

  would anyone like to recode these to python?
Posted by: Skaperen - Dec-06-2017, 03:18 AM - Forum: Bar - No Replies

would anyone like to recode these to python?  these a 2 bash shell scripts to transfer files between 2 remote computers when you are connected to them..... More

Print this item

  TypeError in my Simple RPG
Posted by: Iskuss - Dec-06-2017, 03:15 AM - Forum: General Coding Help - Replies (1)

This is a basic RPG that I'm working on. The program runs fine until the highlighted section. For the most part it runs correctly there, but if you tr..... More

Print this item

  input function visual studio terminal help
Posted by: JJG - Dec-06-2017, 02:37 AM - Forum: General Coding Help - Replies (1)

hi all, i been trying to figure out how to get the integrated terminal to work in visual studio code and i have no clue what going on. I have Extensio..... More

Print this item

  which is "better"?
Posted by: Skaperen - Dec-06-2017, 02:33 AM - Forum: General Coding Help - Replies (3)

which is "better"?

    if opt[0].lower()=='-n':
        ...
or:
    if opt[0] in ('-n','-N'):
        ...
?

Print this item

  People Not Using Code Tags
Posted by: micseydel - Dec-05-2017, 11:54 PM - Forum: Board - Replies (16)

I feel like the problem in the last several months has gotten much, much worse than it used to be. I also thought of a potential solution - is there a..... More

Print this item

  I'm teaching myself python and i'm stuck...
Posted by: stormrider - Dec-05-2017, 10:16 PM - Forum: General Coding Help - Replies (2)

I'm using a book to teach myself python and the book is telling me to run the code on the command line but im not sure i did it right because none of ..... More

Print this item

  Help with multiple conditions on ATM program
Posted by: jakegold98 - Dec-05-2017, 06:43 PM - Forum: General Coding Help - Replies (6)

I am new to python and decided to see if I could create an ATM program I called a JTM as a joke but anyway I have it working well I just want to make ..... More

Print this item

  A simple web crawler that does nothing special.
Posted by: RickyWilson - Dec-05-2017, 05:51 PM - Forum: Code sharing - No Replies

I wrote this on my android using qpython3

[python]
#-*-coding:utf8;-*-
#qpy:3
#qpy:console


import urllib.request
from urllib.parse import ..... More

Print this item

  Python what should be name of the module for managing data of users ?
Posted by: harun2525 - Dec-05-2017, 04:54 PM - Forum: General Coding Help - Replies (3)

Hi, I'm working a project and I want to create a package for using to manage user's data, but what should be name of this package? I created a data di..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  PermissionError: [Errno 1... 39 minutes ago Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... 1 hour ago Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... 2 hours ago Skaperen DeaD_EyE News and Disc...
  How to make ball stay wit... 10 hours ago nathanael SledgeNE General Codin...
  conditional nested loops Yesterday, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... Yesterday, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue Yesterday, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... Yesterday, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
Most views
  The best Prog... 578984
  Tutorial Requ... 510601
  Web Scraping ... 442000
  Newbie with P... 386029
  New Users Int... 377191
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+ 12108
buran 8195
snippsat 7388
deanhystad 6912
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SledgeNE Today
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday
Bamboo Yesterday

User Panel Messages

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