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,281
» Latest member: drakhsin
» Forum threads: 38,792
» Forum posts: 175,870

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 33 Guest(s)
Bing, Google, Apple, Facebook Dev

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
2 hours ago
» Replies: 0
» Views: 17
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 35
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,465
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 120
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 48
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,035
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,291
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 336
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 174
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 238

 
  Find the realpath for a symlinked .pth file in itself with python code.
Posted by: hongyi - Apr-24-2020, 11:53 PM - Forum: General Coding Help - Replies (7)

Hi,

I symlinked a pth file to the site-packages directory of my virtualenv. Then I want to obtain the realpath of this pth file from within it wit..... More

Print this item

  Efficient sprite scaling with Vector3
Posted by: michael1789 - Apr-24-2020, 10:21 PM - Forum: Game Development - Replies (1)

For anyone who knows, I'm intending to scale sprites based on the pygame.math.Vector3 z axis. MY question is how to do this in a computationally effi..... More

Print this item

  Selenium big struggle
Posted by: Troop - Apr-24-2020, 07:43 PM - Forum: Web Scraping & Web Development - Replies (2)

[python]
from selenium import webdriver
from time import sleep

class scrollDown:

def __init__(self, username, passWord):
self.dri..... More

Print this item

  DeprecationWarning Any Fix for this
Posted by: Calli - Apr-24-2020, 07:27 PM - Forum: General Coding Help - Replies (2)

[python]
from collections import Iterable
def flatten(items, ignore_types=(str, bytes)):
for x in items:
if isinstance(x, Iterable) an..... More

Print this item

  Pandas Help
Posted by: cliffordhubbard - Apr-24-2020, 07:12 PM - Forum: Homework - Replies (9)

[python]
# The Mojave Desert states
canu = ["California", "Arizona", "Nevada", "Utah"]
import pandas as pd
# Filter for rows in the Mojave Desert ..... More

Print this item

  Search for files and copy them to different location
Posted by: jayser247 - Apr-24-2020, 07:03 PM - Forum: General Coding Help - Replies (4)

Hello,

I'm a newbie so bear with me.

I have multiple duplicates of files on my network.

Is is possible to create something that can search th..... More

Print this item

  AttributeError: module 'platform' has no attribute 'python_implementation'
Posted by: davidpluseipi - Apr-24-2020, 06:30 PM - Forum: General Coding Help - Replies (3)

Can anyone help me figure this out?

All of a sudden python started running old code that I didn't even have open and now I can't even run...

