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,612
» Latest member: joeEdwards
» Forum threads: 38,638
» Forum posts: 175,056

Full Statistics

Online Users
There are currently 466 online users.
» 1 Member(s) | 457 Guest(s)
Bing, Baidu, Google, Yandex, Twitter, joeEdwards

Latest Threads
Clothing Reccomendation a...
Forum: Homework
Last Post: joeEdwards
5 minutes ago
» Replies: 5
» Views: 4,370
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Yesterday, 02:10 PM
» Replies: 5
» Views: 409
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:04 PM
» Replies: 3
» Views: 158
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 08:10 AM
» Replies: 9
» Views: 199,345
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:43 AM
» Replies: 1
» Views: 107
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:15 AM
» Replies: 3
» Views: 615
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:41 AM
» Replies: 3
» Views: 1,504
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 311
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 169
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 152

 
  Display device details i.e connected with more than one device
Posted by: shintonp - Mar-30-2017, 09:41 AM - Forum: General Coding Help - Replies (6)

How to get display device details , where the system is connects with more than one display devices like DP, MDP , SDP ,HDMI ..etc

Print this item

  help
Posted by: maayan11 - Mar-30-2017, 06:57 AM - Forum: Homework - Replies (5)

hello in my pyton home work i was asked to write a function  Which receives a real number (type float) called num and returns the number hop
Before a..... More

Print this item

  which button should be shown
Posted by: gray - Mar-30-2017, 06:09 AM - Forum: GUI - Replies (1)

suppose we have a lot of buttons with specified texts & locations... for example our buttons are {'main','report', 'memory', 'bills',...} now we have ..... More

Print this item

  Breaking down long function
Posted by: LucasLambert - Mar-30-2017, 05:51 AM - Forum: General Coding Help - Replies (2)

Hey there. 
I need some help and guidance in breaking down a long function but can seem to grasp exactly how....:
Any help would  be greatly appreci..... More

Print this item

  Trying Again
Posted by: Able98 - Mar-30-2017, 05:13 AM - Forum: General Coding Help - Replies (2)

Now that I installed Windows 7 pro and Python 2.7.13 I am trying to get it running.

Newer "better" version found here:

..... More

Print this item

  Installing old wheel on latest python
Posted by: sigirisetti - Mar-30-2017, 04:17 AM - Forum: General Coding Help - Replies (4)

Hello all

I have a wheel file targetting py 3.5 but I installed latest python 3.6.1rc1

Is it possible to force install wheel built for Python 3.5 on..... More

Print this item

  question regarding user Inputs
Posted by: cibb - Mar-30-2017, 02:36 AM - Forum: General Coding Help - Replies (10)

So I've dabbled with Python enough to try a few projects. The first one I'm writing is to convert Fahrenheit to Celcius or Celcius to Fahrenheit.

M..... More

Print this item

  Install Python 2 and 3 on same Computer
Posted by: Able98 - Mar-30-2017, 02:29 AM - Forum: General Coding Help - Replies (6)

Can this be done and then call them such as

"python2 program.py"

or

"python3 program.py"

Print this item

  Create Dictionary List (From a webpage dropdown) for Comparison to a CSV File
Posted by: Guttmann - Mar-30-2017, 12:04 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi, i have the below code working - which will output a list to a csv file...  but, I want to store the list as a dictionary so that I can then read a..... More

Print this item

  Sorting A List of Tuples Question
Posted by: richardbl27 - Mar-29-2017, 11:48 PM - Forum: General Coding Help - Replies (2)

Hi... I am relatively new to Python.  I am trying to sort a list of tuples - each tuple contains a boolean variable and 
a string.  I'd like to use t..... More

Print this item

  Forcing a github push after major changes
Posted by: Larz60+ - Mar-29-2017, 09:29 PM - Forum: General Coding Help - Replies (10)

I cloned a repository (my own) to may computer.
I then created all of the parts required for a package that I could add to PyPi
including renaming s..... More

