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: James87
» Forum threads: 38,730
» Forum posts: 175,531

Full Statistics

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

Latest Threads
Why Assignment Help Austr...
Forum: General Coding Help
Last Post: James87
14 minutes ago
» Replies: 0
» Views: 5
Law Assignment Help
Forum: News and Discussions
Last Post: lawwriters
1 hour ago
» Replies: 0
» Views: 10
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
3 hours ago
» Replies: 1
» Views: 2,450
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
7 hours ago
» Replies: 0
» Views: 125
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 291
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 350
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 471
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,627
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,548
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 417

 
  Changing Download Path for ChromeOptions
Posted by: Zelatrix - Sep-06-2020, 03:13 PM - Forum: Web Scraping & Web Development - No Replies

I am attempting to write a Python script which logs into a site using Selenium, and thendownloads the images from a set of links passed into the scrip..... More

Print this item

  Open for Python project(s)
Posted by: Python_User - Sep-06-2020, 03:02 PM - Forum: General Coding Help - Replies (8)

Dear all,

Hopefully this is the right place to discuss this topic.

I started learning Python at the end of July and feel nowadays step by step m..... More

Print this item

  Python to Oracle Conn Issue
Posted by: chvsnarayana - Sep-06-2020, 01:43 PM - Forum: General Coding Help - Replies (2)

Hi All,

In my Windows 10 64 Bit OS, installed Oracle 10g database of 32 Bit and Python 3.7.9 version of 64 Bit.

When I am trying to connect Orac..... More

Print this item

  Count & Sort occurrences of text in a file
Posted by: oradba4u - Sep-06-2020, 01:03 PM - Forum: General Coding Help - Replies (7)

ALL:
I have an ASCII text file that contains First and Last names of a phone list.
Each full name is on a newline.
I need a new list generated that..... More

Print this item

  [split] ModuleNotFoundError
Posted by: franckgztl - Sep-06-2020, 12:00 PM - Forum: General Coding Help - Replies (1)

Hello,
I own a Rapberry pi.
I installed Visual Studio: Code - OSS (headelted).
My version of Python is 3.7.3 (32 bits).

I have the following er..... More

Print this item

  [split] Creating a variable as a function
Posted by: DPaul - Sep-06-2020, 06:55 AM - Forum: General Coding Help - Replies (23)

Hi,

I knew dict could be used to replace "select... case"... statements, the single biggest thing i missed in Python.
So with the info of post #5,..... More

Print this item

  Tracy the turtle code shortening
Posted by: invaneri - Sep-06-2020, 02:18 AM - Forum: Homework - Replies (1)

Hey guys,
Im new to the python 3 coding
Im taking a course and I'm trying to go ahead and go forward. I went ahead of a few chapters, but now the assi..... More

Print this item

  NONE
Posted by: Danielesteban - Sep-06-2020, 12:30 AM - Forum: General Coding Help - Replies (1)

[python]
def entrada(e):
if e == 1:
aviso(e)
else:
return print(False)

def aviso(e):
return print(True)
..... More

Print this item

  Working on an Auction Site - had questions
Posted by: card51shor - Sep-05-2020, 10:37 PM - Forum: Homework - Replies (24)

Hey guys I'm working on building an auction site for an assignment and I'm having issues with a few things.

The class "User" was set up for me. W..... More

Print this item

  from global space to local space
Posted by: Skaperen - Sep-05-2020, 10:26 PM - Forum: General Coding Help - Replies (4)

