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,969
» Latest member: samuelshlzeo7159
» Forum threads: 38,731
» Forum posts: 175,555

Full Statistics

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

Latest Threads
Cannot update or install ...
Forum: General Coding Help
Last Post: Jacobjoift
1 hour ago
» Replies: 7
» Views: 237,110
Посты о цветах
Forum: Data Science
Last Post: Jacobjoift
1 hour ago
» Replies: 0
» Views: 13
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Jacobjoift
1 hour ago
» Replies: 5
» Views: 13,767
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
2 hours ago
» Replies: 8
» Views: 406
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,803
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 667
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,203
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,771
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 663
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,160

 
  Subplots on one figure
Posted by: SarahColombo96 - Feb-09-2019, 01:09 PM - Forum: General Coding Help - No Replies

I'm very new to Python so apologies first for being so simple and secondly if I ask for help in the wrong way. I will get there. I have a script worki..... More

Print this item

  Ideas for creating Qcolumnview from lists
Posted by: minasal - Feb-09-2019, 06:43 AM - Forum: GUI - Replies (2)

Hello,
I have 4 lists, first list has 5 items, and for each item in first list there will be 5 items with this i have 2nd list, and for each it..... More

Print this item

  any dups in this list?
Posted by: Skaperen - Feb-09-2019, 04:31 AM - Forum: General Coding Help - Replies (1)

a function is working with several arguments and one of them is a list of some number of any type of object. one important requirement is that there ..... More

Print this item

  Issue while inserting data into Teradata via python dataframe
Posted by: sandy - Feb-09-2019, 12:51 AM - Forum: General Coding Help - Replies (2)

