Quantcast
Channel: Python for Beginners (MP4) - Channel 9
Browsing all 88 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Python for Beginners [1 of 44] Programming with Python

Over the course of a set of videos we're going to show you the ropes of Python development. Let's start by chatting through what we're going to cover, and if this series is right for you.Full 'Intro to...

View Article



Image may be NSFW.
Clik here to view.

Python for Beginners [2 of 44] Introducing Python

Before you get started on your journey towards learning Python, it's important to know why! We'll talk through what Python is, where you'll use it, and how it can help you problem solve.Full 'Intro to...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [3 of 44] Getting Started

There's a few items to install to get up and running. Fortunately, you'll only need a couple of items.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [4 of 44] Configuring Visual Studio Code

Demo: Configuring Visual Studio Code for Python developmentFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [5 of 44] Using Print

Displaying information is probably the most core concept of learning any new programming language. In Python that's done by using print.Full 'Intro to Python' course on Microsoft Learn:...

View Article


Image may be NSFW.
Clik here to view.

Python for Beginners [6 of 44] Demo: Hello, World

Demo: Using print to display informationFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [7 of 44] Comments

Adding documentation to code makes it easier to maintain it later on, and can even help with debugging.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [8 of 44] Demo: Comments

Demo: Adding comments to codeFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article


Image may be NSFW.
Clik here to view.

Python for Beginners [9 of 44] String Concepts

Python supports several data types, the most basic of which being strings. See how strings work in Python.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code:...

View Article


Image may be NSFW.
Clik here to view.

Python for Beginners [10 of 44] Demo: Strings

Demo: Working with strings in codeFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [11 of 44] Formatting Strings

While concatenating strings works, it doesn't always read well. Python offers the ability to add placeholders for easier dynamic string creation.Full 'Intro to Python' course on Microsoft Learn:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [12 of 44] Demo: Formatting Strings

Demo: Using various string formatting options.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [13 of 44] Numeric Data Types

Numbers are another core data type, and the most common one you'll use when doing machine learning. As you might expect, Python offers plenty of options for working with numbers.Full 'Intro to Python'...

View Article


Image may be NSFW.
Clik here to view.

Python for Beginners [14 of 44] Demo: Numbers

Demo: Using numbers in PythonFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [15 of 44] Date Data Types

As you might expect, you sometimes need to figure out when something will happen. See how Python supports dates.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample...

View Article


Image may be NSFW.
Clik here to view.

Python for Beginners [16 of 44] Demo: Dates

Demo: Working with dates in codeFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [17 of 44] Error Handling

Things are going to go wrong with your code. Error handling can allow you to log errors and exit gracefully.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code:...

View Article


Image may be NSFW.
Clik here to view.

Python for Beginners [18 of 44] Demo: Error Handling

Things are going to go wrong with your code. Error handling can allow you to log errors and exit gracefully.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [19 of 44] Conditional Logic

Of course you'll want code which can make decisions. The core of this is the humble if statement.Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code:...

View Article

Image may be NSFW.
Clik here to view.

Python for Beginners [20 of 44] Demo: Conditional Logic

Demo: Using if statementsFull 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPythonSample code: https://aka.ms/PythonGettingStartedWatch the entire series:...

View Article
Browsing all 88 articles
Browse latest View live




Latest Images