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,394
» Latest member: zcharlesoogleto9533
» Forum threads: 38,823
» Forum posts: 176,027

Full Statistics

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

Latest Threads
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 48
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Yesterday, 09:12 AM
» Replies: 1
» Views: 4,590
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 08:37 AM
» Replies: 4
» Views: 183
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Yesterday, 07:27 AM
» Replies: 7
» Views: 3,598
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 151
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 296
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,110
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,960
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 180
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 112

 
  Error: python.exe application error
Posted by: panoss - Jan-13-2017, 12:18 PM - Forum: General Coding Help - Replies (5)

I run my application through PyCharm.
I get an error on closing my application:
'python.exe application error the instruction at "0x6703e506"..... More

Print this item

  matrix from matrix python numpy array
Posted by: shei7141 - Jan-13-2017, 11:36 AM - Forum: General Coding Help - Replies (1)

Hi all,

I have just started python coding Cool  and have ran into my first brick wall Wall  .  Can some one please assist me with the follo..... More

Print this item

  decimal
Posted by: Skaperen - Jan-13-2017, 07:09 AM - Forum: Bar - Replies (2)

you can convert float to decimal but you can't divide a decimal by a float.  anyone know why that is?

Print this item

  Open previous csv file to read value under column for comparison
Posted by: DBS - Jan-13-2017, 05:36 AM - Forum: General Coding Help - Replies (3)

Hello,

I  need to check the value under the columns of two csv files (the current open file and the csv file written immediately before it) and if ..... More

Print this item

  What is an Encryption And Decryption
Posted by: Lamon112 - Jan-13-2017, 02:30 AM - Forum: General Coding Help - Replies (8)

Hi guys so i got this one task that I should make an Encryption And Decryption in python so im curious what does that actually mean.
Thanks for your ..... More

Print this item

  win32 package: self-modifying source code???
Posted by: Orthoducks - Jan-12-2017, 09:56 PM - Forum: General Coding Help - Replies (3)

I'm trying to use win32 to edit Microsoft Word documents in Python code. So far I've got this, gleaned from various examples on the web:
[python]impo..... More

Print this item

  Best software for creating charts????
Posted by: birdieman - Jan-12-2017, 09:15 PM - Forum: General Coding Help - Replies (9)

I am still new to Python, so my wording of the question may not be quite right.  I will need to produce charts (nothing very fancy, primarily stacked ..... More

Print this item

  List files with a specific extension
Posted by: pyth0nus3r - Jan-12-2017, 06:57 PM - Forum: General Coding Help - Replies (8)

Hello
I wanted to know if it is possible to list a particular type of file (let's say .mp4) from a directory recursively.
I can list all files recur..... More

Print this item

  Tasks for Python
Posted by: Lamon112 - Jan-12-2017, 04:49 PM - Forum: General Coding Help - Replies (2)

Hello im new at python and i just finished learning wirting appending and reading from files.I learned about if,for,while,elif,else commands and i kno..... More

Print this item

  Array to construct matrix
Posted by: Felipe - Jan-12-2017, 03:28 PM - Forum: Data Science - Replies (1)

Hi guys,

I have 3 arrays with 10 elements which I used numpy to create:

Array 1    Array 2    Array 3
    1              2..... More

Print this item

  Crawling tweets with scrapy
Posted by: R3turnz - Jan-12-2017, 12:24 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,
I want to crawl all tweets of a specific user because the twitter api does not allow this behavior.
I thinks twitter loads the tweets if you ..... More

Print this item

  How to run C++ code
Posted by: sajley - Jan-12-2017, 10:56 AM - Forum: General Coding Help - Replies (8)

hi guys

how i can run C++ code in python ?     Think

Print this item

  tutorial series python directx
Posted by: hsunteik - Jan-12-2017, 08:22 AM - Forum: General Coding Help - Replies (2)

1)I need a tutorial series(YouTube or  tutorial only)for directx in python but I can't really find it ,can I have it?
2)for you,is opengl or directx ..... More

Print this item

  Only one of two lines print/syntax error
Posted by: naysjp - Jan-12-2017, 06:47 AM - Forum: General Coding Help - Replies (2)

I searched the internet for syntax errors but I just get a general definition of what a syntax error could be. I am new to Python and teaching myself ..... More

Print this item

  Help pulling tkinter Entry string data
Posted by: Raudert - Jan-12-2017, 03:18 AM - Forum: General Coding Help - Replies (8)

So I have just picked up python as of three days ago and I am in the process of making a program. This is also my first experience with programming so..... More

Print this item

  Reports with Python?
Posted by: panoss - Jan-11-2017, 10:22 PM - Forum: General Coding Help - Replies (1)

I want to make reports for my db application I 'm making with python.
I 've found here s..... More

Print this item

Question Code golfing: splitting a list
Posted by: Ofnuts - Jan-11-2017, 10:04 PM - Forum: General Coding Help - Replies (7)

So I have a list L. To do some parallel processing, I want to split it into N sublists of equivalent length. The contents of the sublists are indi..... More

Print this item

  text-to-screen help
Posted by: Zman350x - Jan-11-2017, 09:47 PM - Forum: Game Development - Replies (9)

hey I want to blit user input to screen, I know how to blit text:

(example, not real code)

text = font.render("Enter Text Here", True, color)
s..... More

Print this item

  Detect if an integer ends in 0 or 5
