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,938
» Latest member: atylerfraces2254
» Forum threads: 38,722
» Forum posts: 175,511

Full Statistics

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

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

 
  need help with crawling FB likes
Posted by: najla3 - Jan-07-2018, 12:51 PM - Forum: General Coding Help - Replies (2)

Hi,
I tried to crawl likes data from public page on FB, however, I can't crawl more than 6000 likes per day and most of the posts in that page have m..... More

Print this item

  Can this type of project be created with Python ?
Posted by: AbdallahBeraidaPro - Jan-07-2018, 12:33 PM - Forum: General Coding Help - Replies (7)

[b]Welcome developers
I learned the basics of Python, I want to do a project purpose task automation
Can this type of project be created with Python..... More

Print this item

  Using PyInstaller in PyCharm
Posted by: Oliver - Jan-07-2018, 11:44 AM - Forum: General Coding Help - Replies (6)

This question might have gotten lost in the other thread so here it is again.

I was able to get PyInstaller to work from the command line (thanks f..... More

Print this item

  Overwrite last printed line
Posted by: DeGerlash - Jan-07-2018, 10:59 AM - Forum: Homework - Replies (9)

Hi everyone,

I'm quite new to Python programming, which is why this thread is located in the Homework section: it's not because of a teacher that I..... More

Print this item

  using openpyxl copy the value of a cell, not the formula
Posted by: Pedroski55 - Jan-07-2018, 09:53 AM - Forum: General Coding Help - Replies (3)

Hi,

I want to copy just the first 7 columns of my excel sheets to a new file, but columns 4,5,6 and 7 contain formulas linked to lots of cells furt..... More

Print this item

  Merging CSV Files in Jupyter
Posted by: RJ117 - Jan-07-2018, 06:24 AM - Forum: General Coding Help - No Replies

Whenever I attempt to merge CSV files I receive the following:



df = pd.read_csv('C:/Users/RJ/Documents/FGB/JulSept.csv', 'C:/Users/RJ/Do..... More

Print this item

  How to fix UnboundLocalError
Posted by: Tawnwen - Jan-07-2018, 05:59 AM - Forum: General Coding Help - Replies (5)

The code below models a simple game that tests if an input occurs in the list. The function is called twice, then the total # of correct answers is pr..... More

Print this item

  Invalid syntax on IF function
Posted by: RandomCoder - Jan-07-2018, 02:09 AM - Forum: General Coding Help - Replies (3)

[python]guessnumber=0

import random
Mystery = random.randint(0,9)

while guessnumber==int(input("Guess a number between 0-9: ")):
if guessn..... More

Print this item

  Buildtools installation on python 3.6.4
Posted by: Larz60+ - Jan-07-2018, 02:01 AM - Forum: General Coding Help - Replies (14)

I'm trying to build a local copy of the wxpython pheonix documemtation.
I have installed sphinx without issue.
i then installed (or so i thought) bu..... More

Print this item

  PhotoImage and Jpeg images.
Posted by: rozen - Jan-06-2018, 10:06 PM - Forum: GUI - Replies (3)

Hi,

I find that PhotoImage does not handle jpeg images while Tk does.

I am building an open source GUI generator based on Tkinter and would like..... More

Print this item

  No route to host error when using requests.post in python on raspberry pi
Posted by: mariummalik22 - Jan-06-2018, 08:34 PM - Forum: General Coding Help - No Replies

I am trying to send post request to URL from raspberry pi but I am getting Errno 113: No route to host error.
My code is:
Code: Select all

import..... More

Print this item

  Massive discounts on Udemy
Posted by: j.crater - Jan-06-2018, 07:17 PM - Forum: News and Discussions - No Replies

A lot of discounted courses now on Udemy.New Year sale until 11 January, with some discounts as high as 95% off.
Are ..... More

Print this item

  No output in 'english word generator'
Posted by: DeGerlash - Jan-06-2018, 02:58 PM - Forum: Homework - Replies (14)

Hi everyone

I'm quite new to python, only been doing it for a semester now, so I don't really now quite a lot of syntax, in fact, the syntax I use ..... More

Print this item

  get certain data from json
Posted by: kappa123 - Jan-06-2018, 01:54 PM - Forum: General Coding Help - Replies (2)

I'm working on a small project to get better at Python. For that project I need some data from the Twitch API. I want to get all the display_names and..... More

Print this item

  TypeError: must be str, not bytes
Posted by: Zhsv - Jan-06-2018, 12:49 PM - Forum: General Coding Help - Replies (14)

Hi !

Error in this code:

Traceback (most recent call last):
File "C:/Cloud/Cripto/3.py", line 53, in <module>
print (api_query("GetBalance"))..... More

Print this item

  udp
Posted by: Skaperen - Jan-06-2018, 04:28 AM - Forum: News and Discussions - Replies (5)

has anyone here done any python programming of udp (user datagram protocol) or of any applications (written in python) that stack their protocol on ud..... More

Print this item

  Help with a function?
Posted by: Tawnwen - Jan-06-2018, 03:46 AM - Forum: General Coding Help - Replies (2)

Hello,

I'm very new to Python (and coding overall) and am taking my first course. Currently writing a function that takes a letter, space, or empty..... More

Print this item

  Just starting out, allready stuck..
Posted by: Sandman - Jan-05-2018, 11:17 PM - Forum: Homework - Replies (16)

Hi.

I'm not really a student, but i sort of made it a new year's resolution to learn how to code. This seemed like the appropriate place to ask my ..... More

Print this item

  Scripted update of web page
Posted by: treatitwell - Jan-05-2018, 09:07 PM - Forum: Web Scraping & Web Development - Replies (6)

I am not a developer per se. I try to find a way to update our CMDB database using Python (scripted bulk updates) and I stuck in a way.

Here is wha..... More

Print this item

  Create Python "Executable" from PyCharm?
Posted by: Oliver - Jan-05-2018, 08:45 PM - Forum: Data Science - Replies (8)

Is it possible to create a standalone python "application" using PyCharm on the mac?

I see a setup.py with lots of options under PyCharm's Tools me..... More

Print this item

  Excel Question
Posted by: karaokelove - Jan-05-2018, 05:45 PM - Forum: Data Science - Replies (12)

Hi all, I have a very specific Excel task I need to complete, and was hoping to get some advice.

I have a single Excel worksheet with roughly 30,00..... More

Print this item

  Needing help with python/tkinter and selenium
Posted by: wells218 - Jan-05-2018, 04:39 PM - Forum: Web Scraping & Web Development - Replies (1)

So I am writing a web bot with selenium, python 3, and TKinter(GUI). I want the user to input a keyword like 'Dog'. When they click the start button i..... More

Print this item

  Command in Bash not working in python
Posted by: pynoob - Jan-05-2018, 04:29 PM - Forum: General Coding Help - Replies (5)

I am receiving a 'No such file or directory' error on a command that is working in bash shell.
Here is the code:
[python]#!/bin/python
from datetim..... More

Print this item

  Python - Netezza cursor function help
Posted by: leojosefm - Jan-05-2018, 12:22 PM - Forum: General Coding Help - Replies (4)

Hello friends,

I'm trying to fetch all view defintions defined in a database using Python

query="SELECT DEFINITION FROM DATABSE1.._V_VIEW WHERE..... More

Print this item

  web scraping using selenium
Posted by: sumandas89 - Jan-05-2018, 10:54 AM - Forum: Web Scraping & Web Development - Replies (3)

I want to learn web scraping using selenium(like login into the website with/without username & password then scrolling into the page). There are so m..... More

Print this item

  code to understand the script execution
Posted by: Skaperen - Jan-05-2018, 06:27 AM - Forum: General Coding Help - Replies (2)

i'd like to have a script with a #! in the first line test to see if it was executed by a means that actually used the #! or if a python interpreter w..... More

Print this item

  how to think like a computer scientist
Posted by: broke_university_student - Jan-05-2018, 04:58 AM - Forum: Homework - Replies (6)

7. You look at the clock and it is exactly 2pm. You set an alarm to go off in 51 hours. At
what time does the alarm go off? (Hint: you could count on..... More

Print this item

  simple bounding box for opengl use.
Posted by: Windspar - Jan-05-2018, 04:08 AM - Forum: Code sharing - Replies (2)

[python]import numpy as np

class BoxProperty:
def __init__(self, pos, pos2=None, div=False):
self.pos = pos
self.pos2 = pos2..... More

Print this item

  methods for open files
Posted by: Skaperen - Jan-05-2018, 03:19 AM - Forum: General Coding Help - Replies (5)

i am looking for the documentation of all methods (and attributes, if any) of open file objects. i want to see what all is available, and, of course,..... More

Print this item

  [split] Problem with integers and strings
Posted by: aka2d7 - Jan-04-2018, 11:23 PM - Forum: General Coding Help - Replies (3)

Please help!
I very new to python and need to understand why I'm getting this error message for this output.
Traceback (most recent call last):
F..... More

Print this item

  help me with this libraries
Posted by: Kiasheen - Jan-04-2018, 09:32 PM - Forum: Data Science - Replies (7)

hello
I have a code starting with "from Classes import LoadAtom , Atom"
and I cant get them installed on my python
pakages like numpy and scipy ar..... More

Print this item

  Need help with octree
Posted by: cee012 - Jan-04-2018, 08:26 PM - Forum: General Coding Help - Replies (1)

Hello I'm trying to implement an octree, but when I query the centre positions they all return zero, but these should be offset from zero. Here is my ..... More

Print this item

  PIL: "ValueError: Images do not match"
Posted by: jajjaja - Jan-04-2018, 06:51 PM - Forum: General Coding Help - No Replies

I'm trying to write a script which selects part of a given image and tiles it in one of a variety of ways. For this, I'm using pillow (archlinux's pa..... More

Print this item

  Reading Binary File, Missing Occurences
Posted by: Oliver - Jan-04-2018, 04:33 PM - Forum: General Coding Help - Replies (4)

I am reading a set of binary files (some, not all) recursively in a directory structure. These files are now-ancient Visual Foxpro files of various ty..... More

Print this item

  While loop variable defining
Posted by: Yordy - Jan-04-2018, 04:08 PM - Forum: General Coding Help - Replies (5)

Hey guys I want to create something like a database here is my code
i=0
#f=open('t.txt', 'w')
#f.write('Hello')
while True:
name=input('Name..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error 3 hours ago CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  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... 576343
  Tutorial Requ... 498081
  Web Scraping ... 440250
  Newbie with P... 384111
  New Users Int... 367006
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 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
atylerfraces2254 Today
AdrianCocian Today
humanoidAI Today
Baran12332 Yesterday
Hershien Yesterday

User Panel Messages

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