Python Programming Tutorial #16 - Introduction to Modular Programming

preview_player
Показать описание
This is the 16th video in m python programming series. In today's video I talk about modular programming. Python makes it very simple to write modules that can be re-used for a variety of different programs. Also since python is an open source language that means that you can download and use tons of different modules.

Please LIKE and SUBSCRIBE for more content daily!

Video Tags:
python,python tutorial,python language,python full course,python course,learn python,learn python programming,python tutorial for beginners,python tutorial 2018,python programming tutorial,python programming language,software development,programming tutorial,tech with tim

Modular Programming Python
Рекомендации по теме
Комментарии
Автор

great playlist! concise and to the point!

avirajput
Автор

im glad you provided this series of videos. i have been studing python for a while now but wasnt sure of were i was at. they say learn the fundementals well and youll do better later.
i can see that i have most of the fundimentals except for a couple of items. it nice to realize im there i can program stuff now.. now i can dig deeper i to python.

rverm
Автор

I appreciate this because you explain not only how to do something but scenarios in which it can be important

jameshenderson
Автор

Most informative video of this playlist for myself. Really great content.

PoseidonLP
Автор

It's just really great to get to the fundamentals so informative and easygoing grateful for you good work!

jonnymue
Автор

This is very useful. I am surprised by how simple and intuitive it is to create custom functions and use them, especially in comparison to other languages/frameworks

AliAliOxenFree
Автор

So modulars was the answer! I was always wondering how bigger projects, like games and apps work, and this just answered it. Thanks!

WanderfromSOTC
Автор

Very cool that you can create your own modules so easily.

icecreamman
Автор

great playlist tutorial, you are good teacher!!! :)

zakaryasidelazara
Автор

Can I get the link of your video covering pygame ?

al-washisarkerturan
Автор

Who knew this was possible? I'll let my previous programming knowledge go WILD!!!

Sciencedoneright
Автор

04:53 this is false for my case the code had a preset that has to be in the normal libs folder. 4 me it saved into: To add modules to your own folder, sys.path.append('.') worked for me. of course u will need to use import sys before

Steven-kun