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,592
» Latest member: bowens1983
» Forum threads: 38,638
» Forum posts: 175,048

Full Statistics

Online Users
There are currently 486 online users.
» 0 Member(s) | 481 Guest(s)
Google, Baidu, Bing, Yandex, AOL

Latest Threads
Python Install Mager Help
Forum: News and Discussions
Last Post: bowens1983
2 hours ago
» Replies: 0
» Views: 18
[SOLVED] Let user search ...
Forum: GUI
Last Post: Winfried
8 hours ago
» Replies: 2
» Views: 100
Comparing two columns wit...
Forum: General Coding Help
Last Post: Stonsuld
Today, 07:09 AM
» Replies: 2
» Views: 1,424
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Today, 07:06 AM
» Replies: 2
» Views: 245
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:45 AM
» Replies: 1
» Views: 127
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Yesterday, 02:14 AM
» Replies: 0
» Views: 99
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 238
I have a question
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:26 AM
» Replies: 2
» Views: 227
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:22 AM
» Replies: 1
» Views: 211
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-20-2025, 07:21 PM
» Replies: 11
» Views: 592

 
  how to add smilar size python interpreter to my program.
Posted by: harun2525 - Feb-25-2017, 10:56 AM - Forum: General Coding Help - Replies (7)

hello guys, i want add python interpreter (small size) to my program because i dont want convert executable to my program. why dont ı want convert ? b..... More

Print this item

  simulating sum function on LIST
Posted by: vvv - Feb-25-2017, 06:41 AM - Forum: General Coding Help - Replies (2)

Hi All,

I am a newbie to python. Trying to simulate the sum function to add all the values in a LIST
[python]#list 
orig= [1,2,3,4,5]

#functio..... More

Print this item

  Integer Operator in If Statements
Posted by: warmth - Feb-25-2017, 03:55 AM - Forum: Homework - Replies (13)

[python]x=int(input("Enter 1st"))
y=int(input("Enter 2nd"))
a=0
if x>y and x<0:
        a=-x
if x>y and x>0:
        a=x
if y>x and y<0:
        a=-y
..... More

Print this item

  optical disk drive class action settlement
Posted by: metulburr - Feb-25-2017, 03:41 AM - Forum: Bar - Replies (6)

http://www.freebieshark.com/2017/02/opti...tates.html

Print this item

  Extracting data from tweets and saving it as CSV
Posted by: kiton - Feb-24-2017, 10:17 PM - Forum: General Coding Help - Replies (7)

Hello! I am new to the programming and learn everything in Python from scratch. 

My goal is to (1) import tweets from a JSON file, (2) pull out the..... More

Print this item

  Scapy Beacon Frames
Posted by: peterkl - Feb-24-2017, 09:03 PM - Forum: Networking - Replies (1)

I'm trying to build a scapy program that scans for Beacon Frames. Every router should send beacon frames to the air in an interval of X milliseconds s..... More

Print this item

  PyUSB Problem: Failed Commands and Timeout Without Data
Posted by: ssstreet - Feb-24-2017, 08:30 PM - Forum: General Coding Help - No Replies

Hi all,
 
