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,919
» Latest member: aidajnrz7704
» Forum threads: 38,717
» Forum posts: 175,485

Full Statistics

Online Users
There are currently 57 online users.
» 0 Member(s) | 45 Guest(s)
Applebot, Bing, Google, AOL, Mojeek, AOL, DuckDuckGo, Facebook

Latest Threads
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
2 hours ago
» Replies: 6
» Views: 1,254
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
6 hours ago
» Replies: 5
» Views: 334
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Today, 06:11 AM
» Replies: 5
» Views: 1,122
New to the field
Forum: News and Discussions
Last Post: Polybunny
Today, 01:31 AM
» Replies: 0
» Views: 93
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,283
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 844
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,133
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,494
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,811
how to manage crypto trad...
Forum: General Coding Help
Last Post: Mercyto
Sep-11-2025, 06:01 AM
» Replies: 2
» Views: 2,970

 
  Is the interpreter that comes with Anaconda different?
Posted by: mscottveach - Oct-30-2016, 07:28 AM - Forum: General Coding Help - No Replies

So, I have anaconda installed on my OSX machine but have never used it. My experience with python has
been exclusively via PyCharm using 2.7.10 -- to..... More

Print this item

  looking for example code for GUI
Posted by: Skaperen - Oct-30-2016, 03:34 AM - Forum: GUI - Replies (8)

i am looking for complete and working examples of GUI things done in Python with your favorite GUI tools.

best would have a range of complexity fro..... More

Print this item

  simple image uploader
Posted by: metulburr - Oct-30-2016, 03:13 AM - Forum: Board - Replies (6)

I added a plugin which creates a button for a simple image uploader. In addition to the default attachment, it allows drag and drop for images, etc.
..... More

Print this item

  json
Posted by: just_started_python - Oct-29-2016, 06:32 PM - Forum: General Coding Help - Replies (7)

Can anyone please guide with this 



- JSON for hospital information

Take the list of information below and create a JS..... More

Print this item

  Funny English
Posted by: Kebap - Oct-29-2016, 05:32 PM - Forum: Bar - Replies (41)

So I learned the language when I was a kid still but nowadays use it quite well, I hope. Anyways, I always find it extremely funny when I find native ..... More

Print this item

  isolating part of elemnnt in a list
Posted by: trepaning - Oct-29-2016, 04:06 PM - Forum: General Coding Help - Replies (9)

this is a list

[['1 A'], ['2 B']]

what I want to do is get at the number, add another number to it, and put it back together with the new number..... More

Print this item

  Game of life using IDLE
Posted by: Informatics109 - Oct-29-2016, 12:25 PM - Forum: Homework - Replies (4)

Hello, im creating the famous game of life, but without using pygame, numpy and all other programs, just the basic IDLE. My plan is to create a window..... More

Print this item

  old code
Posted by: Skaperen - Oct-29-2016, 04:45 AM - Forum: Bar - Replies (3)

i was listing all my code sorted by date/time and ran across some of my earliest python code ... very ugly.

this is from 2010 to fetch the NAT conf..... More

Print this item

  from copy import deepcopy fails
Posted by: Skaperen - Oct-29-2016, 02:42 AM - Forum: General Coding Help - Replies (7)

i am getting this import failure even in this minimal code:

[output]lt1/pdh /home/pdh 7> cat tryx.py
from copy import deepcopy
lt1/pdh /home/pdh ..... More

Print this item

  Using IDLEX
Posted by: horacapp - Oct-28-2016, 10:30 PM - Forum: General Coding Help - Replies (1)

Hi
How can I call the IDLEX editor just double clicking the .py file?
That is
How can I associate IDLEX with the py file extension?
Thank You

Print this item

  Simple question help me plz
Posted by: PedroGPT - Oct-28-2016, 07:03 PM - Forum: Homework - Replies (4)

Hello. If I have a string: 'ABC', how can I give each character a value so it can be coded?

