Once you have the basics of Python, a fun (& topical) challenge is to work through the Advent of Code puzzles. As you might guess, there’s a new puzzle each day in December until Christmas.
_6.0001 Introduction to Computer Science and Programming in Python_ is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel...
_6.0001 Introduction to Computer Science and Programming in Python_ is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel...
I've finally had a few hours to sit and work through some of the MS stuff. Its great but I am finding it disjointed where MS Learn points to using Jupyter the MS Python youtube series does not. This is causing me a smidge of confusion being brand brand new.
DO others use VS Code with the Jupyter extension? Is this the way and maybe things will click more as I go?
So I am thinking of using the Python Principles site to learn some basics then go into the MS Learn stuff, what do people think? Concious I am getting stuck in the how rather than just doing?
Not having dabbled in Python I'm not entirely sure what this means, is Jupyter the IDE they use in one course? Which are you doing, an MS course or just finding YT videos?
This is why I like (good) Udemy courses. They will show you what to install and you just follow along. It removes a lot of the confusion.
It is although I think its front end use of a browser instead of a dedicated application used historically. They have advantages and support other languages so I found it was more personal choice which one you use.
Not having dabbled in Python I'm not entirely sure what this means, is Jupyter the IDE they use in one course? Which are you doing, an MS course or just finding YT videos?
This is why I like (good) Udemy courses. They will show you what to install and you just follow along. It removes a lot of the confusion.
Well I was going to use the MS learn pathway, which advocates vscode and jupyter. But the pathway is quite short and whilst it holds your hand getting vscode code setup with jupyter and downloading python etc, the rest of the pathway is a bit short and is modules form multiple paths so looks and feels a bit disjointed.
I like VS Code and I like the idea off Jupiter, as its a note book I can write and run the code in and type it up and export it etc
However, I seem to have gone in a circle again tied up with the editor and environment more than the learning.
Which led me to python principles, in browser simple pathway for the basics before I chip on.
Its so frustrating being overwhelmed as to where to start
Corey is really good at explaining, take it slow some days you feel like you got nowhere, others you make lots of progress. My mistake was having no momentum where I could go months without the time to pick up again. If you can even do persistent one hour every day its better than sporadic bursts.
Corey is really good at explaining, take it slow some days you feel like you got nowhere, others you make lots of progress. My mistake was having no momentum where I could go months without the time to pick up again. If you can even do persistent one hour every day its better than sporadic bursts.
I have tried VS code (have it on a Linux VM), its ok but I prefer Visual Studio and its free anyway (community edition).
If I was starting now, I would install Visual Studio, create new WinForms project, drop a button on the form, double click it and add MessageBox.Show("Hallo World!"); to the click event. Then press F5 and click the button. Congratulations, you are now a programmer. Most of programming is researching how to do things, at first it’s hard to do anything but latter its more difficult to decide what to do.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.