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,616
» Latest member: Jatayu_12
» Forum threads: 38,637
» Forum posts: 175,054

Full Statistics

Online Users
There are currently 381 online users.
» 0 Member(s) | 375 Guest(s)
Applebot, Bing, Baidu, Google, Yandex

Latest Threads
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 453
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Jun-24-2025, 02:04 PM
» Replies: 3
» Views: 174
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-24-2025, 08:10 AM
» Replies: 9
» Views: 199,368
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:43 AM
» Replies: 1
» Views: 118
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:15 AM
» Replies: 3
» Views: 624
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Jun-24-2025, 03:41 AM
» Replies: 3
» Views: 1,523
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 325
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 177
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 163
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 306

 
  Safeway's Monopoly
Posted by: ichabod801 - Apr-10-2017, 06:59 PM - Forum: Code sharing - Replies (1)

I wrote some code to keep track of Safeway's current Monopoly game:

[python]
"""
monopoly.py

Code for Safeway's Monopoly game (Series MON-10, ..... More

Print this item

  Collecting Data from Twitter with Tweepy and MongoDB
Posted by: fatony - Apr-10-2017, 05:42 PM - Forum: General Coding Help - Replies (1)

Hi everyone! 

I am a beginner in python programing language and my first project is to build a script which collects twitter tweets with specific p..... More

Print this item

  Classes ?
Posted by: kyukky - Apr-10-2017, 02:17 PM - Forum: Homework - Replies (2)

Hello, I have to do a model of a disease spreading in a population. As a beginner in python, my teacher gave us most of the code. I can't understand t..... More

Print this item

  Monty Python challenge. Sort of...
Posted by: buran - Apr-10-2017, 01:26 PM - Forum: Bar - Replies (4)

Taking on from the other recent thread - https://python-forum.io/Thread-How-is-it...renchman-I?
I would like to ask ..... More

Print this item

  Just learned that Unity is gone
Posted by: wavic - Apr-10-2017, 11:32 AM - Forum: Bar - Replies (10)

I am sad. Maybe this was the last chance for an open mobile OS. Now what? What is the lesser evil to chose it. iOS or Android...
If there is any furt..... More

Print this item

  How is it possible direction names me"silly frenchman". I?
Posted by: sylas - Apr-10-2017, 10:11 AM - Forum: Board - Replies (6)

my question here I saw I am not the only one!

Print this item

  a program i want to create: a vnc proxy for switching
Posted by: Skaperen - Apr-10-2017, 06:54 AM - Forum: Bar - Replies (1)

this program would have a list of vnc servers to connect to.  when a vnc client connects to it, it makes connections to all the servers in the list.  ..... More

Print this item

  Jupyter Notebook 5.0 released
Posted by: Larz60+ - Apr-09-2017, 05:13 PM - Forum: News and Discussions - No Replies

see: http://blog.jupyter.org/2017/04/04/jupyt...ebook-5-0/

To install update:

pip install --upgrade notebook

Print this item

  Something strange happening here !?
Posted by: TerryRitchie - Apr-09-2017, 04:25 PM - Forum: General Coding Help - Replies (4)

The code below that I created seems simple enough. Create a list that holds current line info, add that current line list to a master list, then draw ..... More

Print this item

  Accumulative list
Posted by: py7 - Apr-09-2017, 04:11 PM - Forum: Homework - Replies (2)

I need some help in a function that I am developing
It's a function that receives three parameters a function, a list and an element and returns a li..... More

Print this item

  how to destroy or remove object rendered with opengl from the screen?
Posted by: hsunteik - Apr-09-2017, 11:51 AM - Forum: General Coding Help - Replies (1)

There are many ways to render object on the screen,such as using  VAO/VBO and glbegin/glend,but how do I destroy them or remove them from the scene?
..... More

Print this item

  Scrollbar problem & general organization
Posted by: weatherman - Apr-09-2017, 09:54 AM - Forum: GUI - Replies (13)

Below is the relevant portion of code that I would like some assistance with. Eventually I throw a ton of scale widgets on the Frame, but I am unable ..... More

Print this item

  Why do we learn singletons in python?
Posted by: Qubayel - Apr-09-2017, 09:02 AM - Forum: General Coding Help - Replies (3)

my question here
I just learn singletons and what i know is the main purpose is that you can create a unique instance of a particular type

But wha..... More

Print this item

  [Pygame] Avoid SentDex pygame tutorials
Posted by: georgecoopers - Apr-09-2017, 08:26 AM - Forum: Game Development - Replies (1)

Yesterday I created this game, called "Space Invader Attack". After feedback from a previous game i made i realized that the techniques and concepts i..... More

Print this item

  [Flask]Bootstrap node npm gulp bower
Posted by: snippsat - Apr-08-2017, 11:25 PM - Forum: Web Tutorials - Replies (1)

In this tutorial gone run a Bootstrap template in Flask,just pick one on first ..... More

Print this item

  Desigining Data-Intensive Applications
Posted by: Larz60+ - Apr-08-2017, 09:42 PM - Forum: News and Discussions - No Replies

Walked into Barnes and Noble this afternoon (which is always an expensive stop), and
walked out with a newly published book (title is post heading). ..... More

Print this item

  Help with "getopt" module
Posted by: fastfusion - Apr-08-2017, 09:00 PM - Forum: General Coding Help - Replies (4)

I really need help with the getopt module.
I'm trying to follow the "Blackhat Python" book and I am trying to make a Netcat replacement.
In it, I need..... More

Print this item

  Exception not thrown in python3
Posted by: ONEoo7 - Apr-08-2017, 08:34 PM - Forum: General Coding Help - Replies (7)

Why does the call of inclusive_range() at line 71 not throw an exception and instead it prints "Test FAILED"?

[python]
def test(*args):
    print..... More

Print this item

  RPG game trouble
Posted by: J125 - Apr-08-2017, 05:38 PM - Forum: Homework - Replies (8)

Hi, 

I'm a bit out of my depth here, but suppose that's the best way to learn. I'm trying to create an RPG game where a hero goes against 6 enemies..... More

Print this item

  Low level
Posted by: harrington40 - Apr-08-2017, 04:36 PM - Forum: General Coding Help - Replies (1)

Hello 
 I have a small and short questions. I'm  familar with python ,however I have no idea
how to manipulate python in linux, specially dealing wi..... More

Print this item

  Opportunity in Portland: Sr. Python Engineer
Posted by: DavidatSDS - Apr-08-2017, 03:10 PM - Forum: Jobs - No Replies

Senior Python Software Engineer
Portland, Oregon, United States

Looking to be part of the future in artificial intelligence and machine learning? ..... More

Print this item

  bash to python: keep.py
Posted by: Skaperen - Apr-08-2017, 07:27 AM - Forum: Code sharing - No Replies

this is my latest rewrite of a bash script which is a command called keep which is a quick command to keep a spare copy of a file.  i am..... More

Print this item

  snippet: dp and pv
Posted by: Skaperen - Apr-08-2017, 07:17 AM - Forum: Code sharing - No Replies

i have this saved as dppv,py ready to insert into projects where i need this level of debugging.  the dp() function is just like print except that if ..... More

Print this item

  help in hoemwork
Posted by: maayan11 - Apr-08-2017, 05:47 AM - Forum: Homework - Replies (15)

hello:)
in my home work I need to write a code that sum the digits of number.
for example if the original number is 563 the function will return- 5 ..... More

Print this item

  Temperature Code help?
Posted by: 20AJ0931 - Apr-07-2017, 11:22 PM - Forum: General Coding Help - Replies (2)

Why is this working? -

[python]
import wmi

w = wmi.WMI(namespace="root\OpenHardwareMonitor")
    temperature_infos = w.Sensor()
    for senso..... More

Print this item

  Automation Scripts
Posted by: Teej82 - Apr-07-2017, 08:59 PM - Forum: Web Scraping & Web Development - Replies (4)

[color=#555555][size=x-small][font=Arial, sans-serif][size=xx-large][size=medium]I'm interested in seeing if I can write a software testing automation..... More

Print this item

  how to dynamically add objects to pyqt window
Posted by: LavaCreeperKing - Apr-07-2017, 08:43 PM - Forum: GUI - Replies (1)

I need to be able to dynamically add an object like a label to my window. How do I do that? Here is the code that I have.
[python]class Main(QtGui.QM..... More

Print this item

  Need help with random forests
Posted by: purebritishness - Apr-07-2017, 03:29 PM - Forum: General Coding Help - Replies (2)

is it possible to train a random forest to be able to classify pieces of malware based on a png version of their.bytes file?

Print this item

  django professional
Posted by: shahpy - Apr-07-2017, 03:25 PM - Forum: Web Scraping & Web Development - No Replies

hello
i've learned django basicsl
now i can:
create model , create forms, use bottstrap and jquery in my project and...

but the site that i can..... More

Print this item

  Apply Method Question
Posted by: smw10c - Apr-07-2017, 03:23 PM - Forum: Data Science - Replies (4)

I hope you are all having a good day. I have a question in regards to the apply function. Below is a function I created and then I apply it to my data..... More

Print this item

  Trying to Scan multiple IPs with python-nmap
Posted by: DarkSuniuM - Apr-07-2017, 09:55 AM - Forum: Networking - Replies (5)

Hello
Im new to this forum and I don't know if I posted this thred on right forum.
Here is my problem:
Im trying to scan multiple IPs with python-n..... More

Print this item

  HELP: String of Zero's and One's to binary byte
Posted by: schwasskin - Apr-07-2017, 03:04 AM - Forum: General Coding Help - Replies (1)

I have some code that I am using to convert a file to bytes then those bytes to strings of 0's and 1's.

[python]
with open(file, mode='rb') as fil..... More

Print this item

  Numbers Genie
Posted by: PyPhanman - Apr-06-2017, 11:03 PM - Forum: Code sharing - No Replies

Hey all! Created this fun numbers game that will return some facts about 20 input or random numbers.  

[python]
# Description of program:
# Ask t..... More

Print this item

  Eclipse Django PyDev Error
Posted by: Adelton - Apr-06-2017, 08:21 PM - Forum: General Coding Help - Replies (3)

Hi there,

I am having difficulties creating a Django project in Eclipse .I have installed Pydev and also I have pip installed django in my virtual ..... More

Print this item

  transfering photos and videos
Posted by: Issei - Apr-06-2017, 03:19 PM - Forum: Homework - Replies (2)

Hi, for a school project I want to build a USB stick, which automaticly transfers photos and videos to the stick, if plugged in.
I use Portableapps an..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Setting AST node lineno c... 06-24, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... 06-24, 14:04 Winfried deanhystad GUI
  color names 06-24, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help 06-24, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... 06-24, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... 06-24, 03:41 doug2019 Pedroski55 General Codin...
  Convert any Python expres... 06-23, 07:06 voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... 06-22, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... 06-22, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
  I have a question 06-21, 09:26 Clictithe noisefloor General Codin...
Most views
  The best Prog... 572340
  Tutorial Requ... 484937
  Web Scraping ... 436864
  Newbie with P... 379692
  Thread remain... 351235
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6840
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
as1221 3
Newest members
Jatayu_12 Yesterday
Kupo Yesterday
usulek Yesterday
john_morgan Yesterday
Sreearvind Yesterday

User Panel Messages

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