in a function i am doing a return of the locals() dictionary. one of the values i want to include in that dictionary is in the global space (let's ca..... More

Print this item

  Creating a variable as a function
Posted by: JarredAwesome - Sep-05-2020, 09:21 PM - Forum: General Coding Help - Replies (4)

In JavaScript there is an ability to make a variable a function.

Does that exists in python?

For example, could I do something like this?

[co..... More

Print this item

  Variables will not plot in subplot
Posted by: emp2341 - Sep-05-2020, 05:21 PM - Forum: Homework - No Replies

The assignment requires us to make two subplots of the same graph with one having a certain x-axis index and the other having a smaller index. I have ..... More

Print this item

  MNE Sample Data
Posted by: Chriso99 - Sep-05-2020, 02:07 PM - Forum: Data Science - Replies (3)

Hey. New to Python. Just installed MNE. Any reason sample data has not downloaded successfully also as part of the library / package? Thanks

Print this item

  get original code after being encoded to UTF-8
Posted by: ashok - Sep-05-2020, 01:44 PM - Forum: General Coding Help - Replies (18)

hello every one,
i have problem, i can't get access to my python code.
when i reopen the editor i found it encode it to UTF-8.
any suggestions ?

Print this item

  server selects Runners from list and sends model
Posted by: alex80 - Sep-05-2020, 11:21 AM - Forum: General Coding Help - Replies (2)

My goal is the server selects the number of runners from a list list1=[7, 9, 5, 0, 8] instead of integer value (5) to send to those runners only (7, 9..... More

Print this item

  ValidationError doesn't get printed in my web
Posted by: MarcJuegos_YT - Sep-05-2020, 10:04 AM - Forum: Web Scraping & Web Development - Replies (1)

I've been learning django for two weeks now and I'm currently learning raising forms.Errors such as forms.ValidationError.
Here's the code I've writ..... More

Print this item

  question on tkinter canvas PhotoImage
Posted by: gr3yali3n - Sep-05-2020, 09:50 AM - Forum: GUI - Replies (1)

I want to put an image in a window above the buttons.
but the window is blank where the canvas is supposed to be.?

[python]
from tkinter import *
fro..... More

Print this item

  Working With Python 3 Lists | Learn By Examples
Posted by: CodeItBro - Sep-05-2020, 09:37 AM - Forum: Tutorial Requests and Submissions - Replies (1)

Hi, I recently wrote a tutorial on Python 3 lists where you can learn by examples.

Do..... More

Print this item

  MIDI FILES TEMPO - MIDO
Posted by: Tetsuo30 - Sep-05-2020, 08:23 AM - Forum: General Coding Help - Replies (9)

Hi, i try to code a simple midi file looper with mido library on raspberry pi.

Here the simple code that play the loop 4 times

[python]
outpor..... More

Print this item

  General Listbox question.
Posted by: Milfredo - Sep-05-2020, 08:09 AM - Forum: General Coding Help - Replies (4)

I can not find any videos or text telling me how to take a listbox item and place the text into a variable when user selects an item in the Listbox.
..... More

Print this item

  Help! Functions
Posted by: bwdu - Sep-04-2020, 10:22 PM - Forum: General Coding Help - Replies (3)

Hi everyone! I am trying to create an English Thesaurus which the user is going to write an word as input and get the corresponding meaning, also if t..... More

Print this item

  Collision in not happening
Posted by: onizuka - Sep-04-2020, 09:23 PM - Forum: Game Development - Replies (3)

I have a collision not working .The walls are draw, but not the collision.

[python]import pygame
from Settings import *
from game import *
class Play..... More

Print this item

  Taking serial data to perform key.press functions
Posted by: ausbollinger13 - Sep-04-2020, 09:11 PM - Forum: General Coding Help - Replies (1)

I am trying to take an IMU's data via serial port to press arrow keys to be able to play a game with the use of an accelerometer, gyroscope, and magne..... More

Print this item

  Why this pycharm warning for argparse formatter_class value?
Posted by: pjfarley3 - Sep-04-2020, 09:10 PM - Forum: General Coding Help - Replies (2)

The below script runs just fine from the command line, but pycharm complains that the formatter_class value in the call to argparse.ArgumentParser is ..... More

Print this item

  if statement not working
Posted by: g0g0g1g - Sep-04-2020, 08:32 PM - Forum: Homework - Replies (2)

if i enter random gibberish it still runs the code as if i entered one of the acceptable names I.E. my code carries out the first if statement, despit..... More

Print this item

  [Tkinter] Text Upload
Posted by: LearningLittlebyLittle - Sep-04-2020, 07:45 PM - Forum: GUI - No Replies

I have an Ubuntu OS, and I am trying to create a GUI to display all the text files in the directory. It should have buttons for each text files, and e..... More

Print this item

  Opening and closing Mac applications and files
Posted by: Nickd12 - Sep-04-2020, 07:16 PM - Forum: General Coding Help - Replies (5)

So I've been trying to open and close Mac OS. applications and files with python but have had little to no success can anyone provide me with any clue..... More

Print this item

  Text Adventure / RPG in Pure Python
Posted by: MIPython - Sep-04-2020, 05:46 PM - Forum: Tutorial Requests and Submissions - Replies (2)

Greetings everybody, I've been motivated lately to work on a long time project of mine. A text adventure /RPG, in pure Python. I've refactored this..... More

Print this item

  appending variabl a URL for requests.post step
Posted by: duckredbeard - Sep-04-2020, 05:27 PM - Forum: General Coding Help - Replies (3)

I use one of my RPis for monitoring my fridge temp. I currently have LEDs lit to indicate a good or bad condition. I also get a push notification wh..... More

Print this item

  JupyterLab Dictionary Content Output Format
Posted by: Ourkid123uk - Sep-04-2020, 02:18 PM - Forum: General Coding Help - No Replies

Hi,

Brand new to Python and this my first question on the forum (please be gentle Rolleyes)


I have defined a dictionary with separate key..... More

Print this item

  Help with knn
Posted by: Bhavika - Sep-04-2020, 11:17 AM - Forum: General Coding Help - Replies (1)

These are my k values and their corresponding accuracy_score.
k = 3 --> 95.2127659574468
k = 4 --> 96.27659574468085
k = 5 --> 95.74468085106383..... More

Print this item

  Compiling on win10
Posted by: ebolisa - Sep-04-2020, 10:47 AM - Forum: General Coding Help - Replies (1)

Hi,

I'm trying to compile a test.py file on Windows 10 but the compiler cannot find the module Cython when it's installed.
I ran the cmd terminal ..... More

Print this item

  space animation
Posted by: space_cat - Sep-04-2020, 10:16 AM - Forum: GUI - Replies (1)

i'm trying to make a logo, with a background which is black, and stars moving across it (parralel to the x axis, in different constant y values). i th..... More

Print this item

  <while> cycle is not interrupted when using the <random>module
Posted by: ShityCoder - Sep-04-2020, 07:17 AM - Forum: General Coding Help - Replies (3)

Hello everyone, idea to count how many attempts module random takes before <==> to original string
unfortunatelly <while> not interrupted((((
[pytho..... More

Print this item

  Auto row increment code
Posted by: codesearcher - Sep-04-2020, 05:53 AM - Forum: Data Science - Replies (2)

Hi All, I have been given the data

Date count
1/1/2020 1
2/1/2020 5
4/1/2020 10
6/1/2020 15

Here i need a python code..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Why Assignment Help Austr... 14 minutes ago James87 James87 General Codin...
  Law Assignment Help 1 hour ago lawwriters lawwriters News and Disc...
  Using Python to SSH and R... 3 hours ago justaguy SprunkiRetake Networking
  My goal to be hired worki... 7 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam 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...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
Most views
  The best Prog... 576939
  Tutorial Requ... 499584
  Web Scraping ... 440710
  Newbie with P... 384686
  New Users Int... 368691
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 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
James87 Today
lawwriters 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