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,932
» Latest member: XenonBlack
» Forum threads: 38,721
» Forum posts: 175,502

Full Statistics

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

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
1 hour ago
» Replies: 2
» Views: 845
How Reliable Is Assignmen...
Forum: News and Discussions
Last Post: tobey12
4 hours ago
» Replies: 0
» Views: 39
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
9 hours ago
» Replies: 1
» Views: 351
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,428
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,510
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 365
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 115
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,874
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,127
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 810

 
  Matrix with bounded random numbers
Posted by: Felipe - May-19-2017, 11:36 AM - Forum: Data Science - Replies (2)

Hi everyone, 

I want to construct a matrix with aleatory numbers that are limited by previously determined values. These values are gave in arrays ..... More

Print this item

  ssh + mysql connection python 3.4.3
Posted by: desudesu - May-19-2017, 11:24 AM - Forum: General Coding Help - Replies (9)

Hello, im having a problem connecting to remote mysql database. i am able to manually ssh to the server and connect to mysql using same authentication..... More

Print this item

  Random Sentance Generator
Posted by: Liquid_Ocelot - May-19-2017, 07:21 AM - Forum: Homework - Replies (1)

Hey guys so I need to write a Random Sentance Generator that reads 
nouns.
adjectives,
adverbs,
conjunctions,
Intransitive verbs,
Leadin,
Nounm..... More

Print this item

  strange change of the indention to 3 spaces
Posted by: buran - May-19-2017, 06:41 AM - Forum: Board - Replies (31)

I noticed strange behaviour when post code. Sometimes it change the indention to 3 spaces, instead of 4. FYI, I use Firefox, in case it is browser spe..... More

