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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,890

Full Statistics

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

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
1 hour ago
» Replies: 3
» Views: 98
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
1 hour ago
» Replies: 2
» Views: 70
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
5 hours ago
» Replies: 6
» Views: 3,177
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 243
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 128
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 90
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,525
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 174
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 81
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,146

 
  Working with CSV data and iterating through a file
Posted by: skoobi - Aug-12-2019, 01:01 PM - Forum: General Coding Help - Replies (1)

Hi. Im a complete noob and trying to learn the ropes.

I thought id create a small project for myself that logs the amount of emails and phone call..... More

Print this item

  Trying to run a python2 script
Posted by: dagamer1991 - Aug-12-2019, 12:16 PM - Forum: General Coding Help - Replies (3)

Hello,
im trying to run a script called Ingress-maxfield. It was made on Python 2.7
https://github.com/tvwenger/maxfield/

the script dependencies..... More

Print this item

  I want to check for the smallest value entered by the user
Posted by: Shilpa - Aug-12-2019, 11:54 AM - Forum: General Coding Help - Replies (2)

Below is my code. Instead of getting the smallest value entered by user, i get the last inputted value. I am a beginner so taking baby steps to lean p..... More

Print this item

  class returns NoneType Object
Posted by: istemihan - Aug-12-2019, 11:47 AM - Forum: General Coding Help - No Replies

Hello, I am trying to read PDF file in Gui class and then I will use that read file to do some graphical process.

Here is the Gui class:
[b]Gui.py..... More

Print this item

  Change of mass hexa data
Posted by: kosteloos - Aug-12-2019, 10:04 AM - Forum: General Coding Help - No Replies

hello there to be brief I would like to change 6 hexa characters but in several files

I explain myself I designed this code:

[python]
fichier1 ..... More

Print this item

  Restrict / Limit variable size
Posted by: mln4python - Aug-12-2019, 10:04 AM - Forum: General Coding Help - Replies (4)

Can I restrict / limit a variable size in python ?

For example, I want to use an int variable which can hold ONLY upto 6 digit values, i.e., -999999 ..... More

Print this item

  Problem with Gtk3 and GLArea
Posted by: gsohler - Aug-12-2019, 07:33 AM - Forum: GUI - No Replies

I copied a sample code from stackoverflow, which draws a red triangle using Python, Gtk3, Shaders and OpenGL and it works perfectly fine.

When I tr..... More

Print this item

  file tree walk depth first generator
Posted by: Skaperen - Aug-12-2019, 07:02 AM - Forum: Code sharing - No Replies

this has only been tested in Python3. it does a file tree walk in depth first. it can take keyword argument key= referring to a function to pass to ..... More

Print this item

  reorganize seria data
Posted by: gary - Aug-12-2019, 06:07 AM - Forum: General Coding Help - Replies (1)

I have serial data captured using coolterm. Sample captured data is shown below

09 9F 12 B1 0D 0A DA BC E1 1A 0A 80 14 63 0D 0A
D7 AA DF 69 0B 15 ..... More

Print this item

  How to get the duration of AMR audio file using python
Posted by: Prince_Bhatia - Aug-12-2019, 05:58 AM - Forum: General Coding Help - No Replies

hi,

I have around 1000 of amr files. My task is to get the time duration of those amr audio files.Is there any amr audio file library or code examp..... More

Print this item

  how do i loop a "def ..." when error occurs?
Posted by: Stan2292 - Aug-12-2019, 05:28 AM - Forum: General Coding Help - No Replies

i'm automating some of my website monitoring work with python+selenium. the relevant part of the code looks like this:

[python]
import time
impor..... More

Print this item

  how to download from pip when name matches other
Posted by: Skaperen - Aug-12-2019, 05:22 AM - Forum: News and Discussions - Replies (3)

i am trying to download (not install) package "odns" using the command "pip3 download odns" but i get the error:[output]
lt2a/forums /home/forums 179..... More

Print this item

  Type Error: bad operand type for unary +: 'str'
Posted by: Psypher1 - Aug-12-2019, 04:00 AM - Forum: General Coding Help - Replies (2)

Hello everyone, I'm making a dynamic Tic Tac Toe game, I need to get in the practice.
I'm getting this type error and I am not sure how to resolve it..... More

Print this item

  Terms describing Python Programming language
Posted by: leodavinci1990 - Aug-12-2019, 02:17 AM - Forum: General Coding Help - Replies (3)

So I am trying to understand the classification of Python using the following terms. Can someone point out if I made any mistakes in explaining why Py..... More

Print this item

  Random selection
Posted by: EMarburg - Aug-11-2019, 11:43 PM - Forum: General Coding Help - Replies (6)

