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,977
» Latest member: hoki1881
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Today, 07:43 AM
» Replies: 2
» Views: 304
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 936
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 984
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 670
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,997
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,426
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,004
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,445
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,345
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,676

 
  how do i fix “No module named win32api” on python2.7 ?
Posted by: shongr2001 - Apr-18-2019, 12:54 PM - Forum: General Coding Help - Replies (1)

this is not coding but i really need help and couldn't find the right forum..

Hello, I am trying to import win32api in python 2.7.9. i did the "pip..... More

Print this item

  virtual env
Posted by: jeuvrey - Apr-18-2019, 12:50 PM - Forum: General Coding Help - Replies (8)

Hello,
I want to use virtualenv with python.
I work with Windows 7 and python 3.7, i developped with the idle editor.

i create with virtualenv a ..... More

Print this item

  tkinter- adding a new window after clicking a button built on the gui
Posted by: ShashankDS - Apr-18-2019, 12:29 PM - Forum: GUI - Replies (2)

Hey guys,I don't know ,much about Programming I but as of now,'m trying to design an interface wherein if I click a button it should open a new Windo..... More

Print this item

  Simple Text Shop Simulator Feedback
Posted by: Dash - Apr-18-2019, 11:56 AM - Forum: Code sharing - Replies (5)

Hello all, I am very new to coding as in I have only 7 hours of research and experience under my belt. I chose to pick up Python and it's been a blast..... More

Print this item

  Sort sets by item values
Posted by: Sergey - Apr-18-2019, 11:33 AM - Forum: General Coding Help - Replies (4)

Good day!

In Python, a beginner, so I apologize in advance, if not correct, I will describe something.

