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,271
» Latest member: aminrony1999
» Forum threads: 38,787
» Forum posts: 175,855

Full Statistics

Online Users
There are currently 41 online users.
» 1 Member(s) | 36 Guest(s)
Bing, Google, Mojeek, AOL, aminrony1999

Latest Threads
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
38 minutes ago
» Replies: 4
» Views: 114
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: Tuurbo46
3 hours ago
» Replies: 2
» Views: 103
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
3 hours ago
» Replies: 2
» Views: 96
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 140
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 337
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 59
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 94
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 329
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 181
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 292

 
  Login and access website
Posted by: mariolopes - Feb-05-2018, 10:54 AM - Forum: Web Scraping & Web Development - Replies (7)

Hi
I want to login on this website

https://www.cpcdi.pt/Account/Login
I have the credentials and I try the following code:

[python]
import re..... More

Print this item

  Problem with caesar cipher
Posted by: lucaron - Feb-05-2018, 10:44 AM - Forum: General Coding Help - Replies (2)

I just write a python's code for change messages with a chosen letter shift, but it only work for the first letter.

Could you explain me what shoul..... More

Print this item

  Splitting a path
Posted by: CardBoy - Feb-05-2018, 09:46 AM - Forum: General Coding Help - Replies (2)

Hi

Given these two file paths

/tmp/tmpya51Zz/Test.php
/tmp/tmpya51Zz/_unittest/TestTest.php
Please can someone tell me th..... More

Print this item

  Unable to create csv file
Posted by: Sumaira - Feb-05-2018, 09:06 AM - Forum: Homework - Replies (2)

Hello

I am beginner. I am using python and tensorflow on IBM Data science experience.
I am facing a problem to create csv file (myFile.csv) in ir..... More

Print this item

  sorted dictionary?
Posted by: HenryJ - Feb-05-2018, 08:02 AM - Forum: General Coding Help - Replies (2)

Hi experts,

This is a short one Smile Just wondering if there is a way to sort the print out of a dictionary. For example, if I print the dict..... More

Print this item

  ptb.py - process trace back for linux
Posted by: Skaperen - Feb-05-2018, 06:20 AM - Forum: Code sharing - Replies (3)

this script is a command for linux to trace back a specified process (or itself if none specified) through its ancestry to help a sysadmin figure out ..... More

Print this item

  Statistics from text file
Posted by: Zatoichi - Feb-05-2018, 02:52 AM - Forum: Homework - Replies (1)

[python]
import statistics
import math



def load_stats(filename):
#load file containing integers
#integers are separated by a spac..... More


Attached Files

.txt   stats.txt (Size: 39 bytes / Downloads: 659)
Print this item

  SyntaxError: EOF while scanning triple-quoted string literal
Posted by: Caroline - Feb-05-2018, 02:40 AM - Forum: Homework - Replies (5)

Hi,

My programming assignment is to create a library website from using Django in Pycharm but I was experiencing this issue and did not get much he..... More

Print this item

  Perfectly proportioned 3 frame wxpython application template
Posted by: Larz60+ - Feb-05-2018, 02:01 AM - Forum: Code sharing - Replies (5)

Here is a framework for a three panel wxpython (phoenix) application. With
proper sizing. The aspect ratio of 1.779 to 1 is supposed to be the proper..... More


Attached Files

Thumbnail(s)
   
Print this item

  Reading json file as pandas data frame?
Posted by: Alberto - Feb-04-2018, 11:57 PM - Forum: Data Science - Replies (1)

Dear Python Users,

I am using python 3.6 and trying to download json file (350 MB) as pandas dataframe using the code below. However, I get the fol..... More

Print this item

  Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
Posted by: Newtopython123 - Feb-04-2018, 11:24 PM - Forum: General Coding Help - Replies (10)

hi So i installed Anaconda to get access to jupyter notebook and python.then I run jypyter notebook command in command prompt
I get
Error executing ..... More