I am taking a class and I am having trouble with one line of script. I have my List as follows:
[python]
pirates = [
'Captain William Kidd',
..... More

Print this item

  install python on chromebook
Posted by: phip2014 - Aug-11-2019, 09:01 PM - Forum: General Coding Help - Replies (11)

How can I install python on a chromebook? thanks.

Print this item

  A 4x4 Field in Pygame
Posted by: Piethon - Aug-11-2019, 04:29 PM - Forum: Game Development - Replies (21)

Hello everybody,

I want to make a game in Pygame, where you have a 4x4 squared field and in there are two "cards" (same size as one field) and when..... More

Print this item

  Cannot use speechrecognition Please HELP
Posted by: Simurg - Aug-11-2019, 04:15 PM - Forum: General Coding Help - Replies (1)

I want to use speech to text tutorial however I get a problem related with SpeechRecognition, I installed but problem is still continue, I use Anacond..... More

Print this item

  Import and/or read IMC measurement data
Posted by: Squipy - Aug-11-2019, 02:48 PM - Forum: General Coding Help - No Replies

Hi guys,

I'm just wondering if there is a module for importing and reading IMC measurement data?
I am currently converting the files to MatLab files ..... More

Print this item

  Need help making a sprite
Posted by: GalaxyCoyote - Aug-11-2019, 02:27 PM - Forum: Game Development - Replies (4)

I designed a sprite in a drawing application (bitmap) and I want to get that drawing into my game.

I need some help as the only method I have seen ..... More

Print this item

  Classify URLs
Posted by: Newlearner - Aug-11-2019, 11:02 AM - Forum: Data Science - Replies (8)

Hi there,

I'm starting learning Python to be able to replace excel and be more efficient. I have a dataframe with a column called 'Source' which co..... More

Print this item

  Inserting numbers into entry box in a widget
Posted by: richard13 - Aug-11-2019, 08:55 AM - Forum: GUI - Replies (1)

Hi I am quite new to using python

I have modified and added to a pre-existing script, so there are lots of looses ends to finish.
My question is tha..... More

Print this item

  Design question will __call__
Posted by: rudihammad - Aug-11-2019, 07:51 AM - Forum: General Coding Help - Replies (1)

Hello,
I am currently refactoring my API. I have been reading some because like Robert C. Martin clean code, and I am trying to right a cleaner code...... More

Print this item

  want to get package documentation from pip without installing
Posted by: Skaperen - Aug-11-2019, 06:20 AM - Forum: News and Discussions - Replies (2)

way back when i was getting started with Python i saw the specs of a DNS query library the would let me do any kind of DNS query including setting any..... More

Print this item

  finding the integral of probability density function
Posted by: Staph - Aug-11-2019, 04:31 AM - Forum: Data Science - Replies (3)

Given a probability density function (pdf) like this

pdf = skew_norm_pdf(x,location,scale,SKEW_PARAMS[0])

how can I find the integral for this p..... More

Print this item

  simple GUI-chat Bot with csv log of conversation
Posted by: ronblue77 - Aug-10-2019, 11:42 PM - Forum: Code sharing - No Replies

hello everyone... i'm new here and a beginner in python

here is a code of a simple chatbot with GUI and it saves the conversation in CSV file calle..... More

Print this item

  Problem Discord Bot Python
Posted by: Kint - Aug-10-2019, 09:39 PM - Forum: General Coding Help - Replies (4)

Hello guys I'm trying to create a Discord bot, using python language, I recently started studying this language so I'm asking for help in this forum...... More

Print this item

  codebreaker exercise visualsteps
Posted by: ivobrugman - Aug-10-2019, 08:12 PM - Forum: Code sharing - Replies (4)

HI,

Just starting out with python. Throught my book, a real basic book from visual steps I came to make below code. I think I understand all the wo..... More

Print this item

  Multiple wall collision in pacman
Posted by: rustyjoe - Aug-10-2019, 07:43 PM - Forum: Game Development - Replies (4)

Hi, I'm trying to replicate pacman with pygame. I want to make the player move wherever he wants but on one condition: if he's too near the wall I hav..... More

Print this item

  Bit masks
Posted by: leodavinci1990 - Aug-10-2019, 05:59 PM - Forum: General Coding Help - Replies (1)

Hi, So I am writing this small program to determine door access allowed to users.
[python]#create a special no. for storing an RFID card that determi..... More

Print this item

  Passing an argument by reference
Posted by: Exsul - Aug-10-2019, 03:12 PM - Forum: General Coding Help - Replies (12)

Can you pass an argument by reference with data structures other than lists?

[python]def try_to_change_list_contents(the_list):
print('got', t..... More

Print this item

  Automating to run python script 100 times by changing parameters
Posted by: pmt - Aug-10-2019, 02:58 PM - Forum: General Coding Help - Replies (1)

Hi All, I am trying to automate the test which I have to run 100 times by changing the data that read from csv file. I have a csv file called test-100..... More

Print this item

  Tkinter or PyQt
Posted by: paul18fr - Aug-10-2019, 10:59 AM - Forum: GUI - Replies (5)

Hi all,

Let me asking you for advices in how to choose between Tkinter and PyQt libraries? I've no experience in GUI development in general, and mo..... More

Print this item

  askdirectory
Posted by: Friend - Aug-10-2019, 10:49 AM - Forum: General Coding Help - No Replies

Hi all,

i want to let the user select a path. i used the following

[python]
from tkinter.filedialog import askdirectory
path = askdirectory()..... More

Print this item

  telnet from ssh tunnel
Posted by: oldfart - Aug-10-2019, 09:52 AM - Forum: Networking - Replies (3)

Trying to get data (mainly temperature) from a UniFi Switch 16 POE-150W.
Have to first enter the switch with ssh, then telnet into the local host, th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 1 hour ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 1 hour ago Bummibaer Bummibaer News and Disc...
  best way to learn python 5 hours ago dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  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...
Most views
  The best Prog... 579358
  Tutorial Requ... 512309
  Web Scraping ... 442277
  Newbie with P... 386330
  New Users Int... 380148
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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