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,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966

Full Statistics

Online Users
There are currently 32 online users.
» 0 Member(s) | 28 Guest(s)
Bing, AOL, Google Image

Latest Threads
+27636605847 ۝Crystal met...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 3
(ECSTACY) +27636605847 Bu...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 1
+27636605847 BUY XANAX,CO...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 1
((( (+27) 636605847)))*••...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 1
MDMA In Dubai (QATAR) *+2...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 2
+27636605847⚡Xanax,Lyrica...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 2
RIYADH ꧅+27636605847 )•*C...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 2
+27636605847 Crystal meth...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 2
+27636605847 —– Xanax,Lyr...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 3
Dubai ✓+|+27636605847☆Cry...
Forum: Board
Last Post: wesley300
2 hours ago
» Replies: 0
» Views: 2

 
  source code is not running in REDHAT 7 linux platform
Posted by: shridhara - May-23-2018, 07:58 AM - Forum: GUI - No Replies

hi all,

source code is already implemented and running in windows7 platform using python3.4 and 3.4 it is succesfully output generated
but whe..... More

Print this item

  Handle giant 2D map
Posted by: MrMahus - May-23-2018, 07:32 AM - Forum: Game Development - Replies (3)

Hi everyone !

I'm posting here to get some help about a "concept" in coding. In fact, i've coding a little code which allows me to display an obje..... More

Print this item

  how to put history=0 in command prompt
Posted by: sylas - May-23-2018, 07:25 AM - Forum: Bar - Replies (16)

Hi all! I have about 100 commands possible in command prompt. Most of them are repeated. "history" alone shows these possible commands. But impossible..... More

Print this item

  FileNotFoundError in newly structured Python project
Posted by: PrateekG - May-23-2018, 06:20 AM - Forum: General Coding Help - No Replies

Hi,

I have restructured my existing python 3.6 project and it's folders look like as the attached file.
Inside the utils folder there is a python ..... More

Print this item

  How can i restrict the number of characters in an input?
Posted by: kevencript - May-23-2018, 05:04 AM - Forum: General Coding Help - Replies (1)

Hello, world!

So, i wanna restrict the number of characters in an input, for exemple:

num1 = int(input("Type your age: ")) #here i want the user can..... More

Print this item

  Basic coding question with Python
Posted by: Than999 - May-23-2018, 04:24 AM - Forum: General Coding Help - Replies (3)

Hi, what is wrong with my code here?

[python]twinkies = 250

if twinkies => 100 and twinkies <= 500:
print('too few or too many')
else:
prin..... More

Print this item

  I need help on a basic coding question
Posted by: Presssure - May-23-2018, 04:10 AM - Forum: Homework - Replies (1)

So i'm using this site called grok and it asked more to code this:

While spring cleaning your bedroom, you find a bunch of receipts for things you ..... More

Print this item

  Help Needed
Posted by: alwillia - May-23-2018, 03:31 AM - Forum: Homework - Replies (4)

Need help for the following:

[python]
numerator = int(input("Enter a numerator: "))
denominator = int(input("Enter denominator: "))

# Use a wh..... More

Print this item

  How to run existing python script parallel using multiprocessing
Posted by: lravikumarvsp - May-23-2018, 03:04 AM - Forum: Data Science - Replies (3)

Hi

I had a python script which will search for directories containing the specific name and then search for the error files in those directories.
..... More

Print this item

  Errors in Python
Posted by: dttomoum - May-23-2018, 12:48 AM - Forum: General Coding Help - Replies (1)

Dear All,
I faced the following issue: i created a code that crashed Spider (annaconda) program and Udacity (learning institute) python platform caus..... More

Print this item

  Module Advice
Posted by: mwatson87 - May-23-2018, 12:38 AM - Forum: General Coding Help - Replies (1)

Hi All,

I am looking for some advice on modules suitable for modelling spherical projectiles in a 3D space. Coding the physics is not the issue, ho..... More

Print this item

  Python code optimization problem
Posted by: servanm - May-22-2018, 10:49 PM - Forum: Data Science - Replies (2)

Dear community,

