Here I think I am going to just going to post about coding in Python, My journey as a self taught coder, and some reference guides on coding in Python!
seen from United Kingdom
seen from United States

seen from United Kingdom
seen from China
seen from China
seen from Macao SAR China

seen from T1
seen from China

seen from Georgia

seen from Malaysia

seen from Malaysia

seen from Sweden

seen from Israel
seen from Sweden
seen from Germany
seen from China
seen from United Kingdom
seen from United States
seen from United States
seen from Singapore
Here I think I am going to just going to post about coding in Python, My journey as a self taught coder, and some reference guides on coding in Python!
Day 3: December 23, 2020
General
I wanted to run JavaScript in my Atom editor, so I found a few tutorials/articles/posts to help me do that. For reference:
Install “script” in Atom Settings installer
Download + install node.js
Open new file in Atom + choose “JavaScript” as language in bottom right corner.
Write code. Use [command + i] to run code.
So now I can practice writing JavaScript outside of Codecademy.
Progress
Codecademy: Learn JavaScript - 22% complete
Reflection
Running JS on Atom ended up being more difficult than I feel like it should have been. It’s interesting to see “tutorials” on it because no one seems to understand that if you aren’t already running programs, you likely aren’t going to understand codespeak or how to do most of the things the [non]helpful people are sharing. Just tell me what package to download and be done with it. I didn’t understand what my error messages were saying when trying to run a very basic code, so I’m definitely not going to understand your “help” that involves opening up dev files on my Mac (?!). So yeah. I feel that my 4 step process above is proof that you don’t always need to make things so complicated.
Or maybe I’m ignorant and will laugh at myself for the above statement in the future.
Also, I went through a couple Codecademy modules today and am feeling very overwhelmed with functions and JavaScript in general. It really is like learning a new language and it’s hard because I don’t have any foundational vocab or syntactical understanding. cool cool cool