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,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 11
» Views: 319
Python compiler
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 1
» Views: 76
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 95
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 53
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,133
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 206
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 735
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,840
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 216
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 172

 
  basic def / if question
Posted by: tryingtolearnpython - Jun-15-2018, 05:13 AM - Forum: General Coding Help - Replies (2)

Hi everyone,

I'm very new to Python so my questions may be very basic for most of you.

I am not sure I understand the below function. The part I am ..... More

Print this item

  Is there an equivalent of Notepad in linux
Posted by: sylas - Jun-15-2018, 04:42 AM - Forum: General Coding Help - Replies (5)

Hi all ! I leave my home carring my little 32 bits PC.With this PC I used Pycharm for working on new files. But Pycharm is very heavy, and therefore I..... More

Print this item

  import
Posted by: Skaperen - Jun-15-2018, 04:25 AM - Forum: News and Discussions - Replies (6)

how different is import from just reading some other file's lines of code at that point, besides the namespacing (which nilamo will i..... More

Print this item

  Tkinter optionmenu child menu position showing 0,0
Posted by: thatguy14 - Jun-14-2018, 10:58 PM - Forum: GUI - Replies (2)

Hello everyone,

I have an optionmenu widget and I am attempting to place a toplevel window inline with each option as the user hover's over each on..... More

Print this item

  Exporting excel data to website
Posted by: bdarragh00 - Jun-14-2018, 10:08 PM - Forum: Web Scraping & Web Development - Replies (1)

I have a question regarding a possible automation of a job for work. I have to take data detailing the names and dates of sessions of preschoolers fro..... More

Print this item

  AttributeError: module 'mnist' has no attribute 'train_images'
Posted by: pythonbeginner - Jun-14-2018, 08:55 PM - Forum: Data Science - Replies (1)

Hello,
I got this error: AttributeError: module 'mnist' has no attribute 'train_images'
when I ran this code:
[python]
import mnist
import iterto..... More

Print this item

  Filtering and pagination
Posted by: garynobles - Jun-14-2018, 08:11 PM - Forum: Web Scraping & Web Development - No Replies

I have 50k+ records so I need to use pagination, also users need to be able to search through the queryset, I cannot get it to work. In the following ..... More

Print this item

  view_db.models [HELP]
Posted by: Lartos - Jun-14-2018, 03:33 PM - Forum: General Coding Help - No Replies

Hello !

I want to code a cv-parser so I searched on the internet and found this : https://github.com/lovelyk0910/resume-pa...blob/maste..... More

Print this item

  dash problems
Posted by: zhujp98 - Jun-14-2018, 03:30 PM - Forum: General Coding Help - No Replies

I want to scatter plot campcnt vs cnt by year, but I get error msg. How to fix this problem?
Thanks,
Jeff
[python]
print(df.head())


app = das..... More

Print this item

  Read Data with multiprocessing
Posted by: RomanRettich - Jun-14-2018, 01:50 PM - Forum: Data Science - Replies (1)

Hey guys,

I am trying to get into 'multiprocessing' since a few days. I have a few hundred files which contain a few thousand numbers which I want ..... More

Print this item

  [split] help with While method
Posted by: peterd1965 - Jun-14-2018, 12:56 PM - Forum: General Coding Help - Replies (3)

It appears I'm taking the same class as "brawdhampshire".
We don't know ".join" yet.
"brawdhampshire" I believe they are asking us to loop through..... More

Print this item

  individual's ID card number in python
Posted by: danpek - Jun-14-2018, 12:46 PM - Forum: General Coding Help - Replies (2)

Hello everyone,
How can I check the integrity of an individual's ID card number by typing 9 numbers by a user in python?

Print this item

  Python developers for WFM ( and other) project
Posted by: HannaBananna - Jun-14-2018, 12:34 PM - Forum: Jobs - Replies (2)

Hi, everyone)

I work in MTS Big Data and look for Python developers working with :
• Hadoop ecosystem
• Use Python for 3 years
• Have good knowl..... More

Print this item

  User Interaction with Excel sheet
Posted by: ShruthiLS - Jun-14-2018, 12:05 PM - Forum: Data Science - Replies (7)

Hi Everyone,

I am new to python and wanted to open the excel file while .py script is running and it should wait for the user to enter ..... More

Print this item

  How to Make Python code execution pause and resume to create .csv and read values.
Posted by: Kashi - Jun-14-2018, 11:42 AM - Forum: General Coding Help - Replies (2)

I want to write a code which can create "mydata.csv" file, (python execution should pause here) write values into "mydata.csv", after closing "mydata...... More

Print this item

  IDLE 3.6 Windows
Posted by: OldSubSailor - Jun-14-2018, 11:24 AM - Forum: General Coding Help - Replies (1)

Howdy,
I do not know what happened, but I do seem to remember that when I started IDLE and opened a python file, the editor and shell windows open as..... More

Print this item

  What is the module _support for?
Posted by: Nwb - Jun-14-2018, 06:40 AM - Forum: General Coding Help - Replies (9)

What does _support do? Is it not an in-built module? How do I get it because my python compiler was not able to import _support.

import _support was ..... More

Print this item

  Using a Windows 7 Laptop
Posted by: MatthewWhebell - Jun-14-2018, 01:54 AM - Forum: General Coding Help - Replies (1)

