Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python vs low level languages, (say C++)
Post: Python vs low level languages, (say C++)

I have a feeling, when I learn python, that sometimes when I'm introduced to a new feature, I , feel like the "job" has already been done for me, and I miss the 'creation' part Like I think that cer...
astral_travel News and Discussions 1 196 Apr-04-2024, 07:50 PM
    Thread: Learning curve
Post: RE: Learning curve

Hey Snippsat, Thank you for the link, I have one question, If I want my program to run on linux, do I have to use the IDE to keep it running ? I mean, if I would've using windows I could've turn it ...
astral_travel General Coding Help 3 407 Apr-04-2024, 07:38 PM
    Thread: Learning curve
Post: Learning curve

Hi, Can you describe what would be the wanted and essential substances/knowledge in order to be able to develop an automatic stocks trading system which is relayed on AI ? Thank you
astral_travel General Coding Help 3 407 Mar-09-2024, 09:16 PM
    Thread: Hi people !
Post: RE: Hi people !

Way to go ! You must have allot of experience and skill, much appreciation for that
astral_travel Bar 2 395 Mar-04-2024, 06:25 PM
    Thread: Hi people !
Post: Hi people !

i'm back to learning python, how are you ?
astral_travel Bar 2 395 Mar-03-2024, 04:38 PM
    Thread: loading data
Post: RE: loading data

sorry if (with the question at the end) it sounded demanding or something,...it's the free translation from hebrew that sounds like that, was no such intent...
astral_travel Data Science 7 3,745 Dec-12-2022, 03:29 PM
    Thread: loading data
Post: RE: loading data

(Dec-10-2022, 04:59 PM)rob101 Wrote: (Dec-09-2022, 07:50 PM)astral_travel Wrote: i'm trying to download stock data from yahoo! finance.... in anyway - i'm trying to have a symbol to download by lo...
astral_travel Data Science 7 3,745 Dec-10-2022, 05:17 PM
    Thread: loading data
Post: RE: loading data

okay, i mean, Yahoo! Finance gives you historical data since day of inception (i think), but surely more than 10 yrs, but anyway - i got stuck in building a function that will take the tickers from t...
astral_travel Data Science 7 3,745 Dec-10-2022, 03:24 PM
    Thread: loading data
Post: RE: loading data

well, what i need is historical data, so i can plot a chart from stock inception to present, and also work on the data to find patterns, so it has to be historical...got something for me ? btw, i not...
astral_travel Data Science 7 3,745 Dec-10-2022, 11:55 AM
    Thread: loading data
Post: loading data

i'm trying to download stock data from yahoo! finance.... in anyway - i'm trying to have a symbol to download by loading the symbol/tickers from a file.... i know my code is awful, but i'll be glad t...
astral_travel Data Science 7 3,745 Dec-09-2022, 07:50 PM
    Thread: Advent of Code
Post: RE: Advent of Code

that's awesome ! i'm not fond of being given the end result, so maybe (with the tunnel-vision i had) i had to just be given more hints (like...use an additional if condition)...and so on... but i ap...
astral_travel General Coding Help 29 3,427 Dec-07-2022, 05:14 PM
    Thread: Advent of Code
Post: RE: Advent of Code

ok, that's awesome i had something like this in mind, like the general lines, i guess it got me confused a little i'll try the website snippsat brought, it seems very cool, with missions/exercises t...
astral_travel General Coding Help 29 3,427 Dec-06-2022, 09:35 PM
    Thread: Advent of Code
Post: RE: Advent of Code

thank you Dean and snippsat, i understood a bit more, there is one thing i don't understand and which i'm stuck on - is how to sum up the group, without using a list, snippsat did it with line 8 su...
astral_travel General Coding Help 29 3,427 Dec-06-2022, 08:41 PM
    Thread: Advent of Code
Post: RE: Advent of Code

okay, i'm lost i know you guys try to give me the best advice...but i think i need to back track a little and try do some simpler stuff (this should've been fairly simple) but what can i do\
astral_travel General Coding Help 29 3,427 Dec-06-2022, 06:50 PM
    Thread: Advent of Code
Post: RE: Advent of Code

well, since break ends the loop, how do i restart it ? do i need to enclose all of it in a while loop ?
astral_travel General Coding Help 29 3,427 Dec-06-2022, 05:54 PM
    Thread: Advent of Code
Post: RE: Advent of Code

if i do something like this: with open("/home/tal/PycharmProjects/pythonProject2/input.txt", "r") as file: line_total = 0 for line in file: if line != "\n": line_total ...
astral_travel General Coding Help 29 3,427 Dec-06-2022, 05:37 PM
    Thread: Advent of Code
Post: RE: Advent of Code

okay, i need to understand something for a moment, in your last message, in the code, in line 4: if line != "\n": the way i understand it - it means - if line is not equal to \n - which means it is n...
astral_travel General Coding Help 29 3,427 Dec-06-2022, 04:47 PM
    Thread: Advent of Code
Post: RE: Advent of Code

okay i did like this: with open("/home/tal/PycharmProjects/pythonProject2/input.txt", "r") as file: line_total = 0 for line in file: if line != "\n": line_total += int(...
astral_travel General Coding Help 29 3,427 Dec-05-2022, 10:06 PM
    Thread: Advent of Code
Post: RE: Advent of Code

okay, another try (that doesn't work): with open("/home/tal/PycharmProjects/pythonProject2/input.txt", "r") as file: for line in file: line_total = 0 if line != "\n": ...
astral_travel General Coding Help 29 3,427 Dec-05-2022, 09:06 PM
    Thread: Advent of Code
Post: RE: Advent of Code

(Dec-05-2022, 08:08 PM)deanhystad Wrote: (Dec-05-2022, 07:53 PM)astral_travel Wrote: i need to create a sum of the chunks of numbers (chunks = the numbers between the separators).And why do you ne...
astral_travel General Coding Help 29 3,427 Dec-05-2022, 08:12 PM

User Panel Messages

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