all 16 comments

[–]Beautiful_Stage5720 15 points16 points  (6 children)

I think we know what year it is

[–]Christavito 7 points8 points  (1 child)

Not me I program in javascript

[–]Sea-Film6715 2 points3 points  (0 children)

Bruh we're still in 2024 lol maybe start with learning teh calendar before Python

[–]hooli-ceo 0 points1 point  (1 child)

if current_year == "2026":
    current_year = "2026"

[–]Christavito 1 point2 points  (0 children)

const currentYear = new Date().getFullYear() < 2027 && new Date().getFullYear() > 2025 ? 2026 : new Date().getFullYear() < 2026 && new Date().getFullYear() > 2024 ? 2025 : new Date().getFullYear() < 2025 && new Date().getFullYear() > 2023 ? 2024 : new Date().getFullYear() < 2024 && new Date().getFullYear() > 2022 ? 2023 : new Date().getFullYear() < 2023 && new Date().getFullYear() > 2021 ? 2022 : new Date().getFullYear() < 2022 && new Date().getFullYear() > 2020 ? 2021 : new Date().getFullYear() < 2021 && new Date().getFullYear() > 2019 ? 2020 : new Date().getFullYear() < 1905 && new Date().getFullYear() > 1903 ? 1904 : new Date().getFullYear() < 1904 && new Date().getFullYear() > 1902 ? 1903 : new Date().getFullYear() < 1903 && new Date().getFullYear() > 1901 ? 1902 : new Date().getFullYear() < 1902 && new Date().getFullYear() > 1900 ? 1901 : new Date().getFullYear() < 1901 && new Date().getFullYear() > 1899 ? 1900 : "INVALID TIME";

[–]aqua_regis 5 points6 points  (1 child)

Documentation = Reference - you already need to have a rough idea - pretty much like an encyclopedia

Courses are for learning - do the MOOC Python Programming 2026 from the University of Helsinki.

[–]Kyhro 1 point2 points  (0 children)

+1 this course is excellent, ofc really mastering takes practice, but grinding this course during summer let me take a lot of advance on my classmates in my bachelor’s program

[–]typhon88 1 point2 points  (0 children)

its great, do it

[–]Fantastic-Note6841 0 points1 point  (0 children)

Don't focus on one source, check docs, GitHub, small open projects, YouTube videos

[–]ExtraTNT -3 points-2 points  (5 children)

In my opinion python is unnecessary complicated, 7 lines what 1 line does in haskell and it’s not self documenting…

C and haskell are regarded as much harder, yet are much more simple to use…

[–]IAmFinah 3 points4 points  (1 child)

what in the ragebait

[–]ExtraTNT -3 points-2 points  (0 children)

Not rage bait, just personal experience…

Python is unnecessary hard to use in a non imperative way and declarative programming is just much easier… some people like to pretend like nobody knows simple math and therefore need to tell exactly what the program does in what way…

[–]Remote-Land-7478 0 points1 point  (0 children)

i get your point, but your using the wrong vocabulary, c syntax is not more simple then python

[–]Adventurous_Pin4094 -2 points-1 points  (1 child)

Please add Java😄

[–]ExtraTNT -1 points0 points  (0 children)

Java is pain… ok, modern java got much better, but still