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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537

Full Statistics

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

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
4 hours ago
» Replies: 2
» Views: 74
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
4 hours ago
» Replies: 4
» Views: 527
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 1
» Views: 645
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 6
» Views: 4,863
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Today, 09:50 AM
» Replies: 1
» Views: 1,536
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,588
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 238
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 435
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,839
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,662

 
  I can`t find an IDE functioning in my laptop
Posted by: All_ex_Under - Aug-16-2020, 05:54 PM - Forum: General Coding Help - Replies (5)

Im involved with python for about 2 months now, Ive tried numerous IDE`s but none of them seemed to work properly.
Wille trying to learn to code pr..... More

Print this item

  Error: While importing "app", an ImportError was raised:
Posted by: Kfcfan - Aug-16-2020, 05:29 PM - Forum: Web Scraping & Web Development - Replies (2)

Code app.py works well in a IDE online, but in my VSCODE does not work, it has the next error. What is the error??
Note: In my VSCODE I works in flask..... More

Print this item

  Making a Basic Keras Model - Input Shape and Parameters
Posted by: MattKahn13 - Aug-16-2020, 04:36 PM - Forum: Data Science - No Replies

Hey Guys!

I am currently trying to build a simple model which I plan to use to make predictions. The idea for this model is to have each of the 202..... More

Print this item

  Help with getting sub-program to print text
Posted by: djwilson0495 - Aug-16-2020, 04:21 PM - Forum: General Coding Help - Replies (2)

I'm trying to use the following sub-program to print a shift code:
[python]
def shift():
message = input("Please enter a message:")
number..... More

Print this item

  network and scapy
Posted by: trazom - Aug-16-2020, 03:54 PM - Forum: Networking - No Replies

hi,
i'm studing Scapy and i don't understand this doc : https://scapy.readthedocs.io/en/late[url=https://python-forum.io/thread-29060.html]..... More

Print this item

  List index out of range error when attempting to make a basic shift code
Posted by: djwilson0495 - Aug-16-2020, 02:37 PM - Forum: General Coding Help - Replies (4)

I'm trying to make a basic shift, my code is as follows:

[python]
alphabet = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q',..... More

Print this item

  How to close file handler or log file on each iteration
Posted by: Mekala - Aug-16-2020, 02:33 PM - Forum: General Coding Help - Replies (3)

Hi,
I am trying to generate a sperate log file on each iteration using below-shown code, although I use file mode "w", and it is generating a separat..... More

Print this item

  looking for entry level jobs
Posted by: space_cat - Aug-16-2020, 01:25 PM - Forum: Jobs - Replies (5)

what should i know if i want to easily get entry level jobs as a freelancer from the internet? i mean from sites such as freelancer.com/fiverr.com. i'..... More

Print this item

  hashable confusion
Posted by: spalisetty06 - Aug-16-2020, 11:57 AM - Forum: General Coding Help - Replies (3)

Hello,
I have read that all data types which are immutable are hashable. But, [b]set[b] is mutable. How is that it is stored based on hash value?

Print this item

  problem about maze path finder
Posted by: Simurg - Aug-16-2020, 10:55 AM - Forum: General Coding Help - Replies (2)

Dear friends;

I want to developed maze path finder I found one of tutorial in matlab, I revised this in python but I have not get final solution, I..... More

Print this item

  Writing a basic shift code
Posted by: djwilson0495 - Aug-16-2020, 10:13 AM - Forum: General Coding Help - Replies (2)

I'm trying to write a basic shift code using this code:
[python]
print("1) Make a code")
print("2) Decode a message")
print("3) Quit")

alphabet..... More

Print this item

  Python PDF merging from an excel pandas for loop
Posted by: siraero - Aug-16-2020, 09:34 AM - Forum: Data Science - No Replies

I have an excel sheet, with some dropdown lists. (Working) Now i'm in Python, trying to read the date from the excel sheet (xlsx file) and reading the..... More

Print this item

  Data is deleting
Posted by: korotkovap - Aug-16-2020, 06:42 AM - Forum: General Coding Help - Replies (1)

I'm only starting Python3 and I found a problem. When I want to print something from a file :
print(old_file.read())
I can only do it once, because..... More

Print this item

  Store Screenshot Selenium + MongoDB
Posted by: Nuwan16 - Aug-15-2020, 09:44 PM - Forum: Web Scraping & Web Development - Replies (9)

[b]I just need to take screenshot of a webpage and store / retrieve that image in mongodb. Below code I'm using to take screenshot of webpage and How ..... More

Print this item

  Win Links
Posted by: millpond - Aug-15-2020, 08:49 PM - Forum: News and Discussions - Replies (1)

File System Links.

In Win7 my C: Drive is starting to get a little crowded, and is due for a replacement sometime in the near future. So I have bee..... More

Print this item

  Remove of reset delegate
Posted by: GMCobraz - Aug-15-2020, 07:59 PM - Forum: GUI - Replies (6)

Dear all,

May I know is there anyway to reset to remove Qstyleditemdelegate?

For example, I switched from radio button A to B.
The delegate set..... More

Print this item

  data from multiple Entry widgets
Posted by: beevee - Aug-15-2020, 07:27 PM - Forum: General Coding Help - Replies (13)

Hi, New python user here.

I have an array of 160 Entry widgets. I created them inside nested for loops, rather than 160 explicit lines. Now, I don..... More

Print this item

  Having hard time understanding the function self-returning itself twice
Posted by: jagasrik - Aug-15-2020, 06:28 PM - Forum: General Coding Help - Replies (2)

I am trying to understand the program written here for Find all possible unique subsets from a set of distinct integers