Print this item

  Outfancy - Print tables in Terminal (and (#Highly experimental) charts)
Posted by: carlosplanchon - May-19-2017, 05:47 AM - Forum: GUI - Replies (1)

That's my first post here, and I come with this project to show.

Any help or sugerence is welcome. (english or spanish)

Repository:

http://github.c..... More

Print this item

  Trying to use ctypes.wintypes.HINSTANCE
Posted by: muskyInk - May-18-2017, 11:22 PM - Forum: General Coding Help - No Replies

I am trying to call a function from a dll(A) that is loaded by another dll(B). (A) has a function exposed getDLL that returns a winapi handle to (B). ..... More

Print this item

  PyCon 2017
Posted by: snippsat - May-18-2017, 10:31 PM - Forum: News and Discussions - Replies (6)

PyCon 2017 is under way.
If any interesting videos post link here.

This one is worth watching,the best and m..... More

Print this item

  FFT
Posted by: GiPa - May-18-2017, 10:21 PM - Forum: General Coding Help - No Replies

I have a question about the FFT, sorry if it is quite trivial but I've not reaaly understand where is the mistake.
I want calculte the FFT of the nor..... More

Print this item

  How good is appJar?
Posted by: kennybassett - May-18-2017, 08:29 PM - Forum: GUI - Replies (4)

I started learning python about 1 week ago, so I'm not sure if the path I'm taking for creating gui's will be a good one. I heard that appJar was pret..... More

Print this item

  Regarding guidance for a Newbie in Python and Django
Posted by: ravindersingh13 - May-18-2017, 06:29 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello All,

Greetings !!

I am a newbie in Python. I am really passionate about learning Python and then learn Django. Have tried basic tutorials ..... More

Print this item

  necrobumping
Posted by: metulburr - May-18-2017, 04:22 PM - Forum: Board - Replies (11)

I was having an argument with someone the other day about necrobumping (posting in old threads). I was pro-necrobumping.

We havent had a lot of sw..... More

Print this item

  CSV Reader
Posted by: soundcw - May-18-2017, 02:53 PM - Forum: General Coding Help - Replies (1)

Hi

I am a new programmer with Python and do appreciate any help or suggestions - a virtual beer is offered :)

I am running my program and get th..... More

Print this item

  Please help me to convert a function from vb to python
Posted by: Bokka - May-18-2017, 02:07 PM - Forum: General Coding Help - Replies (15)

Hello everyone! So far I have always programmed with visual basic, but I happened to have to convert my code into python. I would need if somebody can..... More

Print this item

  Using Python to add text lines in a gcode file
Posted by: Johnlab - May-18-2017, 01:25 PM - Forum: General Coding Help - Replies (3)

I have been building a 3D printer and would like to create a post-processing plugin for my slicer as the slicer doesn't provide a feature that I requi..... More

Print this item

  Question about classes
Posted by: cybercreature - May-18-2017, 12:04 PM - Forum: General Coding Help - Replies (2)

Hi, I have 2 classes and I want a method which is in the the 2nd class ('class2_method') to be able to access a class variable from the first class. H..... More

Print this item

  Making indices and rearrranging list
Posted by: reidybwoykeon - May-18-2017, 10:26 AM - Forum: Data Science - Replies (2)

Good day,

I'm fairly new to Python. I have generated a list and want to rearrange it. I want to know what's the best way to go about doing that — s..... More

Print this item

  Help resolving error with webpy app
Posted by: bill349 - May-18-2017, 08:08 AM - Forum: General Coding Help - Replies (1)

I'm trying to follow an online course and while the course content and tutorials are generally good, it's absolutely infuriating to follow because the..... More

Print this item

  TCp code explained
Posted by: zarnav - May-18-2017, 06:53 AM - Forum: Networking - Replies (2)

Hey guys,

I am new to this field and I would like to get some assistance in explaining this code's output.
Currently when I run it doesn't produce..... More

Print this item

  my new code
Posted by: Skaperen - May-18-2017, 06:11 AM - Forum: Bar - Replies (2)

i rewrote my columnizer module to correct some issues in the previous design.  this on is still not finished and goes into a loop. there must be s mis..... More

Print this item

  SOLVED QMessageBox: can't get QMessageBox.Yes to work
Posted by: Fred Barclay - May-18-2017, 06:07 AM - Forum: GUI - No Replies

G'day mates,
For a project, I need to return Gui notifications/questions to the user from several different modules. Rather than write an individual ..... More

Print this item

  100 days of python algorithms
Posted by: Larz60+ - May-18-2017, 04:50 AM - Forum: News and Discussions - No Replies

Check it out: https://www.oreilly.com/ideas/jupyter-di...5-may-2017
github code link: https://github.com/coells/100days

Print this item

  mutable_sequence.pop() documentation
Posted by: Skaperen - May-18-2017, 02:07 AM - Forum: News and Discussions - Replies (5)

the documentation for the .pop() method for mutable sequences says that the argument to be passed to it is a number in a list.  why i..... More

Print this item

  Create PDF with text from PNGs
Posted by: hugfer96 - May-18-2017, 12:52 AM - Forum: General Coding Help - Replies (1)

Hello. I need to make a PDF from four graphic plots, that are supposed to be displayed in  landscape orientation and in a 2x2 matrix (preferably, with..... More

Print this item

  Getting csrf token to log in
Posted by: spartanvfl - May-17-2017, 10:50 PM - Forum: Web Scraping & Web Development - Replies (4)

Running a load test on a web portal (Liferay) using Locust but cannot log in. I am posting the username and password, but need the csrf token. I can i..... More

Print this item

  Trouble displaying items from lists
Posted by: Liquid_Ocelot - May-17-2017, 10:42 PM - Forum: Homework - Replies (8)

So I am writing a code for an address book. I have a function that searches for a nickname of a person then prints their details if the nickname is in..... More

Print this item

  mportError: DLL load failed:
Posted by: jarthda - May-17-2017, 08:35 PM - Forum: General Coding Help - Replies (8)

Windows 7 Anaconda3 4.3.1

I've developed a script to insert files to into SQL. It worked fine for weeks and now I get the following: 



  File..... More

Print this item

  Need help to prove close File
Posted by: slice - May-17-2017, 05:38 PM - Forum: General Coding Help - Replies (4)

There is a task to open the file (not in the python), let it be txt or word or whatever, for this we use


[python]import os

os.startfile ('NEWS..... More

Print this item

  Python 3 dynamic import follies
Posted by: volcano63 - May-17-2017, 03:51 PM - Forum: General Coding Help - No Replies

Hi folks,

It looks that there's one issue of Python where dynamic seems an anathema - dynamic imports. For some reason, in 3.x it keeps [url=https:..... More

Print this item

  Problem with 'Clock' functionality
Posted by: panoss - May-17-2017, 03:23 PM - Forum: General Coding Help - Replies (2)

I 'm facing problems trying to embed 'clock' functionality in my application.

If you run the following code as is, you 'll see a window. Fine by no..... More

Print this item

  Printing strings.. help..
Posted by: zepel - May-17-2017, 03:00 PM - Forum: Homework - Replies (3)

My first defined function works, however I can't get my second defined function to work. I need my main function to access the upperCase function and ..... More

Print this item

  Trouble with global variables
Posted by: PickyBiker - May-17-2017, 02:01 PM - Forum: General Coding Help - Replies (8)

In the simple code below, schedule_last_update in the function check_schedule_file() is seen as a local variable and generates an error at line 15 cla..... More

Print this item

  Reversing word in strings yields unexpected result
Posted by: Dec - May-17-2017, 01:59 PM - Forum: General Coding Help - Replies (4)

Hello there, 
I'm recently learning python using python 3.6
I'm confused why the str.join seems not to work properly in my code
there are many exam..... More

Print this item

  sweep line algoritem
Posted by: reuven - May-17-2017, 12:54 PM - Forum: Homework - Replies (3)

hello
Does anyone have a code in the sweep line algorithm?

Thanks

Print this item

  Python is missing, for a reason
Posted by: Ofnuts - May-17-2017, 11:50 AM - Forum: Bar - Replies (5)

https://assets.toggl.com/images/toggl-ho...guages.jpg

Print this item

  python2 string formatting - old and new - different for unicode
Posted by: buran - May-16-2017, 09:10 PM - Forum: General Coding Help - Replies (1)

replying to another thread, I noticed something strange. following script, running python 2.7


[python]import forecastio

def main():
api_k..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 1 hour ago RonR RonR GUI
  How Reliable Is Assignmen... 4 hours ago tobey12 tobey12 News and Disc...
  Another app idea - intera... 9 hours ago decuser Lenowell News and Disc...
  403 Error Yesterday, 20:58 CaptainNewb snippsat Web Scraping ...
  real community Yesterday, 20:16 decuser decuser News and Disc...
  variable changing types f... Yesterday, 18:45 Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575810
  Tutorial Requ... 497067
  Web Scraping ... 439823
  Newbie with P... 383518
  New Users Int... 365358
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 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
XenonBlack Today
tobey12 Today
Lenowell Today
luisshulez6883 Yesterday
KennedyRichadGuerra Yesterday

User Panel Messages

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