Anaconda

Anaconda

Application and Data / Libraries / Data Science Tools
Needs advice
on
GitGitGitHubGitHub
and
GitLabGitLab

Which one of these should I install? I am a beginner and starting to learn to code. I have Anaconda, Visual Studio Code ( vscode recommended me to install Git) and I am learning Python, JavaScript, and MySQL for educational purposes. Also if you have any other pro-tips or advice for me please share.

Yours thankfully, Darkhiem

READ MORE
8 upvotes319.8K views
Replies (5)
Web Developer at Soltech LLC
Recommends
on
Git
GitHub

Hey there, Definitely install Git. Git is the open source version control system that both GitHub and GitLab interface with. Git is extremely important as a new developer to learn, and once you do, you will be so thankful you are tracking your projects in it. Git makes it super easy to track changes you make in your code, and even rollback, edit, view, or delete changes you made months before. In software development, it is a crucial skill to learn.

GitHub and GitLab are online cloud Git repositories. They are for backing up your repos in the cloud, and working with other developers, or even working with yourself via other devices. I would recommend starting with GitHub since you are a new developer. Companies will want to see your GitHub when you start applying to jobs, and having one will be a great plus going for you. It also is the most widely used by developers and most open source projects are hosted on GitHub.

Here is a course on Codecademy to start learning: https://www.codecademy.com/learn/learn-git

Hope this helps! Good luck!

READ MORE
18 upvotes2 comments196.1K views
Daksh Sharma
Daksh Sharma
February 9th 2022 at 4:04PM

Thank You so much

Reply
Christopher Wray
Christopher Wray
February 10th 2022 at 3:06AM

Yep for sure 馃槉

Reply
Recommends
on
GitHub

I think Github is the most important thing, so take good care of it, and share your most important programs on it with others, this helps to raise your efficiency through the feedback of others. with my Greetings.

READ MORE
8 upvotes1 comment196.4K views
Daksh Sharma
Daksh Sharma
February 9th 2022 at 4:04PM

Thank you so much

Reply
View all (5)
Needs advice
on
AnacondaAnaconda
and
PythonPython

As a novice which one should I go for first, Python or Anaconda?

READ MORE
2 upvotes7.3K views
Replies (1)
Recommends
on
Python

Anaconda is an open source software for python to write codes related to data science. So to be honest your question doesn't really make sense. So if you plan on learning python, I recommend you first download IDLE from https://www.python.org/ . Once you get to know python, you can move on to other text editors like VS code, atom, e.t.c.

READ MORE
4 upvotes203 views

I am going to learn machine learning and self host an online IDE, the tool that i may use is Python, Anaconda, various python library and etc. which tools should i go for? this may include Java development, web development. Now i have 1 more candidate which are visual studio code online (code server). i will host on google cloud

READ MORE
7 upvotes281.5K views
Replies (1)
Recommends
on
Visual Studio Code

The main contenders here are VS code and Eclipse, because Koding is meant to be used by large companies and by devs who know what they are doing. Both VS code and Eclipse have pros and cons, but for someone who wants to learn, VS Code is a much better choice as it has a very simple UI and plugins are easier to find and download.

Eclipse isn't meant for learning purposes and was designed with the intent to be used by professionals. Also it is an amazing IDE for java, but isn't so good in other languages, while VS code is much more efficient in a vast number of languages.

The only likely issue you might be facing with vs code is that, at times, it can be a resource hog, and in extreme cases it is possible to crash. But it is very rare and I recommend you have at least 8GB ram and at least a dual 1.6 GHz CPU.

READ MORE
5 upvotes28.9K views