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,986
» Latest member: Tycho_2025
» Forum threads: 38,735
» Forum posts: 175,576

Full Statistics

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

Latest Threads
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
1 hour ago
» Replies: 0
» Views: 18
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
2 hours ago
» Replies: 3
» Views: 2,518
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 2
» Views: 65
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 6
» Views: 178
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 454
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,084
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 835
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,109

 
  Adding space between Notebook tabs
Posted by: Columbo - Jul-09-2019, 05:30 AM - Forum: GUI - Replies (4)

Is there any way to add space between the tabs that are added to Tkinter Notebook?

Thanks

Print this item

  Keep moving pressing a key
Posted by: alexponceal - Jul-09-2019, 05:24 AM - Forum: Game Development - Replies (1)

I've started to use PyGame a few days ago and I'm trying to create some games. I'd like to add that I was reading the PyGame documentation (that didn'..... More

Print this item

  the smallest floating point value that when arithmetically added
Posted by: Skaperen - Jul-09-2019, 04:12 AM - Forum: Code sharing - No Replies

inspired by my own post over here i coded this solution:[python]#!/usr/bin/env pytho..... More

Print this item

  Class takes no arguments
Posted by: Myang123 - Jul-09-2019, 02:43 AM - Forum: General Coding Help - Replies (3)

Hey,

I am writing a basic class and I am having problems inserting arguments into the class "Dog".

Here is the source code

[python]
class D..... More

Print this item

  [split] OPENPYXL
Posted by: duranil - Jul-09-2019, 01:10 AM - Forum: General Coding Help - No Replies

Hello All,

I am trying to write a script to populate an excel template with slicers.

I am using the Openpyxl module to run the script but I get ..... More

Print this item

  now i wish Python had an inline commant
Posted by: Skaperen - Jul-09-2019, 12:40 AM - Forum: News and Discussions - Replies (9)

in my print_object() function, which has, so far, succeeded in outputting valid Python code, i am wanting to output ints in hexadecimal as an inline c..... More

Print this item

  Calling a function from another function
Posted by: johneven - Jul-09-2019, 12:26 AM - Forum: Homework - Replies (2)

Having trouble with this one.
The problem reads below:

You will need to write two functions for this problem. The first function, "divide" ..... More

Print this item

  GUI freezes while executing a callback funtion when a button is pressed
Posted by: abi17124 - Jul-08-2019, 10:22 PM - Forum: GUI - Replies (5)

I'm using PySimpleGUI and PyAutoGUI to automate a very tedious Excel to Enovia data migration project, where my task is to look for a part on Enovia, ..... More

Print this item

  Cant get grade part of code to work correctly
Posted by: Expel - Jul-08-2019, 10:02 PM - Forum: General Coding Help - Replies (5)

trying to get the grade part of the code to work, the rest seems to work fine

