Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,994
» Latest member: Jacobjoift
» Forum threads: 38,736
» Forum posts: 175,583

Full Statistics

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

Latest Threads
Cannot update or install ...
Forum: General Coding Help
Last Post: Jacobjoift
5 minutes ago
» Replies: 7
» Views: 237,870
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
7 hours ago
» Replies: 4
» Views: 132
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Today, 08:57 AM
» Replies: 1
» Views: 81
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,544
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 105
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 231
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,055
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 469
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,101
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,178

 
  New to python
Posted by: Yoakz - Oct-18-2019, 06:44 PM - Forum: News and Discussions - Replies (11)

Hey I am new to python and are really eager to learn. I don't know much about python and this is all that I have learned through Youtube videos; how t..... More

Print this item

  Help with initial conditions
Posted by: Dantooine - Oct-18-2019, 06:31 PM - Forum: General Coding Help - Replies (1)

Hello, I am very new to this and need help with a pycharm program I am working on. I am making a freefall program using solve_ivp that is working grea..... More

Print this item

  Matplotlib Hovering Event displaying (x, y) data
Posted by: RawlinsCross - Oct-18-2019, 06:13 PM - Forum: General Coding Help - No Replies

Hey, I'm an Unladed Swallow - how bout that!. Anyhooo….I have an excel graph that has x data in column A starting in row 7 and several columns of y d..... More

Print this item

  help parsing file
Posted by: aslezak - Oct-18-2019, 05:54 PM - Forum: General Coding Help - Replies (2)

I'm looking for general guidance/suggestions on how to extract grid data points from a text file. Lines beginning with "GRID*" have node numbers and x..... More

Print this item

  Using .dll
Posted by: epif18 - Oct-18-2019, 05:06 PM - Forum: General Coding Help - Replies (3)

I'm trying to interface with an FPGA development board using python instead of C#. There is a .dll file that contains much of the interface to the bo..... More

Print this item

  Python Rest API Public/Secret Keys Authentication Nonce
Posted by: dn237 - Oct-18-2019, 04:54 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to figure out how to write a request to tell my program to say for example buy Bitcoin, on a crypto exchange called Bittrex.

This is the..... More

Print this item

  Does PrettyTable store outside of program?
Posted by: Mark17 - Oct-18-2019, 04:53 PM - Forum: General Coding Help - Replies (5)

I'm using PrettyTable to make a graph and I'm getting some strange Tracebacks.

Does this library (?) store data outside the program such that when ..... More

Print this item

  SARIMA
Posted by: kdiba - Oct-18-2019, 02:30 PM - Forum: General Coding Help - No Replies

Hello,
I'm trying to get the predictions for 6 months instead for 12 months, can you help me to change it ?
Please find below the sarima code for pr..... More

Print this item

  Does python guarantees that file.write() works without file.close() ?
Posted by: kryptomatrix - Oct-18-2019, 01:20 PM - Forum: General Coding Help - Replies (7)

Long story short: Is it guaranteed, that "out.txt" will contain "abc" after executing the following program:
[python]f = open("out.txt", "w")
f.writ..... More

Print this item

  client-server pictures
Posted by: mcgrim - Oct-18-2019, 01:15 PM - Forum: General Coding Help - Replies (4)

I have codes for both client and server.
It runs smoothly and it looks like that the picture is sent to the client
like expected, however, I am not su..... More

Print this item

  ModuleNotFoundError: No module named 'pygame'
Posted by: Cath - Oct-18-2019, 11:05 AM - Forum: General Coding Help - Replies (3)

