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,246
» Latest member: isla123456
» Forum threads: 38,779
» Forum posts: 175,813

Full Statistics

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

Latest Threads
New to python and coding
Forum: Homework
Last Post: Larz60+
2 hours ago
» Replies: 1
» Views: 28
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
2 hours ago
» Replies: 11
» Views: 221
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 3
» Views: 79
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
7 hours ago
» Replies: 5
» Views: 215
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 80
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,597
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 169
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 164
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,708
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,403

 
  how to get the list of databases to a variable using pymongo?
Posted by: dvsrk563 - Apr-19-2017, 04:29 PM - Forum: General Coding Help - Replies (1)

I'm pretty new to python programming & mongo aswell...how can i get the list of databases from a mongo instance into a variable using pymongo? 

tha..... More

Print this item

  Closing Modal Window in QT
Posted by: nieselfriem - Apr-19-2017, 03:32 PM - Forum: GUI - No Replies

Hello,

 I create a modal dialog in PyQT5 in this way:

[python]
from PyQt5 import QtCore, QtGui, QtWidgets

class FirmUi_Dialog(object):


..... More

Print this item

  What key shall i use if I want to execute this object
Posted by: sylas - Apr-19-2017, 02:22 PM - Forum: General Coding Help - Replies (6)

Python_Learning_Machine is an enormous pdf. I am lost there. Maybe Wavyk, that gave me this object (not file)will tell me what key I shall use. I trie..... More

Print this item

  Reading multiple raw_inputs
Posted by: bindo - Apr-19-2017, 06:51 AM - Forum: General Coding Help - Replies (5)

Hello all,

My first post here. Newbie to python and I want to improve the below code mainly for learning purpose. Let me first post it and then exp..... More

Print this item

  The most commonly used IDE?
Posted by: Aliasing - Apr-19-2017, 01:20 AM - Forum: GUI - Replies (6)

I am a newcomer to python. I need to ask some professional advice. What kind of the integrated development environments is the most commonly used to d..... More

Print this item

  Anaconda - Using 32Bit library on 64Bit Windows
Posted by: Bass - Apr-18-2017, 07:02 PM - Forum: General Coding Help - Replies (1)

Hi,

I am coming up against a problem when trying to install libraries on Conda running on 64 Bit Windows 10.

PackageNotFoundError: Package missi..... More

Print this item

  browser tab linked with unread posts counter
Posted by: metulburr - Apr-18-2017, 05:28 PM - Forum: Board - Replies (20)