[python]
print("enter 5#s")
num1 = int(input())
num2 = int(input()..... More

Print this item

  week 1 python help - string formatting ?
Posted by: raymond2688 - Jul-08-2019, 09:27 PM - Forum: Homework - Replies (20)

Thanks in advance. I am stuck on a part of my homework (I know this is basic stuff)
this is the assignment:
Your program should ask the user for hi..... More

Print this item

  Minimum size
Posted by: Amniote - Jul-08-2019, 09:14 PM - Forum: General Coding Help - Replies (8)

Hello everyone,

I have the following two-dimensional list:

['1', '6', '66', '9', '33'], ['1', '6', '9', '33'], ['1', '66', '6', '9', '33'], ['1'..... More

Print this item

  pyodbc.Error SQLBindParameter
Posted by: pcarra - Jul-08-2019, 08:17 PM - Forum: General Coding Help - No Replies

I am working on updating a table in a database the update data looks like this:

[['CID', 'Status', 'JiraTicket', 'MrcNew', 'MonthBudget', 'BillingSta..... More

Print this item

  I need help with a Kata
Posted by: Jaccobtw - Jul-08-2019, 08:09 PM - Forum: General Coding Help - Replies (3)

https://www.codewars.com/kata/change-you...ain/python

I don't understand how to pass a callable value into the functions fst and sn..... More

Print this item

  Linking python to Google Sheets
Posted by: Charliefish1311 - Jul-08-2019, 08:00 PM - Forum: General Coding Help - Replies (1)

When trying to link python with this code

[python]
import gspread
from oauth2client.service_account import ServiceAccountCredentials

from ppri..... More

Print this item

  Fetching data from Sklearn
Posted by: zaki424160 - Jul-08-2019, 05:15 PM - Forum: General Coding Help - Replies (2)

I am a python beginner and using Pycharm as IDE and Python 3.7.3. I am using an existing code when I run the code gives me an error
the code is

[py..... More

Print this item

  Live cameras streaming
Posted by: itskv - Jul-08-2019, 04:50 PM - Forum: News and Discussions - Replies (1)

I am using PAGE to design GUI for windows. (can't code, only design)
How to show live streams from 2 different IP cameras in 2 different 'FRAMES' on ..... More

Print this item

  Reinitializing list
Posted by: Shivesh - Jul-08-2019, 02:42 PM - Forum: General Coding Help - Replies (8)

Hi Guys,

I have written a function in which I have created a local list of pair values.
In the end, I append it to a global list.

The local lis..... More

Print this item

  Getting a specific text inside an html with soup
Posted by: mathieugrimbert - Jul-08-2019, 01:19 PM - Forum: Web Scraping & Web Development - Replies (9)

Hi, I apologies for the question but I am new to scrapping in python and I struggle with accessing a text inside an html. I passed the article/html th..... More

Print this item

  add module in one file .exe
Posted by: linh_py - Jul-08-2019, 01:18 PM - Forum: Homework - Replies (1)

hello, i have homework, make keylogger. i use pyinstaller to make onefile .exe. But when i run it in victim pc, it give me [b][i]"Fatal:..... More

Print this item

  which std library to use for web development in python
Posted by: srm - Jul-08-2019, 11:42 AM - Forum: Web Scraping & Web Development - Replies (4)

I am new to python and would like to go for web development in python but
which standard library to use for making website as mostly it is django th..... More

Print this item

  How to draw rectangles in pyplot?
Posted by: SuchtyTV - Jul-08-2019, 11:15 AM - Forum: Data Science - Replies (4)

Hey,

[python]from mpl_toolkits.mplot3d import Axes3D
import numpy as np

from mpl_toolkits.mplot3d import Axes3D
from mpl_toolkits.mplot3d.art..... More

Print this item

  If statement containing apostrophe
Posted by: AshBax - Jul-08-2019, 10:56 AM - Forum: General Coding Help - Replies (11)

Hi,
I'm looking to compare strings (that have been pulled in from a csv) to a string created from an input.
All works fine, until the string contains ..... More

Print this item

  sending arduino data to python and use a parity check
Posted by: 10_Lucas - Jul-08-2019, 10:38 AM - Forum: Homework - Replies (6)

hello,
i will read sensordata in my arduino(automatic greenhouse), this data will be sent to my rpi. With a python code i will send this arduino dat..... More

Print this item

  How can I program this algorithm with Python
Posted by: docmaths - Jul-08-2019, 09:20 AM - Forum: Data Science - Replies (9)

How can I program this algorithm with Python.
[img]https://zupimages.net/up/19/28/l5iu.png[/im[url=https://python-forum.io/thread-19635.html]..... More

Print this item

  Mouse Click Problem
Posted by: rwahdan - Jul-08-2019, 06:50 AM - Forum: Game Development - Replies (2)

Hi,

I took some code from GitHub and I have a problem as when I choose from menu "Settings", and just move the mouse, the menu disappear and main m..... More

Print this item

  Enhance my stacked barplot title, and flip legend
Posted by: Clunk_Head - Jul-08-2019, 03:26 AM - Forum: Data Science - No Replies

I've got most everything in order with my stacked barplot
[Image: Screenshot-95.png]
but I am missing two things:
1) Can I ..... More

Print this item

  How to Import Libraries like Numpy
Posted by: ajay3adhikari - Jul-08-2019, 02:19 AM - Forum: General Coding Help - Replies (2)

I am a beginner in Python. I downloaded Python on my mac and started Python 3.7.3 Shell.
Though I imported 'math' library as 'import math', I am not ..... More

Print this item

  NLP Issue
Posted by: standenman - Jul-08-2019, 12:03 AM - Forum: News and Discussions - Replies (5)

I had an upwork freelancer working on a Django Python App. Now over $3K in, we have failure, and I suspect he is not up to the task. The app does th..... More

Print this item

  I'm getting a wrong answer don't know where the bug is
Posted by: 357mag - Jul-07-2019, 09:08 PM - Forum: General Coding Help - Replies (4)

I've written a program that inputs three integers and calls functions to determine the smallest and the largest of the three. But sometimes my program..... More

Print this item

  ttk Separator sizing
Posted by: DT2000 - Jul-07-2019, 05:06 PM - Forum: GUI - Replies (2)

I have been asked about information on how to size a ttk Separator using the .pack or .place methods.
In the code below the separator is showing howe..... More


Attached Files

Thumbnail(s)
   
Print this item

  Sum of List
Posted by: nag_sathi - Jul-07-2019, 04:30 PM - Forum: General Coding Help - Replies (6)

Hi,

I have wrote a python program to sum the numbers in a list.However its giving answer one.

Please advise.

[python]MyList = []
Number = i..... More

Print this item

  I need help with Python code to implement this algorithms
Posted by: Saemmanuex - Jul-07-2019, 12:24 PM - Forum: General Coding Help - Replies (1)

Hello house , I need help with Python code to implement the following algorithm[Image: znKvQDy]


Attached to this is a link to th..... More

Print this item

  error
Posted by: Rahul - Jul-07-2019, 12:03 PM - Forum: General Coding Help - Replies (1)

[python]marks = input()
if 33 < marks < 45:
print("pass")
else:
if 45 < marks < 60:
print("second")
else:
if 60 < m..... More

Print this item

Star résolution numérique pour les équations de Lockta-Volterra en python
Posted by: Mohamed19 - Jul-07-2019, 11:19 AM - Forum: General Coding Help - Replies (2)

Bonjour
j'ai trouvé une difficulté à tracer les courbes pour les équations de Lockta-Volterra par la méthode d'Euler explicite en Python

voici un..... More

Print this item

  Change column names from a file
Posted by: Nidhesh - Jul-07-2019, 11:04 AM - Forum: Data Science - Replies (2)

Hi All,

I want to change the column names to the name i have in the csv file. Below is the code i used but i am getting an error i.e.

Keyerror: 'Col..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  print does not open conso... 1 hour ago Tycho_2025 Tycho_2025 General Codin...
  Fred Economic Data API 2 hours ago warrior42 Trickety Web Scraping ...
  create ocr to detect lice... 3 hours ago bimosora noisefloor General Codin...
  Parse Markdown / get the ... 4 hours ago SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... Yesterday, 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...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
Most views
  The best Prog... 577463
  Tutorial Requ... 501206
  Web Scraping ... 441087
  Newbie with P... 385158
  New Users Int... 369811
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Tycho_2025 Today
chikkamagalur Today
Costa Today
bimosora Today
kyleconor797 Yesterday

User Panel Messages

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