Print this item

  Adding extra question for assement
Posted by: AlecW - Mar-29-2017, 08:45 PM - Forum: Homework - Replies (2)

Currently this program will ask you which of two numbers is bigger. To get a higher grade i need to change it so that it is randomly asking which one ..... More

Print this item

  to_datetime question
Posted by: smw10c - Mar-29-2017, 08:45 PM - Forum: General Coding Help - Replies (2)

I hope you are all having a good day. I have another question. Why does the first code work but the second code doesn't (note, the second code runs, i..... More

Print this item

  groupby question
Posted by: smw10c - Mar-29-2017, 08:39 PM - Forum: Data Science - Replies (2)

I hope you are all having a good day. I have a DataFrame named df with 9 variables and 99,492 observations. I am trying to create to create a variable..... More

Print this item

  Average score
Posted by: MartinEvtimov - Mar-29-2017, 04:19 PM - Forum: Homework - Replies (5)

So I'm trying to start by asking the user how many scores they would like to enter. Then use a loop to request each score and add it to a total. Final..... More

Print this item

  Trouble when entering the number
Posted by: sylas - Mar-29-2017, 11:36 AM - Forum: General Coding Help - Replies (24)

[align=justify]Hi all. I begin coding with pyCharm. The file below works well with a number fixed at the beginning. The trouble falls at the moment I ..... More

Print this item

  Replace function
Posted by: LucasLambert - Mar-29-2017, 07:52 AM - Forum: General Coding Help - Replies (3)

