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,963
» Latest member: chaoh1911
» Forum threads: 38,729
» Forum posts: 175,540

Full Statistics

Online Users
There are currently 57 online users.
» 0 Member(s) | 51 Guest(s)
Bing, Google, AOL, Mojeek, Apple

Latest Threads
My First App
Forum: Code Review
Last Post: carlbidwell
1 hour ago
» Replies: 8
» Views: 8,371
what does % stand for in ...
Forum: General Coding Help
Last Post: carlbidwell
2 hours ago
» Replies: 3
» Views: 1,756
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
8 hours ago
» Replies: 3
» Views: 276
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 695
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 782
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,028
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,672
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,713
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 330
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 565

 
  pattern question
Posted by: spalisetty06 - Jul-24-2020, 10:47 AM - Forum: General Coding Help - Replies (1)

'''
5 4 3 2 1
5 4 3 2 1
5 4 3 2 1
5 4 3 2 1
5 4 3 2 1
'''
[python]
'''I am trying to print the pattern'''
n = int(input("Please enter the num..... More

Print this item

  Tableau Time Series Prediction using Python Integration
Posted by: tobimarsh43 - Jul-24-2020, 10:38 AM - Forum: General Coding Help - No Replies

I need help regarding the time series in Tableau. So far Here is what I can do.
> Connect to TabPY
> Call / Run scripts on TabPy

My current..... More

Print this item

  Two variables in loop
Posted by: Ferdis - Jul-24-2020, 10:13 AM - Forum: General Coding Help - Replies (1)

Hello, can someone help me understand how 'for dish, ingredients in food.items()' works?


[python]
def all_recipes_with(food):
result_dict=..... More

Print this item

  pattern question
Posted by: spalisetty06 - Jul-24-2020, 09:57 AM - Forum: General Coding Help - Replies (2)

How can I add a space in between numbers?
[python]
n = int(input("Please enter the number of times "))
for i in range(1, n+1):
for j in range(..... More

Print this item

  Arrays in MATLAB and PYTHON
Posted by: cokhuatlanyeuthuongconhetmuc - Jul-24-2020, 09:01 AM - Forum: General Coding Help - Replies (2)

Hello everyone, I am a newbie at Python. I want to "translate" my code in MATLAB into Python but meet a lot of problems.
For example, this is my cod..... More

Print this item

  Decorators and return statements
Posted by: JonEdward - Jul-24-2020, 08:40 AM - Forum: General Coding Help - Replies (2)

Hi again,

I'm trying to understand Decorators and found this short script somewhere on the web. I wondered if anyone would be kind enough to walk thr..... More

Print this item

  for line in new:
Posted by: andrzej357 - Jul-24-2020, 08:30 AM - Forum: General Coding Help - Replies (1)

Hello,
I try to write program who will find the word in the file.

[python]
new=open(r'C:\Users\andrz\Desktop\New folder (3)\New.docx')
for line ..... More

Print this item

  Data binning help please
Posted by: thatlakerboy - Jul-24-2020, 06:04 AM - Forum: Homework - Replies (1)

Hi there, I have a homework where I need to create data bins using a dictionary. The instructions are:

[b]Complete the specification of the bin_dat..... More

Print this item

  Issue accessing data from Dictionary/List in the right format
Posted by: LuisSatch - Jul-24-2020, 05:35 AM - Forum: General Coding Help - Replies (2)

[color=#2980B9]Hi all, I'm using an API to get date-time and temperature for a given coordinates and put that in a chart. Data is flowing fine from se..... More

Print this item

  truncating a string and adding ellipses
Posted by: Skaperen - Jul-24-2020, 05:03 AM - Forum: News and Discussions - No Replies

in a set of functions i am writing there is one that outputs a name and data value given to it. the name usually a string and the data is often a str..... More

Print this item

  Function parameters and values as string
Posted by: infobound - Jul-24-2020, 03:25 AM - Forum: General Coding Help - Replies (1)

Hi all,
I am working on a project with a GUI and I am going to make the interface have multiple possible styles like "Dark Mode". So I thought the b..... More

Print this item

  How to compare two json and write to third json differences with pandas and numpy
Posted by: onenessboy - Jul-24-2020, 03:16 AM - Forum: Data Science - No Replies

Hi

I am trying to compare two json and then write another json with columns names and with differences as yes or no. I am using pandas and numpy
..... More

Print this item

  Selenium on Angular page
Posted by: Martinelli - Jul-24-2020, 12:59 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi, everybody!

I am doing a bot to automate some activities from a web system.

I need to find and click on some elements inside an Angul..... More

Print this item

  the hardest part of coding is ...
Posted by: Skaperen - Jul-24-2020, 12:47 AM - Forum: Bar - Replies (1)

... coming up with good variable names.

Print this item

  Reverse a String
Posted by: ragav_in - Jul-24-2020, 12:20 AM - Forum: General Coding Help - Replies (3)

HI team,

This is my first post since I started learning Python now and came to know about this forum. Hence I reached out here to get clarifications...... More

Print this item

  Print the number of items in a list on ubuntu terminal
Posted by: buttercup - Jul-23-2020, 09:08 PM - Forum: General Coding Help - Replies (2)

Hey all.
In return of a command, I have the following output on my ubuntu terminal.
[output]tshark: Display filters were specified both with "-Y" an..... More

Print this item

  Convert Excel to CSV and retain formatting
Posted by: slider09 - Jul-23-2020, 08:25 PM - Forum: General Coding Help - Replies (5)

Hi all,

Wonder if someone could point me in the right direction for a little problem I have. I have written a Python script which converts an Exce..... More

Print this item

  python 3.7 on windows using flask and flask-sqlalchemy.
Posted by: Alpy - Jul-23-2020, 07:14 PM - Forum: Web Scraping & Web Development - Replies (2)

[python]
API used
#I can't extract data from an API arrow and add it to my database

@blueprintRo..... More

Print this item

  Multilingual translator with intelligent intermediate form
Posted by: AndrzejB - Jul-23-2020, 06:34 PM - Forum: Data Science - Replies (1)

Language to language translator without intermediate form need n*(n+1) labuage models whereas
translator with intermediate form only 2*n
For 100 lan..... More

Print this item

  Sending Emails in Portuguese
Posted by: RenanPereira10 - Jul-23-2020, 06:33 PM - Forum: Homework - Replies (1)

I've been having problems with the body of my Email, when I write something in portuguese with special characters like : "ç" , my code returns an erro..... More

Print this item

  Type coercion with Numpy arrays
Posted by: Mark17 - Jul-23-2020, 06:07 PM - Forum: General Coding Help - Replies (2)

Hi,

I understand all data in a Numpy array must be of one type. What decides what type that is, though? If I have

[code]
array([[3, 5, 7, 9, ..... More

Print this item

  Programmers interested in securities trading?
Posted by: Mark17 - Jul-23-2020, 06:03 PM - Forum: Bar - Replies (1)

I'm a securities trader interested in learning Python and collaborating on related projects.

Are there any programmers here interested in learning ..... More

Print this item

  Analyze, predict the next step in a sequence.
Posted by: Antonio0608 - Jul-23-2020, 05:53 PM - Forum: Data Science - No Replies

Hi, I am communicating through a translator. Do not swear too much for this.
I have a question.
How can you implement a neural network. To analyze a..... More

Print this item

  button command tkinter
Posted by: Heyjoe - Jul-23-2020, 05:42 PM - Forum: GUI - Replies (6)

Hello Python Users:

The following is a simple Python program. If you press the button with label red it prints "red". If you press the button wit..... More

Print this item

  Explain: x0 = (x//3)*3
Posted by: davidm - Jul-23-2020, 05:35 PM - Forum: General Coding Help - Replies (3)

Hi,
I'm following this youtube code for a sudoku solver using python.
In the following piece..... More

Print this item

  Install Python 3.8 for EduPython and Cx-Freeze
Posted by: mederic39 - Jul-23-2020, 05:12 PM - Forum: General Coding Help - Replies (1)

Hello,

VERSIONS INFORMATIONS :
I have the 2.6 version of "EduPython" IDLE. He has Python 3.4.4, and pip 19.1.1.


I need "cx-Freeze" fo..... More

Print this item

  Learning Python with telnetlib. Script seems to stall
Posted by: John_Williamson - Jul-23-2020, 03:38 PM - Forum: General Coding Help - Replies (1)

I'm using pythpn 3.7.7 and working with an interface called Spyder on a Mac

My goal is simply to be able to telnet into a device, run some commands..... More

Print this item

  Scraping using Scrapy
Posted by: userskipper - Jul-23-2020, 02:20 PM - Forum: Web Scraping & Web Development - No Replies

Hi guys, I am new to Scrapy as well as this forum. I need to scrape data from an infinite scrolling page on property rental price. My problem is I can..... More

Print this item

  ZIP file in Sqlite3 database
Posted by: chesschaser - Jul-23-2020, 02:19 PM - Forum: General Coding Help - Replies (4)

Hi guys,

I want to convert a ZIP file into binary through Python so I can put in a Sqlite3 database with the type BLOB. I have Googled how you do t..... More

Print this item

  Group scatter plots
Posted by: Mekala - Jul-23-2020, 02:18 PM - Forum: General Coding Help - No Replies

Hi,
I have below data:

[python]ID Group Time
LK0P1 Group1 20
LK0P1 Group2 15
LK0P1 Group3 53
NA07U Group1 45
NA07U Group2 16..... More

Print this item

  How to open MIDI-file and get events in a list?
Posted by: philipbergwerf - Jul-23-2020, 02:09 PM - Forum: General Coding Help - Replies (7)

I am planning to make a program that converts a midi file to a readable piano-roll editor. I worked on the design for like more than a year(!) and aft..... More


Attached Files

Thumbnail(s)
       
Print this item

  Type conversion and exception handling (PyBite #110)
Posted by: Drone4four - Jul-23-2020, 01:30 PM - Forum: Homework - Replies (5)

PLEASE NOTE: This is a school assignment so dear fellow Pythonistas and forum members: Please provide as many tips and hints as possible withou..... More

Print this item

  Adding data in 3D array from 2D numpy array
Posted by: asmasattar - Jul-23-2020, 10:55 AM - Forum: Data Science - No Replies

I have one array of size Arr1= 2096 x 49, another array Arr2 of size 121 x 1232 x 49. and list of u_nodes[] have size 2096 and v_nodes of size 2096 co..... More

Print this item

  A function to return only certain columns with certain string
Posted by: illmattic - Jul-23-2020, 10:08 AM - Forum: Data Science - Replies (2)

Hello,

I have this data set with 11 columns:

print(US_data)
[output] Real_Personal_Income ... Retail_Sales_ExFood_..... More

Print this item

  My journey with attaching file instead of images using Python
Posted by: numbnumb54 - Jul-23-2020, 09:55 AM - Forum: General Coding Help - Replies (1)

Hi everyone. To introduce myself... I'm new here and signed up today.

I have been learning Python for 2 weeks now, and it hasn't been an easy lear..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My First App 1 hour ago BCopeland64 carlbidwell Code Review
  what does % stand for in ... 2 hours ago arbiel carlbidwell General Codin...
  Unable to resolve FileNot... 8 hours ago llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... Yesterday, 17:13 RonR noisefloor GUI
  Is the interpreter that c... Yesterday, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... Yesterday, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577098
  Tutorial Requ... 499950
  Web Scraping ... 440826
  Newbie with P... 384819
  New Users Int... 368991
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
chaoh1911 Today
KaydenJonah098 Today
carlbidwell Today
llarkin6 Yesterday
Xuitar Yesterday

User Panel Messages

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