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,274
» Latest member: SavingSquirrel199835
» Forum threads: 38,788
» Forum posts: 175,860

Full Statistics

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

Latest Threads
link variable to exc bloc...
Forum: General Coding Help
Last Post: Astrobert
2 hours ago
» Replies: 0
» Views: 29
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
4 hours ago
» Replies: 2
» Views: 135
best way to learn python
Forum: News and Discussions
Last Post: mamta25
7 hours ago
» Replies: 5
» Views: 3,061
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 189
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 176
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 135
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 181
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 356
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 75
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 378

 
  DBViewer (sqlite)
Posted by: Axel_Erfurt - Apr-01-2018, 08:02 PM - Forum: Code sharing - No Replies

open sqlite Database -> select Table from ComboBox
export to tsv or csv
print table

..... More

Print this item

  Import a Data from a text file
Posted by: maxcom - Apr-01-2018, 07:25 PM - Forum: Homework - Replies (1)

Hello!
I am pretty new to python and i would need some help Smile

So i got a text file in this form

Example.txt
++++++++++++++++++++++..... More

Print this item

  notify after x number of days.
Posted by: Rupen_gurung - Apr-01-2018, 05:13 PM - Forum: GUI - Replies (5)

hey can someone plz help write a tkinter python3 code which show notification after x number of days where x will be list of dates to be notified .how..... More

Print this item

  Using Force Sensing Resistors and sould files with Python
Posted by: learnercoder - Apr-01-2018, 04:31 PM - Forum: General Coding Help - Replies (1)

Hi guys, I'm new to coding and was hoping you could help me with a project I'm doing at the moment.

I'm using python with a Raspberry Pi and some ..... More

Print this item

  Tkinter
Posted by: gellerb - Apr-01-2018, 03:33 PM - Forum: GUI - Replies (3)

could someone help me with some part of a GUI? There is a submenu, Load, upon clicking, a fileselector dialog should pop up. The file has three variab..... More

Print this item

  Streamlabs Chatbox (program)
Posted by: comatrix - Apr-01-2018, 03:07 PM - Forum: Jobs - Replies (2)

Hello everyone.
first of all I have to say that I'm totally useless about coding in python, so please forgive me about everything I'm saying and if I..... More

Print this item

  Help with API
Posted by: chandest - Apr-01-2018, 02:17 PM - Forum: General Coding Help - Replies (2)

Hello guys,

I really hope someone can help me. I am trying to access an API but I get authentication errors. I'm sure I have the right site in the..... More

Print this item

  csv to Table format output
Posted by: onenessboy - Apr-01-2018, 02:05 PM - Forum: Data Science - Replies (5)

Hi experts..

I have a program like below
[python]
import pytablewriter
writer = pytablewriter.MarkdownTableWriter()
writer.table_name = "exampl..... More

Print this item

  Getting "folder in use" error from OS after I run my program
Posted by: jimmyd95 - Apr-01-2018, 01:42 PM - Forum: General Coding Help - Replies (2)

Hello all,

I'm relatively new to Python, and I'm enjoying the learning process and the info I find here!

I am writing a little program that wil..... More

Print this item

  trying to create a .exe with py2exe
Posted by: ichigo29 - Apr-01-2018, 12:39 PM - Forum: Data Science - Replies (2)

Hello everyone, i'm having a bit of trouble using py2exe.
Here is the code of my setup.py
[python]from distutils.core import setup
import py2exe
s..... More

Print this item

  Returning 5 datasets in column format
Posted by: georgelza - Apr-01-2018, 10:34 AM - Forum: GUI - Replies (2)

Hi all

