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,935
» Latest member: Baran12332
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

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

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
9 hours ago
» Replies: 2
» Views: 275
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
10 hours ago
» Replies: 10
» Views: 3,726
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,350
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 661
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,111
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,001
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,237
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,238
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,351
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 916

 
  Regex using the AND NOT operator
Posted by: mattt1998 - Dec-08-2017, 12:30 PM - Forum: General Coding Help - Replies (2)

Hello, I'm looking for a regular expression that I find in the text, the words "ata de audiência" OR "termo de audiência", and find "inconcilia" AND "..... More

Print this item

Smile pyinstaller exe size
Posted by: issac_n - Dec-08-2017, 09:39 AM - Forum: Data Science - Replies (10)

notice the exe and other files generate by Pyinstaller is really big file size,

my script is 2k but the file generated is 500MB. Cry
how to ..... More

Print this item

  Best way for me to enter into Data Science?
Posted by: Athenaeum - Dec-08-2017, 08:32 AM - Forum: News and Discussions - Replies (4)

I recently graduated with a Master's Degree in Statistics. However, I do not have any relevant work experience or internships. Should I first try to..... More

Print this item

  script wanted: print the command
Posted by: Skaperen - Dec-08-2017, 04:53 AM - Forum: Bar - Replies (5)

this one should be simple enough, maybe even for newbies.  i would a script that is given a command in its arguments, prints the command to stderr, ru..... More

Print this item

  PIP install error
Posted by: alex36540 - Dec-08-2017, 01:04 AM - Forum: Data Science - Replies (15)

[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 to check if value of a list is in a string?
Posted by: HiImNew - Dec-07-2017, 09:28 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

  Beginner - help for an exercice
Posted by: greed13 - Dec-07-2017, 08:35 PM - Forum: Homework - 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

  updating values in objects
Posted by: mercator - Dec-07-2017, 05:13 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

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 9 hours ago arbiel arbiel General Codin...
  403 Error 10 hours ago CaptainNewb CaptainNewb Web Scraping ...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576255
  Tutorial Requ... 497932
  Web Scraping ... 440187
  Newbie with P... 384029
  New Users Int... 366763
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+ 12089
buran 8175
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Baran12332 Yesterday
Hershien Yesterday
Diyaseating Yesterday
marineoman Yesterday
marineservice Yesterday

User Panel Messages

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