Print this item

  Can someone make me a code that does this?
Posted by: BubbleDouble - Feb-04-2018, 10:19 PM - Forum: Jobs - Replies (2)

Basically, there's a pubg bot, that idles. But there's a problem with the bot, it get's stuck on this screen[Image: xYv3QzH.png]..... More

Print this item

  Pyglet installation problems
Posted by: LostinPy - Feb-04-2018, 09:53 PM - Forum: General Coding Help - Replies (3)

Hello

Very new to python - I have a beginners book and working through it, still on chapter 1.

I have been trying for the last hour to install p..... More

Print this item

  How to make an input trigger the output once no matter how long input is high
Posted by: cam2363 - Feb-04-2018, 09:37 PM - Forum: General Coding Help - Replies (3)

I have a python code that plays a sound when I push a button, but if I hold the button, it keeps playing the sound, which I dont want.

So what line..... More

Print this item

  Scramble word game
Posted by: Zatoichi - Feb-04-2018, 09:08 PM - Forum: Homework - Replies (9)

[python]
def display_banner():
print("""
__ _ _ _
/ _\ ___ _ __ __ _ _ __ ___ | |__ | | ..... More

Print this item

  Help deleting numbers from file names
Posted by: Shane - Feb-04-2018, 07:07 PM - Forum: General Coding Help - Replies (5)

[python]import os
def rename_files():
# Get file names
file_list= os.listdir(r"file")
#print(file_list)
saved_path=os.getcwd()
p..... More

Print this item

  dict problem
Posted by: Sol - Feb-04-2018, 06:51 PM - Forum: General Coding Help - Replies (2)

Hi there,

I have recently been creating a bot for Discord, I have seeked help on other discord servers, but no one can help. I know I should know ..... More

Print this item

  Question code from datacamp I don't understand
Posted by: fad3r - Feb-04-2018, 06:23 PM - Forum: Homework - Replies (3)

Hi,
I don't need any help coding anything I just really am confused on this code:

[python]

import numpy as np
np.random.seed(123)
tails = [0]..... More

Print this item

  Is it possible to loop through class attributes via string?
Posted by: 04chiak - Feb-04-2018, 04:29 PM - Forum: General Coding Help - Replies (3)

Hey guys, I'm stumped on this issue.
I currently am referencing a UI file built in pyqt, and though it wise to create a while loop to iterate through..... More

Print this item

  Can't access Turtle Demo
Posted by: beeo - Feb-04-2018, 02:22 PM - Forum: General Coding Help - Replies (4)

I'm new to this forum and not sure if I've picked the right one.

I'm also new to Turtle graphics. and I'm trying to access the Demo scripts referen..... More

Print this item

  Index + functions help
Posted by: perrud - Feb-04-2018, 01:53 PM - Forum: General Coding Help - Replies (2)

I'm making a calculator on py, and that part don't work.
Someone can help me to make this work?
[python]def ave():
q = input('Coloca os numeros..... More

Print this item

  Interacting with python console while program is running
Posted by: Murmele - Feb-04-2018, 12:32 PM - Forum: GUI - Replies (2)

Hello,

I would like to write a program with a gui, which is able to interact with a python console. I would like to draw something in the gui, send..... More

Print this item

  please Help. TypeError: list indices must be integers, not str
Posted by: skamaaa01 - Feb-04-2018, 11:49 AM - Forum: Homework - Replies (1)

Hi. I give up, i just can't make this work.

If i type:
order_status_info = client.get_my_trades(symbol='LTCUSDT',limit=1)
print order_status_in..... More

Print this item

  I have an assignment - to create a keylogger
Posted by: MartyXO - Feb-04-2018, 11:35 AM - Forum: Homework - Replies (9)

Hello dear users!
I have a assignment - create a keylogger
Keylogger must have:

- Sending data with e-mail (attachment .txt file)
- Every line ..... More

Print this item

  E-commerce
Posted by: antonmichel - Feb-04-2018, 10:44 AM - Forum: GUI - Replies (5)

Hey guys,

What are the best and easiest options to build e-commerce mobile app with kivy?
Shall i go to django oscar?

Print this item

  Error on pressing enter
Posted by: dake - Feb-04-2018, 09:44 AM - Forum: General Coding Help - Replies (6)

Hi All.

I am new to python coding.
I am trying to get 4:0:0 hours count down by just entering "4 enter" and "enter for 0" then "enter for 0" again..... More

Print this item

  Video Course for Python Alogorithms Course and eBook
Posted by: gjenkinslb - Feb-04-2018, 07:28 AM - Forum: Tutorial Requests and Submissions - Replies (1)

I have created a list of video tutorials that cover and correspond to the book 'Problem Solving with Algorithms and Data Structures' by Miller/Ranum, ..... More

Print this item

  need help with combobox Python 2.7
Posted by: ZipSnipe - Feb-04-2018, 06:24 AM - Forum: GUI - Replies (3)

I am trying to figure this out, I used Qt Designer to make this gui, I want the combobox to access a file on my harddrive. Can anyone give me a hand. ..... More

Print this item

  wx.html2
Posted by: ian - Feb-04-2018, 03:06 AM - Forum: GUI - Replies (1)

I use wx.html2 as browser in my python 3.6.2 script working ok. But when I browse a Yahoo Finance website, it says the component is not supported by t..... More

Print this item

  which is a better test?
Posted by: Skaperen - Feb-04-2018, 02:52 AM - Forum: General Coding Help - Replies (12)

which is a better test where the variable named word is always a string with a length greater than zero?

case 1[python] if word[0] in ('w','x','..... More

Print this item

  Very beginner needs help
Posted by: bostltch - Feb-03-2018, 10:54 PM - Forum: General Coding Help - Replies (3)

Hello! I've just, and I mean *just*, started playing with python using pycharm and I've run into a problem while trying to follow a video tutorial on ..... More

Print this item

  Dice Roller
Posted by: mcmxl22 - Feb-03-2018, 09:19 PM - Forum: Code sharing - Replies (4)

[python]import random


def dice():
sides = [1, 2, 3, 4, 5, 6]
rollDice = input('roll? ')

if rollDice == 'y':
i = random..... More

Print this item

  Python 2.7 RAW sockets: missing and wrong fields in ARP header
Posted by: gold604 - Feb-03-2018, 07:08 PM - Forum: Networking - Replies (1)

Hello, at the beggining I would like to say that I didn't have any experiences with sockets earlier. I am trying to create response ARP packet in pyth..... More

Print this item

  Working with turtle graphics in python and colour slices of a pie graph...
Posted by: netrate - Feb-03-2018, 07:04 PM - Forum: General Coding Help - Replies (1)

I am just wondering how I would go about colouring in individual slices of a pie graph in turtle graphics. I can create the individual slices, but I a..... More

Print this item

  'list' object has no attribute 'plot' problem
Posted by: BaartCM - Feb-03-2018, 06:42 PM - Forum: GUI - Replies (2)

Hi,

Forgive me if this post is in the wrong place. The code uses tkinter GUI with several plots on seperate note tabs, hence Ive posted it in GUI
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [SOLVED] Access keys and ... 38 minutes ago Winfried Winfried General Codin...
  Graph Interpolate Difficu... 3 hours ago Tuurbo46 Tuurbo46 General Codin...
  PermissionError: [Errno 1... 3 hours ago Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579057
  Tutorial Requ... 511079
  Web Scraping ... 442051
  Newbie with P... 386101
  New Users Int... 378279
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+ 12108
buran 8196
snippsat 7389
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
aminrony1999 Today
fobby888 Today
digitalboy346 Today
ben9090o Today
ViktoriaMetodieva Today

User Panel Messages

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