This is sad. I first noticed a problem when I tried installing Battle.net, then I noticed that I couldn't use the latest from Eclipse.
And then I not..... More

Print this item

  N00bie
Posted by: MatthewWhebell - Jun-13-2018, 11:04 PM - Forum: News and Discussions - Replies (3)

I am completely new to coding. I've gone through a rough-patch in life, been through hell, but came through the other side wanting to get into the fie..... More

Print this item

  Numpy Rolling mean window
Posted by: Thunberd - Jun-13-2018, 10:49 PM - Forum: Data Science - Replies (1)

[python]Graph = pd.read_csv(file)

Pl = Graph.dropna()


fig = plt.figure()
ax1 = fig.add_subplot(1, 1, 1)
df2 = Pl.fil..... More

Print this item

  ValueError: could not convert the string to float
Posted by: Grin - Jun-13-2018, 10:19 PM - Forum: Data Science - Replies (3)

Any help much appreciated:

[python]
from sklearn import preprocessing
btc.dropna(inplace=True)
X=btc.drop('Price_After_Month',axis=1)
X=preproc..... More

Print this item

  Reportlab Dynamic Table Q
Posted by: Gutt - Jun-13-2018, 10:18 PM - Forum: General Coding Help - No Replies

Hi, I am struggling with using a parsed JSON list as the data for a dynamic table in reportlab.

Can anyone help me out here -- below is a generic rep..... More

Print this item

  [split] Pytest-html add screenshots help
Posted by: rafiPython1 - Jun-13-2018, 08:46 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

I can't figure how to add screen shots for pytest-html or even to do a mall change like modifying the Environment details, I'm able to see the ..... More

Print this item

  insert table columns data in different textboxes
Posted by: dimvord - Jun-13-2018, 08:41 PM - Forum: GUI - Replies (4)

Hi i have a table with two columns, A & B. In A column there are Names and in column B there are grades, where as one Name may be related to many grad..... More

Print this item

  code question
Posted by: zhujp98 - Jun-13-2018, 07:52 PM - Forum: Data Science - Replies (1)

I run following code, why df.head() did not print the top record of df?
Thanks,
Jeff
[python]import dash
import dash_core_components as dcc
impor..... More

Print this item

  My code prints out my string 5 times and then just stops?
Posted by: Abstract_Otaku - Jun-13-2018, 07:11 PM - Forum: General Coding Help - No Replies

I'm trying to make a thing just for the memes, but it only prints "kermit die" 5 times and just stops?
here is the code?

[python]Q=0
N=0
D=0
T..... More

Print this item

  Using .filter
Posted by: Thunberd - Jun-13-2018, 06:55 PM - Forum: General Coding Help - No Replies

 df = pd.read_csv(file)
   
    df2 = df.filter(regex= 'Bottom')
    print(df2)
I have this, I am wondering if I could some..... More

Print this item

  Logic puzzles (sources)
Posted by: j.crater - Jun-13-2018, 06:12 PM - Forum: Bar - Replies (5)

Logical thinking and reasoning were never my strongest areas. I would like to put some effort in sharpening these skills.
Could anyone recommend books..... More

Print this item

  Pong
Posted by: DarksideMoses - Jun-13-2018, 05:41 PM - Forum: Homework - Replies (6)

I am making a pong game and I have most of the code correct except the last part. What I'm having a problem with is keeping a score. This is the code ..... More

Print this item

  Glob and automating help
Posted by: Thunberd - Jun-13-2018, 04:42 PM - Forum: General Coding Help - No Replies

Hey there! Had a question and not sure how to explain it,

I have a file, In this file there are many different columns and goes as follows
Mean1,..... More

Print this item

  Boolean Wont Work
Posted by: fierygaming - Jun-13-2018, 04:12 PM - Forum: General Coding Help - Replies (5)

Under variables I set up a boolean and later in Mknight() I set it to true then set up an if in Landscape() to check if it was true and if it was to d..... More

Print this item

  Tables
Posted by: anish - Jun-13-2018, 03:57 PM - Forum: General Coding Help - Replies (2)

hi
i have been jumbled with a code for taking the user input and formulating that in a table. Please help me out as it is a critical thing for me

Print this item

  how to pause pyxhook keylogger
Posted by: johweb - Jun-13-2018, 03:17 PM - Forum: General Coding Help - No Replies

Hello everybody.

New to python, I'm making a little application, with a keyboard listener (pyxhook). When user press "Enter" key, a video is shown ..... More

Print this item

  Array Iteration/Merging
Posted by: Milo - Jun-13-2018, 02:03 PM - Forum: General Coding Help - Replies (4)

Hello All,

So let me get straight to my issue, I've got nested array which is a result set from a SQL query and has the format similar to the below..... More

Print this item

  simple code task
Posted by: dan123445 - Jun-13-2018, 12:03 PM - Forum: General Coding Help - Replies (4)

hi ,
i need some help,
how can i print in python all the numbers from 0 to 5 in 0.1 steps , but the numbers (1.0,2.0,3.0,4.0,5.0) will be printed..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 10 hours ago Lou noisefloor General Codin...
  Python compiler 10 hours ago NeoQuant noisefloor General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579513
  Tutorial Requ... 512993
  Web Scraping ... 442378
  Newbie with P... 386403
  New Users Int... 381791
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
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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