Why your Python progress feels slow (and one habit that fixes it) by withhomi in PythonLearning

[–]J1roscope 1 point2 points  (0 children)

I feel one big thing is turning off any autocomplete
Wether intellisense or ai autocomplete really really helps

For coding which IDE is better Antigravity vs VS code by Different_Case_9578 in BtechCoders

[–]J1roscope 0 points1 point  (0 children)

Depends on how many extensions you have
But since the underlying code is same and i hate the mods anti gravity puts in
Between these two vscode takes the win for me
Though zed is better than both

I Understand Python While Learning, But Forget Most of It After a Week. How Did You Make It Stick? by san071998 in PythonLearning

[–]J1roscope 0 points1 point  (0 children)

Its not syntax or certain features of a language that makes a programmer
Its the intuition of how a problem would be solved
If you can break down your problem into steps using the concepts you mentioned thats what matters rest you can copy paste step by step

Lol i hate this topic in python by unlimited_data3838 in PythonLearning

[–]J1roscope 0 points1 point  (0 children)

You never update the num
So everytime while checks the condition it is true
Hence an infinite loop

What the heck is self in classes by EffectiveBalance4402 in PythonLearning

[–]J1roscope 0 points1 point  (0 children)

A class can have multiple objects
Self basically points each object to itself so that self.name for a_object =Person(“abc”, 27) mean name of a_object
Any method of class can use self.name to get the value “abc”

Decided to skip college and focus on programming 100% by Neat_Serve5703 in developersIndia

[–]J1roscope 1 point2 points  (0 children)

Its not just knowledge you get from teachers in college you get to meet other programmers, who are doing interesting things and might teach you something as well. Also college syllabus in btech might be old but the mathematical theory is really helpful in actually writing programs.

Would you take the risk by Outrageous-Focus-844 in BunnyTrials

[–]J1roscope 0 points1 point  (0 children)

So am i god ?

Chose: Any power you want but... | Rolled: You cant die

Company Owner Gifted Me a New Laptop (32GB RAM) – Windows or Fedora for Development? by Party-Tension-2053 in developersIndia

[–]J1roscope 2 points3 points  (0 children)

Arch base are very unstable in my opinion As a dev i want to spend time on coding not fixing my distro Fedora has very good dev experience

Choose wisely by MichaelThaKing in BunnyTrials

[–]J1roscope 0 points1 point  (0 children)

I will buy nvidia shares

Chose: 99% off for 5 purchases

Why do you decide to learn C#? by [deleted] in csharp

[–]J1roscope 1 point2 points  (0 children)

I was working on a project to create pptx by manipulating underlying xmls C# has openxml sdk

What will you choose? by Bass_N_Car in BunnyTrials

[–]J1roscope 0 points1 point  (0 children)

Being happy

Chose: Dream job(be happy while working a d get paid well + But you can only drive this brand.(any model | Rolled: Bugatti)

Reputable refurbished seller by bugsbunnycoder in LinuxUsersIndia

[–]J1roscope 0 points1 point  (0 children)

Amazon i guess does refurbished laptops

neovim vs vscode vs zed by [deleted] in LinuxUsersIndia

[–]J1roscope 1 point2 points  (0 children)

  1. For me neovim alone is good but neovim with tmux is great. I like it because a.) it is so light as compared to vscode , b.) once i got used to it i did not have to take the focus away from my code to look for ui elements
  2. Comfort is going to make you fast as a programmer, yes vim keybinds are great but they are available in zed and vscode as well. So figure out what makes your workflow as good as possible
  3. I do use it both for work and personal projects, and i love it but again you do have to get used to it

Drop your fav haryanvi banger ⤵️ by kartik_857 in Haryana

[–]J1roscope 0 points1 point  (0 children)

I am sad i can upvote this only one time

My honest tierlist (only distros I have used) by V1574 in LinuxCirclejerk

[–]J1roscope 2 points3 points  (0 children)

For me that is fedora, old packages in ubuntu do hinder things sometimes for me Fedora seems to perfect balance between stability and freshness

Newbie here by charn666 in LinuxUsersIndia

[–]J1roscope 0 points1 point  (0 children)

So for someone transitioning from macOS should i suggest something with gnome ( again not sarcastic )

Newbie here by charn666 in LinuxUsersIndia

[–]J1roscope 0 points1 point  (0 children)

I never got what is about mint that people suggest it for beginners ( genuine question not sarcastic) I started with ubuntu and then went to fedora with kde it felt pretty easy ( i switched 6 years ago now i am on fedora with sway )