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,957
» Latest member: helenchris842
» Forum threads: 38,728
» Forum posts: 175,528

Full Statistics

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

Latest Threads
ARE YOU A VICTIM OF A CRY...
Forum: General Coding Help
Last Post: helenchris842
13 minutes ago
» Replies: 0
» Views: 7
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
7 hours ago
» Replies: 2
» Views: 150
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 201
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 379
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,452
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,434
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 310
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 768
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 977
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,237

 
  Populating a list with divisors
Posted by: RedSkeleton007 - Aug-21-2018, 12:26 AM - Forum: General Coding Help - Replies (1)

I did Python Practice Exercise 4 from here:
https://www.practicepy[url=https://python-forum.io/thread-12336.html]..... More

Print this item

  what name would you come up with?
Posted by: Skaperen - Aug-20-2018, 11:43 PM - Forum: Bar - Replies (6)

suppose you (of today) and all your memory were transported back in time to 1966 when the popular computer was the IBM System/360 mainframe tha..... More

Print this item

  Canvas Text Width/Height
Posted by: Anysja - Aug-20-2018, 11:11 PM - Forum: GUI - No Replies

I am trying to figure out what the width and height of the text I am creating in Canvas are. I have tried using bbox as well as winfo_width()/winfo_he..... More

Print this item

  Need help with the following questions and i answered few
Posted by: techrichit - Aug-20-2018, 10:52 PM - Forum: General Coding Help - Replies (2)

1: In linux, how can you display detailed statistics of a file?(D)

A) file

B) fstat

C) filestat

D) info

2: What 2 kernel calls are made..... More

Print this item

  24x24 matrix solution
Posted by: malusigumede - Aug-20-2018, 09:35 PM - Forum: Homework - Replies (1)

I am having trouble creating an array where I can store the solutions of the first 4 elements of sigm.

Lines 52 and 56.

Here is my attempt of th..... More

Print this item

  How to trim a float number?
Posted by: microphone_head - Aug-20-2018, 05:38 PM - Forum: General Coding Help - Replies (5)

Does anyone know how to trim / clip a float number?

I'm printing out a lot of numbers to my shell window and would like to trim float numbers. I h..... More

Print this item

  Feedback on simple 'Mock Up' scripts
Posted by: fxJoan - Aug-20-2018, 04:30 PM - Forum: Code sharing - Replies (7)

Hello, I'm new to Python. I've mainly used Java and decided to learn Python. I'm still getting used to syntax and logic of Python, so all feedback is ..... More

Print this item

  Why this python ValueError is not happening
Posted by: aurquiel - Aug-20-2018, 04:16 PM - Forum: General Coding Help - Replies (2)

Hello

I have been trying to construct a class to check the atributes of an object, the error must raise if one of the atribute of the object..... More

Print this item

  Remove Empty tags in XML using plain python without lxml library
Posted by: saurabhverma2412 - Aug-20-2018, 04:04 PM - Forum: General Coding Help - Replies (3)

My use case is to remove empty tags in an XML using simple plain python 2.7. No extra lxml library is available.

Sample XML:
<ArML>
<M..... More

Print this item

  Job opportunity at Huawei - Santa Clara, Calif
Posted by: Cliff - Aug-20-2018, 03:39 PM - Forum: Jobs - Replies (2)

I'm looking for motivated and result oriented software engineer to join our team to work on next generation software for Network and Cloud infrastruct..... More

Print this item

  Reading a html file
Posted by: peterl - Aug-20-2018, 01:37 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi guys,

I'm trying to read an html file and then print it on IDLE. The issue is that IDLE replaces < to &lt; and > to &gt;. Does anyone know how t..... More

Print this item

  Vector field cross product
Posted by: Eduard - Aug-20-2018, 01:09 PM - Forum: Data Science - Replies (2)

This is my first time in this forum sorry if I posted in the wrong section. I just started using python 2 days ago and Im stuck on doing the cross pro..... More

Print this item

  Highlighting Python Code in HTML.
Posted by: Windspar - Aug-20-2018, 12:24 PM - Forum: Code sharing - No Replies

I don't know if python has a module. That already can do this.
Little script that highlight python code.
It a copy n paste html to static webpage.
TOD..... More

Print this item

  problem in plotting intraday results using matplotlib
Posted by: mr_byte31 - Aug-20-2018, 11:32 AM - Forum: General Coding Help - No Replies

Hi All,

I try to plot the intraday price for a certain stock.
I have a problem to set the x-axis results. I highlighted the line that cause a prob..... More

Print this item

  How would I combine multiple .py files into one .exe with Py2Exe
Posted by: shlomi27 - Aug-20-2018, 10:27 AM - Forum: General Coding Help - No Replies

I have made UI program which contain two .py files and would like to create one file executable using py2exe program.
The program py2exe is installed..... More

Print this item

  [Jupyter] import notebooks as modules
Posted by: Sirduke1 - Aug-20-2018, 09:04 AM - Forum: General Coding Help - Replies (1)

