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,289
» Latest member: jackhunter
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 39 online users.
» 1 Member(s) | 34 Guest(s)
Google, Bing, Apple, lovedeep

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 142
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 53
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,487
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 150
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 68
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,080
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,302
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 384
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 221
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 271

 
  How to make a telegram bot respond to the specific word in a sentence?
Posted by: Metodolog - Dec-02-2019, 07:44 PM - Forum: General Coding Help - Replies (2)

So, I'm trying to make my bot respond whenever a certain word is said in a sentence (the language is Serbian), so I made this code:

[python]if (messa..... More

Print this item

  Python and Vb_net
Posted by: njsg - Dec-02-2019, 07:35 PM - Forum: General Coding Help - Replies (1)

I'm new to python. I'm currently programing in VB.net using visual studio 19. I noticed that Python has some fantastic functions dealing with astrono..... More

Print this item

  Multiplex lists using zip
Posted by: Clunk_Head - Dec-02-2019, 03:23 PM - Forum: General Coding Help - Replies (12)

This is just a curiosity. Is there a way to use zip to replace the list comprehension in this code?

[python]
values = list(range(2,11)) + ['J', 'Q..... More

Print this item

  item = index position - list of list
Posted by: RavCOder - Dec-02-2019, 02:45 PM - Forum: General Coding Help - Replies (9)

Hi,


I have a list of lists taken from a text file.
I would like to add the elements that are in the second and third position,but these are not sim..... More

Print this item

  Process execution using Popen
Posted by: Shaswat - Dec-02-2019, 01:15 PM - Forum: General Coding Help - Replies (2)

Hi Everyone,

Good Day!

I learn few things about how to create new process using Subprocess module in Python. Indeed, I am more curious to know i..... More

Print this item

  Errors in code
Posted by: coolcassie - Dec-02-2019, 12:51 PM - Forum: General Coding Help - Replies (2)

Hi,

I've been trying to figure out what I need to edit in this code to make it run properly. I wasn't sure where to post this in the forums so just..... More

Print this item

  Finding out roots of Chebyshev's polynomials
Posted by: player1681 - Dec-02-2019, 11:48 AM - Forum: Data Science - Replies (2)

Hello everyone.

I am constructing Chebyshev polinomials as ..... More

Print this item

  Does not print name after input name
Posted by: Manjushri - Dec-02-2019, 11:18 AM - Forum: General Coding Help - Replies (1)

Hello Python World. :) This is my first post. I have only started to learn Python on my own and am quite isolated so questions I will be asking will b..... More

Print this item

  using class functions in roguelike game
Posted by: trousers1 - Dec-02-2019, 10:25 AM - Forum: General Coding Help - Replies (3)

I'm struggling to know an exercise from my python book on game architecture. This is for roguelike game structure.

It is an follows:


define a ..... More

Print this item

  Grid. How to close the cell editor?
Posted by: ioprst - Dec-02-2019, 07:42 AM - Forum: GUI - Replies (1)

How to implement closing your own cell editor when it loses focus? Since the built-in wx editors work.

Now my editor closes only if you select anot..... More

Print this item

  Getting attributes from a list containing classes
Posted by: midarq - Dec-02-2019, 06:49 AM - Forum: General Coding Help - Replies (2)

Hi!

I have a small problem:

I defined a class Tone which inherits from the class Recorder. (i.e. a recorder is an instrument which has many note..... More

Print this item

  key=value style command argument parser
Posted by: Skaperen - Dec-02-2019, 05:55 AM - Forum: News and Discussions - Replies (10)

for a command that will use command line arguments like key=value for all arguments, is there an available parser?

Print this item

  Python newbie
Posted by: ThePantheonHatesTacos - Dec-02-2019, 05:09 AM - Forum: News and Discussions - Replies (19)

I'm not sure the off topic board is the perfect place for my question, but. I want to learn Python if anyone can suggest a starting point I'd be glad ..... More

Print this item

  Zoo class
Posted by: saaat - Dec-02-2019, 03:23 AM - Forum: Homework - Replies (3)

hi'
i need to built a class for zoo
and i need some help

that is the code so far
==================

[python]class Animal:
..... More

Print this item

  re: normalize of mac address
Posted by: ogogon - Dec-01-2019, 11:29 PM - Forum: General Coding Help - Replies (3)

Colleagues, tell me, please, the answer to my question.

I have a variable that contains the mac address.
Here is a regular expression describing i..... More

Print this item

  send a byte of data by bluetooth to arduino using python.
Posted by: x1cygnus - Dec-01-2019, 11:07 PM - Forum: Homework - Replies (1)

I have to construct car that can move based on the result the code, so have to send byte of information by bluetooth(using the bluetooth module Hc -05..... More

Print this item

  isinstance() arg2 is limited to a type or a tuple of types
Posted by: Skaperen - Dec-01-2019, 10:46 PM - Forum: News and Discussions - Replies (5)

isinstance() arg2 is limited to a type or a tuple of types. it won't even accept a list of types.

Print this item

  The Zen of Python is not Zen
Posted by: ichabod801 - Dec-01-2019, 10:43 PM - Forum: News and Discussions - Replies (10)

As a student of Zen, the Zen of Python has always bugged me. Having been ordained as a lay Zen monk today, I thought I would explain. We are all (most..... More

Print this item

  type of object as a string
Posted by: Skaperen - Dec-01-2019, 10:29 PM - Forum: General Coding Help - Replies (1)

i need to get the type of an object as a string, as in [] -> 'list'. does anything already exist for this or do i need to use my own..... More

Print this item

  promises, promises
Posted by: gpythonc - Dec-01-2019, 10:09 PM - Forum: News and Discussions - Replies (3)

Hi everybody,
Newbie here.

So, they told me that there are thousands of python programs available. Can't find nothing. Not even things like "progr..... More

Print this item

  Multiple Line Input
Posted by: helenaxoxo - Dec-01-2019, 09:15 PM - Forum: General Coding Help - Replies (4)

Hello, I need a python program that asks the user to enter any number of lines with each line containing 5 natural numbers separated by a space. The z..... More

Print this item

  Defining parent Class in Python 2.7.11
Posted by: sarah - Dec-01-2019, 05:24 PM - Forum: General Coding Help - Replies (2)

Hi everybody,
I am new to programming, I have networking back ground.
These days I am learning OOP.
I noticed following:
I can define parent class..... More

Print this item

  How to build linear regression by implementing Gradient Descent using only linear alg
Posted by: PythonSpeaker - Dec-01-2019, 04:39 PM - Forum: Data Science - Replies (1)

I'm studying this dataset: https://archive.ics.uci.edu/ml/datasets/...ower+Plant
These are the features:
- AT: Ambiant Temperature
-..... More

Print this item

  Error messages when installing Python 3.7
Posted by: pgielen - Dec-01-2019, 01:57 PM - Forum: News and Discussions - Replies (3)

When installing Python 3.7 on Raspbian, during the make phase I get several messages related to string functions, similar to this one:

/home/pi/Py..... More

Print this item

  generate random variables based on a non-standard t-distribution
Posted by: nathalie - Dec-01-2019, 01:47 PM - Forum: General Coding Help - Replies (4)

Hello all,


does anyone know how to generate random variables based on a non-standard t-distribution?
np.random only accepts the standard t dist..... More

Print this item

  Generating numbers
Posted by: darktitan - Dec-01-2019, 09:33 AM - Forum: General Coding Help - Replies (3)

Hi
Im trying to generate number sequence who i want to look like this.

Quote:7-1-1234
8-2
9-3
10-4
11-5
12-6
13-7-1234

But ..... More

Print this item

  problem using exec to save local variables
Posted by: dkarl - Dec-01-2019, 08:52 AM - Forum: General Coding Help - No Replies

Hi everyone.
i'm trying to use the exec() function to be able to save variables defined between two editor lines in such a way:
[python]
###
exec..... More

Print this item

  I am getting an Error, and not sure why? My goal is to print out
Posted by: rahulne22 - Dec-01-2019, 08:44 AM - Forum: General Coding Help - Replies (7)

Hi,

I want to call variable inside request.set_UserName(i)
but it is not happening.

[python]
with open('file6.txt')as inf: --> i have list o..... More

Print this item

  PyQt trigger leaveEvent in parent
Posted by: kainev - Dec-01-2019, 08:15 AM - Forum: GUI - Replies (5)

Hi,

I'm working on a project where I need to change the painting of a widget when the mouse is hovering over it. The issue I'm having is I can't ge..... More

Print this item

  my new adt, what should i name it
Posted by: Skaperen - Dec-01-2019, 06:24 AM - Forum: News and Discussions - Replies (4)

i'm making a new abstract data type. it might exist, already. it is a list that expands as items are stored to it. if the location already exists, ..... More

Print this item

  copying parts of mutable sequences
Posted by: Skaperen - Dec-01-2019, 04:37 AM - Forum: General Coding Help - Replies (1)

i would like to copy items from one sequence to another (to mutable), of like type, from and to specific positions until a point to stop such as a spe..... More

Print this item

  function/method keyword argument alias
Posted by: Skaperen - Dec-01-2019, 02:52 AM - Forum: News and Discussions - Replies (1)

is there a way to handle function/method keyword aliasing other than using **kwargs and coding the logic to handle it? for example i..... More

Print this item

  Employee task manager and progress pipeline
Posted by: KM_Hypnos - Nov-30-2019, 08:47 PM - Forum: Homework - Replies (2)

Hello Community.

I've just ended with the basics of coding and OOP for Python. I would like to create a very basic web app that has an interface fo..... More

Print this item

  Loops maybe
Posted by: gray1306 - Nov-30-2019, 08:41 PM - Forum: Homework - Replies (4)

I'm a beginner and I'm struggling with the following task:

Write a program that will add up the cost of several items. The program should as..... More

Print this item

  No email notifications
Posted by: tonycstech - Nov-30-2019, 08:00 PM - Forum: Board - Replies (8)

I am not getting any notifications from here when someone replies to a topic i post.
I was checking the box with receiving emails but all i get is pr..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 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... 579280
  Tutorial Requ... 512137
  Web Scraping ... 442195
  Newbie with P... 386306
  New Users Int... 379726
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 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
jackhunter Today
EmilyCarter Today
OLanePulse Today
xdimbah Today
IsmaelSlalk Today

User Panel Messages

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