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,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 3
» Views: 66
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 4
» Views: 135
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
8 hours ago
» Replies: 8
» Views: 657
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,809
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 134
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 117
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 203
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,213
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 313
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 194

 
  Data alignment in Python
Posted by: Nirmal - Feb-11-2019, 08:49 AM - Forum: General Coding Help - Replies (1)

I am new to Python . I am writhing a code to generate a excel file having the data sourced by calling API and correlate those to get desired result.
..... More

Print this item

  Lissajous Curves
Posted by: Mekire - Feb-11-2019, 03:26 AM - Forum: Code sharing - No Replies

I implemented a Lissajous curve demo in pygame:
https://github.com/Mekire/lissajous

https://imgur.com/2zFh8VC
https://imgur.com/gpR9hlf

Print this item

  curses key codes not working
Posted by: jgrillout - Feb-11-2019, 01:46 AM - Forum: General Coding Help - No Replies

I am attempting to use curses in python. I am finding that the keycodes are
possibly not correct.

here is some sample code I'm using to test the ..... More

Print this item

  MyProgrammingLab wont accept anything I put in
Posted by: chicks4 - Feb-10-2019, 11:10 PM - Forum: Homework - Replies (2)

Hi! So, I am extremely new to Python and coding. I have this homework assaignment due tonight. I feel like I am sooo close, but for whatever reason My..... More

Print this item

  problem with class method
Posted by: AmirAB - Feb-10-2019, 08:25 PM - Forum: General Coding Help - Replies (3)

Hi experts. I am new to Python but understand programming and have a fair idea about it. I need your help for following.

I am trying to execute the..... More

Print this item

  Instant Messenger API recommendations?
Posted by: jspada20 - Feb-10-2019, 07:20 PM - Forum: General Coding Help - Replies (1)

Hello all! A few weeks ago I saw a project on github that was a unified API for using multiple messenger app (like slack, rocketchat, facebook, ext). ..... More

Print this item

  Help needed
Posted by: Caolan753 - Feb-10-2019, 06:06 PM - Forum: Web Scraping & Web Development - No Replies

I am trying to fix a bot for a game that was discontinued a few weeks ago and I can not get it working any ideas?

I have Pip, splinter gecodriver a..... More

Print this item

  while loop on a calculator
Posted by: missus_brown - Feb-10-2019, 05:57 PM - Forum: Homework - Replies (3)

I'm super new to Python and I'm really having a hard time with this assignment. The previous assignment was a basic calculator. This assignment build..... More

Print this item

  accessing array without commas
Posted by: rjnabil1994 - Feb-10-2019, 04:49 PM - Forum: General Coding Help - Replies (1)

