Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages Python

Learn Python 3 - Your First Step to Learning Python

Take this Python course for beginners to learn Python 3 from the beginning
Rating: 4.2 out of 54.2 (511 ratings)
47,617 students
Created by Fettah Ben
Last updated 10/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • Create your own Python Environment
  • Create and Manage Variables and Numbers
  • Create and Manage Python List, Tuple, Set and Dictionary

Course content

11 sections • 52 lectures • 4h 34m total length

  • Preview01:22

  • Preview07:38
  • Step 1 – Install the Python 3
    02:37
  • Step 2 – Install Java SE Development Kit
    02:54
  • Your Feedback is Important
    00:54
  • Step 3 – Add the Python 3 Directory to your System Path Environment Variable
    03:15
  • Step 4 - Install PyCharm: Python IDE
    04:07

  • Creating and Running Your First Python Project
    05:06
  • Preview07:07
  • Python Statement Order
    08:11
  • Python Comments
    05:08

  • Introduction to Python Variables
    07:57
  • Python Variable Types
    02:55
  • Python Strings, Integer, Float And Boolean
    04:52
  • Redefine Python Variables
    05:11
  • Rules For Naming Variables
    01:52
  • SyntaxError: Invalid Syntax
    03:04

  • Python Arithmetic and Assignment Operators
    07:35
  • Python Built-in Function: divmod()
    05:35
  • Python Built-in Function: int()
    04:29
  • Python Built-in Function: float()
    04:06

  • String Literals In Python
    10:31
  • Empty Python String
    02:42
  • Python \n And \t Functions
    04:37
  • Python Escape
    05:12
  • Python String Arithmetic Operators
    04:56
  • Python String indexing
    04:35
  • Python String Methods: replace()
    06:18
  • Python Slice()
    07:53
  • Python String Methods: split() and join()
    07:56

  • Python Collections (Arrays)
    04:01
  • Create A Python List
    04:56
  • Mutable vs Immutable Objects In Python
    06:06
  • Multi-Dimensional Python Lists
    07:05
  • Update Python List Values
    08:01
  • Python List Methods
    06:17
  • Python List count() and sort()
    07:20
  • Python Variable Synchronization and copy()
    06:42

  • Create A Python Tuple
    05:55
  • Convert A List To A Tuple
    02:18
  • Python Tuple Methods: count() and index()
    04:55
  • Python len() and Python in Keyword
    01:23

  • Create A Python Dictionary
    08:26
  • Accessing Items: Dictionary Keys
    08:41
  • Python Dictionary update()
    05:57
  • Deleting and Clearing Python Dictionary items
    05:37
  • Python Dictionary Keys and Values
    05:02
  • Dictionary Methods
    07:03

  • Create A Python Set
    04:23
  • Unordered and Unindexed Python Set
    07:29
  • Set Methods
    05:59

Requirements

  • A Windows, Mac, or Linux computer
  • Everything else needed to start programming in Python is already included in the course.

Description

Welcome to my Python 3 tutorial where you’ll learn Python programming language from the ground up. This course is for everyone who wants to learn Python programming language from the beginning, so if you are an absolute beginner, don’t worry, I’ll teach you everything step by step. In this course, you’ll learn Python 3 fundamentals and you’ll be able to write a basic script. I have 10 years of experience in Python and I want to share this knowledge with you.

Why should you learn Python 3?

Python is an interpreted, high-level, general-purpose programming language built for nearly every purpose. It is easy to learn, simple to read and write in. This helps developers to work faster and more efficiently. There are a lot of giant companies like Google, Facebook, Instagram, Netflix, and others who decided to use Python for creating web sites, apps, and systems. You should be wondering why they chose this programming language among others?

Python stands out from the rest of the programming languages not only with its simplicity, but also with its speed. Coding with Python is even 5 times faster than using Java. That’s crazy! Also, this programming language is suitable for all types of platforms, so you can write code in Linux as well as Windows or MacOS. Moreover, Python has a large community of developers, so if you choose to learn Python 3 or some other version of Python, you will never be alone and always have a chance to learn or ask for help from a wide range of skilled professionals.

What will you learn in this Python course?

This Python 3 tutorial is your first step to the Python learning journey. You don’t need any prior experience to enroll in this course. I’ll start from the very beginning by teaching you how to set up the programming environment, how to download and install Python 3, Java SE Development Kit and PyCharm. I’ll show you everything step by step, so you’ll be able to do it with ease. When your programming environment will be ready to use, we’ll jump into more interesting things.

Let’s have a look at the main topics in this course:

  • How to create and run your first Python project

  • How to write a Python script

  • How to add comments in your script

  • All about Python variables (types, rules for naming variables, how to redefine them)

  • How to create and manage Python numbers

  • How to use strings in Python (empty string, string arithmetic operators, string indexing, string methods)

  • How to create and manage Python list, tuple, dictionary, and set

After completing this Python course for beginners, you’ll learn Python 3 fundamentals and get a clear understanding of how to write a Python script.

Enroll in this course and learn Python 3 today!

If you want to learn Python fundamentals in less than 5 hours and understand everything from the environment set up to coding in Python, this course is the best option for you. I’ll explain to you every step in detail, so you don’t need to worry, you’ll learn Python in the easiest possible way. Are you ready to deep dive into learning? Enroll in this course now and start your Python learning journey!

Who this course is for:

  • The Course is Designed for Beginners Looking to use Python programming Language
  • No previous programming experience is assumed

Instructor

Fettah Ben
Microsoft ADFS, IT Manager.
Fettah Ben
  • 4.2 Instructor Rating
  • 6,856 Reviews
  • 106,533 Students
  • 13 Courses

Ben is an IT Administrator Diploma and has built a successful business in coaching, online marketing, Web Development, content marketing, Virtualization, Server Administration and lot of other projects.
In this Profile I share with you my skills, my successful strategies and techniques in different fields with an easy ways that takes you from beginners levels to expert levels.

By taking one of my courses you will be able to get the Full Support and Answers to any of your questions.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.