I have just written a very simple model in python that basically simulates human data in a 2-choice task. There are two experimenta..... More

Print this item

  Basic Text Class
Posted by: GrumpyOgre - May-22-2018, 10:45 PM - Forum: Game Development - Replies (2)

Hi there, I am working on creating a simple text class where you could create a text object, define the text, text size, location, colour (and eventua..... More

Print this item

  ThinkPython Exercise 9.2
Posted by: sangurocactus - May-22-2018, 10:30 PM - Forum: General Coding Help - Replies (6)

Help please!

I am starting to learn python using the ThinkPython book. For exercise 9.2, I wrote the below code (which is the same as the answer co..... More

Print this item

  Need help for finding cumulative values in a loop
Posted by: Lightning1800 - May-22-2018, 08:15 PM - Forum: General Coding Help - Replies (10)

Greetings,

I would like to compute all annual cumulative 5-consecutive day maximum values in a 3D matrix using a for loop. To be more specific, the v..... More

Print this item

  Help with script
Posted by: oldDog - May-22-2018, 07:40 PM - Forum: General Coding Help - Replies (2)

I have just started to learn Python and i bought the book 'Learn Python 3 the Hard Way'. Well every thing was fine until i came to exercise 13 and it ..... More

Print this item

  Most used words in a list
Posted by: Otbredbaron - May-22-2018, 07:06 PM - Forum: General Coding Help - Replies (2)

Hi, I'm trying to solve this exercise: https://open.kattis.com/problems/conversationlog .

I've managed to get a list with the words sorted by the n..... More

Print this item

  Email Results of Function
Posted by: anelliaf - May-22-2018, 06:30 PM - Forum: General Coding Help - Replies (10)

Hello,

I created the following function to return the results of Linux mounts points with over a certain percentage of used space:

[python]
>>>..... More

Print this item

  How can Read text file and create array?
Posted by: puneet102 - May-22-2018, 06:12 PM - Forum: General Coding Help - Replies (1)

I have text file (Media_id) with content and I want to create an array from the file. The content of file is like below:

1234L4
2345L4
3456L5
63..... More

Print this item

  Issues with Lambda Function
Posted by: fad3r - May-22-2018, 03:27 PM - Forum: Homework - Replies (5)

Hi,
I am trying to wrap my head around lambda but I am running into issues.

The homework question is: Write a lambda function that takes a list my..... More

Print this item

  QFSFileEngine::open: No file name specified
Posted by: MegasXLR - May-22-2018, 01:19 PM - Forum: GUI - Replies (1)

Hey again,

I'm using the PyLyrics module to show lyrics of songs in a QTextBrowser but sometimes instead of lyrics it shows a broken image picture ..... More

Print this item

  Teacher (thrown in at the deep end - help)
Posted by: Mr90 - May-22-2018, 12:29 PM - Forum: General Coding Help - Replies (5)

Hi, I'm self learning Python and I need some help (desperately) - I understand that I am double accounting in my simple program (I am adding the total..... More

Print this item

  Script for media content and redirect in to a file
Posted by: puneet102 - May-22-2018, 12:06 PM - Forum: General Coding Help - No Replies

I have multiple tape and want to fetch data from the tape. I have command to fetch data but as there are long list of media ids (More than 300 medias)..... More

Print this item

  Using IntelliJ idea -- Classes
Posted by: aidanmartin1972 - May-22-2018, 11:50 AM - Forum: General Coding Help - Replies (1)

Hi All,

I am brand new to python coding , having previously worked with c# and vb.

I hope this is not too basic a question...I have installed In..... More

Print this item

  time zone converting with list slicing
Posted by: isabelle - May-22-2018, 10:46 AM - Forum: Homework - Replies (9)

Hi! I struggle with converting a list with time and date to another timezone. The original list contains some data that I don't want (movements) so th..... More

Print this item

  pandas read_csv, numbers in footer
Posted by: mechanic310 - May-22-2018, 10:28 AM - Forum: Data Science - Replies (1)

Hi I have GIDAS file which I need to open in Jupyter Notebook. I need to manipulate with result after BEGIN-END key-value pair. Can somebody help how ..... More

Print this item

  can not open .exe file generated by py2exe: ImportError: cannot import name _remove_d
Posted by: py2exe - May-22-2018, 09:57 AM - Forum: General Coding Help - No Replies

I have used py2exe to generate a .exe file, but I can noT open it. the log file says there's something wrone with jinja2 module, which I have imported..... More

Print this item

  Help: Enlarge image on hover
Posted by: morganruben - May-22-2018, 09:48 AM - Forum: GUI - Replies (1)

Hi All!

First of all I am new to this forum as well as to Python. As an example, I am trying to program a very simple UI using Tkinter with a click..... More

Print this item

  Writing variable to file
Posted by: pabe1250 - May-22-2018, 09:30 AM - Forum: General Coding Help - Replies (1)

Hi!

I have a piece of code:

import csv
csv_reader = csv.reader(open("utfil.csv", "rb"), delimiter=';', quoting=csv.QUOTE_NONE)
for..... More

Print this item

  Constructor
Posted by: Rajesh1978 - May-22-2018, 09:18 AM - Forum: General Coding Help - Replies (2)

Hi All,
Just wanted to know in what scenario we need to override the constructor in python?
And how to do that?

Thanks

Print this item

  Class Question
Posted by: esteel - May-22-2018, 09:18 AM - Forum: General Coding Help - Replies (5)

I'm messing around with Class' and I have a python3 file with the following code:

[python]class playerstats(object):
def __init__(self, name, bas..... More

Print this item

  Requests problem
Posted by: ZarKx - May-22-2018, 07:58 AM - Forum: General Coding Help - Replies (3)

Hi,
I'm trying to connect to a website with requests library.
This is my code :

[python]
import requests

url = 'http://www.website.com'
..... More

Print this item

  Open Sqlite database file directly in django
Posted by: sourabhjaiswal92 - May-22-2018, 05:55 AM - Forum: Web Scraping & Web Development - No Replies

Hi,

Is there any way to open sqlite db directly in django.

I am working on an application for which a back end script creates a database for eve..... More

Print this item

  Why does this work and this doesnt=
Posted by: puruvaish24 - May-22-2018, 03:09 AM - Forum: General Coding Help - Replies (1)

[python]
x = [0,0]
print(x)
def incrment():
x[0] = 1
x[1] = 2
incrment()
print(x)

y = [0,0]
print(y)
def increment():
y = [1,2]
in..... More

Print this item

  simple file button
Posted by: Epilepsy - May-22-2018, 02:58 AM - Forum: GUI - Replies (1)

Hi everyone, can you help me, i need a simple file button, to select an image and copy to a some other directory.

Help me please, I have this:

[..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  +27636605847 ۝Crystal met... 2 hours ago wesley300 wesley300 Board
  (ECSTACY) +27636605847 Bu... 2 hours ago wesley300 wesley300 Board
  +27636605847 BUY XANAX,CO... 2 hours ago wesley300 wesley300 Board
  ((( (+27) 636605847)))*••... 2 hours ago wesley300 wesley300 Board
  MDMA In Dubai (QATAR) *+2... 2 hours ago wesley300 wesley300 Board
  +27636605847⚡Xanax,Lyrica... 2 hours ago wesley300 wesley300 Board
  RIYADH ꧅+27636605847 )•*C... 2 hours ago wesley300 wesley300 Board
  +27636605847 Crystal meth... 2 hours ago wesley300 wesley300 Board
  +27636605847 —– Xanax,Lyr... 2 hours ago wesley300 wesley300 Board
  Dubai ✓+|+27636605847☆Cry... 2 hours ago wesley300 wesley300 Board
  Abu dhabi✦Riyadh ✦+276366... 2 hours ago wesley300 wesley300 Board
Most views
  The best Prog... 579515
  Tutorial Requ... 513020
  Web Scraping ... 442380
  Newbie with P... 386407
  New Users Int... 381805
Most reputation
buran 581
snippsat 511
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+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
wesley300 Yesterday
elizabethlittle6258 Yesterday
StepanVoronin Yesterday
QABOB Yesterday
adityaN Yesterday

User Panel Messages

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