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 39 online users.
» 0 Member(s) | 35 Guest(s)
Bing, Google, Apple

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
4 hours ago
» Replies: 0
» Views: 22
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 36
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,467
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 121
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,037
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: 337
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: 241

 
  Booleans in Python
Posted by: azure - Apr-22-2020, 07:16 AM - Forum: Homework - Replies (6)

Hi all,

I am trying to understand how to code the exercise shown below but I am afraid I am stuck.
I guess I am still a newbie in Python.
Can so..... More

Print this item

  class method on two object
Posted by: gabejohnsonny21 - Apr-22-2020, 06:15 AM - Forum: Homework - Replies (4)

[python]
class Rectangle():
def __init__(self, x, y):
self.x = x
self.y = y

def dRec_area(self1, self2):
area ..... More

Print this item

  QComboBox for PyQt code
Posted by: gvin47 - Apr-22-2020, 04:42 AM - Forum: GUI - Replies (3)

I have Stopwatch program with Current Time, Split Time and Lap Time display.
I have replaced QLable with QComboBox for Lap Time to see all the Laps i..... More

Print this item

  embedding python
Posted by: Skaperen - Apr-22-2020, 03:19 AM - Forum: News and Discussions - No Replies

i want to use python as a scripting language in a new app i'm developing. what is the best way to do that? is there a tutorial for it?

Print this item

  Best way to iterate through output to get the status of devices
Posted by: idkwhatimdoing - Apr-22-2020, 02:05 AM - Forum: General Coding Help - No Replies

I'm using python 2.7.5 I currently using subprocess to run a local command and I'm trying to iterate over a list to get the status of each device.

..... More

Print this item

  Using an integer to manipulate a string/text variable
Posted by: rexyboy2121 - Apr-22-2020, 01:23 AM - Forum: Homework - Replies (1)

Write a function that consumes a non-negative integer k and prints a k-size diamond. A k-size diamond consists of a top, a middle and a bottom. The mi..... More

Print this item

  Data Frequency Conversion
Posted by: Zankawah - Apr-21-2020, 10:48 PM - Forum: Data Science - Replies (7)

Hi,
I am trying to resample data by converting them from annual to monthly, quarterly etc. As indicated below, I have been able to import the data w..... More

Print this item

  How to solve difficult non-linear equations?
Posted by: shreeniket - Apr-21-2020, 10:24 PM - Forum: General Coding Help - Replies (3)

I'm a beginner and trying to solve this system of non-linear equations, would appreciate any guidance. The attached image shows the system of equation..... More

Print this item

  tkinter
Posted by: BigMoose - Apr-21-2020, 10:14 PM - Forum: GUI - Replies (2)

Dear Forum Users

I want to change the image of an LED from white to another color using Python3 code using a tkinter GUI. I understand how to do t..... More

Print this item

  How to generate a log in a list style?
Posted by: wagnergt12 - Apr-21-2020, 08:49 PM - Forum: General Coding Help - Replies (5)

Hello Guys, I have a code for bkp my network devices, I have placed some improvement to generate a log for document the failed devices, so I can check..... More

Print this item

  from module import function
Posted by: krishanu21 - Apr-21-2020, 07:58 PM - Forum: General Coding Help - Replies (4)

[python]
def fcn_a():
print('function A module name=' + __name__, ';')
from test3 import fcn_b