Hi, I'm a beginner and I would like to divide my notebook in several parts, importing my functions on a new one.
This is easy on Idle (if the path is..... More

Print this item

  Qt and QtPy Edit window & argument 1 has unexpected type 'Ui_MainWindow' Error
Posted by: Athul - Aug-20-2018, 08:33 AM - Forum: GUI - Replies (6)

I'm developing an application for my 3D printer. I only have basic knowledge in python(started three weeks ago for this purpose), so I decided using Q..... More

Print this item

  visual studio code gives an error on Mint
Posted by: HakolYahol - Aug-20-2018, 06:55 AM - Forum: General Coding Help - Replies (4)

   

i don't know why,

it says some line of the code is erroneous

Print this item

  converting arguments or input numbers
Posted by: Skaperen - Aug-20-2018, 01:31 AM - Forum: General Coding Help - Replies (8)

i've been doing things like this to convert arguments or input numbers:

   number = int(sys.argv[1])
now i have found a different way t..... More

Print this item

  old passwords
Posted by: Skaperen - Aug-19-2018, 11:35 PM - Forum: Bar - No Replies

what is the oldest password you can remember? what was it for? if its still usable, obviously don't say what it is.

i can remember the encryption..... More

Print this item

  saving a true/false of a single value
Posted by: Skaperen - Aug-19-2018, 11:04 PM - Forum: General Coding Help - Replies (3)

i often have statements like:

    fail = result < 0
to save true/false from a conditional until later, when the test can't readily be d..... More

Print this item

  Creating multiple folders and other questions
Posted by: coder2be - Aug-19-2018, 05:53 PM - Forum: General Coding Help - Replies (2)

Hi all

As mentioned in an introduction post I am very new to Python.

M..... More

Print this item

  working ciscoconfparse code, suggestion please
Posted by: anna - Aug-19-2018, 05:26 PM - Forum: Code sharing - Replies (2)

Hi All,

below script take switches IP from file and create threads to take backup of each switch and ciscoconfparse, parse config file and print ou..... More

Print this item

  datetime module Does it count all added days in history?
Posted by: mgj3030 - Aug-19-2018, 05:08 PM - Forum: News and Discussions - Replies (2)

Hi
The datetime module has a minimum year=1 I believe. My question is does it include all added days (which are many) to the calendar throughout hist..... More

Print this item

  Python simple store inventory system.
Posted by: 2skywalkers - Aug-19-2018, 04:51 PM - Forum: General Coding Help - Replies (3)

What I am trying to do is make a SIMPLE python inventory system but I am having trouble. Just so you know its not done yet. In the "if" statement part..... More

Print this item

  How to update pyenv pip version so that new virtualenv will use it
Posted by: Larz60+ - Aug-19-2018, 04:14 PM - Forum: Bar - Replies (4)

Hello - This question is directed at snippsat, but is information all forum viewers should see:

[b]You are using pip version 10.0.1, however versio..... More

Print this item

  writing to a file?
Posted by: oldDog - Aug-19-2018, 11:31 AM - Forum: General Coding Help - Replies (5)

Have been trying to learn how to write to a file in Python 3, but i can't seem to get it right. I have created a continents.txt file and a continents...... More

Print this item

  Help with a Code (Newbie)
Posted by: GamingC3 - Aug-19-2018, 11:27 AM - Forum: General Coding Help - Replies (1)

Hello every one, im a newbie python programmer.I was just trying few codes the other day and came across a simple code, unfortunately its stuck in an ..... More

Print this item

  DLL library with ctypes
Posted by: Max20 - Aug-19-2018, 11:15 AM - Forum: General Coding Help - No Replies

Hi,
I have a SDK DLL which is documented in c++ only and I am trying to use a few functions from that library.
It is a SDK to control a special came..... More

Print this item

  set 'default' cwd in python
Posted by: zealjeung - Aug-19-2018, 09:25 AM - Forum: General Coding Help - Replies (1)

I want to know how did I got my cwd?

os.getcwd()
displays
C:\Users\j\PycharmProjects\HelloWorld 
I know I can ..... More

Print this item

  [split] np.arrange error - no attribute
Posted by: gyan - Aug-19-2018, 08:20 AM - Forum: Data Science - Replies (2)

python3
[output]Python 3.7.0 (default, Aug 18 2018, 20:37:25)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more infor..... More

Print this item

  Regarding concatenation of a list to a string
Posted by: Kedar - Aug-19-2018, 08:02 AM - Forum: General Coding Help - Replies (2)

This is the code I wrote initially,

[Python]

print("Once upon a time, 5 men were walking by the forest")
warriors = ["Kevin", "Casper", "Nick"..... More

Print this item

  IDLE for 3.7
Posted by: alloydog - Aug-19-2018, 07:59 AM - Forum: Bar - Replies (6)

I have try searching both this forum and a web search, but couldn't find anything.

I am running Linux Lite 3.6
That has Python 3.5.2 (default, Nov..... More

Print this item

  Homework on addition with working
Posted by: paperplanexx - Aug-19-2018, 07:04 AM - Forum: Homework - Replies (1)

Hi all, I'm very new to programming and python is my very first language.
How to write a program in such that the working is shown as well?
[img]htt..... More

Print this item

  [split] python class
Posted by: JPan - Aug-19-2018, 12:35 AM - Forum: General Coding Help - Replies (6)

Hi guys, I'm totally new - I mean totally new to coding. So I go trough the basics and it already seems like rocket science for me.
I made a code for..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  ARE YOU A VICTIM OF A CRY... 13 minutes ago helenchris842 helenchris842 General Codin...
  extracting data from a us... 7 hours ago Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Today, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 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...
Most views
  The best Prog... 576868
  Tutorial Requ... 499448
  Web Scraping ... 440645
  Newbie with P... 384620
  New Users Int... 368597
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
helenchris842 Today
alxpetrovo2272 Today
Jamirul Today
Perry Today
bianchiluca116 Yesterday

User Panel Messages

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