Hey there the replace function is not working.. :( see code below. I have bolded the relevant sections it's towards the bottom of the code.. Getting q..... More

Print this item

  script give me this msg at start
Posted by: alidmc1 - Mar-29-2017, 03:03 AM - Forum: General Coding Help - Replies (7)

when i try ro run ip2geolocation script in windows 8.1 it gives me this error 
and i installed python v 2.7.3 and ActivePython-2.7.13 and when itry t..... More

Print this item

  How to "copy" a file in python?
Posted by: tannishpage - Mar-29-2017, 01:52 AM - Forum: General Coding Help - Replies (4)

So I am trying to not use shutil or os libraries. So what i tried is:
[python]
    fileOriginal = open(filename, "rb")
    os.chdir(destination) #I..... More

Print this item

  running Django app with REST
Posted by: chemseddineZ - Mar-28-2017, 11:40 PM - Forum: Web Scraping & Web Development - Replies (2)

I have a Django web application that contains HTML, Javascript and CSS files. When i run my application i see that all the files are loaded one by one..... More

Print this item

  Match two data sets based on item values
Posted by: klllmmm - Mar-28-2017, 06:44 PM - Forum: Data Science - Replies (7)

I have two data frames, which i want to combine usinga left join or similar.
PV number wise subtotal of the amount column of the dataframe (Pmt) has ..... More


Attached Files

.xlsx   Pmt.xlsx (Size: 8.5 KB / Downloads: 84)
.xlsx   BankWithdrawal.xlsx (Size: 8.19 KB / Downloads: 102)
.xlsx   ResultCombined.xlsx (Size: 8.66 KB / Downloads: 78)
Print this item

  Classes and Functions
Posted by: Low_Ki_ - Mar-28-2017, 05:43 PM - Forum: General Coding Help - Replies (22)

So I understand little about classes and functions. I know how to create simple classes and functions but I still need much help and learning. I am tr..... More

Print this item

  Decompressing bz2 in multiple sub-directories
Posted by: kiton - Mar-28-2017, 04:59 PM - Forum: General Coding Help - Replies (29)

Hi there! My root folder contains multiple sub-directories each of which contains multiple *.json.bz2 files. My goal is to decompress the bz2 files an..... More

Print this item

  python code for scraping
Posted by: sirgeo - Mar-28-2017, 03:53 PM - Forum: General Coding Help - Replies (14)

Would like to learn more about how to scrape data using openchargemap.org/site/develop/api
for the tinkering around.
Specifically, extract all the p..... More

Print this item

  Value_Counts Question
Posted by: smw10c - Mar-28-2017, 02:40 PM - Forum: General Coding Help - Replies (3)

I hope you are all having a good day. I have a question in regards to the value_counts method. Why does the following code not work:


sal[sal['Job..... More

Print this item

  Why the coding frameworks you know aren't really important
Posted by: Ofnuts - Mar-28-2017, 12:01 PM - Forum: Bar - Replies (8)

https://hackernoon.com/how-it-feels-to-l...a717dd577f

Warning for Python lovers: "in cauda venenum" :)

Print this item

  Bug with the embedded forum chat?
Posted by: buran - Mar-28-2017, 11:22 AM - Forum: Board - Replies (6)

It looks like there is problem with the embedded forum chat (not that I have used it so far). Before there was text field to post your message, now I ..... More

Print this item

  [Variable as a String]>EscaSpecial characters printed
Posted by: CSA75 - Mar-28-2017, 09:21 AM - Forum: General Coding Help - Replies (4)

Hello

I'm facing a strange situation..after setting a variable as a string, I try to print that variable and get the string with a caracter replace..... More

Print this item

  [WinReg]>Issue when reading a registry key
Posted by: CSA75 - Mar-28-2017, 06:19 AM - Forum: General Coding Help - Replies (4)

Hello All,

I'm trying without success to read the key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clients\StartMenuInternet\IEXPLORE.EXE\DefaultIcon
..... More

Print this item

  Need advice for learning python
Posted by: Nurram - Mar-28-2017, 03:11 AM - Forum: General Coding Help - Replies (1)

Hello world!
I am newbie in python, can you give me an advice on the best way to learn python in addition to reading books

*sorry for my bad langu..... More

Print this item

  Taking user input and storing that to a variable then storing that variable to a list
Posted by: jowalk - Mar-27-2017, 09:46 PM - Forum: General Coding Help - Replies (12)

Hey Guys,

I'm new to Python programming and am having trouble finding some information on some coding I am trying to write for fun. I have some exp..... More

Print this item

  How to canvas.move images (png)
Posted by: Rainblade - Mar-27-2017, 09:02 PM - Forum: GUI - Replies (2)

Im trying to get my sprte imported from a folder moving, I tried using 

[python]
 def move_Knight(self, event):
        if event.keysym == "Up":..... More

Print this item

  Class matrix novice question
Posted by: John_paul - Mar-27-2017, 08:18 PM - Forum: Homework - Replies (3)

Hello,


Part of my homework:

The attribute self.ground is the matrix who represents the ground of the game, it is a list of lists of integers, ..... More

Print this item

  Natural Logarithm in Python
Posted by: yg89 - Mar-27-2017, 08:15 PM - Forum: Homework - Replies (8)

OHello all,

I'm relatively new at Python; I need to input an equation, but I need help with expressing the Natural Logarithm in Python (ln):

The..... More

Print this item

  django sample project
Posted by: shahpy - Mar-27-2017, 07:59 PM - Forum: Web Scraping & Web Development - Replies (3)

hello

    i have question:
        where can i find a few django sample projects?
        i have seen a few tutorials and courses but i don't no..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Clothing Reccomendation a... 5 minutes ago javesike1262 joeEdwards Homework
  Setting AST node lineno c... Yesterday, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... Yesterday, 14:04 Winfried deanhystad GUI
  color names Yesterday, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help Yesterday, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... Yesterday, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... Yesterday, 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
Most views
  The best Prog... 572322
  Tutorial Requ... 484906
  Web Scraping ... 436854
  Newbie with P... 379687
  Thread remain... 351231
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
joeEdwards Today
Thatedge Today
Gdeshmukh Today
wolf7pay Yesterday
zaellasasdo7842 Yesterday

User Panel Messages

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