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,931
» Latest member: AndreasMuller22
» Forum threads: 38,722
» Forum posts: 175,501

Full Statistics

Online Users
There are currently 38 online users.
» 0 Member(s) | 29 Guest(s)
AOL, Bing, Google, Facebook, AOL, Mojeek

Latest Threads
HIRE A HACKER FOR CRYPTO ...
Forum: General Coding Help
Last Post: AndreasMuller22
23 minutes ago
» Replies: 0
» Views: 5
HIRE A HACKER FOR CRYPTO ...
Forum: General Coding Help
Last Post: AndreasMuller22
23 minutes ago
» Replies: 0
» Views: 1
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
1 hour ago
» Replies: 8
» Views: 2,170
real community
Forum: News and Discussions
Last Post: decuser
2 hours ago
» Replies: 3
» Views: 1,324
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
3 hours ago
» Replies: 1
» Views: 121
looking for help
Forum: Bar
Last Post: Azdaghost
5 hours ago
» Replies: 0
» Views: 36
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
7 hours ago
» Replies: 7
» Views: 2,654
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 918
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 613
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,926

 
  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

  Send the output from a running script
Posted by: MeeranRizvi - Apr-06-2017, 02:43 PM - Forum: Homework - Replies (1)

Hello Guyz,
Here i am writing a script by pinging an ip continously.



[python]
def ip_ping():
    import subprocess
    b= "172.30.36.136"
..... More

Print this item

  OOP Code help!
Posted by: ajaY - Apr-06-2017, 02:00 PM - Forum: Homework - Replies (3)

