Learn Python Programming 🔥 Full Course ✌️ Absolute Beginners

Mahmud Ahsan
3 min readNov 7, 2018

--

This python programming course will teach you all the fundamental and core concepts of python programming language. Follow this python tutorial video and be a python programmer from zero experience.

💻Open this video on Youtube and check description link for shortcut way to go to a topic directly.

বাংলা ভাষায় পাইথন শিখতে ভিজিট করুন: https://bit.ly/2APXlm7 or http://pythonbangla.com

🚀 Topics Click To Go Directly
⌨️ 0:00 | Introduction

💪 Python Setup
⌨️ 0:52 | Python Setup in Mac
⌨️ 1:48 | Python Setup in Windows
⌨️ 2:37 | Visual Studio Code Editor Setup in Mac
⌨️ 3:21 | Visual Studio Code Editor Setup in Windows

🤔 Hello World Python Basics
⌨️ 4:18 | Code Run in IDLE Mac
⌨️ 5:07 | Code Run in IDLE Windows
⌨️ 6:03 | Code Run in Mac Terminal
⌨️ 7:38 | Code Run in Windows PowerShell
⌨️ 8:48 | Script Run in Mac Terminal
⌨️ 10:27 | Script Run in Windows PowerShell

📖 Python Basics
⌨️ 12:42 | Variable
⌨️ 20:08 | Operators
⌨️ 28:48 | String
⌨️ 40:47 | Condition if elif else
⌨️ 49:54 | Iteration While and For Loop

📚Collection in Python
⌨️ 57:38 | List
⌨️ 1:13:24 | Tuple
⌨️ 1:18:29 | Dictionary
⌨️ 1:24:56 | Set

Function and Lambda in Python
⌨️ 1:28:05 | Function
⌨️ 1:54:21 | Lambda

🚁Object Oriented Programming in Python
⌨️ 1:56:01 | Class
⌨️ 2:20:59 | Inheritance

⛵️Python Programming Features
⌨️ 2:38:29 | Modules
⌨️ 2:49:47 | Exceptions Handling
⌨️ 3:02:48 | Script Arguments
⌨️ 3:08:19 | __main__ Entry Point
⌨️ 3:11:36 | Conditional Expression
⌨️ 3:13:25 | Comprehension Syntax

✈️Python Tutorial Advanced
⌨️ 3:17:44 | Decorator
⌨️ 3:22:17 | Files RW | CSV | JSON
⌨️ 3:46:53 | Regular Expression
⌨️ 4:02:43 | Unit Test
⌨️ 4:09:11 | End

If you Enjoy this video:
😀Please Gives a 👍
😀Give Feedback as Comment 📋
😃Share with your Friends ❤️

😍 Subscribe & Follow Me 😍
🔔 Twitter: https://twitter.com/mahmudahsan
✅ Github: https://github.com/mahmudahsan
✍️ Website: http://thinkdiff.net

Python is an interpreted high level language for general purpose programming. It was initiated by Guido Van Rossum and first released in 1991. It is a duck type language, easy to understand and now very popular in both academic and professional world.

Using Python one can write simple script to web app development. Also in machine learning or in deep learning python is very popular as it has some outstanding open source libraries.

Python 3 has a built-in IDLE — Interactive Development Environment installed automatically. If you run it you can see the following window. At the top left you can see the version number installed, here we are seeing Python 3.7

Web scraping is a technique to extract data from webpage using computer program. Python is a very popular language for web scraping. Python’s built-in urllib library to connect website and retrieve data and a third party BeautifulSoup library to parse HTML data are very popular combination of python web scraping. http://bit.ly/2qzJN8x

Sometimes we also want to scrap some webpage’s information but which is fully loaded by JavaScript framework. In normal scraping techniques it’s not possible to scrap data as the data is loaded lazily. We can solve both webpage testing and dynamic web page scraping by running JavaScript code using Selenium library. http://bit.ly/2PLLlud

--

--

Mahmud Ahsan
Mahmud Ahsan

Written by Mahmud Ahsan

I'm a software engineer passionate about web and mobile app development.

No responses yet