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,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,819

Full Statistics

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

Latest Threads
New to python and coding
Forum: Homework
Last Post: jefsummers
1 hour ago
» Replies: 4
» Views: 101
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
3 hours ago
» Replies: 6
» Views: 168
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 300
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 271
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 101
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,620
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 201
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 188
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,191
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,421

 
  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: 783)
.pdf   Python: If Statement.pdf (Size: 115.7 KB / Downloads: 790)
.pdf   Python: While Loop.pdf (Size: 172.72 KB / Downloads: 736)
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

  Program-launching script will not close until the program it launches is closed
Posted by: mmwatson - Jun-21-2017, 09:12 PM - Forum: General Coding Help - Replies (1)

I wasn't sure whether to post this in "General Coding Help" or "GUI", as I'm encountering the problem in a tkinter-based GUI script, but I think the i..... More

Print this item

  Tkinter GUI works on Windows but not on Ubuntu
Posted by: danbei - Jun-21-2017, 08:20 PM - Forum: GUI - Replies (8)

Hi,
I'm coding a GUI with Tkinter that works fine on Windows 8.1 (python 2.7.13, Tkinter 8.5) but not on Ubuntu Mate 17.04 (python 2.7.13, Tkinter 8...... More

Print this item

  Replace lines from one .txt file to another
Posted by: Tumppi - Jun-21-2017, 07:34 PM - Forum: General Coding Help - Replies (13)

I am a beginner to do any coding, but still i'll try to do something..  Smile

My problem:

i need copy some lines Start.txt to end.txt, only..... More

Print this item

  New user startup Advice
Posted by: JP_ROMANO - Jun-21-2017, 07:23 PM - Forum: Data Science - Replies (8)

Not really a coding question specifically - but am interested in any opinions/advice.

I've tried to pick up Python a few times over the past couple o..... More

Print this item

  numpy.float64 and plot_date in matplotlib
Posted by: iv20023 - Jun-21-2017, 06:07 PM - Forum: Data Science - Replies (1)

Hi,

I am trying to draw the data of IBM stock and I have problems with date formatting.
Format of raw data is as follows:

COLUMNS=DATE,CLOSE,HI..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 1 hour ago lary_p jefsummers Homework
  Help with Serial.write in... 3 hours ago racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578846
  Tutorial Requ... 509888
  Web Scraping ... 441918
  Newbie with P... 385919
  New Users Int... 376191
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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