[font=Cali..... More

Print this item

  Is there a something like "case" in Python 3.6?
Posted by: Raptor88 - Feb-24-2017, 08:20 PM - Forum: General Coding Help - Replies (18)

It's been too many years since I programed in C but I remember the "switch" method of comparing and doing things.  Something like this:

[python]
#..... More

Print this item

  Program to print: Last Name, ID, Mobile Number, All
Posted by: panick1992 - Feb-24-2017, 07:54 PM - Forum: Homework - Replies (14)

[size=large]Hello guys, I would appreciate if anybody could help me start this homework (im not asking for someone to solve it just to keep in mind)[/..... More

Print this item

  Is there a built-in function to replace multiple bytes?
Posted by: Raptor88 - Feb-24-2017, 07:50 PM - Forum: General Coding Help - Replies (4)

I'm learning Python 3.6.

I figured out how to use the find() function to find a multiple hex byte string in a byte variable as follows:

[python]..... More

Print this item

  How to program PyQt4 from python?
Posted by: medic_ward - Feb-24-2017, 07:07 PM - Forum: GUI - Replies (3)

I have this code to run in python.

[python]
# This program searches through Exchange logs

# to find the source of account lockouts
# ONLY WOR..... More

Print this item

  remove number from unanswered posts
Posted by: metulburr - Feb-24-2017, 03:02 PM - Forum: Board - Replies (5)

I think we should remove the number on unanswered posts. It was nice when it was like 15, but 100+ its not really informative anymore. I think at 500 ..... More

Print this item

  PyQt4 get text from line edit into label on button push
Posted by: iFunKtion - Feb-24-2017, 02:44 PM - Forum: GUI - Replies (2)

I am trying to design data input form that will add text to a label when the text is entered into a line edit widget when the ok button is pressed, bu..... More

Print this item

  input-external program-output
Posted by: baolevani - Feb-24-2017, 02:22 PM - Forum: General Coding Help - Replies (2)

Hi All,
How can I call an external program in python, feed .txt file and retrieve the output.
Thanks!

Print this item

  pandas convert to tuple & float to float64
Posted by: metalray - Feb-24-2017, 02:20 PM - Forum: Homework - Replies (6)

Dear Pandas Experts,
I got two question on my Introduction to Python homework.

The jupiter auto-grader expects in case 1 a float64 and in case 2 a..... More

Print this item

  From theory to practice
Posted by: bertibott - Feb-24-2017, 01:12 PM - Forum: Data Science - Replies (12)

Hi,

I am rather new to the whole python thing... that being said I have dabble in several areas of signal processing. I am an engineering student a..... More

Print this item

  Raspberry + RS485 shield | pySerial
Posted by: Coada - Feb-24-2017, 12:04 PM - Forum: General Coding Help - Replies (6)

Hello,

I am using a RS485 shield for Raspberry v3 together with the pySerial class provided by Python to communicate with a device through the seri..... More

Print this item

  I need someone to write an algorithm!!!!
Posted by: NassiThePythonPro - Feb-24-2017, 10:56 AM - Forum: General Coding Help - Replies (3)

Can someone give me the code for an algorithm to output a username for me itsrly important help pls

Print this item

  pandas dataframe.replace regex
Posted by: metalray - Feb-24-2017, 09:36 AM - Forum: Homework - Replies (3)

Dear Pandas Experts,
I am trying to replace occurences like "United Kingdom of Great Britain and Ireland" or "United Kingdom of Great Britain & Irela..... More

Print this item

  Help
Posted by: MartinEvtimov - Feb-24-2017, 07:50 AM - Forum: General Coding Help - Replies (1)

My first code is:

[python]def GetAge():
    print("How old are you? ")
    Years = float(input())
    return Years
    
def GetMonths(Years, M..... More

Print this item

  type farsi in the sql table tkinter
Posted by: gray - Feb-24-2017, 05:45 AM - Forum: GUI - Replies (1)

hello...
i want to type farsi in sql table tkinter...how shoud i do ?
i searched it but i didnt find anything
please help Undecided

Print this item

  Installing SCIP into Spyder (Python 3.6)
Posted by: Bob - Feb-24-2017, 01:35 AM - Forum: Web Scraping & Web Development - No Replies

Hey,

Can someone please tell me how to install SCIP module into Spyder (Python 3.6). This is linked to anaconda by the way. I have been trying to g..... More

Print this item

  sublimetext and python
Posted by: shahpy - Feb-24-2017, 12:52 AM - Forum: General Coding Help - Replies (2)

hi
 i want to  use sublimetext for python coding
 how can i integrate python and sublimetext3 together
 i want auto completing future of sublime ..... More

Print this item

  Simple Python Virus
Posted by: microwavedelf - Feb-24-2017, 12:06 AM - Forum: General Coding Help - Replies (4)

First time poster, long time lurker.
I have a background of c++/c# programming and just a started practicing with Python. While looking for tutorials..... More

Print this item

  logging.exception
Posted by: tkj80 - Feb-24-2017, 12:05 AM - Forum: General Coding Help - Replies (2)

Hi,

I have the following code to log the completion status of my script:

[python]
import logging

try:
    logging.basicConfig(filename="C:/..... More

Print this item

  First Active Online Python Linter
Posted by: ethanchewy - Feb-23-2017, 06:25 PM - Forum: News and Discussions - Replies (4)

Hi everyone! 

[color=#1d2129][font=Helvetica, Arial, sans-serif]I just wanted to s..... More

Print this item

  next step after learning
Posted by: ngj38uk - Feb-23-2017, 06:10 PM - Forum: News and Discussions - Replies (3)

what would be the next step when i feel i have got the hang of python. I want to do a basic chat bot or web scraper for my 1st project but how do i st..... More

Print this item

  py7h0n -> python
Posted by: albansamuel - Feb-23-2017, 02:07 PM - Forum: Homework - Replies (4)

Hi there,

I am looking for an easy way to recognize special characters in a word as normal characters (as in the description)!

another example w..... More

Print this item

  pandas dataframe substracting columns: key error
Posted by: metalray - Feb-23-2017, 12:56 PM - Forum: Homework - Replies (2)

Hi Pandas Experts,

I got a dataframe that has a country and its GDP for the year 2015 up to 2006

[python]    newfour = newtwo[(newtwo['2015']-ne..... More

Print this item

  AMD - Ryzen CPUs
Posted by: j.crater - Feb-23-2017, 12:06 PM - Forum: Bar - Replies (6)

There is a great disturbance in the Force recently due to AMDs release of Ryzen processors. Just a few of many articles about the subject:

http://www..... More

Print this item

  dxfgrabber
Posted by: elhetch - Feb-23-2017, 11:13 AM - Forum: General Coding Help - Replies (2)

hi ,
would like to know why this code is not working, i would like to get the start point of a line in a drawing;

import dxfgrabber
dwg = dxfgrab..... More

Print this item

  Insert JSON into dict
Posted by: shanz1999 - Feb-23-2017, 11:03 AM - Forum: General Coding Help - Replies (2)

I want to add a string from a passed-in argument and insert it into a dict as a key-value.
The passed-in string is a piece of JSON, eg:
[python]writ..... More

Print this item

  How to import 3D into Python and draw it?
Posted by: hsunteik - Feb-23-2017, 09:01 AM - Forum: General Coding Help - No Replies

I have created a 3D model for my game,but how do I bring it into Python with OpenGL for drawing?
Note:my model is created in blender.
I heard that I..... More

Print this item

  Solutions to this questions
Posted by: jerrykatoh - Feb-23-2017, 08:41 AM - Forum: Homework - Replies (8)

QUESTION 1.

please help me

I have two solutions to the task and they are all passing the visible tests but when it is time to submit, I keep get..... More

Print this item

  Can a player play game created with Python without installing Python?
Posted by: hsunteik - Feb-23-2017, 08:17 AM - Forum: Game Development - Replies (3)

After I finished my game(around the end of this year),I plan to publish it.will the player that doesn't have Python and the some library installed on ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python Install Mager Help 2 hours ago bowens1983 bowens1983 News and Disc...
  [WxPython] [SOLVED] Let u... 8 hours ago Winfried Winfried GUI
  Comparing two columns wit... Today, 07:09 doug2019 Stonsuld General Codin...
  Convert any Python expres... Today, 07:06 voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... Yesterday, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... Yesterday, 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...
  Problème d'exécutable 06-21, 09:22 Zauf noisefloor General Codin...
  How do select this table ... 06-20, 19:21 MarkMan snippsat Web Scraping ...
  [split] Simple webbot for... 06-20, 04:55 AB073 Plyth Code Review
Most views
  The best Prog... 572304
  Tutorial Requ... 484840
  Web Scraping ... 436842
  Newbie with P... 379669
  Thread remain... 351228
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 6839
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
as1221 3
Newest members
bowens1983 Today
Vasil Today
sakshi Today
Stonsuld Today
Dhivya Today

User Panel Messages

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