after detecting pupil through Hough transformation if i am printing the values of the two pupils value i am getting something like this [[[1.0 2.0 3..... More

Print this item

  Chromedriver launch new tab
Posted by: gahhon - Feb-10-2019, 03:57 PM - Forum: Web Scraping & Web Development - Replies (15)

So I planned to make a GUI for my application which contains several buttons.
Each button will open chrome browser and redirect to specific URLs.
So..... More

Print this item

  Problems with IDLE
Posted by: Blaedel - Feb-10-2019, 01:30 PM - Forum: General Coding Help - Replies (5)

Dear all,

I am trying to learn Python and thats going well. At least it did until my pc started giving me this error message [img]C:\Users\mtbl\Des..... More

Print this item

  When are imports loaded?
Posted by: MuntyScruntfundle - Feb-10-2019, 12:54 PM - Forum: General Coding Help - Replies (2)

If I have code that imports a couple of libraries I've put together, do they load to memory when the main thread starts, or when there is an actual ca..... More

Print this item

  How to print a statement if a user's calculated number is between two floats
Posted by: Bruizeh - Feb-10-2019, 10:25 AM - Forum: Homework - Replies (2)

Hello, I have a problem. So I made a formula that calculates a User's BMI based on their height and weight, and gave it the variable userBmi. I would ..... More

Print this item

  Cheat against recursion limit
Posted by: DeaD_EyE - Feb-10-2019, 09:57 AM - Forum: General Coding Help - Replies (2)

My question was: Is it possible to bypass the recursion limit with generators and yield from?
Answer: [color=#E67E22]You can p..... More

Print this item

  chromedriver.exe issue
Posted by: gahhon - Feb-10-2019, 09:38 AM - Forum: Web Scraping & Web Development - Replies (2)

How can I laugh the chromedriver.exe without any new tab open and notification?

[img]<a href="https://ibb.co/qCYGgLR"><img src="https://i.ibb.co/HC..... More

Print this item

  Pynput - no capital letters
Posted by: jmair - Feb-10-2019, 08:58 AM - Forum: General Coding Help - Replies (2)

Is there a known issues with Windows 10 to where it doesn't recognize characters modified by shift or Caps Lock?
It does record the key event of the ..... More

Print this item

  reading a line of a CSV
Posted by: Skaperen - Feb-10-2019, 08:16 AM - Forum: General Coding Help - Replies (2)

my .csv file could have numbers or quoted strings between the commas. this seems to be the same syntax as that found in a Python literal for a list. ..... More

Print this item

  Checking input is close to random num
Posted by: Tomington - Feb-10-2019, 07:18 AM - Forum: General Coding Help - Replies (2)

G,day everyone

so i'm reasonably new to python coding, I've not done very much and am looking for some help. the code below is guessing number game..... More

Print this item

  print console output to a csv
Posted by: deep_logic - Feb-10-2019, 04:31 AM - Forum: General Coding Help - Replies (3)

Hi all,
I have googled ad nauseaum, but I can't seem to find a solution for printing contents of a folder to a .csv
[python]###A script to list pdf ..... More

Print this item

  Multithreading
Posted by: Truman - Feb-10-2019, 01:55 AM - Forum: Web Scraping & Web Development - Replies (5)

This script is supposed to download images in multithreading processes.
[python]#! python3
# multidx.py - Downloads XKCD comics using multiple threa..... More

Print this item

  Function returns memory address
Posted by: Joeicam - Feb-10-2019, 01:22 AM - Forum: General Coding Help - Replies (1)

I'm really new to Python and am going through a training course :). The course is walking us through basic functionality. I'm using Python 3.7.2 on a ..... More

Print this item

  Search for a text in a html file
Posted by: ebolisa - Feb-09-2019, 09:31 PM - Forum: General Coding Help - Replies (4)

Hi,

I need to search for the ip number from the file below. The problem is that the ip is dynamic so it changes often.

I appreciate any help.

This'..... More

Print this item

  How to update sql database from csv
Posted by: Prince_Bhatia - Feb-09-2019, 09:15 PM - Forum: General Coding Help - No Replies

hi,

I am writing a python project where i have a database table which has around 18 fields.

Now my client send me a csv with the data to be updated ..... More

Print this item

  plotting of graphs
Posted by: mudezda1 - Feb-09-2019, 06:32 PM - Forum: Data Science - Replies (2)

I have an assignment where i have plot two physics equations named them as x and why,
The only unkown is the angle, so i made a loop for the possible..... More

Print this item

  Problem in DB requests using if()s
Posted by: nikos - Feb-09-2019, 06:06 PM - Forum: General Coding Help - Replies (4)

Hello, iam reposting my previous post more clear written this time:

[python]
@app.route( '/seek', methods=['GET', 'POST'] )
def seek():

pdata..... More

Print this item

  flask sqlite jinja accessing and updating database help
Posted by: pascale - Feb-09-2019, 05:52 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi,
In my web app I have different devices that are controled by raspi GPIOs, the "name" "pin" and "state" of each is held in a sqlite database. I am..... More

Print this item

  tuple printing trouble
Posted by: anna - Feb-09-2019, 05:24 PM - Forum: General Coding Help - No Replies

Hi All,

trying to print interfaces details from router, below is the my code.

[python]from ciscoconfparse import CiscoConfParse
interfaces = {}..... More

Print this item

  Need some help with a bit of code for an assignment.
Posted by: JackMercer50 - Feb-09-2019, 03:02 PM - Forum: Homework - Replies (1)

Keep this in mind please, I am new to Python, I've only been at it a month. So I may need some things "dumbed" down to my level please.

Hi e..... More

Print this item

  fell at the first hurdle sigh
Posted by: JustinBrowne - Feb-09-2019, 02:39 PM - Forum: General Coding Help - Replies (2)

Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" ..... More

Print this item

  How to check hardware type?
Posted by: MuntyScruntfundle - Feb-09-2019, 01:33 PM - Forum: General Coding Help - Replies (4)

Hi folks.

I'm currently needing to run some code on a Raspberry pi and a Tinker Board.

What's the best way to check which hardware the code is r..... More

Print this item

  Subplots on one figure
Posted by: SarahColombo96 - Feb-09-2019, 01:09 PM - Forum: General Coding Help - No Replies

I'm very new to Python so apologies first for being so simple and secondly if I ask for help in the wrong way. I will get there. I have a script worki..... More

Print this item

  Ideas for creating Qcolumnview from lists
Posted by: minasal - Feb-09-2019, 06:43 AM - Forum: GUI - Replies (2)

Hello,
I have 4 lists, first list has 5 items, and for each item in first list there will be 5 items with this i have 2nd list, and for each it..... More

Print this item

  any dups in this list?
Posted by: Skaperen - Feb-09-2019, 04:31 AM - Forum: General Coding Help - Replies (1)

a function is working with several arguments and one of them is a list of some number of any type of object. one important requirement is that there ..... More

Print this item

  Issue while inserting data into Teradata via python dataframe
Posted by: sandy - Feb-09-2019, 12:51 AM - Forum: General Coding Help - Replies (2)

Hi All
I am using below code to insert data into terdata table.
I am getting below error:
[output]
ProgrammingError: ('42000', "[42000] [Teradata]..... More

Print this item

  String not callable
Posted by: nexahs - Feb-08-2019, 10:46 PM - Forum: General Coding Help - Replies (2)

So I followed a video from the Autodesk scripting and SDK learning channel

[video=youtube]https://www.youtube.com/watch?v=ZmCYXzsCMO0&t=300s[/vide..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 2 hours ago Lou noisefloor General Codin...
  Python is not working on ... 2 hours ago lary_p noisefloor General Codin...
  Help with Serial.write in... 8 hours ago racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 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...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
Most views
  The best Prog... 579442
  Tutorial Requ... 512566
  Web Scraping ... 442318
  Newbie with P... 386371
  New Users Int... 380624
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 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday

User Panel Messages

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