I have 5 queries (accessing oracle db via cx_oracle) that I want to return the data sets each as a set of columns. 1 result set per page, (w..... More

Print this item

  Help with tomorrow's date please
Posted by: floatingshed - Apr-01-2018, 09:55 AM - Forum: General Coding Help - Replies (3)

I am using this:

localtime = time.asctime( time.localtime(time.time()) )
It returns this: Sun Apr 1 10:52:03 2018

H..... More

Print this item

  Looping issue
Posted by: JohnOsis - Apr-01-2018, 08:46 AM - Forum: General Coding Help - Replies (2)

How do I make it after it loops 670+ times it does not break. It stop working and starts to lag.
[python]
from time import sleep
from random import..... More

Print this item

  lxml tutorial?
Posted by: wavic - Apr-01-2018, 07:48 AM - Forum: Web Scraping & Web Development - Replies (5)

Since I can't post or reply in Turorials forum I am writing here.

I would like a tutorial about scraping web pages using lxml alone. All I have see..... More

Print this item

  Wondering about possiblities with Python
Posted by: Lawnmower - Mar-31-2018, 11:07 PM - Forum: General Coding Help - Replies (2)

Hey folks,

New here and to Python and I'm just wondering about some possiblities.

I like to learn by doing and am looking to start working on an..... More

Print this item

  birdseye - a graphical python debugger
Posted by: Almenon - Mar-31-2018, 10:37 PM - Forum: News and Discussions - No Replies

Birdseye is a cool debugger that got released recently - check it out!

[img]https://camo.githubusercontent.com/f02fd804035ee720a42b6198834de70efea1..... More

Print this item

  Random Math Text Based Game
Posted by: captainflint - Mar-31-2018, 09:53 PM - Forum: Homework - Replies (2)

ı have math game which have random questions. In level 1 ı have one problem is limited.(only level 1 + operator). İf user correct answer he gain one s..... More

Print this item

  Sorting Q.
Posted by: jarrod0987 - Mar-31-2018, 08:42 PM - Forum: General Coding Help - Replies (6)

Suppose I have a list of lists:

listA = [['A', 5], ['B', 18], ['C', 18], ['D', 34] 
I know how to use itemgetter to sort by the s..... More

Print this item

  How to benchmark memory?
Posted by: egslava - Mar-31-2018, 07:02 PM - Forum: General Coding Help - Replies (1)

Hello!
I have 3 solutions to the problem. I would like to choose the best one and present it (so make it sexy and verifiable). I use `memory_profiler..... More

Print this item

  Re writing poste to make sense please help me
Posted by: Nearrivers - Mar-31-2018, 05:47 PM - Forum: General Coding Help - Replies (10)

Hey guys I can get this to run on android but I can get it to run on Windows when I change the path can u guys help please. I do need and explanation ..... More

Print this item

  Modify code
Posted by: BlackPimpernel - Mar-31-2018, 03:32 PM - Forum: General Coding Help - Replies (3)

how do i modify the following program so that it computes and prints a table of celsius temperatures and the fahrenheit equivalent every 10 degrees fr..... More

Print this item

  General questions
Posted by: PythonWriter - Mar-31-2018, 03:22 PM - Forum: General Coding Help - Replies (5)

First post here, and I've got some real basic questions.

I used to do a lot of coding (C++, Objective C, AS, JS etc) but haven't been into it for a..... More

Print this item

  Can I block it using the PID and VID on USB in Python?
Posted by: os4249 - Mar-31-2018, 02:15 PM - Forum: Homework - No Replies

I am going to create a pc security program.
The OS is Windows 10 and is intended to be created using Python's pywin32 library.
USB connected to a PC..... More

Print this item

  user defined list-based calculator
Posted by: mepyyeti - Mar-31-2018, 02:05 PM - Forum: Code sharing - Replies (1)

Just a simple, strange calc...basic functions.I haven't taken it for a spin as yet, but it is simple... Pt of it is to use reduce() and lambda since i..... More

Print this item

  sqlite3 foreign key
Posted by: dsvinson - Mar-31-2018, 01:22 PM - Forum: General Coding Help - Replies (2)

Newbie with Python. Just downloaded latest ver. 3.6.5. Using sqlite3 (that is loaded with Python) for small work database. Creating one-to-many relati..... More

Print this item

  For loop question(skipping)
Posted by: jure98 - Mar-31-2018, 12:09 PM - Forum: General Coding Help - Replies (1)

Hi guys

I'm new in Python so i have an question.
My code work but i know that it's very very bad way to do it.I don't know what is best way to ski..... More

Print this item

  Mouse click movements? [UPDATED]
Posted by: minnaadel - Mar-31-2018, 11:17 AM - Forum: General Coding Help - Replies (3)

I added the full code in case anyone wanted to see it. Hi there, I'm having a HUGE issue figuring out how to make my object move left,right,up,..... More

Print this item

  ValueError: The truth value of an array with more than one element is ambiguous.
Posted by: Eliza5 - Mar-31-2018, 09:56 AM - Forum: Data Science - Replies (1)

I am working on a simple code, for calculating Re number. The problem is that I want to check every number in Re vector, although I do not know how to..... More

Print this item

  how to get all lines and text from a webpage
Posted by: pratheep - Mar-31-2018, 06:35 AM - Forum: Web Scraping & Web Development - Replies (2)

I am pratheep..
I am working on a project..
I have afault in my code..

THIS IS MY CODE:
[python]import requests
from bs4 import BeautifulSoup
..... More

Print this item

  How to: Plot a 2D histogram from N-dim array?
Posted by: StevenZ - Mar-31-2018, 03:31 AM - Forum: General Coding Help - Replies (1)

Hello everyone!

So I have been searching for some time to an answer. What I want to do is: Make 2 histograms, Divide them->Plot the result.

For..... More

Print this item

  What's wrong?
Posted by: Dragon7585 - Mar-31-2018, 03:01 AM - Forum: General Coding Help - Replies (1)

def multiply(a, b):
a * b
Angry Doh Angry Doh Angry Doh Angry Doh Angry Doh


what's wrong?
[..... More

Print this item

  which is "better"?
Posted by: Skaperen - Mar-31-2018, 12:34 AM - Forum: General Coding Help - Replies (8)

i wrote a function two different ways. can someone tell me which is better and why?

[python]def pathftn(p,unknown='?'):
if p.is_symlink: ..... More

Print this item

  tic tac toe indentation help
Posted by: ilaytertman1 - Mar-30-2018, 09:32 PM - Forum: General Coding Help - Replies (9)

i crated a simple tic tac toe game in python and it keeps telling me i have an indentation problem i will appreciate if someone would be able to help ..... More

Print this item

  Naive Bayes probabilities very small
Posted by: angelwings - Mar-30-2018, 08:12 PM - Forum: General Coding Help - No Replies

Hi,

I have been trying to code a Naive Bayes from scratch.
I had a number of sentences in my training set
ex: I love running - Joy, Fun
I h..... More

Print this item

  Problem with __main__
Posted by: sylas - Mar-30-2018, 07:02 PM - Forum: General Coding Help - Replies (2)

Hi all. I saw many times files using 'if __name__=='__main__':' even file is a standalone file.
It seemed to me I should use this 'if' only in case o..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  link variable to exc bloc... 2 hours ago Astrobert Astrobert General Codin...
  PyQt6 QWidgets and system... 4 hours ago stevecoh1 Axel_Erfurt GUI
  best way to learn python 7 hours ago dutch mamta25 News and Disc...
  Graph Interpolate Difficu... Yesterday, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 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...
  [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...
Most views
  The best Prog... 579120
  Tutorial Requ... 511405
  Web Scraping ... 442078
  Newbie with P... 386145
  New Users Int... 378554
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 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SavingSquirrel199835 Today
Astrobert Today
DataScientist071 Today
aminrony1999 Yesterday
fobby888 Yesterday

User Panel Messages

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