def fcn_b():
print('function B modul..... More

Print this item

  a file-like class implementation
Posted by: Skaperen - Apr-21-2020, 07:55 PM - Forum: News and Discussions - Replies (2)

does anyone here have an actual working implementation of a file-like class, especially with support for write(), that they can share? based on stuff..... More

Print this item

  Pointer in the right direction?
Posted by: Viking - Apr-21-2020, 07:42 PM - Forum: General Coding Help - Replies (5)

Hey

I have created a small quiz to learn some Python. I would like to figure out how to make the code more effective.

My solution now would be..... More

Print this item

  Getting error while installing packages using pip
Posted by: Shreya - Apr-21-2020, 07:29 PM - Forum: General Coding Help - Replies (2)

Hi All,

I am new to this language. I am trying to install numpy package using pip from virtual env.
But I am getting the error.

I checked the p..... More

Print this item

  Format SQL Query Output
Posted by: phillyfa - Apr-21-2020, 07:23 PM - Forum: General Coding Help - Replies (2)

I'm selecting data from a table and returning all records. However, the records are being returned with a blank space separator instead of a comma. ..... More

Print this item

  NameError: name 'cross_validation' is not defined
Posted by: tmhsa - Apr-21-2020, 06:32 PM - Forum: General Coding Help - Replies (6)

Hi there, please I am having an issue with the following code. I checked online including stack-overflow but no good response to this case.
Imports:..... More

Print this item

  Python Consecutive characters
Posted by: vijju56 - Apr-21-2020, 04:59 PM - Forum: General Coding Help - Replies (4)

If a string is given, substitute the character with number of times that character is repeated only if the character is repeated more than three times..... More

Print this item

  Need help working with two excel file with different formats
Posted by: mikey3580 - Apr-21-2020, 04:41 PM - Forum: General Coding Help - Replies (1)

Like many one here I am new to python and would greatly appreciate any help.
I need some guidance on how to create an excel output off of two diffe..... More

Print this item

  Clone GitHub to Local
Posted by: sridhar - Apr-21-2020, 04:18 PM - Forum: General Coding Help - Replies (2)

How do I clone entire Repository of GitHub in my local machine in python way ?

Print this item

  Newbie on Python syntax
Posted by: rud0lp20 - Apr-21-2020, 03:59 PM - Forum: General Coding Help - Replies (6)

Hi guys,

Can you suggest a better documentation/site that can help me on syntax?
currently I have this issue where on windows its working but when I ..... More

Print this item

  New to Python
Posted by: simonsadiq - Apr-21-2020, 03:05 PM - Forum: General Coding Help - Replies (3)

I'm new to Python; from a tutorial I got the following lesson for beginners:
"By default, each print statement prints text in a new line. If we want ..... More

Print this item

  python display with '\\' when prints with key-value in dictionary
Posted by: maiya - Apr-21-2020, 02:09 PM - Forum: General Coding Help - Replies (12)

#!/bin/python

dict = {
   'name': ""
}

dict['name'] = "{}".format("\python")
print(dict)
here is the output:
{'name': ..... More

Print this item

  edx exercise
Posted by: timthebouncer - Apr-21-2020, 12:58 PM - Forum: Homework - Replies (2)

Hello guys, I'm facing some logic problems.
I barely know how to set max/min for order_weight and give order_price a variable then multiply it as wel..... More

Print this item

  Decoratros, class
Posted by: niski1996 - Apr-21-2020, 12:37 PM - Forum: General Coding Help - Replies (1)

Hi, I've got code like that:
[python]def check_str_or_int(fun):
def inside_check(arg, obj, *tags):
if type(arg)==int:
fun(..... More

Print this item

  I'm not able to find any documentation about pyswip for python
Posted by: alien75 - Apr-21-2020, 12:31 PM - Forum: General Coding Help - Replies (1)

Hi, i decided to study the NLP in python, so the NLTK.
I'm finding to understand how is implemented a program than allow to understand the natural la..... More

Print this item

  Threading best practice
Posted by: EvanS1 - Apr-21-2020, 12:09 PM - Forum: General Coding Help - Replies (2)

I have a small program that works, I want to expand it but will need to run multiple thing simultaneously. I am after some advice as to best practice..... More

Print this item

  calculate_bai -- TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'
Posted by: pantherd - Apr-21-2020, 11:56 AM - Forum: General Coding Help - Replies (1)

Hi,

I'm new to Python, I started learning just over one week ago.

I created my own code to measure my Body Adiposity Index and I keep receiving ..... More

Print this item

  Python Exercise Doubt
Posted by: azure - Apr-21-2020, 11:36 AM - Forum: General Coding Help - Replies (4)

Hi everyone,

I got a question for you guys, I've been dealing with this Python exercise since this morning but yeah! I'm completely stuck so I came..... More

Print this item

  Merging selenium and scrapy
Posted by: Veakyp - Apr-21-2020, 09:58 AM - Forum: Web Scraping & Web Development - No Replies

I'm working on a school project, where I have to web scrape a lot of pages from one URL, where i have to switch page when I have extracted all data fr..... More

Print this item

  pip error message
Posted by: Marijn - Apr-21-2020, 09:30 AM - Forum: General Coding Help - Replies (1)

Hi everyone,
I am really new to using python and I got stuck on trying to upload a third party module with pip.
I know pip should come pre-installed..... More

Print this item

  TDMA scheduling help please
Posted by: cyborg_8274 - Apr-21-2020, 09:10 AM - Forum: Networking - No Replies

Hello, I was trying to implement TDMA scheduling but i dont know how to make a job sleep for certain time until some other job gets executed. For exam..... More

Print this item

  script snapshots
Posted by: Skaperen - Apr-21-2020, 07:39 AM - Forum: News and Discussions - No Replies

is there a way to take a snapshot of a running script and save it to a file and resume its execution at a later time, such as after a system reboot?

Print this item

  Binding Entry box to <Button-3> created in for loop
Posted by: iconit - Apr-21-2020, 07:13 AM - Forum: GUI - Replies (5)

I am building a scoresheet that will score 2 teams of 5 players each as they compete to answer 20 questions. That means that I need 200 Entry boxes wh..... More

Print this item

  Data mining app
Posted by: Psycho72 - Apr-21-2020, 05:54 AM - Forum: Jobs - Replies (3)

Dear programmers
Am new to this site
Have so far only tested on gaming aspect
I am actually looking to set up a data mining information platform of..... More

Print this item

  python-resize-image unicode decode error
Posted by: Pedroski55 - Apr-21-2020, 04:10 AM - Forum: General Coding Help - Replies (3)

I am trying this from pypi.org here:

[python]from PIL import Image
from resizeimage impor..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 4 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... 579230
  Tutorial Requ... 512031
  Web Scraping ... 442160
  Newbie with P... 386285
  New Users Int... 379369
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
metulburr 6
python 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