There are set, for example:
[python]{'pe..... More

Print this item

  how to make complex shapes using swarm of dots......like chair,rocket and many more
Posted by: wisewizer - Apr-18-2019, 11:16 AM - Forum: Code sharing - Replies (1)

[python]
# general function to reset radian angle to [-pi, pi)
def reset_radian(radian):
while radian >= math.pi:
radian = radian - 2*..... More

Print this item

  TypeError: 'Group' object is not callable
Posted by: mohd_umair - Apr-18-2019, 09:22 AM - Forum: General Coding Help - Replies (1)

Hello everyone!
I am trying to compute filtered fluxes in wall-bounded turbulence. For that, I have defined some functions which compute the filtered ..... More

Print this item

  creation of an application for lora sever network
Posted by: moez - Apr-18-2019, 09:09 AM - Forum: Networking - Replies (3)

i tru to flow the floranet setup,when i want to create an application it gives me a huge error in the terminal[python 2.7//ubuntu]
[python]
import cl..... More

Print this item

  Question about data grid for forms - desktop program
Posted by: Everest - Apr-18-2019, 08:18 AM - Forum: GUI - Replies (5)

Hello ! Heart

I'm beginner in the python world!!

I'm creating a simple stock control system with forms and I need a good data grid. I woul..... More

Print this item

  "Illegal variable name" message shown when trying to compile program
Posted by: thesurya7 - Apr-18-2019, 07:52 AM - Forum: General Coding Help - Replies (2)

Hi, I am following this article to embed Python in C https://docs.python.org/3.7/extending/e[url=https://python-forum.io/thread-17620.html]..... More

Print this item

  Opening Directories on anothe File System
Posted by: mickrobinson567812 - Apr-18-2019, 07:37 AM - Forum: General Coding Help - Replies (2)

Hi Everyone

I am trying to change to a directory on a remote server (Both Windows OS, same LAN)

I am doing this but it does not work

directo..... More

Print this item

  Python Code doesn't work!
Posted by: the_entrepreneur - Apr-18-2019, 06:50 AM - Forum: General Coding Help - Replies (5)

I've started learning Python for a few days now. Basically, I do not understand a lot of terms these Python developers use and I dont really know how ..... More

Print this item

  comparing each rows of two matrix
Posted by: PhysChem - Apr-18-2019, 06:17 AM - Forum: Data Science - Replies (10)

I have two numpy-matrices ("A" and "B"). I want to compare every row-vector in "A" matrix with every row-vector in "B" matrix.

Here is my (not wor..... More

Print this item

  Create Web Project With python
Posted by: FormigaDev - Apr-18-2019, 04:27 AM - Forum: Code sharing - Replies (2)

Hello guys!
I create one system very cool with Py.
Your can create web project and edit or reader, sometimes command line of your console Python. It..... More

Print this item

  longest english word with unque letters
Posted by: Skaperen - Apr-18-2019, 02:45 AM - Forum: Bar - Replies (11)

what is the longest English word with all unique letters, that is, no duplicate letters. an example is "junkyard". "bar" fits the definition, too, b..... More

Print this item

  CamelCase Conversions
Posted by: Skaperen - Apr-18-2019, 12:57 AM - Forum: General Coding Help - Replies (3)

i need functions that can convert strings to/from CamelCase and underscore_style. i am planning to code these functions unless someone can show me th..... More

Print this item

  Loading a dataframe
Posted by: Schnagga - Apr-17-2019, 09:27 PM - Forum: Data Science - Replies (4)

I am working on loading a dataframe and have generated a variable called body.
in Python, when I print(body) it looks like this -

Data1a
Dataab..... More

Print this item

  Generating number of objects for a game
Posted by: kom2 - Apr-17-2019, 08:30 PM - Forum: General Coding Help - Replies (3)

Hello!

I've started working on my game in Python, using tkinter (so not any pygame or other gaming libraries). I have already made some steps in my p..... More

Print this item

  New to Python and oop
Posted by: SpongeBob - Apr-17-2019, 08:27 PM - Forum: General Coding Help - Replies (8)

I am attempting to write a Python object-oriented program to control the state of three relays. My partial solution isn't eloquent. Can you please sho..... More

Print this item

  Creation of Dynamic HTML by substituting Database values
Posted by: Sandy777 - Apr-17-2019, 07:56 PM - Forum: General Coding Help - Replies (1)

Hi All,
I have a HTML template with me and want to create a dynamic HTML page with the values from the PostgreSQL database applied in necessary posit..... More

Print this item

  How to combine two float64 column vector?
Posted by: dsarica - Apr-17-2019, 07:15 PM - Forum: General Coding Help - Replies (1)

Hi All

I've 2 float64 column vector with same row and i would like to combine them as a one float64 matrix.

I tried df.replace f..... More

Print this item

  HOW TO: Set [Label].config() by variable name reference?
Posted by: gazoxtapod - Apr-17-2019, 06:47 PM - Forum: GUI - Replies (4)

Esteemed Forum Participants and Lurkers:
========================================
Python 3.5.2 (Linux Mint 18.3 Mate 64-bit) Tk 8.6.5 IDLE 3...... More

Print this item

  How to find functions or methods in a module?
Posted by: deepakdeshp - Apr-17-2019, 04:23 PM - Forum: General Coding Help - Replies (8)

Hello,
If I import a module , how do I find all the functions in the module?
In the following code math will have many more functions like sqrt. How..... More

Print this item

  Correct errors in text file.
Posted by: pawlo392 - Apr-17-2019, 02:48 PM - Forum: Homework - Replies (2)

I trying to write a program, which will correct errors in text file, for example TOm--> Tom, EUrope-->Europe, but if word has two letters, for example..... More

Print this item

  spliting similar but multiple lines
Posted by: anna - Apr-17-2019, 12:43 PM - Forum: General Coding Help - Replies (7)

Hi All

I have similar data, 147 columns, need to split each with = and take require data. Instead of spiting line by line.

is there alternative ..... More

Print this item

  Evaluation of two different list in python?
Posted by: go127a - Apr-17-2019, 12:14 PM - Forum: General Coding Help - Replies (8)

I reach two below list in my program. and l2 is derived from l1.
l1=[767, 665, 999, 895, 907, 796, 561, 914, 719, 819, 555, 529, 672, 933, 882, 869, ..... More

Print this item

  How to change existing date to current date in a filename?
Posted by: shankar455 - Apr-17-2019, 12:00 PM - Forum: General Coding Help - Replies (1)

Suppose i have a list of files in a directory as mentioned below
1. Shankar_04152019_ny.txt
2. Gopi_shan_03122019_mi.txt
3. Siva_mourya_02242019_nd..... More

Print this item

  AssertionError: View function mapping is overwriting an existing endpoint function
Posted by: Zhavi221 - Apr-17-2019, 10:48 AM - Forum: General Coding Help - Replies (7)

Tried for a while to fix this but nothing helped, I don't know what's throwing this issue.

My views.py

[python]"""
Routes and views for the fla..... More

Print this item

  Merge JSON files prioritizing the updated values from most recent file
Posted by: nebulae - Apr-17-2019, 10:15 AM - Forum: Data Science - No Replies

Hi folks!

I have series of JSON files similar to example below. "update" in "header" is the file creation timestamp. "hours" are timestamps for the..... More

Print this item

  Efficient algorythm for checking occupied fields.
Posted by: kq2211 - Apr-17-2019, 09:29 AM - Forum: Game Development - Replies (3)

Hi, I'm making a game - something like this - my game changes in detaile, but for describing my pro..... More

Print this item

  Python csv compare two file, update value if two value is matched
Posted by: kinojom - Apr-17-2019, 08:27 AM - Forum: General Coding Help - Replies (1)

After reviewed few recommend similar topic about comparing value, there is not much help for me.
[python]
car.csv

tittle1,tittle2
b..... More

Print this item

  python subdirectories
Posted by: Skaperen - Apr-17-2019, 06:52 AM - Forum: News and Discussions - Replies (8)

my laptop (ubuntu 16.04.5 upgraded to be xubuntu) has a bunch of subdirectories with names like "dist-package" and "site-package" which have [u]parent..... More

Print this item

  Python function call font color
Posted by: JeffR1992 - Apr-17-2019, 06:24 AM - Forum: General Coding Help - Replies (1)

I'm quite new to Python, but I've noticed that writing code that uses a lot of function calls is quite difficult to read quickly, as no font distincti..... More

Print this item

  Socket reading script
Posted by: Will86 - Apr-17-2019, 05:30 AM - Forum: Networking - Replies (4)

Hello all,

I am writing a script to know the status of a networked device. A small API allow minimum integration.
My script is basically opening a s..... More

Print this item

  iterator from an iterator
Posted by: Skaperen - Apr-17-2019, 04:37 AM - Forum: General Coding Help - Replies (3)

in a function i have an iterator. i'd like to create a new iterator that wraps around that first iterator and modifies each data item. is there a wa..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... Today, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 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...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [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...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577395
  Tutorial Requ... 500807
  Web Scraping ... 441045
  Newbie with P... 385100
  New Users Int... 369632
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
hoki1881 Today
stephaniehendrix Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

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