ex: A = 1
     B = 2
     C = 3

input:

x = 'ABC..... More

Print this item

  Overlay two lines on a single seaborn plot
Posted by: pemfir - Oct-28-2016, 04:38 PM - Forum: Data Science - Replies (1)

[quote]
issue i am facing is that when i want to plot two datasets into a single seaborn graph, the graph does not maintain the correct x-axis from e..... More

Print this item

  How to umount from python script?
Posted by: demosthenesk - Oct-28-2016, 08:10 AM - Forum: General Coding Help - Replies (2)

Hello, i have the next umount function:

[python]
    def umount(self):
        '''unmounts VirtualDVD'''
        cmd = 'gksudo umount VirtualDVD..... More

Print this item

  a = b = c
Posted by: Skaperen - Oct-28-2016, 07:33 AM - Forum: General Coding Help - Replies (5)

applying the TIASIIW method i found that

a = b = c
assigns c to both a and b.
it works in both 2.7.12 and 3.5.2.
[i]i cannot find..... More

Print this item

  bksp() requires no arguments (one given)
Posted by: gdog1102 - Oct-28-2016, 02:51 AM - Forum: General Coding Help - Replies (3)

Here is some code for my text editor (in progress)
[python]
print 'WELCOME TO CHARPY V2'
import os
#os detection/import msvcrt
try:
    import m..... More

Print this item

  [SenseHat] Frogger
Posted by: ScarletSwitch - Oct-27-2016, 10:33 PM - Forum: Game Development - Replies (1)

So I'm making a game sort of like frogger and this is what I have so far
[python]
from sense_hat import SenseHat, ACTION_PRESSED, ACTION_HELD, ACTIO..... More

Print this item

  Flask Issues
Posted by: iainstott - Oct-27-2016, 06:02 PM - Forum: Web Scraping & Web Development - Replies (12)

Hi guys, hoping someone fancies helping me out. I have written a central heating control script in python 2, and as I haven't really done much with py..... More

Print this item

  bpython
Posted by: metulburr - Oct-27-2016, 04:56 PM - Forum: News and Discussions - Replies (2)

This is kinda interesting
https://github.com/bpython/bpython
[img]https://camo.githubusercontent.com/fffc539a28d2465c11b74ff3c06d0b5595037454/687474..... More

Print this item

  Not sure whats wrong with this
Posted by: DoomMagnet - Oct-27-2016, 04:47 PM - Forum: GUI - Replies (4)

I'm a new programmer who started python last month and tkinter today. I've got a problem with my code and im not sure whats up with it.

[python]fro..... More

Print this item

  Any way to get raw_input to work in my function?
Posted by: Pythonerous - Oct-27-2016, 04:35 PM - Forum: General Coding Help - Replies (4)

Hi again! Been playing around with functions and decided to make my own and wanted to make a program that stated food waste in pounds with the data co..... More

Print this item

  Various Python Gotchas
Posted by: metulburr - Oct-27-2016, 03:13 PM - Forum: Common pitfalls and what to do - Replies (4)

Python will trip you up at some point or another. It sometimes can feel like a bug when its not. What people define as a gotcha depends on who you are..... More

Print this item

  how to install pyqt5 for python 3.5.2 64bit
Posted by: lemonred - Oct-27-2016, 11:31 AM - Forum: GUI - Replies (2)

Hello my names Luigi from Italy,

How to install pyqt5 on python 3.5.2 64 bit with code designer ?

Thanks.

Print this item

  this would be silly if it as not driving mr crazy
Posted by: Blue Dog - Oct-27-2016, 11:17 AM - Forum: Web Scraping & Web Development - Replies (16)

I am using 2.7.3

import urllib
htmlfile = urllib.urlopen("http://www.google.com")
htmltext = htmlfile.read()
[size=x-large]this i..... More

Print this item

  Sharing global variables between script in python
Posted by: capponero - Oct-27-2016, 08:00 AM - Forum: General Coding Help - Replies (3)

