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,629
» Latest member: karsonFergosn
» Forum threads: 38,638
» Forum posts: 175,072

Full Statistics

Online Users
There are currently 436 online users.
» 0 Member(s) | 432 Guest(s)
Bing, Google, Baidu, Yandex

Latest Threads
replace or remove text fr...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 5
» Views: 135
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
7 hours ago
» Replies: 10
» Views: 3,086
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
7 hours ago
» Replies: 2
» Views: 1,885
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Today, 03:54 AM
» Replies: 3
» Views: 2,111
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Yesterday, 01:32 PM
» Replies: 3
» Views: 381
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Yesterday, 11:05 AM
» Replies: 4
» Views: 1,868
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Yesterday, 07:29 AM
» Replies: 2
» Views: 2,811
PyQT5 Thread crashes afte...
Forum: GUI
Last Post: Axel_Erfurt
Jun-26-2025, 08:17 PM
» Replies: 2
» Views: 3,077
can't use pyrepl: bad mag...
Forum: News and Discussions
Last Post: Plyth
Jun-26-2025, 05:53 AM
» Replies: 2
» Views: 257
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 523

 
  Properly share logger objects
Posted by: CardBoy - Jun-26-2017, 10:07 AM - Forum: General Coding Help - Replies (2)

Hi
In python file 1 I have

[python]
      def main():
       
           logger = logging.getLogger("pre-commit-logger")
           handler =..... More

Print this item

  python to install printer drivers automatic
Posted by: leoxucn - Jun-26-2017, 08:59 AM - Forum: General Coding Help - Replies (4)

Hello:

Is there anyone can give me some tips of how to install printer drivers in python automatic.

because in IT daily work, we are boring of t..... More

Print this item

  twitter automation
Posted by: beshmudi - Jun-25-2017, 05:47 PM - Forum: General Coding Help - No Replies

my question here

Hi guys, i have very little experience in python, only doing some at school a few years ago.
However i want to try make a small scri..... More

Print this item

  Ping Sweep help
Posted by: The501stOfNoobPy - Jun-25-2017, 02:33 PM - Forum: General Coding Help - Replies (5)

Hello all,

I'm currently learning Python while having while having to make use of it for a course. Would someone be able to help with explaining so..... More

Print this item

  Downloading data from Yahoo finance
Posted by: Alberto - Jun-25-2017, 02:26 PM - Forum: Data Science - Replies (2)

Dear Python Users,

I want to download a stock data from yahoo finance (or nasdaq.com) and use the following code. However, once I run it it gives ..... More

Print this item

  Response [200] little help
Posted by: Blue Dog - Jun-25-2017, 12:59 PM - Forum: Networking - Replies (10)

Hello,
Here is my code.
[code]
import requests

r = requests.get("http://www.noobmovies.com")
if r == 200:
   print("Website is up and running..... More

Print this item

  The Fun of Reinvention
Posted by: snippsat - Jun-25-2017, 09:22 AM - Forum: News and Discussions - Replies (2)

As always a good talk bye the best speaker in Python.
The Fun of Reinvention
His live coding ..... More

Print this item

  a program i have been thinking about
Posted by: Skaperen - Jun-25-2017, 04:44 AM - Forum: News and Discussions - No Replies

i have been thinking about writing a "scripted editor".  that is an editor that has a simple but flexible scripting language that controls how the edi..... More

Print this item

  utf-8
Posted by: Skaperen - Jun-25-2017, 04:23 AM - Forum: News and Discussions - Replies (8)

does someone want to make a very pythonic implementation for this: http://rosettacode.org/wiki/UTF-8_encode_and_decode

or any of these: http://ros..... More

Print this item

  Access xlsm file that has been open
Posted by: ian - Jun-25-2017, 02:47 AM - Forum: Data Science - Replies (6)

I use openpyxl in python 3.6.1 to read/write xlsm file of Excel 2010.
Is there a way to access the file, that has been opened manually, without open ..... More

Print this item

  looking 4 a py editor
Posted by: Skaperen - Jun-25-2017, 01:03 AM - Forum: News and Discussions - Replies (3)

i am looking for a new python editor.  i currently use emacs in text mode (it works in the same terminal window as the shell that i ran it from).  it ..... More

Print this item

  Exponential Smoothing
Posted by: ennykristal - Jun-24-2017, 03:09 PM - Forum: Homework - Replies (1)

write a program that will use the exponential smoothing to help you predict a value in the future


i equally need this assistance to write a pro..... More

Print this item

  Using selenium for web scrapping
Posted by: DoubleLucker - Jun-24-2017, 02:12 PM - Forum: Web Scraping & Web Development - No Replies

Hello everyone! I'm using python for web-scrapping and have walked, as I think, in a dead-end. I am not seeking for help here. I've asked previously s..... More

Print this item

  Print Console in Gui
Posted by: Whoamii - Jun-24-2017, 01:03 PM - Forum: GUI - Replies (2)

Hi everyone im new in tkinter and i want to make the gui program like to print the console in gui.
Is anyway how to print it? im talking about alots ..... More

Print this item

  Barcode scanner with raspberry pi 3
Posted by: rajanpandit - Jun-24-2017, 07:02 AM - Forum: General Coding Help - Replies (3)

Hai,
I am planning to build a BarCode Scanner with WebCam... I have
1) Raspberry Pi 3
2) USB Webcam
3) Adafruit 16x2 Character LCD + Keypad