(i'm on ubuntu)
i went to the terminal and typed pip install pygame. Then when I tried to import it on pycharm, it didn't work. I did things like chec..... More

Print this item

  namedtuple help
Posted by: anna - Oct-18-2019, 10:19 AM - Forum: General Coding Help - Replies (5)

Hi All,

something is going wrong and not able to understand. below code is polling lag interface details. I am not able to print using namedtuple...... More

Print this item

  How to print variable name?
Posted by: mayadob - Oct-18-2019, 10:11 AM - Forum: General Coding Help - Replies (11)

I want to calculate the lenght of a segment and then to print "The lenght of AB is 27 cm" for example.
In wich the name AB are the names of two varia..... More

Print this item

  missing positional argument error
Posted by: programmert - Oct-18-2019, 09:45 AM - Forum: Homework - Replies (1)

Hi,
I do not understand how to solve the following error which pops up when running this code: TypeError: __init__() missing 1 required positional ar..... More

Print this item

  how to show the distance between two curves in a graph
Posted by: termo - Oct-18-2019, 09:19 AM - Forum: General Coding Help - Replies (6)

I have these two curves. How could I plot a segment (and the number) whitch rapresent the distance between them (5 in this case) in the same graph?
..... More

Print this item

  IndexError: list index out of range bug?
Posted by: CaptainCsaba - Oct-18-2019, 06:26 AM - Forum: General Coding Help - Replies (4)

Hello!

I have a code that gets a string cell which is a date and converts it to a certain date format. The thing is, I am out of index and have no id..... More

Print this item

  Xmodem error
Posted by: neethuvp - Oct-18-2019, 04:31 AM - Forum: General Coding Help - Replies (6)

Hi,
i have a program for transfer a file using 'Xmodem' protocol. My code is :
[python]
import select
import sys
from modem import XMODE..... More

Print this item

  Error: StaleElementReferenceException
Posted by: BigEfromDaBX - Oct-18-2019, 03:04 AM - Forum: Web Scraping & Web Development - Replies (2)

Can somebody tell me why I keep getting a StaleElementReferenceException. Im doing a simple script that navigates to a page. Grabs the links and put..... More

Print this item

  [split] Alphabetic Telephone Number Translator
Posted by: teafshadow - Oct-17-2019, 11:53 PM - Forum: Homework - Replies (4)

[quote="MEH012" pid="45196" dateline="1524532303"][python]""" This Program will ask the user to enter a 10-character telephone number in the format of..... More

Print this item

  How to pivot a dat
Posted by: UGuntupalli - Oct-17-2019, 11:13 PM - Forum: General Coding Help - No Replies

All,
I would like to pivot a data frame similar to the following SQL operation. Any help/guidance is appreciated:

[python]
# SQL Code - https..... More

Print this item

  Snake Game - obstacle problem
Posted by: Samira - Oct-17-2019, 07:59 PM - Forum: Game Development - Replies (3)

Hi everyone,
I'm a relatively new in python programming and I tried to make a Snake game using a turtle graphics, partly following a tutorial on the ..... More

Print this item

  Pycharm community edition venv folder
Posted by: tantony - Oct-17-2019, 07:56 PM - Forum: General Coding Help - Replies (3)

I'm using Pycharm community edition as my Python IDE. I noticed that every time I create a project, it creates a venv folder, and that folder have ab..... More

Print this item

  Split csv file based on column value
Posted by: soli004 - Oct-17-2019, 06:02 PM - Forum: General Coding Help - Replies (4)

Hello Python experts,

I have very large csv file (millions of rows) that I need to split into about 300 files based on a column with names.
I have..... More

Print this item

  Sum two list in class
Posted by: no_named_nobody - Oct-17-2019, 06:00 PM - Forum: Data Science - Replies (2)

Hello,
I have problem, I tried many option to code sum of two list in class... its not working at all Huh
[python]
class MyList:
def __ini..... More

Print this item

  Code is not giving results
Posted by: tahir1990 - Oct-17-2019, 05:38 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello
A beginner in web scrapping and python here Smile
I ve been trying to scrape a website using python and beautiful soup.
I have put the b..... More

Print this item

  TypeError: integer argument expected, got float
Posted by: abscorpy - Oct-17-2019, 05:31 PM - Forum: Game Development - Replies (1)

So as you can see in the bottom of this page, i have an error in my code, thanks for the support, have a great day!

Hope you can help me fix it
[p..... More

Print this item

  Calculator won't subtract?
Posted by: kingstarx - Oct-17-2019, 04:13 PM - Forum: Homework - Replies (6)

I've just started GCSE computer science about a month ago, I already knew the basics of python like variables, if and else statements and stuff, and t..... More

Print this item

  How to recognize space or enter as one-character input?
Posted by: Mark17 - Oct-17-2019, 03:29 PM - Forum: General Coding Help - Replies (5)

The program I'm currently working on asks the user to press SPACE if correct or ENTER if incorrect. Can you give me a code snippet that will enable P..... More

Print this item

  Error while connecting to web application
Posted by: harish - Oct-17-2019, 11:56 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi All,

While connecting to web application getting below error and I have hide the credentials with dummy values.
Error message:
b'{"__type":"Se..... More

Print this item

  Mirror GitHub issues and pull requests with a static site generator
Posted by: sio - Oct-17-2019, 09:40 AM - Forum: Code sharing - No Replies

Hello, I'd like to get some feedback on my project.

It's a backup mechanism for GitHub issues that creates human-readable issue archives in HTML - ..... More

Print this item

  Window Icon
Posted by: Evil_Patrick - Oct-17-2019, 08:11 AM - Forum: GUI - Replies (6)

Trying to change Window's icon

[Image: Untitled.png]

[python]

icon = r'C:\Users\Evil Patrick\Desktop\desktop-..... More

Print this item

  2 Microsoft word Docx content comparison
Posted by: vintysaw - Oct-17-2019, 07:30 AM - Forum: General Coding Help - Replies (2)

Hi Guys, I am new at Python coding. I am looking for guidance with 2 word file content comparison.
I could read file content with below docx library...... More

Print this item

  Want to take a Screenshot from a File in Linux
Posted by: dhiliptcs - Oct-17-2019, 06:52 AM - Forum: General Coding Help - Replies (2)

We are currently working manually to get a screen shot by opening every text files(screencapture from position A to position B) and save in png/jpeg f..... More

Print this item

  Programming Difficult math in Python
Posted by: Huntern - Oct-17-2019, 05:20 AM - Forum: General Coding Help - Replies (6)

Greetings, I am currently in Electrical Engineering school. Unfortunately Python is not used/taught in my school. I was only taught some basic C and m..... More

Print this item

  How do you replace a word after a match from a list of words in each line of a file?
Posted by: vijju56 - Oct-17-2019, 04:10 AM - Forum: General Coding Help - Replies (1)

We are looking for replacing a word after each match in a list of words for each line in a file

[quote]This is Manager Sam speaking.Hello, how are ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Cannot update or install ... 5 minutes ago nickystixx45 Jacobjoift General Codin...
  print does not open conso... 7 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Weird failure in Selenium Today, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
Most views
  The best Prog... 577490
  Tutorial Requ... 501426
  Web Scraping ... 441111
  Newbie with P... 385164
  New Users Int... 369955
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Jacobjoift Today
lauren557 Today
maribita Today
AnalystRobert Today
Safariscampoea Today

User Panel Messages

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