Implement the following classes from the following UML class diagrams, instantiate some objects and show the functionality of the classes. 
1.[size=..... More

Print this item

  Just some second choice answers help please
Posted by: ajaY - Apr-06-2017, 01:26 PM - Forum: Homework - Replies (6)

Forget my uni assignment was in for today :/


1.      What could we do to better encapsulate our..... More

Print this item

  Round a number up to certain significant figures
Posted by: brocq_18 - Apr-06-2017, 12:12 PM - Forum: General Coding Help - Replies (4)

[python]import math
maxValue = 12345678
a = maxValue/4.0 # Python 2.x requires either numerator/denominator to be a float to return one
print "This..... More

Print this item

  String in Pandas
Posted by: yamanda - Apr-06-2017, 11:41 AM - Forum: Data Science - Replies (12)

Hello Once again

I have somethehing like this

[quote]
[font=Courier New]komen_F1=df2.iloc[[color=#0000ff]21,[color=#0000..... More

Print this item

  Problem with animation
Posted by: jdewk - Apr-06-2017, 04:48 AM - Forum: GUI - No Replies

I have this code for animating two lines
[python]
def animate(i):
   global GLOBAL_TARGET
   global GLOBAL_RESULT
   if i > 19:
       i = 19
..... More

Print this item

  With pyCharm how to run(build) the whole(3 files)
Posted by: sylas - Apr-06-2017, 04:23 AM - Forum: General Coding Help - Replies (14)

Hi all! I have 3 files in the same project. To join files I use import. Is it correct ?? But the most important question is: how to run the whole proj..... More

Print this item

  Help on a program to help with distributing food to the needy
Posted by: teenspirit - Apr-06-2017, 01:13 AM - Forum: General Coding Help - Replies (39)

I am not a very experienced programmer, but i have done some coding in python. I helped distribute food from a food bank the other day, and found a ma..... More

Print this item

  hotkeys module
Posted by: Skaperen - Apr-05-2017, 11:57 PM - Forum: General Coding Help - Replies (2)

researching a smooth way to do hotkeys (a way to have a single key press be passed to the program where that program then decides what to do based on ..... More

Print this item

  List of square roots python
Posted by: py7 - Apr-05-2017, 10:22 PM - Forum: Homework - Replies (6)

So the question is:

I have to do a little program where the function receives a argument x, who is an integer and returns a list of the sum of the fi..... More

Print this item

  Writing List to CSV
Posted by: tkj80 - Apr-05-2017, 08:25 PM - Forum: General Coding Help - Replies (6)

Hi,

I have a list as follows stored in a variable name csvImport:

[['3-March-17', 'a', 'b', 'c'],
['16-February-17', 'd', 'e', 'f'],
['19-Janu..... More

Print this item

  checking if there are numbers in the string
Posted by: Sp00f - Apr-05-2017, 07:12 PM - Forum: General Coding Help - Replies (11)

[python]flyTo = input("Where would you like to fly? ")
if flyTo == flyTo.isdigit():
    print("You accidentally added a number")
elif flyTo == flyT..... More

Print this item

  unpacking error - chess
Posted by: gboreham - Apr-05-2017, 06:55 PM - Forum: General Coding Help - Replies (3)

I have been trying to work on coding a chess game for some fun, i know it is very inefficient and so forth but this does not bother me largely as i am..... More

Print this item

  Hack the world! - soon
Posted by: wavic - Apr-05-2017, 06:40 PM - Forum: Bar - Replies (3)

https://flipboard.com/@flipboard/flip.it...nsider.com

IoT - I don't think so.

Print this item

  Inputting a varible
Posted by: BlathaBlather - Apr-05-2017, 06:24 PM - Forum: General Coding Help - Replies (3)

Say I had a list called 'rade' and in it was [1,2, 3, 4, 5,] and I also had another list called 'spam' and in it was  [6,  7, 8, 9, 10,]
I want to inp..... More

Print this item

  UDP Socket Issues
Posted by: hellboy632789 - Apr-05-2017, 04:51 PM - Forum: Homework - Replies (3)

Hello, I am trying to figure out how to properly print the data from a UDP packet. For homework our professor has a server running that when it receiv..... More

Print this item

  PyCalc(V1.5.1) Errors!
Posted by: timmyiscool8 - Apr-05-2017, 03:09 PM - Forum: General Coding Help - No Replies

This is a python calculator I am making. Based off of source code from: BlendyCat.

I just wanted someone with more experience than me to make sure ..... More

Print this item

  Drag and drop image object
Posted by: vijaysagi - Apr-05-2017, 02:57 PM - Forum: GUI - Replies (1)

The following is the code to display an image and am trying to drag it to desired location. Once i click on the image the relavnt event method is not ..... More

Print this item

  Matrix Problem
Posted by: Salito - Apr-05-2017, 11:28 AM - Forum: Homework - Replies (1)

Hi everyone,

I'm a beginner in Python language and I've got a little problem with a matrix I tried to encode.
I want to have these vectors :
[pyt..... More

Print this item

  Symbols Distinguished From Letters?
Posted by: MeMeBigBoy - Apr-05-2017, 10:46 AM - Forum: General Coding Help - Replies (3)

Hi, I'm creating a password score program, everything seems to be fine until you enter a password with only symbols. It comes out saying that both upp..... More

Print this item

  Python symbols AND letters
Posted by: gullidog - Apr-05-2017, 10:42 AM - Forum: General Coding Help - Replies (1)

[python]
symbols = "~`!@#$%^&*()/_-+={}[]:>;',</?*-+"


contains_symbol = False
for symbols in symbols:
    if symbols in pw1:
      contains_s..... More

Print this item

  install couchdb-python
Posted by: iFunKtion - Apr-05-2017, 10:35 AM - Forum: General Coding Help - No Replies

Hi,
I have spent a couple of months developing an application that uses the python module for couchdb, and now i want to deploy it, I can't remember ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  HIRE A HACKER FOR CRYPTO ... 23 minutes ago AndreasMuller22 AndreasMuller22 General Codin...
  HIRE A HACKER FOR CRYPTO ... 23 minutes ago AndreasMuller22 AndreasMuller22 General Codin...
  403 Error 1 hour ago CaptainNewb snippsat Web Scraping ...
  real community 2 hours ago decuser decuser News and Disc...
  variable changing types f... 3 hours ago Azdaghost Gribouillis General Codin...
  looking for help 5 hours ago Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 7 hours ago Bona2000 Bona2000 General Codin...
  Select Python comment (#)... Yesterday, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
Most views
  The best Prog... 575708
  Tutorial Requ... 496888
  Web Scraping ... 439749
  Newbie with P... 383405
  New Users Int... 364858
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
AndreasMuller22 Today
luisshulez6883 Today
KennedyRichadGuerra Today
Williefaree Today
faithsally Today

User Panel Messages

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