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,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,920

Full Statistics

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

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

 
  18 books 1 game MIT for $15 on Humble Bundle
Posted by: Larz60+ - Aug-21-2018, 10:52 PM - Forum: Bar - Replies (3)

18 great books and star trek online game

All for $15.00

offer from MIT newsletter

https://www.humblebundle.com/books/essen...wledge-boo..... More

Print this item

  Movement after KEYUP, only after pause func
Posted by: esteel - Aug-21-2018, 10:19 PM - Forum: Game Development - Replies (2)

I've been trying to figure it out for hours. Someone help please? The problem is if I hit the pause key while holding a movement key, the character wi..... More

Print this item

  function NOT imported from a module
Posted by: Skaperen - Aug-21-2018, 10:15 PM - Forum: General Coding Help - Replies (10)

i have a little test module named foo (file foo.py) with 2 functions, aaa() and bbb(). function aaa() calls [u]bbb..... More

Print this item

  check log filename with present date
Posted by: CyberDaemon - Aug-21-2018, 09:13 PM - Forum: General Coding Help - Replies (5)

I'm trying to write a simple check code which reads the log filename (after backup) from a given directory and gives information if log with present d..... More

Print this item

  ???Can not convert from <U25 to float64.???
Posted by: damsel_pie - Aug-21-2018, 08:59 PM - Forum: Data Science - Replies (6)

[python]
import numpy as np
import matplotlib.pyplot as plt
import scipy as sc
import scipy.ndimage as ndi

from scipy.ndimage import gaussian_f..... More

Print this item

  Need help with simple shopping cart
Posted by: dennissmith88 - Aug-21-2018, 08:31 PM - Forum: General Coding Help - Replies (2)

I'm working on simple shopping cart code that reads and writes from a text file call Shopping Cart.txt.

I'm able to write to the file but not able ..... More

Print this item

  Beginner needs help with code
Posted by: DavidOnKali - Aug-21-2018, 08:11 PM - Forum: General Coding Help - Replies (1)

Hello, I am a newbie to the world of coding and python at the age of 13, I have a kali machine and I have been messing around with the Lazy Script. I ..... More

Print this item

  Calculating median value from time data series
Posted by: mkaru - Aug-21-2018, 06:36 PM - Forum: Data Science - Replies (1)

I need to calculate median value from time data array. I can manage it with numeric values but in datetime format it is a real headache. Can someone u..... More

Print this item

  Open file (map) in python
Posted by: LB_994 - Aug-21-2018, 06:31 PM - Forum: General Coding Help - Replies (1)

Hi! I feel like there might be something silly going on here,
but I have the following script:

[python]riverFilename = "/HydroSheds/eu/eu_riv_30s.shp..... More

Print this item

  Command prompt execution
Posted by: saisankalpj - Aug-21-2018, 05:32 PM - Forum: General Coding Help - Replies (2)

I am shifting version of python from 2.7 to 3.6 . The 2.7 code gave errors like “dictionary changed during run time” for python 3.6 when i ran in Pyc..... More

Print this item

  problem on for-if loop
Posted by: alrm31015 - Aug-21-2018, 05:03 PM - Forum: Data Science - Replies (1)

Hello,

I want to test the detection of an event using the input time t of data in a file:
if the difference between t[i+1] and t[i] is inferior to..... More

Print this item

  cannot get tooltips to work
Posted by: rocket777 - Aug-21-2018, 05:01 PM - Forum: GUI - Replies (1)

I'm new to python. I am using WinPython64-3.6.6.1Qt5 on windows 10 and inside the top directory there is a program called Qt Designer.exe - I hope thi..... More

Print this item

  Problem with my code
Posted by: Godx - Aug-21-2018, 05:00 PM - Forum: General Coding Help - Replies (6)

Hello Guys,
i am working on a school project and could need some help.

[python]
command = [getuser(),getpw(),getnewuser(),getnewpw(),getreppw()]..... More

Print this item

  Methods of running a script on Linux distro
Posted by: Vysero - Aug-21-2018, 03:31 PM - Forum: General Coding Help - Replies (6)

I am currently running ubuntu 16.04. I have a python script that is supposed to create a symlink from the current linux header directory to /usr/src/l..... More

Print this item

  [Regex] Findall returns wrong number of hits
Posted by: Winfried - Aug-21-2018, 03:28 PM - Forum: General Coding Help - Replies (8)

Hello,

It's probably something obvious to seasoned Python programmers, but I can't figure out why re.findall() returns the wrong number of hits when ..... More

Print this item

  pyGle - a tool for scrapping the web using Google
Posted by: Javinator9889 - Aug-21-2018, 03:23 PM - Forum: Code sharing - Replies (1)

Hi everyone Big Grin

I present you a tool I developed, pyGle, which aims to be the best tool for doing web scrapping through Goo..... More

Print this item

  Save JPG as Line Art
Posted by: Anysja - Aug-21-2018, 03:23 PM - Forum: GUI - Replies (1)

I am writing this program to generate a line that will engrave on a lazer. Currently it is generating an image that is a JPG. This will work with my l..... More

Print this item

  pyGle - a tool for scrapping the web using Google
Posted by: Javinator9889 - Aug-21-2018, 03:17 PM - Forum: Code sharing - No Replies

Hi everyone Big Grin

I present you a tool I developed, pyGle, which aims to be the best tool for doing web scrapping through Goo..... More

