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 34 online users.
» 0 Member(s) | 31 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: 99
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,178
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,147

 
  building functions to validate strings , date etc
Posted by: metro17 - Aug-08-2019, 09:40 AM - Forum: General Coding Help - Replies (2)

[python]
import datetime
from datetime import datetime
n = 5
while n > 0:
id = input("Please enter your ID: ")
file = open("C:\\Users\\a..... More

Print this item

  Need help in adding xsrf token
Posted by: keerthiprashanth - Aug-08-2019, 08:51 AM - Forum: General Coding Help - Replies (1)

Hi All,

Below is my requirement and below is my code.

When we post the request to some API via API calls a cookie session will be created on eac..... More

Print this item

  Descriptor Protocol, classmethod and staticmethod Tutorial
Posted by: pyphone7 - Aug-08-2019, 08:48 AM - Forum: Tutorial Requests and Submissions - Replies (3)

https://www.youtube.com/watch?v=ovsvGtWD90Y

Print this item

  coding request
Posted by: patirajesh07 - Aug-08-2019, 08:47 AM - Forum: Homework - Replies (4)

hi I all,
I got a fallowing assailment please help to complete this I am totally new to the programming language.so please help me

assignment :
..... More

Print this item

  How to extract data between two strings
Posted by: SriMekala - Aug-08-2019, 04:37 AM - Forum: Data Science - Replies (2)

Hi,
I have input data as below,
input.xlsx:

[python]Group Name Rank
Group1 ABC_YJK_02_S_2019-08-01 2
ABC_YMK_5_S_201..... More

Print this item

  Writing Data to CSV
Posted by: abhaydd - Aug-08-2019, 03:32 AM - Forum: General Coding Help - Replies (2)

Hello,

I am trying to create data frame of Share prices based on data provided by vendor. I am getting an error message "'Series' object has no att..... More

Print this item

  Reading and writing files
Posted by: JakeHoward4 - Aug-07-2019, 05:52 PM - Forum: General Coding Help - Replies (1)

Hello,
I have a file with roughly 30,000 lines in it. At the end of each line is a sport (ex: baseball, basketball, football, etc.). I am trying to ..... More

Print this item

  Can Python Debugger (PDB) run in Python C API
Posted by: jibarra - Aug-07-2019, 05:42 PM - Forum: General Coding Help - No Replies

I am using python3.6

Working on:
https://docs.python.org/3/extending/embe...n-overview

Can I run the ..... More

Print this item

  It worked now it doesnt...ugh
Posted by: raymond2688 - Aug-07-2019, 03:44 PM - Forum: Homework - Replies (15)

Can someone look at this and tell me why this does not work....I know it is something simple as it worked 1 min and not the next. picharm is not showi..... More

Print this item

  DevNet Help
Posted by: benniehanas - Aug-07-2019, 03:29 PM - Forum: General Coding Help - Replies (6)

I am begenning DevNet from a pure Networking background. I have some code I'm looking at from 'Network Programmability and Automation' book. Don't kno..... More

Print this item

  Send Email with Pandas Table
Posted by: yoitspython - Aug-07-2019, 03:19 PM - Forum: Data Science - Replies (4)

Hi all,

I have successfully web scraped data from the URL (in the code) and could print the table via output and email (without the [b].to_string(i..... More

Print this item

  Pyinstaller with Sys.Argv[] - “Failed to Execute Script”?
Posted by: ironfelix717 - Aug-07-2019, 02:29 PM - Forum: General Coding Help - No Replies

My desperate attempt to find a solution....


I am trying to compile an .EXE on Windows 10 64-bit with PyInstaller. When using the following CMD in..... More

Print this item

  how read and write merged cells in excel
Posted by: SriMekala - Aug-07-2019, 02:17 PM - Forum: Data Science - Replies (1)

Hi,
I have below data in which some of the cells are merged,

This data is saved in excel temp.xlsx, I want to read and write to another workbook deta..... More

Print this item

  Parenthesis in User-Defined Functions
Posted by: giorgitsu - Aug-07-2019, 12:03 PM - Forum: General Coding Help - Replies (2)

I have the following question regarding using parenthesis when calling use defined function.

This is the code proposed by the book to simulate white..... More

Print this item

  Display module variables and edit through webpage
Posted by: freak14 - Aug-07-2019, 11:23 AM - Forum: Web Scraping & Web Development - Replies (1)

I am using Flask to implement a web application. My main application has different "modules" I can activate or deactivate by changing the boolean valu..... More

Print this item

  How to validate multiple QLineEdit widgets without addressing them separately?
Posted by: mart79 - Aug-07-2019, 11:20 AM - Forum: GUI - Replies (3)

All,

At the moment I have about 30 QLineEdit widgets on my GUI. The snippet only shows 3. Do I need to address them all individually or is there so..... More

Print this item

  Counting number of occurrences of a single digit in a list
Posted by: python_newbie09 - Aug-07-2019, 09:16 AM - Forum: General Coding Help - Replies (12)

My data is as below:

[0,1,1,1,1,2,2,2,...85,85,85,80,80,80,...0,1,1,1,2,2,2,....85,85,95,80,80,80,...]

I want to be able to count how many times..... More

Print this item

  Syntax error for a reason I don't understand
Posted by: DanielCook - Aug-07-2019, 09:05 AM - Forum: General Coding Help - Replies (2)

I receive a syntax error on the line if a == b: (line 46) I don't understand why. I believe that all the indentations are correct.

[python]import r..... More

Print this item

  Pygame load
Posted by: Kangen - Aug-07-2019, 07:50 AM - Forum: Game Development - Replies (2)

Hello
I'm relatively new to Python. Whilst writing an mp3 player I encounter an error.

I have in a previous step created a simple textfile with pa..... More

Print this item

  Function and Input
Posted by: binary44380 - Aug-07-2019, 06:09 AM - Forum: General Coding Help - Replies (3)

Hello everyone, I need some guidance on some basic stuff. Been trying to find an answer but it's been hard to find.

This is what I'm trying to do, ..... More

Print this item

  Analyzing data seperated by commas
Posted by: Kappel - Aug-07-2019, 04:01 AM - Forum: Homework - Replies (2)

Hi Guys, I am pretty new to Python, so apologies if this is really simple.

I am currently trying to analyse some weather data at work. From our logg..... More

Print this item

  Floating and decimal
Posted by: Sandeep2000 - Aug-07-2019, 02:55 AM - Forum: News and Discussions - Replies (2)

Can someone explain how computer store decimals, double and floating number.

Print this item

  pip or pip3 - which should it be?
Posted by: Skaperen - Aug-07-2019, 12:55 AM - Forum: News and Discussions - No Replies

on my system (Xubuntu 18.04 (bionic) LTS with Python 3.6.8) there is no "pip" command. there is "pip3". yet everything i see in online searches that..... More

Print this item

  How to print the map correctly
Posted by: janaki26794 - Aug-06-2019, 11:00 PM - Forum: General Coding Help - No Replies

I wanted to create an HTML file which would depict the map of the world.I have written the sample code as shown below:

[python]#Create a map object..... More

Print this item

  optimalization of code
Posted by: storzo - Aug-06-2019, 10:05 PM - Forum: GUI - Replies (5)

Hi guys can someone help me with optimalization of this code?
i got 5 chechk box (named Px) and 5 other (named Rx)
I wish: on begin all check box got ..... More

Print this item

  Default setting for custom name input characteristics?
Posted by: beardelune - Aug-06-2019, 08:36 PM - Forum: General Coding Help - Replies (2)

This is kind of a complicated question, but here goes. I'm trying to make a visual novel with RenPy that has a custom name input feature, and I want c..... More

Print this item

  me again...:)
Posted by: raymond2688 - Aug-06-2019, 07:52 PM - Forum: Homework - Replies (4)

ok for once this is not for homework but to make my output look better

[python] elif option == 3:
for item in FAQ:
print("..... More

Print this item

  Lab Assignment with Array's & Loops
Posted by: jonstryder - Aug-06-2019, 06:17 PM - Forum: Homework - Replies (14)

Well I'm at a loss on this one now, and of course it doesn't help that I'm not that good at python. I got a lot of good help with the last assignment..... More

Print this item

  socket.gaierror: [Errno 11001]
Posted by: Johnygo - Aug-06-2019, 05:45 PM - Forum: Networking - Replies (4)

Hello everyone. In my path to learning Python I want to use the code mentioned to telnet into 3 different switches with different IP addresses and add..... More

Print this item

  Rock Paper Scissor GAME
Posted by: inamullah9 - Aug-06-2019, 05:07 PM - Forum: Code sharing - Replies (3)

I learned basic python in 1 week and here is what i developed. It is a basic rock paper scissor game between user and computer. One who scores 5 point..... More

Print this item

  Offensive user titles?
Posted by: metulburr - Aug-06-2019, 03:16 PM - Forum: Board - Replies (14)

Who all feels that some user titles are offensive? Things like "Silly Frenchman", "Span..... More

Print this item

  Using a GUI Designer vs. hard coding
Posted by: 357mag - Aug-06-2019, 01:47 PM - Forum: GUI - Replies (9)

After looking at some videos it appears that these GUI Designers like Glade and FormBuilder are to be used outside of your Python IDE. I have Wing Pro..... More

Print this item

  creating new time series based on giving mean, standard deviation and skewness
Posted by: Staph - Aug-06-2019, 12:29 PM - Forum: Data Science - Replies (1)

I have a time series like

ts = [1,50,10,...,600]

I calculate the mean as

mean = 10

standard deviation = 100

skew = 5

I want to inc..... More

Print this item

  Underline title
Posted by: paul18fr - Aug-06-2019, 09:18 AM - Forum: General Coding Help - Replies (8)

All

I'm still trying to dinf the good synthax in order to underline the title; I tried Latex methode with $\underline{My Title}$ but it's not recog..... More

Print this item

  what is wrong with this code?
Posted by: markayala - Aug-06-2019, 07:50 AM - Forum: Web Scraping & Web Development - Replies (3)

Smile

I made a python script to take data from a file, visit a web site using the data in the request, and save a specific text returned from ..... 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... 579360
  Tutorial Requ... 512315
  Web Scraping ... 442277
  Newbie with P... 386330
  New Users Int... 380155
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