i modified the unread post plugin to link its counter to the browser tab. So if you have 1 unread post, it should show [inline](1) Python Forum[/inlin..... More

Print this item

  Summer programmer needed to teach camp Tampa, Florida MOSI
Posted by: MOSI - Apr-18-2017, 04:55 PM - Forum: Jobs - No Replies

MOSI, Museum of Science & Industry, is looking for someone local to teach Python Game Programming, as well as some other game programming, summer camp..... More

Print this item

  help with replacing charactersdef fix(block): alf = ['a', 'b', 'c', ' in a string
Posted by: Marshall_99 - Apr-18-2017, 01:43 PM - Forum: General Coding Help - Replies (9)

I want to take a string and replace every letter in the string with the second to next letter in the alphabet. eg(a => c, b => d). My code changes the..... More

Print this item

  Programmers font
Posted by: sparkz_alot - Apr-18-2017, 01:25 PM - Forum: Bar - Replies (14)

** SPOILER ALERT, NOT A PYTHON QUESTION ** Smile

As I've gotten older and the eyesight is not what it used to be, I felt the need for a better..... More

Print this item

  Trying to simulate different file write speed
Posted by: tbaror - Apr-18-2017, 11:56 AM - Forum: General Coding Help - Replies (4)

Hello All,

I am trying to write a code that simulate write file stream with the control on speed throughput (40Mbit/s ,50Mbit/s etc ...) , and using ..... More

Print this item

  Are Udemy courses worth to pursue?
Posted by: prakashkumar78 - Apr-18-2017, 09:22 AM - Forum: News and Discussions - Replies (12)

I am a newbie to python learning. I want to learn it from the beginning. Local courses are priced around $1000. Is Udemy a good option?

Print this item

  Code Review?
Posted by: PappaBear - Apr-18-2017, 06:06 AM - Forum: General Coding Help - Replies (9)

I'm back.  I have my first  _working_ python script! Woot!  It takes a Cisco ASA config, and converts certain aspects (network objects, services objec..... More

Print this item

  abstract data structures
Posted by: Skaperen - Apr-18-2017, 04:38 AM - Forum: News and Discussions - Replies (9)

in my C programming i implemented a data structure that i regularly used, similar to how a dictionary is used in Python.  but it had some additional f..... More

Print this item

  List Comprehension to exclude first row
Posted by: tkj80 - Apr-18-2017, 02:37 AM - Forum: General Coding Help - Replies (5)

Hi,

I have a list:

mylist = [ [header1, header2, header3], [1,2,3], [4,5,6]]
how could I use list comprehension to create a ..... More

Print this item

  List Indices Must Be Integers, Not Str.
Posted by: Pramerios - Apr-18-2017, 12:23 AM - Forum: General Coding Help - Replies (4)

The following code SHOULD report the number of times that the word "fizz" appears inside of the list GroceryItems. However, I continually receive an e..... More

Print this item

  New reply
Posted by: Larz60+ - Apr-17-2017, 11:22 PM - Forum: Board - Replies (9)

New reply working like post edit
How, if you were the last poster to a thread, do you really start
a new reply? Clicking the new reply still appends..... More

Print this item

  Error in loops, new to Python
Posted by: jhall710 - Apr-17-2017, 10:42 PM - Forum: Homework - Replies (20)

[color=#242729][size=small][font=Arial,]
[size=small]I just recently got involved with trying to learn python and am actually trying to teach myself ..... More

Print this item

  boolean operator question
Posted by: smw10c - Apr-17-2017, 09:00 PM - Forum: Data Science - Replies (6)

I hope you are all having a good day. Why does the following code work (where dictframe is a DataFrame)

dictframe[(dictframe['population']>1) & (di..... More

Print this item

  The most outrageous moments of my career
Posted by: volcano63 - Apr-17-2017, 08:42 PM - Forum: Bar - Replies (27)

Hi, folks.
This is a question for people who have (had) a misfortune Tongue  of programming for the living. I was wondering whether you'd like to..... More

Print this item

  sending data to thread
Posted by: kiyoshi7 - Apr-17-2017, 05:22 PM - Forum: General Coding Help - Replies (1)

hey, I'm trying to plot multiple graphs at the same time by threading, but I have one constraint all my data comes in one line eg: 11212 11131 313131...... More

Print this item

  bar chart and custom colormap
Posted by: metalray - Apr-17-2017, 04:54 PM - Forum: Homework - Replies (1)

Dear Python Experts,
I created a custom colormap but noticed that my bars all got the same color.
Why is that?
Anything that helps my understanding..... More

Print this item

  Password Hacker Science Project
Posted by: BenjC - Apr-17-2017, 04:49 PM - Forum: General Coding Help - Replies (2)

Hello,

I need some help with my science fair project. If you want to look at the sit I got my idea from just google "How easily can your password b..... More

Print this item

  PyPong
Posted by: TerryRitchie - Apr-17-2017, 04:05 PM - Forum: Code sharing - Replies (5)

A simple little pong game I created using Pygame.

[python]#########################################################################################..... More

Print this item

  "Can't perform operation for unregistered loader type" error
Posted by: PPCMD - Apr-17-2017, 10:22 AM - Forum: Game Development - Replies (6)

I've created a Game using PyGame and made an executable File using cx_Freeze. The Game works fine when its run from the Python 3.4.3 interpreter, but ..... More

Print this item

  How to find exact matching string from the text
Posted by: desul - Apr-17-2017, 09:14 AM - Forum: Homework - Replies (5)

my question here

Dear ALL,

Can anyone help me how to find a word or phrase that occurs in the text without using splitter command?


waiting for you..... More

Print this item

  Wxpython Phoenix released on pypi
Posted by: Yoriz - Apr-17-2017, 08:27 AM - Forum: News and Discussions - Replies (1)

Wxpython is now available for Python 3 as well as python 2.
https://pypi.python.org/pypi/wxPython/[url=https://python-forum.io/thread-2875.html]..... More

Print this item

  help with function
Posted by: meggy - Apr-17-2017, 07:33 AM - Forum: General Coding Help - Replies (2)

Hi, I'm new with using python and I need a help. I´m trying to write a code for sum function. A user input 2 numbers and answer is a sum of them. I wr..... More

Print this item

  5 mini programming projects for the python beginner
Posted by: kerzol81 - Apr-17-2017, 07:26 AM - Forum: Code sharing - Replies (4)

Hi,

I've found a nice tutorial whic..... More

Print this item

  Extract values from array
Posted by: mehtamonita - Apr-17-2017, 04:40 AM - Forum: General Coding Help - Replies (8)

How do we extract values from Array

Print this item

  Django. How to know from where users authorized.
Posted by: Mike Ru - Apr-16-2017, 09:52 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm using [i]social-auth-django for a registration through social networks. I need to knew from where an user authorized. Twitter or Google or Faceboo..... More

Print this item

  Logging a function
Posted by: harrington40 - Apr-16-2017, 09:14 PM - Forum: General Coding Help - Replies (3)

Hello, thanks for reading.
I have look at different logging module and examples which demonstrate python's logging examples.
 One questions that rem..... More

Print this item

  Looping .xlsx files in folder/subfolders copy pasting currentregion
Posted by: HarrisQ - Apr-16-2017, 06:59 PM - Forum: General Coding Help - Replies (4)

How to loop folders and subfolders selecting currentregions associated with a key word?

I want to loop excel (.xlsx) files in a folder and subfolde..... More

Print this item

  Classification by support vector method
Posted by: qwerty - Apr-16-2017, 05:48 PM - Forum: Homework - Replies (1)

Classification by support vector method
Implement a method for solving the problem of classifying statistical data.
• visualize the initial data in..... More

Print this item

  PyGTK3, How to Print All Existing Signal ?
Posted by: harun2525 - Apr-16-2017, 11:57 AM - Forum: GUI - Replies (1)

i want get the all existing signals of any widgets. i did not understand why is small process very hard. is there a method for printing all signals of..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 2 hours ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 2 hours ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 2 hours ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... 7 hours ago yutaozhou Gribouillis News and Disc...
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578784
  Tutorial Requ... 509644
  Web Scraping ... 441895
  Newbie with P... 385882
  New Users Int... 375708
Most reputation
buran 581
snippsat 510
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+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
isla123456 Today
vibrometro Today
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday

User Panel Messages

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