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,940
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
4 hours ago
» Replies: 1
» Views: 156
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 8
» Views: 315
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,500
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 898
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,244
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,772
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,568
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,670
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,856
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,411

 
  Help with a loop
Posted by: chandest - Apr-02-2018, 12:01 PM - Forum: General Coding Help - Replies (1)

Hey, I'm kinda new to Python and need help with a loop.

I'm calling functions through a website's API, and in order to stay logged in I need to ca..... More

Print this item

  do sudo su - user in python script
Posted by: aruntracer - Apr-02-2018, 11:01 AM - Forum: General Coding Help - Replies (2)

I want to use sudo su - username inside a python script and also I need to assign password(I won't hardcode this instead this will come from user inpu..... More

Print this item

  Simple Hangman Game Issue
Posted by: andrew95 - Apr-02-2018, 10:52 AM - Forum: General Coding Help - Replies (2)

Hi, I was wondering if anyone could help me with the output of this simple hangman game? It's returning different values to what I would expect. I bel..... More

Print this item

  Getting extra charter in result
Posted by: purnima1 - Apr-02-2018, 07:36 AM - Forum: General Coding Help - Replies (2)

Hi All,

When I am trying to create dictionary from file. I am getting some additional characters. Can anyone confirm why Am I getting this

[pyt..... More

Print this item

  Guess a number
Posted by: Ameen - Apr-02-2018, 01:03 AM - Forum: General Coding Help - Replies (5)

Hello I a beginner trying to practice after completing the codeacademy course. Right now im trying to do a guess a number game.

This is the instru..... More

Print this item

  Itertools Help Please
Posted by: jarrod0987 - Apr-01-2018, 11:30 PM - Forum: General Coding Help - Replies (2)

I tried reading the documentation but it's a little overwhelming.
I have a list of strings. The length of the list and the length of the strings can ..... More

Print this item

  2 Entries 1 keypad
Posted by: scarface113 - Apr-01-2018, 09:14 PM - Forum: Jobs - Replies (2)

Hello everybody,

I have a problem, i want to use an onscreen keyboard for 2 entrys .

i have this code from another thread and thats exactly what..... More

Print this item

  Displaying file's contents as labels
Posted by: gellerb - Apr-01-2018, 08:31 PM - Forum: GUI - Replies (3)

Could someone suggest a way with which I can display a file's contents as labels and entries?

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 4 hours ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... 8 hours ago Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576564
  Tutorial Requ... 498556
  Web Scraping ... 440432
  Newbie with P... 384336
  New Users Int... 367541
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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