Details
-
AboutInformation Technology Student interested in data science and cloud services I use sublime text. Occasionally Vim. SWITCHED TO VSCODE. Kubuntu 18.04 with zsh
-
SkillsPython, C, Matlab, basic Machine Learning, basic AWS, Linux
-
Location1.1
Joined devRant on 3/22/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
So I am interning at this company, and I am Coding in Go.
Now I don't have much exp with go so I'm learning it, and all of my team is cool cause they also had to learn Go. Anyways I am just petty intern-dev so everyone and everything is cool.
Migrating from python to go is quite hard.
Unlearn, You must.
What I have imagined Go, to be is:
While python has this top down approach to inheritance and polymorphism, Go has bottom up approach.
In Python child classes are derived from parent class but In Go child classes create a parent class. (this might be totally wrong, but that's how I've imagined golang)
Go is static wrt dynamic python.
I have coded in C for 1.5 years then I switched to python, so I feel that am familiar with static typing. The path that lies ahead of me shouldn't be too hard.
I would like to take a step further and say that Golang is C, but with modern syntax/semantics. It derives many of its features from newer langs like js, Python, etc while being a compiled language which translated directly to machine code.
That's all 😊
My team members are really great and supportive, I am about 10 years younger than them but we still connect and sync.
Everything is Great, Life is Good ❤️2 -
Me: I don't spend the prime of my life watching series, I code, I develope, I learn
* Discovers Silicon Valley *
😓6 -
While everyone is ranting about being surprised by crazy high up votes, I'm here patiently waiting for a 8 bit buffer overflow.1
-
Cousins came over...
Me: just compiling some python code, opens up jupyter notebook to take a look at some data science code
Little Sis: *looks at jupnb dump on cmd*
Whoa are you Hacking?
Me: yeah. I got bored of whole Hacking command typing thing so I opened up my hacker console.
*print("hello world")*
Sis:wow!
Me: you know what, typing is too tiresome, I'll connect to it with my mind
*alt-tab*
*cmatrix -b*
*sits in yoga pose*
Little Sis: Screams at the top of her lungs and runs to aunt
"DAVE IS HACKING MATRIX"3 -
Is it a Bug or a Feature?
Why am I seeing all the ++ scores in Binary?
(I Checked, those are up votes in Binary)
Devs are you drunk? Or is it April fools?
EDIT : steps to reproduce
1.open devrant app
2.click on any rant that appears in the feed2 -
People completing Stanford + Andrew Ng's course and bragging how they know machine learning in and out while having no idea how to code simplest application using the simplest libraries.3
-
"""Itty bitty frustration"""
# wannabe mode on
import sklearn
iris_dataset = sklearn.datasets.load_iris() -
!student
Principles of Programming Languages teacher:
No one in industry uses git.
The same guy who refused to take semester project submissions as github links.
Also "Python is never pass by reference/id()"5 -
How do you guys take care of your eyes? I've been coding on this uni project since 2 weeks and my eyes have literally turned into fried nuggets. And my head hurts like shredded tacos.
My ophthalmologist prescribed me mild painkillers and anti inflammatory and lubricant eye drops.
This knowledge will be useful to all :)22 -
>was talking with Friend about editors
>friend uses atom
>I use sublime
>"man I can't believe such a great editor is free!"
>"yeah man but at least atom is funded by a company"
> https://sublimetext.com/buy/?v=3.0
>
>80$ cha ching
>**well shit**
>
>Respect++
>
>looks at vim
>"nahhhhh it's all community efforts"1