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,969
» Latest member: samuelshlzeo7159
» Forum threads: 38,730
» Forum posts: 175,553

Full Statistics

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

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Jacobjoift
18 minutes ago
» Replies: 5
» Views: 13,763
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
49 minutes ago
» Replies: 8
» Views: 401
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,802
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 666
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,200
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,766
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 658
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,160
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,132
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,424

 
  Python + request from specific website - please help
Posted by: hoff1022 - Feb-05-2019, 08:18 PM - Forum: Web Scraping & Web Development - Replies (8)

I'm trying to write a Python code that sends a request to this website: https://ucr.gov/enforcement using the "search" form where I enter the input (e..... More

Print this item

  Is there a standard for autocommit In PEP 249
Posted by: zatlas1 - Feb-05-2019, 06:38 PM - Forum: General Coding Help - Replies (10)

I tried reading PEP 249 and I could not locate any mentioning as a parameter to the connect() except in the commit method:
--------------------------..... More

Print this item

  Connecting lists for tree view
Posted by: minasal - Feb-05-2019, 06:37 PM - Forum: General Coding Help - Replies (5)

Hello,
I have a list of datetime objects that will look like below
[python]('John', datetime.datetime(1984, 8, 26), datetime.datetime(2021, 8, ..... More

Print this item

  How to resolve 404 returned from web method when not running on localhost
Posted by: littleGreenDude - Feb-05-2019, 05:35 PM - Forum: General Coding Help - Replies (3)

I'm calling a webmethod that has been around for a while. When hitting localhost, all is fine and I get a 200 response. Here is soap envelope:

Co..... More

Print this item

  Tkinter timetabl using treeview
Posted by: mntfr - Feb-05-2019, 04:01 PM - Forum: GUI - Replies (3)

Hi I am trying to create a drag and drop timetable using tkinter and I was wondering if there was a way to create an element in a treeview that expand..... More

Print this item

  Final Project Help
Posted by: hyg71886 - Feb-05-2019, 03:06 PM - Forum: Homework - Replies (6)

Good morning everyone, I am working on my final project but am hitting a wall. My assignment is as follows

The 1040EZ is an IRS form for individual..... More

Print this item

  Recommendations of learning Python to be a Data Analyst
Posted by: rickylee - Feb-05-2019, 03:02 PM - Forum: News and Discussions - Replies (3)

Hello,

I am new to Python and from a finance background and good at database query e.g. Oracle, MySQL

While I am not interested in a pure develo..... More

Print this item

  Vairables
Posted by: Phynomeagle - Feb-05-2019, 02:54 PM - Forum: Homework - Replies (3)

I am trying to write pseudocode; however, I don't understand how calling variables work in Python. My goal is to ask a user to enter a string, which I..... More

Print this item

  Blocked chromebook
Posted by: arsenal58 - Feb-05-2019, 02:32 PM - Forum: General Coding Help - Replies (1)

So in our school they give us chromebooks. I was wondering If python is able to make a program that can unblock the chromebooks without them knowing t..... More

Print this item

  learning python?
Posted by: randomguy - Feb-05-2019, 02:19 PM - Forum: News and Discussions - Replies (1)

Hello. I am not a coder. I dabble in digital marketing, domaining etc.

I always need some programming jobs done and learning how to code would be v..... More

Print this item

  Position video in X Y in python
Posted by: sigmahokies - Feb-05-2019, 01:18 PM - Forum: General Coding Help - No Replies

Hi everyone,

I'm still learning how to use Python. Do you have a link or something that can create put video on window (display) by controlled X an..... More

Print this item

  [split] Reading json from webpage
Posted by: rajesh1997 - Feb-05-2019, 12:02 PM - Forum: General Coding Help - Replies (1)

#
# url is defined above.
#
jsonurl = urlopen(url)

#
# While trying to debug, I put this in:
#
print jsonurl

#
# Was hoping text would co..... More

Print this item

  help() and dir() functions in Python.
Posted by: rinu - Feb-05-2019, 11:59 AM - Forum: General Coding Help - Replies (1)

can anyone explain with example help() and dir() functions in Python.

Print this item

  Python code unable to show Bokeh line chart
Posted by: kirito85 - Feb-05-2019, 11:16 AM - Forum: Homework - Replies (2)

Hi all,

Would appreciate your help on why my Bokeh line chart doesnt show the line graph.

Thanks

[python]
# output to static HTML file
outp..... More

Print this item

  Putting an array for each string that is printed to a loop
Posted by: ClaudioSimonetti - Feb-05-2019, 09:50 AM - Forum: General Coding Help - Replies (1)

I would like to be able to push each | into an array

Here is my function:

[python]def pyramide(lines):
k = 1 * lines - 1
for i in ran..... More

Print this item

  While loop and read_lines()
Posted by: pooria - Feb-05-2019, 08:12 AM - Forum: Web Scraping & Web Development - Replies (24)

Hi,

I am working on a python project with selenium for webscraping.

If anyone's worked with selenium before, you know there is a send_keys() fu..... More

Print this item

  Django Help Needed urgently
Posted by: mahmood - Feb-05-2019, 08:03 AM - Forum: Web Scraping & Web Development - No Replies

I am trying to create a simple inventory app using Django. My project came to a stand still when I couldn't find a solution for calculating opening an..... More

Print this item

  Need Web Development help
Posted by: alexpaul - Feb-05-2019, 05:44 AM - Forum: Web Scraping & Web Development - No Replies

I have started a small site where I upload applications for users to use it for free. I am having some site loading issues as I have already gone thro..... More

Print this item

  looking for a tutorial
Posted by: Skaperen - Feb-05-2019, 04:47 AM - Forum: GUI - Replies (2)

i was referred to this tutorial to get started in GTK+ 3. ..... More

Print this item

Lightbulb Script broke with Python 3 / improve script for printing
Posted by: aspecteleven - Feb-05-2019, 03:27 AM - Forum: Code sharing - Replies (5)

Hello, everyone! This is my first post on here, and the first Python script I've written, having just started learning Python three weeks ago.

[b]H..... More

Print this item

  builtins.ValueError: sequence size mismatch
Posted by: Ruggero - Feb-04-2019, 11:33 PM - Forum: Game Development - Replies (2)

As a beginner I wrote a simple code to draw some shapes on the screen. When I runned it I got a Fatal Python error (pygame parachute) Segmentation Fau..... More

Print this item

  Information how pandas works
Posted by: gehrenfeld - Feb-04-2019, 09:59 PM - Forum: Data Science - Replies (11)

Here is my code and everything works fine. There are over 12000 lines in the CSV file.

My question is, does pandas read in the entire file before a..... More

Print this item

  Generalized Dice refactoring
Posted by: Beginner_coder123 - Feb-04-2019, 09:20 PM - Forum: Homework - Replies (2)

Hello everyone, I need some help with refactoring my code for an assignment. The assignment is as following: a. Solve problem 205 as a probabilistic e..... More

Print this item

  Having Trouble Compiling From Source (3.7.2)
Posted by: pnicolosi78 - Feb-04-2019, 09:18 PM - Forum: General Coding Help - Replies (6)

When it comes to building the _uuid extension I get the following:
[output]
building '_uuid' extension
/linopt/gnu/gcc/gcc-5.4.0/bin/gcc -pthread -..... More

Print this item

  Forms, python, passlib and other questions
Posted by: marienbad - Feb-04-2019, 08:51 PM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to learn about forms and server side scripting with python. I read the w3c forms tutorial and then watched the tutorials here: https://py..... More

Print this item

  Using install_requires
Posted by: ChrisOfBristol - Feb-04-2019, 07:57 PM - Forum: General Coding Help - Replies (12)

I have created a test application which uses 'pillow'. I inserted a line in install.py:

install_requires=['pillow']
I then ran the ..... More

Print this item

  object takes no parameters
Posted by: amalia_jane - Feb-04-2019, 07:43 PM - Forum: General Coding Help - Replies (2)

Hello!! So I'm pretty new to python, and am trying to learn via a course, but there is no forum for it so I thought I would try my luck here.

I'm ..... More

Print this item

  Not Working
Posted by: gcryall - Feb-04-2019, 07:09 PM - Forum: GUI - Replies (3)

When I run the following code it issues an error message. Can't figure it out.

[python]
from tkinter import *

class Application(Frame):
def..... More

Print this item

  Change format of datetime
Posted by: Jonas85 - Feb-04-2019, 05:50 PM - Forum: General Coding Help - Replies (6)

Hi!

I just got a e-paper display and downloaded a nice script to let it get weather, my schedule and such.
The script does put the date for every ..... More

Print this item

  Python programming and a dataset
Posted by: ErnestTBass - Feb-04-2019, 03:51 PM - Forum: Data Science - Replies (9)

I may be repaeting myself here. I thought that I posted this thread. I have been prgramming for years in variuos langaues such as Fortran, Pascal and ..... More

Print this item

  Why QListWidget doesn't show new line?
Posted by: AlekseyPython - Feb-04-2019, 02:28 PM - Forum: GUI - Replies (3)

In Qt Designer, I created a form, on which I placed a QlistWidget to display the processing progress:

[python]from PyQt5 import QtWidgets, uic
from D..... More

Print this item

  How to display what I write on sublime text editor on the CMD
Posted by: el_bueno - Feb-04-2019, 01:34 PM - Forum: General Coding Help - Replies (5)

Hi everyone!

Im totally, Totally, Totally new with coding, and that my first ever post on a coding forum.

Im learning Python, for almost two wee..... More

Print this item

  catching / handle index out of range
Posted by: 3Pinter - Feb-04-2019, 11:36 AM - Forum: General Coding Help - Replies (3)

Guys,

Back again, fiddling with an 'index out of range' thingy. To my (limited) knowledge this is how I would do it.

Your thoughts?
[python]
a..... More

Print this item

  Sentiment Analysis Classifier
Posted by: lode - Feb-04-2019, 05:00 AM - Forum: Data Science - No Replies

[b]
sentence = [sentence.__str__()]
classifier =LogisticRegression()
vectorizer = CountVectorizer()
x, y =data,sentiment

x_train, x_test,y_trai..... More

Print this item

  pygame zero keep count
Posted by: Mirt56 - Feb-04-2019, 04:24 AM - Forum: Homework - Replies (1)

Hello, I'm very new to Python. I'm learning from a book called "Coding Games in Python"
The first exercise walks me through a simple "Shoot the Fruit..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 18 minutes ago KoinKoin Jacobjoift Web Scraping ...
  Comparing 2 100GB Drives/... 49 minutes ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [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... 577291
  Tutorial Requ... 500462
  Web Scraping ... 440967
  Newbie with P... 384997
  New Users Int... 369410
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 8176
snippsat 7370
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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