Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Dynamically chosing number of players in a "game"
Post: RE: Dynamically chosing number of players in a "ga...

(Jul-16-2020, 09:46 PM)deanhystad Wrote: You should never have a variable name like player_x where x is a number used to differentiate the variable from other similar variables. Where there is more...
nsadams87xx Homework 5 4,120 Jul-17-2020, 03:12 AM
    Thread: Dynamically chosing number of players in a "game"
Post: Dynamically chosing number of players in a "game"

Hey everyone I'm trying to write the game Cricket that you play on a darts board and I'm a little stuck on how to make a prompt that would take any number of players between 1 and 4. I used if statem...
nsadams87xx Homework 5 4,120 Jul-16-2020, 03:19 PM
    Thread: Counting the number of occurrences of characters in a string
Post: Counting the number of occurrences of characters i...

Hey everyone, I was presented with a challenge where I need to code a function that takes a string and then counts the number of times each character occurs in the string. Here's an example: Input:...
nsadams87xx Homework 1 1,917 Jun-16-2020, 07:18 PM
    Thread: Infinite Looping Issue
Post: Infinite Looping Issue

Hey everyone, I'm trying to write the darts game "Cricket". If anyone is not familiar with the game it goes like this: A player needs to hit 15 through 20 and the bullseye 3 times total. Each turn...
nsadams87xx General Coding Help 1 1,375 Jun-14-2020, 11:58 PM
    Thread: Issue with dataframe column
Post: Issue with dataframe column

Hey everyone, I'm trying to set a y variable to a dataframe column so I can run train test split on it but I'm getting the following error when I try to set my y variable: ---------------------------...
nsadams87xx Data Science 0 1,964 May-29-2020, 02:00 AM
    Thread: sklearn and train_test_split
Post: sklearn and train_test_split

Hey everyone, Could someone better explain train_test_split and what it's actually doing? So from my understanding: X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.33)When you...
nsadams87xx Data Science 1 1,828 Apr-23-2020, 04:31 PM
    Thread: Add column to CSV using Pandas
Post: Add column to CSV using Pandas

Hey everyone, I have a list that I made as a dataframe and I want to take this dataframe and add it to an existing CSV file with data already in it. The csv has three columns already, Date,Confirme...
nsadams87xx Data Science 2 2,806 Apr-06-2020, 11:58 PM
    Thread: Library resources and ML procedure
Post: RE: Library resources and ML procedure

(Mar-03-2020, 05:19 PM)Larz60+ Wrote: Have you looked at PyPi? see: https://pypi.org/search/?q=tensorflow In addition, there are many sites offering examples combined with tutorial one such (Haven't...
nsadams87xx Data Science 3 1,895 Mar-03-2020, 08:02 PM
    Thread: Library resources and ML procedure
Post: RE: Library resources and ML procedure

Nevermind, found it. It was almost too easy. For future reference if anyone searches... https://www.tensorflow.org/api_docs/pyth..._members_2
nsadams87xx Data Science 3 1,895 Mar-03-2020, 05:16 PM
    Thread: Library resources and ML procedure
Post: Library resources and ML procedure

Hey everyone, Getting into Tensorflow with my organization and I wanted to know if anyone has a good resource for an overview of all the methods in Tensorflow. Also, because I'm new to machine learn...
nsadams87xx Data Science 3 1,895 Mar-03-2020, 03:56 PM
    Thread: Python as an analysis tool
Post: RE: Python as an analysis tool

Interesting, I didn't know that about Pinterest.
nsadams87xx News and Discussions 3 2,723 Nov-27-2019, 02:06 AM
    Thread: Python as an analysis tool
Post: Python as an analysis tool

Good evening everyone, I have asked a question like this recently but I'm getting more exposure to Python and a little more naively dangerous with my thoughts. My employer has been trying to get Pyt...
nsadams87xx News and Discussions 3 2,723 Nov-27-2019, 12:44 AM
    Thread: Struggling with several while loops
Post: Struggling with several while loops

Hello everyone, I'm very new to Python and doing some very basic personal practice and trying to make a function that checks for stock prices and sees if it's a "Cup and Handle" model. Basically, th...
nsadams87xx General Coding Help 1 1,816 Nov-25-2019, 01:36 AM
    Thread: New to Python, philosophical question
Post: RE: New to Python, philosophical question

Thank you for the insights. So since I didn't mention any of my assumptions, I was on the right track with what you said. Power BI is very capable but each report works with a single data model data...
nsadams87xx News and Discussions 6 2,609 Nov-15-2019, 04:45 PM
    Thread: New to Python, philosophical question
Post: New to Python, philosophical question

Good morning everyone, I'm relatively new to Python but have been doing some object oriented programming for a while but mainly business intelligence efforts in SQL, Power BI, data warehousing and da...
nsadams87xx News and Discussions 6 2,609 Nov-15-2019, 03:57 PM

User Panel Messages

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