[py..... More

Print this item

  VERSION.TXT
Posted by: tharpa - Apr-24-2020, 05:02 PM - Forum: General Coding Help - Replies (3)

I have a project that contains an empty file called VERSION.TXT. Is this a standard kind of a file? It sounds like it is, but I can't find any relev..... More

Print this item

  [split] Debugging scripts basics
Posted by: tultalk - Apr-24-2020, 03:03 PM - Forum: General Coding Help - Replies (5)

(Apr-24-2020, 02:58 AM)buran Wrote: Why not use an IDE with debugging?
What is a good IDE w/debugging to use in 2.7?
I am ..... More

Print this item

  Python project/code like Microsoft Flow
Posted by: Jeff900 - Apr-24-2020, 02:36 PM - Forum: News and Discussions - Replies (3)

I have been looking already on the internet to find some existing software like Microsoft Flow, but then written in Python ofcourse. Or to be more pre..... More

Print this item

  Visualize data using KML files
Posted by: annelewis - Apr-24-2020, 02:13 PM - Forum: Homework - Replies (1)

Hello. I'm not quite sure how to amend my code below to get the output to a kml format file.

Question:
Write a function PrintLocation which takes ..... More

Print this item

  Login and Register system
Posted by: finndude - Apr-24-2020, 02:13 PM - Forum: General Coding Help - Replies (1)

hi,

i have this code

[python]

def login_1(): #everything below is what will happen when we use the login() command

print ("\n") #adds..... More

Print this item

  re.match value
Posted by: enigma619 - Apr-24-2020, 02:00 PM - Forum: General Coding Help - Replies (4)

Hi
I've a question about match value in python.

On a server I've installed a tool edac-utils. When I launch this command, result is:
[server]edac..... More

Print this item

  What are good places to research?
Posted by: Jose - Apr-24-2020, 01:58 PM - Forum: News and Discussions - Replies (1)

I'm a new student in coding and I realize that I'll be spending a lot of time doing online research to figure out how to solve my coding problems.
Wh..... More

Print this item

  Call a .xlsx file outside a class
Posted by: criscferr - Apr-24-2020, 01:47 PM - Forum: General Coding Help - Replies (2)

My code works fine. My doubt is how can I call a .xlsx file outside a class and use inside the class. I need to call a bunch of different .xlsx files ..... More

Print this item

  tkinter installation
Posted by: arbiel - Apr-24-2020, 01:38 PM - Forum: GUI - Replies (8)

Hi

I failed installing tkinter
[code]
python -m pip install tkinter
Defaulting to user installation because normal site-packages is not writeabl..... More

Print this item

  Python - Tkinter : How can I send path Excel from GUI to scripte
Posted by: johnjh - Apr-24-2020, 01:06 PM - Forum: GUI - Replies (2)

[align=center][b]Hello Guys I have a script and Now I'm Build Interface in that script:

The Script work by data from Excel:

After upload and cli..... More

Print this item

  TypeError: coerce_kw_type() got an unexpected keyword argument 'dest'
Posted by: juniii - Apr-24-2020, 12:57 PM - Forum: General Coding Help - Replies (1)

Hi everyone
I am new here and I am seeking for some help on python
I using Jupyter to practice
and I just got the following error while executing m..... More

Print this item

  Unable to conect to DB
Posted by: amitsinbox - Apr-24-2020, 12:33 PM - Forum: General Coding Help - Replies (2)

while using Jupyter NB am connecting to my DB.

code i write is:

try:
conn = ibm_db.connect(dsn, "dashdb-txn-sbox-yp-lon02-04.services.eu-..... More

Print this item

  while loop reading list in reverse
Posted by: Jerry51 - Apr-24-2020, 12:29 PM - Forum: General Coding Help - Replies (1)

I have written some simple code that should read a list and return a result for each item in the list

[python]
sandwich_orders = ['jam buttie','pa..... More

Print this item

  Array and rectangles
Posted by: pythonuser1 - Apr-24-2020, 12:21 PM - Forum: Homework - Replies (3)

Hello guys,

I need your help to solve this problem. I need to print a rectangle inside an another rectangle.

Example :

Input :
9 19 (number of..... More

Print this item

  why this error occured in recursion
Posted by: ashishraikwar - Apr-24-2020, 11:03 AM - Forum: General Coding Help - Replies (1)

[python]def fact(n):
if n<= 1:
print(1) #if i use "return 1" here then no error but when i use here print(1) why the error occurred ..... More

Print this item

  IndexError: index 0 is out of bounds for axis 0 with size 0 error
Posted by: tmhsa - Apr-24-2020, 10:08 AM - Forum: General Coding Help - Replies (5)

Good day fellow coders,

I am a little stuck with an index error issue. Below is the description:

Table name: Sub
ID, Pred..... More

Print this item

  IndexError: index 0 is out of bounds for axis 0 with size 0
Posted by: tmhsa - Apr-24-2020, 10:00 AM - Forum: Data Science - No Replies

Good day fellow coders,

I am a little stuck with index error issue. Below is the description:

Table name: Sub
ID, Pred
2..... More

Print this item

  Sending command using telnet
Posted by: mradovan1208 - Apr-24-2020, 09:52 AM - Forum: General Coding Help - Replies (1)

Hi guys,

I am relative new in python programming and I want to send some commands to cognex camera using telnet.

I already try with PUTTY softwa..... More

Print this item

  Getting text using Selenium
Posted by: WiPi - Apr-24-2020, 09:13 AM - Forum: Web Scraping & Web Development - Replies (10)

Hi guys,

I am trying to get some text content from html using Selenium and Chrome webdriver. The snippet of html is:

<span class="explorer__titl..... More

Print this item

  Blackjack
Posted by: unionjackandsally - Apr-24-2020, 08:29 AM - Forum: Homework - Replies (4)

Hey guys! Been learning python through a private tutor and was given this code to fix/finish and I'm completely stuck here. For some reason I can't op..... More

Print this item

  [Tkinter] Entry box not showing 2 decimal places
Posted by: Chuck_Norwich - Apr-24-2020, 08:23 AM - Forum: GUI - Replies (3)

Hi,
below is code(still a work in progress so commented out code that has been played with etc) that will be a VAT calculator. VAT being Value Added ..... More

Print this item

  Moving large amount of data between MySql and Sql Server using Python
Posted by: ste80adr - Apr-24-2020, 08:04 AM - Forum: General Coding Help - Replies (4)

Hi Python developers,

I'm a beginner in the Python programming environment, I started doing online Python courses and I would like to use Python in..... More

Print this item

  button, how to do many things
Posted by: nanok66 - Apr-24-2020, 07:52 AM - Forum: GUI - Replies (6)

Hey all,

I'm really stuck on a number of things here. I'm trying to make a page with many buttons for incrementing/decrementing settings that anot..... More

Print this item

  Help with 'Find'
Posted by: steve140 - Apr-24-2020, 07:31 AM - Forum: General Coding Help - Replies (4)

I'm trying to re-learn python after a 15 year break (I was only ever a very new novice!).

I'm working through an old program I wrote, and - embarra..... More

Print this item

  Putting a condition
Posted by: Jiwan - Apr-24-2020, 07:30 AM - Forum: General Coding Help - Replies (3)

Python Tutorial for Beginners [Full Course] Learn Python for Web Development
can you help me with the following code: above is youtube video.
you kn..... More

Print this item

  Marks Calculator
Posted by: azure - Apr-24-2020, 07:12 AM - Forum: Homework - Replies (16)

Hi everyone,

So I am trying to figure out what's the mathematical operation I need to apply to get the final mark of three given grades.

The weighti..... More

Print this item

  Improving my understanding of functions and methods
Posted by: menator01 - Apr-24-2020, 05:43 AM - Forum: General Coding Help - Replies (2)

I'm taking some advice from one of the tips here and using pylint and pylint3.
I'm using it on the code I posted in the review. I got the original co..... More

Print this item

  what is speed of different functions of math library?
Posted by: shubham1355 - Apr-24-2020, 05:20 AM - Forum: News and Discussions - Replies (2)

what is execution time (speed) of math functions like isqrt(), exp(x), log(), log10() etc.?

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 2 hours ago drakhsin drakhsin General Codin...
  Brazil Python Help to aut... Yesterday, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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... 579229
  Tutorial Requ... 512026
  Web Scraping ... 442160
  Newbie with P... 386283
  New Users Int... 379359
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 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
drakhsin Today
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20

User Panel Messages

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