Hi All
I am using below code to insert data into terdata table.
I am getting below error:
[output]
ProgrammingError: ('42000', "[42000] [Teradata]..... More

Print this item

  String not callable
Posted by: nexahs - Feb-08-2019, 10:46 PM - Forum: General Coding Help - Replies (2)

So I followed a video from the Autodesk scripting and SDK learning channel

[video=youtube]https://www.youtube.com/watch?v=ZmCYXzsCMO0&t=300s[/vide..... More

Print this item

  Formatted table with headings
Posted by: KameronG - Feb-08-2019, 09:27 PM - Forum: Homework - Replies (1)

Hello,
I'm trying to have a program print the results from a formula into a formatted table, but I can't figure out how to get it to attach heading l..... More

Print this item

  Warning / Error handling in python
Posted by: Prarthana_12 - Feb-08-2019, 04:56 PM - Forum: General Coding Help - Replies (1)

I am using netmiko on my ubuntu 12.04 to SSH into one of my router. I am able to successfully SSH into the router, however along with my output I get ..... More

Print this item

  Keypad Not Aligned
Posted by: sappc74 - Feb-08-2019, 04:06 PM - Forum: GUI - Replies (7)

I'm having a problem with my GUI window not displaying the keypad on my window correctly. I'm sure it has to do with resolution but don't know how to ..... More

Print this item

  Sorting and working with dictionary
Posted by: farzankh - Feb-08-2019, 03:27 PM - Forum: Homework - Replies (3)

Can somebody help with this question?

Given the dictionary, medals, sort it by the medal count. Save the three countries with the highest medal cou..... More

Print this item

  Pyodbc does not accept variable from tkinter
Posted by: diegoctn - Feb-08-2019, 03:18 PM - Forum: General Coding Help - Replies (9)

Hi guys, I am a beginner however I achieved a good result taking information from my servers and passing to a tkinter form. Now I ma trying to choosin..... More

Print this item

  Need to use range with decimals
Posted by: KameronG - Feb-08-2019, 03:15 PM - Forum: Homework - Replies (7)

Hello,

I need to write a program that asks for values from a user and then use the values in a formula. One thing I need to do is ask the user if ..... More

Print this item

  matplotlib annotate datapoints with corresponding dates
Posted by: nuncio - Feb-08-2019, 11:26 AM - Forum: General Coding Help - No Replies

I am trying to make an MJO phase diagram as this http://www.bom.gov.au/climate/mjo/graphi...40days.gif, in this, we can see the dates an..... More

Print this item

  How to reject "invalid" input in Python3.7
Posted by: Bruizeh - Feb-08-2019, 11:06 AM - Forum: Homework - Replies (4)

Hello guys, so I'm taking my first course in Programming and our teacher assigned us to create a BMI calculator in Python, but I would like to know ho..... More

Print this item

  Recursion effect
Posted by: dukoolsharma - Feb-08-2019, 09:39 AM - Forum: Data Science - Replies (2)

Does recursion cause any trouble in Python?

Print this item

  Is a way to create object instance from dict as argument
Posted by: Nazz - Feb-08-2019, 09:20 AM - Forum: Data Science - Replies (1)

We have class:

[python]
class DbConnection:
def __init__(self, host: str, port: int, db_name: str):
self.__host = host
self..... More

Print this item

  Pexpect not catching embeded ssh response
Posted by: luchoArg32 - Feb-08-2019, 08:45 AM - Forum: General Coding Help - No Replies

Hi everybody,
I was used to Bash + TCL + Expect but I migrated to Python + Pexpect and I'm encountering a little problem. I'm running python 3.6 with..... More

Print this item

  if/else statement only outputs else statement regardless of input
Posted by: KameronG - Feb-08-2019, 06:18 AM - Forum: Homework - Replies (2)

Hello, I'm new here so I apologize if I mess up the protocol to some extent.
I am trying to write a program that takes 4 user inputs and plugs them i..... More

Print this item

  How do i make a module that'll get me an average?! thx
Posted by: dokser239 - Feb-08-2019, 03:38 AM - Forum: General Coding Help - Replies (2)

#This is the code i am trying to write
#its you're beginner "average test score" programming exercise
#how do i make a module that'll get the avera..... More

Print this item

  Sentence maker help
Posted by: bidoofis - Feb-08-2019, 02:49 AM - Forum: General Coding Help - Replies (2)

Okay, so recently I've been trying to make a program that makes very simple sentences. I've made a breakthrough by figuring out that 'if' and 'or' exi..... More

Print this item

  import CSV (how can i convert my data to csv?)
Posted by: IvanR - Feb-08-2019, 12:58 AM - Forum: Homework - Replies (2)

[python]
from pprint import pprint
from urllib.request import urlopen
import json
import csv

city = input('City name: ')


url = 'http://api..... More

Print this item

  If a decimal is 0 how do I make it not show?
Posted by: GamingDay - Feb-08-2019, 12:22 AM - Forum: General Coding Help - Replies (4)

I'm new and only 30 minutes into Python. I'm trying to calculate something using randomly generated numbers and when I want to round it to 1 decimal I..... More

Print this item

  tkinter.ttk Tutorials
Posted by: Vicolas - Feb-07-2019, 11:15 PM - Forum: GUI - Replies (2)

[b]Hi,
Please can anyone help me tkinter ttk essential tutorials or maybe tell me where to get one. Have Google and search but couldn't get anything ..... More

Print this item

  Walrus Operator in 3.8
Posted by: nilamo - Feb-07-2019, 10:53 PM - Forum: News and Discussions - Replies (21)

https://medium.com/hultner/try-out-walru...30ce0ce601

Seems pretty cool for buffers.
[python]# instead of...
buffer = cre..... More

Print this item

  Sending API request with two criteria
Posted by: hey_arnold - Feb-07-2019, 09:54 PM - Forum: General Coding Help - No Replies

Hi All,

If I run the below it won't work, however if I remove one key & value from payload it returns and answer.

How do I give payload two keys..... More

Print this item

  Shifting items in a list?
Posted by: MuntyScruntfundle - Feb-07-2019, 08:56 PM - Forum: General Coding Help - Replies (3)

Hi folks.

If I have a list of say, 150 values, all floats, how would I shift them all one place to the left and lose the first value. So move 1 to..... More

Print this item

  The self variable in a class..?
Posted by: mitmit293 - Feb-07-2019, 08:54 PM - Forum: General Coding Help - Replies (3)

Is it like the 'i' variable in

 for i in Range

Print this item

  Divisors shared the second numbers
Posted by: mircea_dragu - Feb-07-2019, 08:18 PM - Forum: General Coding Help - Replies (1)

I am a beginer in Python's programming, so i began with easy programming problems.
The goal is to show the divisors shared by the two numbers entered..... More

Print this item

  What's up with my IDLE menu?
Posted by: turbopower - Feb-07-2019, 08:11 PM - Forum: General Coding Help - Replies (2)

Hi,

trying to start learning p3
Install the package for MacOS from python.org v3.7.2
All the lessons and courses describe the IDLE menu containing RU..... More

Print this item

  tic tac toe but worse
Posted by: Naito - Feb-07-2019, 07:29 PM - Forum: Code sharing - Replies (1)

hi!, i made this tic tac toe (not 100% completed yet), i have tried to make the AI more challenging but it's harder than i though, making the code run..... More

Print this item

  Python Matplotlib help!!!
Posted by: kapilan15 - Feb-07-2019, 06:08 PM - Forum: General Coding Help - Replies (1)

[python]
import pandas as pd
from pandas import Series
from matplotlib import pyplot as plt


data = pd.read_csv ('data.csv')

plt.plot(data.D..... More


Attached Files

Thumbnail(s)
   
Print this item

  import logging not working
Posted by: segerhult - Feb-07-2019, 04:10 PM - Forum: General Coding Help - Replies (3)

when i run my code it says there is somthing wrong whit import logging and thus the cod dose not work

[python]import logging
#import time
#import..... More

Print this item

  Creating Snake game in Turtle
Posted by: Shadower - Feb-07-2019, 03:10 PM - Forum: Game Development - Replies (1)

Hello all,

I am creating a snake game with Python, in Turtle.
For this project, I am using this video: https://www.youtube.com/watch?v=rrOqlfMujqQ..... More

Print this item

  Sound Meter
Posted by: dcanogi - Feb-07-2019, 02:53 PM - Forum: General Coding Help - Replies (2)

How i do a sound meter using python and extract the data to a database?

Print this item

  Need help with a tough school assignment
Posted by: datson79 - Feb-07-2019, 01:49 PM - Forum: Homework - Replies (5)

hi everyone

i have some school that i really need help with .
- how do i start to do the coding
- and how do i create the function needed to w..... More

Print this item

  Search "Places near by me" or "where am I" in google maps
Posted by: barry76 - Feb-07-2019, 01:38 PM - Forum: General Coding Help - Replies (1)

Hi, is it possible to search the results "where am I" or "places nearby me" using google API in python
Right now mentioned below Python code is sear..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Cannot update or install ... 1 hour ago nickystixx45 Jacobjoift General Codin...
  Посты о цветах 1 hour ago Jacobjoift Jacobjoift Data Science
  Webscrapping sport bettin... 1 hour ago KoinKoin Jacobjoift Web Scraping ...
  Comparing 2 100GB Drives/... 2 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577294
  Tutorial Requ... 500477
  Web Scraping ... 440968
  Newbie with P... 384998
  New Users Int... 369422
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+ 12089
buran 8176
snippsat 7370
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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