Print this item

  "Just saying" what exactly?
Posted by: bluedoor5 - Aug-21-2018, 02:48 PM - Forum: Bar - Replies (16)

https://mail.python.org/mm3/mailman3/lis...ython.org/


[quote]* We ask everyone to be welcoming, friendly, and patient.
..... More

Print this item

  Python inventory system with dicts.
Posted by: 2skywalkers - Aug-21-2018, 02:07 PM - Forum: General Coding Help - Replies (7)

My problem involves the 'intro' variable. Adding stuff works just fine, but if I type in 'remove' for the 'intro' var, it goes to the part where i add..... More

Print this item

  How get attributes of maps from loop statement
Posted by: LB_994 - Aug-21-2018, 02:00 PM - Forum: General Coding Help - Replies (3)

Hi! So I am working on a model which will locate irrigation areas to its nearest water source on a global level.
This is a piece of my script of the..... More

Print this item

  Exporting Json events to a text file
Posted by: uklipse - Aug-21-2018, 01:31 PM - Forum: General Coding Help - Replies (3)

Hi, I was given a Python script from a vendor to pull down events from their API. The script works but I need to save these events to a file and not j..... More

Print this item

  How can I make a python script create an EXE?
Posted by: ahmed_mokhles - Aug-21-2018, 01:13 PM - Forum: General Coding Help - Replies (26)

Hi!

What I know is that you can use pyinstaller or py2exe to compile a python script into an executable.

However what I want to know is that is ..... More

Print this item

  remote Senior Python Backend Developer
Posted by: karolinareef - Aug-21-2018, 12:07 PM - Forum: Jobs - Replies (1)

We are looking for a remote Senior Python Backend Developer to join our team [Reef Technologies: fully remote python software house]
[b]Salary ..... More

Print this item

  django app historical events catalog
Posted by: medevin - Aug-21-2018, 11:15 AM - Forum: Web Scraping & Web Development - No Replies

Hello, i'm looking for django app to make site with historical events.

1) main page - table with events
2) page with fields to submit new event (n..... More

Print this item

  How to update only two colums in database from csv without touching data in other col
Posted by: Prince_Bhatia - Aug-21-2018, 09:13 AM - Forum: General Coding Help - No Replies

hi I have a database which looks like this image    

i have a csv which has two columns City and Main_city. I want to update Main_Cit..... More


Attached Files

Thumbnail(s)
   
Print this item

  Object Oriented Programming
Posted by: jackbk - Aug-21-2018, 09:05 AM - Forum: General Coding Help - Replies (8)

Hi there,

I am learning Object Oriented Programming. I do not understand some points in following code. Could you answer me some questions?

[pyt..... More

Print this item

  py2exe
Posted by: keegan_010 - Aug-21-2018, 08:49 AM - Forum: General Coding Help - Replies (4)

Hello,
I am trying to use py2exe.
I have already have my python file as well as the setup file for it which goes like this:
[python]
from distutil..... More

Print this item

  reading csv and writing csv
Posted by: chawas - Aug-21-2018, 08:42 AM - Forum: General Coding Help - Replies (2)

I am reading values from csv file into a list and want to write the figures from list into a comma separated row

Print this item

  How do I read variables from another python file?
Posted by: ahmed_mokhles - Aug-21-2018, 08:30 AM - Forum: General Coding Help - Replies (6)

Hello!

I am new to this forum so I hope I am posting in the right place.

I have a python program that creates another python file and declares 4..... More

Print this item

  Sending E-mails
Posted by: keegan_010 - Aug-21-2018, 07:22 AM - Forum: General Coding Help - Replies (3)

Hello,
I am trying to just learn how to send e-mails with python. I have found some code online and I am trying to use it but an error keeps appearin..... More

Print this item

  the language i was designing
Posted by: Skaperen - Aug-21-2018, 05:50 AM - Forum: Bar - No Replies

i stopped designing my programming language idea because i came into a better understanding of python (setting up some scripts that used th pexpect mo..... More

Print this item

  My while statement is running twice.
Posted by: coreyb_1 - Aug-21-2018, 03:45 AM - Forum: Game Development - Replies (3)

I'm brand new to programming and wanted to write a simple Pokemon game in Python. I got to the point where you can choose a Pokemon and it generates a..... More

Print this item

  Problem with Matplotlib.pyplot
Posted by: LTMP - Aug-21-2018, 03:22 AM - Forum: Data Science - Replies (1)

Hi guys,

The codes in green below for importing csv was fine.

According to an online tutorial, the codes in red are supposed to generate a who..... More

Print this item

  Dictionary based assignment: Need help
Posted by: RoyceJ - Aug-21-2018, 02:28 AM - Forum: Homework - Replies (6)

I've been tasked with creating a program for a hypothetical bike store. We've been given two text documents, one filled with bike parts and the other ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 5 hours ago Lou Pedroski55 General Codin...
  Python compiler 11 hours ago NeoQuant NeoQuant General Codin...
  Trading Risk management s... 11 hours ago 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... 579499
  Tutorial Requ... 512870
  Web Scraping ... 442371
  Newbie with P... 386397
  New Users Int... 381739
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 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
QABOB Today
adityaN Today
NeoQuant Yesterday
Hosthubac Yesterday
ifdainstitute7 Yesterday

User Panel Messages

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