Posted by: birdieman - Jan-11-2017, 09:05 PM - Forum: General Coding Help - Replies (4)

I am new to Python.  How do I determine if a variable (it will always be a two or three digit integer) ends either in a '0' or a '5'.  If it does, I w..... More

Print this item

  How to create def for sorted() from list of versioning files (filename+datetime)
Posted by: DrLove73 - Jan-11-2017, 02:10 PM - Forum: General Coding Help - Replies (10)

Hi everyone.

I am running FreeFileSync app on PC clients to sync/backup Users folders to network file server, with versioning turned on.

System..... More

Print this item

  Drawing raw data to screen
Posted by: LoganDark - Jan-11-2017, 12:27 PM - Forum: GUI - Replies (2)

I need to overlay an image on my screen, underneath my cursor if possible. Not a window, I need it to stay on top of everything.

I'm OK with..... More

Print this item

  Global Variables. Migrate code from MatLab
Posted by: Felipe - Jan-11-2017, 12:16 PM - Forum: General Coding Help - Replies (8)

Hi guys,

During my undergraduation I wrote a program in MatLab. This program have functions separated in different files that are called in the mai..... More

Print this item

  Cinema
Posted by: ZeroSpin2309 - Jan-11-2017, 10:34 AM - Forum: Homework - Replies (9)

The mission is to do a Python programm for a Cinema. 

Data for the cinema

The cinema got 2 cinema halls (A and B)
Every hall got ..... More

Print this item

  General Make_Python_Easier script
Posted by: Techmokid - Jan-11-2017, 10:26 AM - Forum: Code sharing - Replies (2)

This is an importable file that i have been working on.
It has no specific purpose other than to add some features to python to make it easier.
I just..... More

Print this item

  3D animation of neural spiking data
Posted by: lb5999 - Jan-11-2017, 09:28 AM - Forum: General Coding Help - Replies (4)

Hello Python-Forum,

This is my first post Dance

I have a very specific question - apologies if it fits into a different forum.

I have so..... More

Print this item

  cannot find file
Posted by: landlord1984 - Jan-11-2017, 07:04 AM - Forum: General Coding Help - Replies (6)

I am learning loading files by open().
I am sure I placed my text file in the same folder with my scripts.
But still get error:No such file or direc..... More

Print this item

  How to print the IP which shows destination host unreachable
Posted by: MeeranRizvi - Jan-11-2017, 07:02 AM - Forum: Homework - Replies (7)

Hello Guys,
Here i am writing a script to ping a certain range of ip in python.I just did with which ip is pingable and which ip is not pingable,i ju..... More

Print this item

  Print list items on separate lines with additional text
Posted by: DBS - Jan-11-2017, 01:04 AM - Forum: General Coding Help - Replies (2)

Hello,

I have some code that reads the columns of a csv and if the column value is True, print the list as a string, which I have working.  I now n..... More

Print this item

  US Census site
Posted by: Larz60+ - Jan-11-2017, 12:37 AM - Forum: Bar - Replies (12)

Hello,

I recently (last night) downloaded a bunch of data files from the US census public data site using a bot.
I thought I had inserted a delay ..... More

Print this item

  Im looking for someone to help me with Python
Posted by: Lamon112 - Jan-10-2017, 11:35 PM - Forum: General Coding Help - Replies (2)

I have just started Python 2-3 days ago and I dont know pretty much annything about it.My idea is that someone could talk all chat with me and help me..... More

Print this item

  free pony island
Posted by: metulburr - Jan-10-2017, 09:29 PM - Forum: Bar - Replies (1)

This game

believe it or not is awesome. 

I have a free key through humble bund..... More

Print this item

  Unwanted new lines
Posted by: snippsat - Jan-10-2017, 07:17 PM - Forum: Board - Replies (1)

First line.
12345
6789
last line.
-----------------------------
Output test with added code tag to numbers:
First line.

[python]12345

6789..... More

Print this item

  Pyusb freeze when using Dev.read(nr,nr,timeout=1000)
Posted by: bojane - Jan-10-2017, 07:15 PM - Forum: General Coding Help - Replies (3)

Shouldn't timeout release after 1sek ? As of now the code just halt with no error or anything.

Print this item

  PyGame Colors
Posted by: Zman350x - Jan-10-2017, 06:17 PM - Forum: Game Development - Replies (2)

Here's some Python/PyGame Colors. Enjoy!!! Smile
[python]white = ((255,255,255))
blue = ((0,0,255))
green = ((0,255,0))
red = ((255,0,0))
bla..... More

Print this item

  repeat function?
Posted by: ScarletSwitch - Jan-10-2017, 12:49 PM - Forum: General Coding Help - Replies (4)

is there a repeat function in python?
what I want to do is
[code]
use = input('Attack?')
if use == 'Yes':
    opponent_health = opponent_health -..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Opencv findContours Q 4 hours ago jogl Pedroski55 General Codin...
  Struggles I Faced While E... Yesterday, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... Yesterday, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... Yesterday, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
Most views
  The best Prog... 580410
  Tutorial Requ... 519552
  Web Scraping ... 442785
  Newbie with P... 386984
  New Users Int... 386536
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
zcharlesoogleto9533 Today
MaxTranslate Yesterday
pizofreude Yesterday
RockHound_Z12 Yesterday
braillescribe 12-28

User Panel Messages

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