Hello guys,

I have just moved from Matlab to Python (I am using Spyder environment) and I am depressed that I cannot share the global variables bet..... More

Print this item

  Python code error on browser.
Posted by: adi.6194 - Oct-27-2016, 06:39 AM - Forum: General Coding Help - Replies (3)

I have this code which works fine when i run it through terminal. But when i get to the link via browser, it gives me an error:
[quote]
sh: hdfs: c..... More

Print this item

  BASH ?
Posted by: elico - Oct-27-2016, 06:37 AM - Forum: Bar - Replies (2)

Hi all 

What is the meaning of BASH in linux ?

Thanks 
Elico

Print this item

  Installing powerpoint
Posted by: elico - Oct-27-2016, 06:35 AM - Forum: Bar - Replies (14)

Hi all


I need to do some openoffice for linux presentaiuon to run under linux

Can it be done  ? 
How to do this ?

Thanks 

Elico


HI t..... More

Print this item

  C code under linux
Posted by: elico - Oct-27-2016, 06:31 AM - Forum: Bar - Replies (9)

Hi 

I need to code some program in C
Do I have to compile it under linux ?
Can  I compile it under WINDOWS and when verifid can I upload and run ..... More

Print this item

  mod actions
Posted by: metulburr - Oct-27-2016, 05:44 AM - Forum: Board - Replies (13)

Do you guys want mod actions to show in the thread. The main one i was thinking of was "moving thread" or "merging thread" for those ones that we have..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to put data into a right variable -CSV
Posted by: klllmmm - Oct-27-2016, 01:27 AM - Forum: General Coding Help - Replies (3)

I have exported some data to CSV from a PDF file using PDF multitool.

[url=https:..... More

Print this item

  Selenium - "Element is not currently visible and may not be manipulated"
Posted by: tkj80 - Oct-26-2016, 11:10 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I have been working on the following code to scrape data from the website for my research. However, I got the following error message. "errorMe..... More

Print this item

  create dictionary from **kwargs that include tuple
Posted by: bluefrog - Oct-26-2016, 09:57 PM - Forum: General Coding Help - Replies (2)

Hi,

I'm trying to initialise an object by passing a list of named tuples. I would like to build a dictionary.

the code that came as a result of ..... More

Print this item

  NON US
Posted by: elico - Oct-26-2016, 09:04 PM - Forum: General Coding Help - Replies (1)

Hi how do I writr lines of non US language

Thanks 
Elco

Print this item

  Search the data to update in a database
Posted by: chris0147 - Oct-26-2016, 05:48 PM - Forum: General Coding Help - Replies (7)

Hi all,
I need some help, I want to search for the data into the database and replace for each string. I want to find for a data like 3001, I want to..... More

Print this item

  Do I better to give up to use ctypes?!?!
Posted by: Yuji3131 - Oct-26-2016, 05:46 PM - Forum: General Coding Help - Replies (2)

I've been trying to call Fortran.dll file with ctypes in Python 2.7. 

however I've struggled with how to send and get Array and Matrix. Strictly sp..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to Python and Pygame 2 hours ago JMcM deanhystad Game Developm...
  Select Python comment (#)... 6 hours ago SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Today, 06:11 Alislugacool MilesWeb General Codin...
  New to the field Today, 01:31 Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... Yesterday, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... Yesterday, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... Yesterday, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
  how to manage crypto trad... 09-11, 06:01 Mikeardy Mercyto General Codin...
  How to space data on x ax... 09-11, 05:35 m_kdch Pedroski55 General Codin...
Most views
  The best Prog... 575403
  Tutorial Requ... 496212
  Web Scraping ... 439517
  Newbie with P... 383109
  New Users Int... 363848
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+ 12086
buran 8174
snippsat 7366
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
aidajnrz7704 Today
Jillscitt Yesterday
Stowersw Yesterday
Intel Yesterday
Gichardaxora Yesterday

User Panel Messages

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