Fun..... More

Print this item

  pip and installing modules
Posted by: deep_logic - Jun-23-2017, 09:37 PM - Forum: General Coding Help - Replies (2)

Hi all,
I'm sorry if this is the wrong location, but I couldn't find a good spot to post this.

I'm a relative noob with python. I'm trying to use ..... More

Print this item

  Unix Utilities: yes
Posted by: nilamo - Jun-23-2017, 06:01 PM - Forum: Code sharing - No Replies

http://man7.org/linux/man-pages/man1/yes.1.html

[quote="https://en.wikipedia.org/wiki/Yes_(Unix)[/url[url=https://python-forum.io/thread-3782.html]..... More

Print this item

  How to create synonyms of a word and export them to csv in different columns
Posted by: vijaymadhu - Jun-23-2017, 05:22 PM - Forum: General Coding Help - Replies (1)

This is the code which generates synonyms for each word in words_unique
[python]synonym = []
for i in words_unique:
   synonym.append(wordnet.synse..... More

Print this item

  Transferring large amounts of files
Posted by: gohanzdad - Jun-23-2017, 02:40 PM - Forum: Networking - Replies (4)

Hopefully someone can help me find some good resources for this. I want to write something in Python that can transfer large amounts of files (TB's o..... More

Print this item

  Using Connection pooling suds-jurkok with python 3.5
Posted by: pratiksingal13 - Jun-23-2017, 10:07 AM - Forum: General Coding Help - No Replies

Hello ,

Can any one help me on how i can use connection pooling using suds-jurko with python 3.x

[python]
import datetime
from suds.client im..... More

Print this item

  Feature Matching
Posted by: trabis03 - Jun-23-2017, 02:55 AM - Forum: Data Science - Replies (2)

hi I downloaded a program to test the feature matching but I always having this error

Traceback (most recent call last):
File "C:\Users\Documen..... More

Print this item

  Email Checker with IMAPlib
Posted by: ronaldrios - Jun-23-2017, 02:41 AM - Forum: General Coding Help - Replies (1)

My current projects are to make an email sender and email checker. My email sender works fine (using SMTPlib), but I can't find a way to make IMAPlib ..... More

Print this item

  Flowcharts
Posted by: Sebastian_Adil - Jun-22-2017, 11:19 PM - Forum: Tutorial Requests and Submissions - Replies (4)

My objective is to allow a better understanding of the flux of informations in a script.
  As a way I superimposed a diagram that represent my unders..... More


Attached Files

.pdf   Python: Control Loop.pdf (Size: 109.88 KB / Downloads: 748)
.pdf   Python: If Statement.pdf (Size: 115.7 KB / Downloads: 742)
.pdf   Python: While Loop.pdf (Size: 172.72 KB / Downloads: 687)
Print this item

  Dice Throwing Game in Python (I have a problem)
Posted by: yuseinali - Jun-22-2017, 10:07 PM - Forum: General Coding Help - Replies (1)

I tried to make a program which says: "Press the button to throw the dices" and when you press the button it shows 2 random dice images. But it does n..... More

Print this item

  Unknown output
Posted by: brzo - Jun-22-2017, 09:11 PM - Forum: General Coding Help - Replies (3)

So I recently acquired this book "Adventures in Python" by Craig Richardson and I instantly dived into the book as an introduction in the python codin..... More

Print this item

  how to install scipy
Posted by: pikm57 - Jun-22-2017, 07:24 PM - Forum: Data Science - Replies (2)

Hi,

I want to install scipy, but I have no idea how. I installed winpython (x64) - Spyder (Python 3.6). I watched some tutorials how to install sci..... More

Print this item

  Shutil problem in file sorting script
Posted by: xavier992 - Jun-22-2017, 06:21 PM - Forum: General Coding Help - Replies (3)

Hey everyone,

I'm currently using shutil to sort a large number of files based on information contained in the filename.
Everything is working fin..... More

Print this item

  Visualisation of gaps in time series data
Posted by: ulrich48155 - Jun-22-2017, 06:05 PM - Forum: Homework - Replies (11)

From my university project I got time series data. Unfortunately, my time series has some gaps due to technical issues. Is it possible to visualise th..... More

Print this item

  Error with web.DataReader
Posted by: rakhmadiev - Jun-22-2017, 03:43 PM - Forum: Data Science - Replies (1)

Hi, I've found out that for some reason web.DataReader is not working for some of the tickers and I cannot understand why...

For example, when I tr..... More

Print this item

  speed up the "for loops"
Posted by: leouev - Jun-22-2017, 02:01 PM - Forum: Data Science - Replies (1)

my question here

Hello every one, I started learning Python in last 2 months. I find this one really tough for me. My goal is to process a image and ..... More

Print this item

  How to take input in POST call from aother pthon file
Posted by: network2016 - Jun-22-2017, 10:34 AM - Forum: General Coding Help - No Replies

Hi I am trting to execute a scenerio in which cleint make a call to web server and revceived the data and then post it into another server. I am using..... More

Print this item

  Misunderstanding with the “if” statement and “not equal”
Posted by: scriptoghost - Jun-22-2017, 10:16 AM - Forum: General Coding Help - Replies (6)

Hello everybody, I am new to Python and on this forum.

Thank you for this forum.

I don't understand why :
[python] 
TRUE = 1
FALSE = 0
test_..... More

Print this item

  Need help reading in a binary file
Posted by: shaynehansen - Jun-21-2017, 10:49 PM - Forum: Data Science - Replies (2)

I need help figuring out how to read in a binary file, and then placing it into a numpy array.

The error I am getting is: AttributeError: 'ReadBi..... More

Print this item

  Please, help to identify the mistake in the code
Posted by: Alberto - Jun-21-2017, 10:10 PM - Forum: General Coding Help - Replies (4)

Dear Python Users,

Please, help to identify where is my mistake in the code. What I am trying to do is to write the info (lines 1-3) into txt file...... More

Print this item

  How can I automate manual data validation using Python?
Posted by: python300 - Jun-21-2017, 09:21 PM - Forum: Data Science - Replies (1)

Here is what I do manually as of now:
I take raw data from source DB tables and do manual calculations on it using excel if needed. These manual calc..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  replace or remove text fr... 1 hour ago Curbie deanhystad General Codin...
  How to put my game loop i... 7 hours ago temlotresid6 Thatedge Game Developm...
  2D-Cube-Tic-Tac-Toe 7 hours ago freethrownucleus Thatedge Game Developm...
  Unable to install pygame ... Today, 03:54 garthE Plyth Game Developm...
  List[] in Python needs so... Yesterday, 13:32 Codingdesigner12 DeaD_EyE Game Developm...
  Web scraping confusion Yesterday, 11:05 keifin AlluminumFoil Web Scraping ...
  Problem Converting Tradin... Yesterday, 07:29 kralxs wallneradam General Codin...
  [PyQt] PyQT5 Thread crash... 06-26, 20:17 Suresh Axel_Erfurt GUI
  can't use pyrepl: bad mag... 06-26, 05:53 eliastw85 Plyth News and Disc...
  Setting AST node lineno c... 06-24, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... 06-24, 14:04 Winfried deanhystad GUI
Most views
  The best Prog... 572355
  Tutorial Requ... 485045
  Web Scraping ... 436890
  Newbie with P... 379721
  Thread remain... 351241
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 6841
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
karsonFergosn Today
t3stocks Today
TheJeffah Yesterday
ChauHaiCim9904 Yesterday
barrelmarble Yesterday

User Panel Messages

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