10 Apr 2020 |
rebelCoder (Telegram) | Wait.
1) There is a mistake in your code: print(he) has to be print('he') as it is a string
2) When you say nothing happens, it should actually tell you about your mistake. Did you actually run the code ? By pressing "Ctrl + Alt + N" ? | 10:52:53 |
rebelCoder (Telegram) | There is noting to complete there... if you will try typing pr | 10:53:16 |
rebelCoder (Telegram) | it should show you that there is a print function available for you to use. | 10:53:35 |
Nazrin (Telegram) | If you want I can take a video | 10:54:02 |
rebelCoder (Telegram) | Yes. | 10:54:08 |
Nazrin (Telegram) | Ok wait | 10:54:11 |
rebelCoder (Telegram) | But can you run this by pressing key combination: Control + Alt + N ? | 11:01:30 |
rebelCoder (Telegram) | And you should see the output, just like in my video. | 11:01:43 |
Nazrin (Telegram) | In reply to rebelCoder (Telegram) But can you run this by pressing key combination: Control + Alt + N ? To press these 3 and at the same time to type? | 11:04:07 |
rebelCoder (Telegram) | Press. | 11:06:48 |
rebelCoder (Telegram) | this part here: | 11:06:51 |
rebelCoder (Telegram) |  Download image.jpeg | 11:06:51 |
rebelCoder (Telegram) | And this part of the video: | 11:08:37 |
rebelCoder (Telegram) | https://youtu.be/81Eb_YXmV4g | 11:08:38 |
rebelCoder (Telegram) | * https://youtu.be/81Eb_YXmV4g?t=341 | 11:08:48 |
rebelCoder (Telegram) | Download 2020-04-10_14-13-27.mp4 | 11:15:32 |
Nazrin (Telegram) | Oh got it let me try | 11:17:07 |
| angelina (Telegram) joined the room. | 11:17:43 |
rebelCoder (Telegram) | Yes. Give us more info. What version you see in that bottom corner and what happens when you tun your code | 11:17:56 |
rebelCoder (Telegram) | @johanga_johanga Hey! Welcome. | 11:18:13 |
| Amin (Telegram) joined the room. | 13:22:52 |
flyfly fly (Telegram) | In reply to Nazrin (Telegram) Oh got it let me try If you still not successfully install vscode, maybe anaconda is a best choice. Anaconda include lots of basic python packages. It is easier for beginer. All you need is download it. | 13:54:52 |
rebelCoder (Telegram) | Not sure how Anaconda will help to run print("hello world") It is an extra layer of unneeded complexity for a beginner. Extra thing to debug is things go wrong. She has everything set up. Just an editor and 2 plugins. I can see that she is 1 step from actually running her first line of code. | 13:57:46 |
rebelCoder (Telegram) | * Not sure how Anaconda will help to run
print("hello world")
It is an extra layer of unneeded complexity for a beginner. Extra thing to debug if things go wrong. She has everything set up. Just an editor and 2 plugins. I can see that she is 1 step from actually running her first line of code. | 14:01:35 |
flyfly fly (Telegram) | Yes! haha I just remember the first time I used vscode. It was struggling and spent lots of time on it too. | 14:04:25 |
rebelCoder (Telegram) | And now she has the same thing and on top of that you want her to heave even more problems, by suggesting Anaconda as "Anaconda include lots of basic python packages.", when all she need to do is run her first line oi code ever? You are cruel ! | 14:05:57 |
rebelCoder (Telegram) | 😂 | 14:06:06 |
rebelCoder (Telegram) | And people seem to forget. A Beginners are different. People who know computer stuff a bit = computer beginner, people who know biology but 0 computer stuff, well not even a beginner. So we need to help them to make 2-3 clicks to start writing code. | 14:07:19 |
rebelCoder (Telegram) | Forwarded message from rebelCoder (Telegram) You forget that for a person that has no idea about software and or packages, things like Anaconda, starting local Jupyter server to use notebooks is an overkill. So we need to help them to start writing and executing code in 1-2 steps. Install editor, install a plugin. Boom. Go. | 14:07:47 |
rebelCoder (Telegram) | Forwarded message from rebelCoder (Telegram) Anaconda is good if you are familiar with software and have a reason to use it. If you just want to start learning python and write some basic code to manipulate genome data, using anything other than a code editor and being able to run code with 1 click, will add an extra layer of complexity and problems. I guess many people here never programmed and are just being introduced to writing code. | 14:07:47 |