Skip to content
Sample code for Channel 9 Python for Beginners course
Python
Branch: master
Clone or download

Latest commit

GeekTrainer Merge pull request #47 from saksham93/IssueFix/issue-39
Pad Folder numbers with leading zeros
Latest commit 3bdb05a Jan 6, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
02 - Print Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
03 - Comments Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
04 - String variables Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
05 - Numeric variables Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
06 - Dates Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
07 - Error handling Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
08 - Handling conditions Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
09 - Handling multiple conditions Add padding zeros to folder as mentioned in issue #39 Dec 29, 2019
10 - Complex conditon checks Initial commit Sep 17, 2019
11 - Collections Initial commit Sep 17, 2019
12 - Loops Initial commit Sep 17, 2019
13 - Functions Initial commit Sep 17, 2019
14 - Function parameters Initial commit Sep 17, 2019
15 - Packages Initial commit Sep 17, 2019
16 - Calling APIs Initial commit Sep 17, 2019
17 - JSON Initial commit Sep 17, 2019
18 - Decorators Initial commit Sep 17, 2019
Slides Initial commit Sep 17, 2019
.gitignore Initial commit Sep 17, 2019
CODE_OF_CONDUCT.md Initial commit Sep 17, 2019
LICENSE Initial commit Sep 17, 2019
README.md Initial commit Sep 17, 2019
SECURITY.md Initial commit Sep 17, 2019

README.md

Getting started with Python

Overview

The series of videos on Channel 9 is designed to help get you up to speed on Python. If you're a beginning developer who's looking to add Python to your quiver of languages, or trying to get started on a data science or web project, these videos can help teach you the foundation necessary to walk through a quick start or other tutorial.

What you'll learn

  • The basics of Python
  • Starting a project
  • Common syntax
  • Package management

What we don't cover

  • Class design and inheritance
  • Asynchronous programming
  • Basics of programming

Prerequisites

Next steps

As the goal of this course is to help get you up to speed on Python so you can work through a quick start, the next step after completing the videos is to follow a tutorial! Here's a few of our favorites:

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You can’t perform that action at this time.