https://www.w3resource.com/..... More

Print this item

  Stuck on python quiz challenge
Posted by: baesian - Aug-15-2020, 06:08 PM - Forum: General Coding Help - Replies (2)

Hi Y'all.

I have recently purchased a book so I can teach my-self python. I'm just stick on one of the quizzes and need some guidance if possible. ..... More

Print this item

  No Output In Pandas DataFrame Query
Posted by: eddywinch82 - Aug-15-2020, 05:47 PM - Forum: Data Science - Replies (1)

Hi there,

I have the following Python Code, which I run in Jupyter Notebook :-

[python]import pandas as pd
import requests
from bs4 import Bea..... More

Print this item

  No collision detection
Posted by: onizuka - Aug-15-2020, 05:38 PM - Forum: Game Development - Replies (6)

I have a problem with my code. Collisions is not working. I learn from the guide. Variable tiles has data. But something is not working. What am I doi..... More

Print this item

  Algorithm to generate a combination
Posted by: guvinicius2 - Aug-15-2020, 05:00 PM - Forum: Homework - Replies (5)

How to generate a combination of a password:

The vault password is a combination of 3 letters followed by 3 digits in the LLLDDD format. In additio..... More

Print this item

  Help - random number/letter guessing game
Posted by: juin22 - Aug-15-2020, 04:33 PM - Forum: Homework - Replies (1)

I cannot seem to map a random letter to a random number for the question below:

A single-player guessing game uses alphabets in place of digits to..... More

Print this item

  What is the meaning of k in this function?
Posted by: giladal - Aug-15-2020, 11:52 AM - Forum: General Coding Help - Replies (3)

Dear all,

I am in the process of learning python and going through the mod operator.
I am having a hard time understanding what is the meaning of ..... More

Print this item

  Adding data to a table in SQLite3
Posted by: djwilson0495 - Aug-15-2020, 10:01 AM - Forum: General Coding Help - Replies (2)

I'm trying to add data to a table in SQLite3 using the following code:

[python]
import sqlite3 # imports the SQLite library
from tkinter import *..... More

Print this item

  Use function from other class (Tkinter)
Posted by: zarize - Aug-15-2020, 09:49 AM - Forum: GUI - Replies (8)

Hi guys,

I would like to use function defined in main class, in another file/class - Rents.py/class Rents_tab(Frame)

[b][color=#E74C3C]MAIN.PY[/..... More

Print this item

  Syntax error in 2.7.18
Posted by: newtotheprogram - Aug-15-2020, 03:04 AM - Forum: General Coding Help - Replies (4)

I followed a tutorial in setting up a script to where users in a chat could choose the outcome of playing a game. Think Twitchplayspokemon. Now I foll..... More

Print this item

  Using python within an html form
Posted by: t4keheart - Aug-14-2020, 07:57 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi everyone,
I'm wondering if what I'm trying to do is possible. Something that would normally be done with jquery, but I'm wondering if I can simpl..... More

Print this item

  Cannot bring up anaconda in Docker image
Posted by: ErnestTBass - Aug-14-2020, 04:56 PM - Forum: General Coding Help - Replies (1)

I decided to use Spyder as my full screen debugger. It seemed the most user friendly.

I ave used Anaconda many times before on Windows 10, but no..... More

Print this item

  SQLite Unique constraint failed error
Posted by: djwilson0495 - Aug-14-2020, 03:56 PM - Forum: General Coding Help - Replies (3)

I'm trying to make a table in a SQLite3 database using the following code:

[python]
import sqlite3 # imports the SQLite library

with sqlite3.co..... More

Print this item

  This is Very Hard!
Posted by: Harshil - Aug-14-2020, 03:53 PM - Forum: Homework - Replies (13)

Here is the problem

Given an array of integers, return a new array such that each element at index i of the new array is the product of all the num..... More

Print this item

  Please support regex for version number (digits and dots) from a string
Posted by: Tecuma - Aug-14-2020, 03:47 PM - Forum: General Coding Help - Replies (4)

Hello Community,

I have the following string

[python]"SYS"."M_SYSTEM_OVERVIEW" ('System', 'Version', '', '2.00.050.00.1592305219 (fa/hana2sp05)..... More

Print this item

  Help with implementation of the logic to convert roman numeral to integer
Posted by: jagasrik - Aug-14-2020, 03:21 PM - Forum: General Coding Help - Replies (2)

I am trying to convert the given roman numerals to just numerals, with the following logic :
Here,
M - 1000, C-100, X-10, V-5, I-1

example :
R_..... More

Print this item

  KeyError: 1 on a simple loop?
Posted by: preliator - Aug-14-2020, 02:11 PM - Forum: Data Science - No Replies

Hello,

I have a dataframe, which represents the names of combinations, the people who characterize those combinations, and an average score per com..... More

Print this item

  A Question about Expression
Posted by: IA22 - Aug-14-2020, 02:11 PM - Forum: General Coding Help - Replies (2)

If I have the following code:
import re
x = 'From stephen.marquard@uct.ac.za Sat Jan 5 09:14:16 2008'
y = re.findall('\S+?@\S+?', x)
print(y)

..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 4 hours ago llarkin6 deanhystad General Codin...
  [Tkinter] how to export a... 4 hours ago RonR noisefloor GUI
  Is the interpreter that c... 8 hours ago helendamdam noisefloor General Codin...
  pdf file processing: how ... 8 hours ago Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Today, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Today, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Today, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 577003
  Tutorial Requ... 499756
  Web Scraping ... 440755
  Newbie with P... 384742
  New Users Int... 368825
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+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Today
Xuitar Today
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday

User Panel Messages

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