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,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

Online Users
There are currently 52 online users.
» 1 Member(s) | 46 Guest(s)
Bing, Google, Google Image

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 133
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 107
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 77
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 122
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,162
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,373
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,570
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 196
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,202
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,453

 
  string between two strings
Posted by: Skaperen - Dec-15-2016, 04:48 AM - Forum: General Coding Help - Replies (3)

i want to get the string that is between (the first instances of) two strings, a and b (in that order).  i can do it like:

[python]what_was_between..... More

Print this item

  Where to start as a beginner
Posted by: godmode - Dec-14-2016, 09:59 PM - Forum: Bar - Replies (6)

Hello guys,

I'd like to ask your opinion about learning to program, and the python language. I've a background of programming about 15 years ago, and..... More

Print this item

  Syntax error when using <> operator
Posted by: mohdabusido - Dec-14-2016, 06:45 PM - Forum: General Coding Help - Replies (9)

Hello Guys,

I am trying to run this code and each time I am getting an invalid syntax error message, I tried changing the variables, the fil..... More

Print this item

  X3 Python Software Developers + (Visa Sponsorship) at Scurri
Posted by: djangojobs.net - Dec-14-2016, 06:23 PM - Forum: Jobs - No Replies

[color=#333333][size=small][font='Helvetica Neue', Helvetica, Arial, sans-serif]Scurri is a rapidly growing software company that wants to enable ever..... More

Print this item

  Start at python Networkin
Posted by: Grean - Dec-14-2016, 02:09 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi, I'm a beginner in python networking..What is the best starting point

Print this item

  Looking to hear the thoughts of Python developers
Posted by: vmdepyth - Dec-14-2016, 12:42 PM - Forum: Bar - Replies (2)

Excuse my first post being "spammy" but hopefully this is something you'll be interested in. (I checked with one of the moderators. ichabod801, before..... More

Print this item

  calculator
Posted by: Jei - Dec-14-2016, 11:50 AM - Forum: Homework - Replies (5)

problem is that when in sub() you give a letter instead of a number it will give a error and after that if you give both numbers it wont return anyth..... More

Print this item

  Get pagination Instagram
Posted by: Kalet - Dec-14-2016, 12:21 AM - Forum: General Coding Help - No Replies

Hello, I'm trying to automate my script(in Python) to automatically get the end_cursor in succession. For example:

[code]https://www.instagram.com/..... More

Print this item

  Need Help debugging program
Posted by: ToastyCoder - Dec-13-2016, 06:52 PM - Forum: General Coding Help - Replies (12)

[align=left]I have had problems with a class project for about a week now, with displaying list items from a multiline string, and i also need help wi..... More

Print this item

  When i try to create a webserver through a port throwing error
Posted by: pras120687 - Dec-13-2016, 05:50 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

When i try to create a webserver through a port and for second time if i try to create to same port it is throwing following error message.

..... More

Print this item

  Christmas Text Adventure
Posted by: OriginalCal - Dec-13-2016, 04:56 PM - Forum: Code sharing - Replies (3)

[align=left][b]So I am new to coding and thought a great way to get some experience in would be to create a Christmas game using basic sub routines. P..... More

Print this item

  How to get past NaN value
Posted by: iFunKtion - Dec-13-2016, 04:24 PM - Forum: Data Science - Replies (7)

Hi there,

I am trying to do a simple test for a NaN value in python3 pandas, but I can't get anything to work. This is what I want to do, x is a fl..... More

Print this item

  code timer - PyTimer
Posted by: JacobMorris - Dec-13-2016, 04:12 PM - Forum: Code sharing - Replies (2)

PyTimer is a module that I created meant to make calculating code execution times much easier. Previously, the only real option was to calculate the t..... More

Print this item

  Web scraping "fancy" table
Posted by: acehole60 - Dec-13-2016, 02:53 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi guys,
I am just getting into Python and web scraping, so I am very sorry if this is a basic question. So far, I have been able to scrape informati..... More

Print this item

  Code capitalization being changed.
Posted by: Mekire - Dec-13-2016, 02:23 PM - Forum: Board - Replies (4)

I just posted a thread with a code block like this:
[python]CELL_SIZE = 50
MOVES = {"up": (0, -CELL_SIZE), "down": (0, CELL_SIZE),
         "left" ..... More

Print this item

  Date format
Posted by: Kebap - Dec-13-2016, 12:35 PM - Forum: Board - Replies (43)

Hi all, I happened to notice the default date format of our forums which can be very ambiguous on certain dates.

You see, some countries write month-..... More

Print this item

  Minimization of variance problem
Posted by: Newtopython - Dec-13-2016, 10:25 AM - Forum: Homework - Replies (2)

Hello!,

I am really new to Python, I'm trying to do some financial stuff. Below you will find my code, I am having problems when trying to Minimize..... More

Print this item

  printing set of lines between patterns
Posted by: pybegin - Dec-13-2016, 10:22 AM - Forum: General Coding Help - Replies (2)

I have a requirement were in i need to print the lines between 2 patterns into files 
The text in the below format is available in a file. The requir..... More

Print this item

  fast hash function
Posted by: verstapp - Dec-13-2016, 10:21 AM - Forum: General Coding Help - Replies (3)

hi guys,
i'm looking for a faster-than-the-default-adler32/md5/etc non-crypto hash function.
i have googled and found things like pyfasthash, xxhash..... More

Print this item

  Extract relationships
Posted by: MattaFX - Dec-13-2016, 09:34 AM - Forum: Jobs - No Replies

Hi everyone

For a little project (amount of work: ca. 4h), we search someone who could extract relations between entities.
Terms like "entities, f..... More

Print this item

  time range midnight problem
Posted by: PickyBiker - Dec-13-2016, 02:59 AM - Forum: General Coding Help - Replies (9)

The following code determines if the current time is between two times and it works well until midnight is in the range of times. Not sure how to make..... More

Print this item

  sys.argv IndexError
Posted by: Blue Dog - Dec-13-2016, 02:54 AM - Forum: General Coding Help - Replies (2)

What is this error trying to tell me?


Traceback (most recent call last):
  File "C:\Users\renny and kite\Desktop\Python\links\links\links.py", l..... More

Print this item

  Python "Automate the Boring Stuff" wants me to change Windows environment variables?
Posted by: Atomike - Dec-12-2016, 08:50 PM - Forum: General Coding Help - Replies (8)

So, I'm working through "Automate the Boring Stuff" for Python, and I to continue, it wants me to go to my Windows "Edit environment variables for you..... More

Print this item

  python turtle module in pycharm error
Posted by: sajley - Dec-12-2016, 08:00 PM - Forum: General Coding Help - Replies (2)

hi guys  

[python]
import turtle
def draw_star(size,color):
    count = 0
    angle = 144
    sum1 = 0
   # turtle.bgcolor='black'
    turtl..... More

Print this item

  Framework Django duplicating objects in databases-table!?
Posted by: tavaresdavi677 - Dec-12-2016, 07:12 PM - Forum: Homework - Replies (1)

Hello ! i'm starting framework Django for python and [color=#212121][size=xx-small][font=arial, sans-serif][size=x-large][font=arial, sans-serif]I was..... More

Print this item

  Instagram pagination tags
Posted by: Kalet - Dec-12-2016, 06:53 PM - Forum: General Coding Help - Replies (1)

Hello,

I am doing a development based on instagram, I do not use the API because they do not allow applications in development mode but in product..... More

Print this item

  Made a very simple email grabber(scraper)
Posted by: Blue Dog - Dec-12-2016, 05:36 PM - Forum: Web Scraping & Web Development - Replies (4)

What I need to know what this error is, and how to fix it.

I have problems installing in thing into python, so I don't know is selenium install rig..... More

Print this item

  Attendence System
Posted by: elliott0184 - Dec-12-2016, 03:21 PM - Forum: General Coding Help - Replies (19)

Hi there.
I am a bit of a newbie to python so i may need a bit more help than normal.
I am trying to program a raspberry pi using python to create ..... More

Print this item

  Quick Question
Posted by: Edwinthegreat - Dec-12-2016, 04:17 AM - Forum: Web Scraping & Web Development - Replies (4)

I have never used python before but I am trying to figure out how to follow this tutorial and don't understand anything, can you please help?
[list=1..... More

Print this item

  Relations between entities
Posted by: MattaFX - Dec-12-2016, 01:08 AM - Forum: Homework - Replies (18)

Hi everyone

I want to apply a supervised approach to learning relations between entities in a text. The relations are: place of birth and instituti..... More

Print this item

  Spyder text editor?
Posted by: tcebob - Dec-11-2016, 10:55 PM - Forum: News and Discussions - Replies (11)

I'm getting used to Spyder, having given up on Visual Studio. Being a student of Python, I'd like to have a lightweight text editor right there in the..... More

Print this item

  socket problem
Posted by: technoplusnl - Dec-11-2016, 03:44 PM - Forum: Networking - Replies (2)

Hi,

I'm fairly new to Python programming, and I wrote some code for a RaspberryPi that controls my astronomical observatory building.
It controls ..... More

Print this item

  Python structure question
Posted by: PickyBiker - Dec-11-2016, 03:34 PM - Forum: General Coding Help - Replies (4)

I'm struggling with the overall structure of a python program. The following code works (as-is), but I'm not sure this is the way to let a main progra..... More

Print this item

  Python in Feature film
Posted by: Larz60+ - Dec-11-2016, 02:17 PM - Forum: News and Discussions - No Replies

Interesting blog
[url=dgovil.com/blog/2016/11/30/python-for-feature-film/?imm_mid=0eb7bb&cmp=em-prog-na-na-newsltr_20161210]Python in feature films[/..... More

Print this item

  conway's game of life / Single Responsibility Principle
Posted by: hanscvanleeuwen - Dec-11-2016, 12:18 PM - Forum: Homework - Replies (13)

While i've finished my homework : write a simple game in less than 80 lines (see my previous topic, for which I got a C Dodgy , with comment that ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... Today, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578711
  Tutorial Requ... 509260
  Web Scraping ... 441853
  Newbie with P... 385807
  New Users Int... 375162
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lary_p Today
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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