Companies Home Search Profile

Learn Python Programming From A-Z: Beginner To Expert Course

Focused View

Juan E. Galvan,Ahmed Wael

15:48:22

5 View
  • 1. Intro To Python Section Overview.mp4
    05:20
  • 2. What is Python Programming.mp4
    09:30
  • 3. Who is This Course For.mp4
    04:33
  • 4. Python Programming Marketplace.mp4
    05:47
  • 5. Python Job Opportunities.mp4
    04:43
  • 6. How To Land a Python Job Without a Degree.mp4
    08:20
  • 7. Python Programmer Job Roles.mp4
    08:41
  • 8. Python from A-Z Course Structure.mp4
    04:18
  • 9. How to Maximize your learning from the course.mp4
    08:23
  • 1. Getting Familiar with Python Section Overview.mp4
    05:56
  • 2.1 python-3.9.0-amd64.zip
  • 2. Installing Python on Windows.mp4
    09:36
  • 3. Installing Python on Windows Quiz.html
  • 4. Anaconda and Jupyter Notebooks Part 1.mp4
    07:30
  • 5. Anaconda and Jupyter Notebooks Part 2.mp4
    16:24
  • 6. Python Syntax.mp4
    02:04
  • 7. Python Syntax Quiz.html
  • 8. Line Structure.mp4
    02:43
  • 9. Line Structure Exercise.mp4
    07:11
  • 10. Line Structure Quiz.html
  • 11. Comments.mp4
    05:01
  • 12. Comments Quiz.html
  • 13.1 Style Guide for Python Code.html
  • 13. Joining Lines.mp4
    04:54
  • 14. Joining Lines Quiz.html
  • 15.1 Style Guide for Python Code.html
  • 15. Multiple Statements on a Single Line.mp4
    03:14
  • 16. Multiple Statements on a Single Line Quiz.html
  • 17. Indentation.mp4
    07:15
  • 18. Indentation Quiz.html
  • 1. Basic Data Types Section Overview.mp4
    08:25
  • 2.1 Naming Conventions.html
  • 2.2 Python Reserved Keywords.html
  • 2. Python Variables.mp4
    07:05
  • 3. Python Variables Quiz.html
  • 4.1 Floating Point Arithmetic Issues and Limitations.html
  • 4. Integers and Floats.mp4
    05:58
  • 5. Integers and Floats Quiz.html
  • 6. Integers and Floats Exercise.html
  • 7. String Overview.mp4
    09:50
  • 8. String Overview Quiz.html
  • 9. String Overview Exercise.html
  • 10. String Overview Exercise Solution.html
  • 11.1 String Functions.html
  • 11. String Manipulation.mp4
    07:17
  • 12. String Manipulation Quiz.html
  • 13. String Manipulation Exercise.html
  • 14. String Manipulation Exercise Solution.html
  • 15. String Indexing.mp4
    04:28
  • 16. String Indexing Quiz.html
  • 17. String Slicing.mp4
    08:16
  • 18. String Slicing Quiz.html
  • 19. Strings Exercise.html
  • 20. Strings Exercise Solution.html
  • 21. Boolean.mp4
    03:01
  • 22. Printing.mp4
    09:48
  • 23. Printing Quiz.html
  • 24. Mini Project 1 Letter Counter.mp4
    19:55
  • 1. Python Operators Section Overview.mp4
    04:11
  • 2. Arithmetic Operators.mp4
    10:35
  • 3. Arithmetic Operators Quiz.html
  • 4. Arithmetic Operators Exercise.html
  • 5. Arithmetic Operators Exercise Solution.html
  • 6. Assignment Operators.mp4
    05:22
  • 7. Assignment Operators Quiz.html
  • 8. Assignment Operators Exercise.html
  • 9. Assignment Operators Exercise Solution.html
  • 10.1 Floating Point Arithmetic.html
  • 10. Comparison Operators.mp4
    09:20
  • 11. Comparison Operators Quiz.html
  • 12. Logical Operators.mp4
    16:09
  • 13.1 Stackoverflow.html
  • 13. StackOverFlow. Our new best friend !.html
  • 14. Logical Operators Quiz.html
  • 15. Logical Operators Exercise.html
  • 16. Logical Operators Exercise Solution.html
  • 17. Identity Operators.mp4
    04:40
  • 18. Identity Operators Quiz.html
  • 19. Membership Operators.mp4
    01:57
  • 20. Bitwise Operators.mp4
    11:09
  • 21. Bitwise Operators Quiz.html
  • 1. Python Advanced Data Types Section Overview.mp4
    10:37
  • 2. List Overview.mp4
    03:35
  • 3. Lists Exercise.html
  • 4. Lists Exercise Solution.html
  • 5. List Slicing and Indexing.mp4
    04:25
  • 6. List Slicing and Indexing Quiz.html
  • 7. Tuples.mp4
    02:20
  • 8. Tuples.html
  • 9. Tuples Exercise.html
  • 10. Tuples Exercise Solution.html
  • 11. Sets.mp4
    06:01
  • 12. Sets Quiz.html
  • 13. Dictionaries.mp4
    10:40
  • 14. Dictionaries Quiz.html
  • 15. Dictionaries Exercise.html
  • 16. Dictionaries Exercise Solution.html
  • 17. When to use each one.mp4
    04:31
  • 18. When to use each one Quiz.html
  • 19. Compound Data Types.mp4
    05:18
  • 20. Compound Data Types Quiz.html
  • 21. Data Types Practice Test.html
  • 1. Control Flow Part 1 Section Overview.mp4
    15:00
  • 2. Intro to Control Flow.mp4
    00:56
  • 3. Basic Conditional Statements.mp4
    13:38
  • 4. Basic Conditional Statements Quiz.html
  • 5. Basic Conditional Statements Exercise.html
  • 6. Basic Conditional Statements Exercise Solution.html
  • 7. More Conditional Statements.mp4
    05:04
  • 8. More Conditional Statements Quiz.html
  • 9. More Conditional Statements Exercise.html
  • 10. More Conditional Statements Exercise Solution.html
  • 11. For Loops.mp4
    09:50
  • 12. For Loops Quiz.html
  • 13. For Loops Exercise.html
  • 14. For Loops Exercise Solution.html
  • 15. While Loops.mp4
    11:46
  • 16. While Loops Quiz.html
  • 1. Control Flow Part 2 Section Overview.mp4
    02:28
  • 2. Break Statements.mp4
    07:59
  • 3. Break Statements Quiz.html
  • 4. Break Statements Exercise.html
  • 5. Break Statements Exercise Solution.html
  • 6. Continue Statements.mp4
    04:51
  • 7. Continue Statements Quiz.html
  • 8. Continue Statements Exercise.html
  • 9. Continue Statements Exercise Solution.html
  • 10. Zip Function.mp4
    07:20
  • 11. Zip Function Quiz.html
  • 12. Zip Function Exercise.html
  • 13. Zip Function Exercise Solution.html
  • 14. Enumerate Function.mp4
    03:58
  • 15. Enumerate Function Quiz.html
  • 16. Enumerate Function Exercise.html
  • 17. Enumerate Function Exercise Solution.html
  • 18. List Comprehension.mp4
    04:27
  • 19. List Comprehension Quiz.html
  • 20. List Comprehension Exercise.html
  • 21. List Comprehension Exercise Solution.html
  • 1. Python Functions Section Overview.mp4
    02:49
  • 2. Intro to Functions.mp4
    02:16
  • 3.1 Python Documentation for Help function.html
  • 3. Python help Function.mp4
    03:11
  • 4. Defining Functions.mp4
    09:29
  • 5. Functions Exercise 1.html
  • 6. Functions Exercise 1 Solution.html
  • 7. Functions Exercise 2.html
  • 8. Functions Exercise 2 Solution.html
  • 9. Functions Exercise 3.html
  • 10. Functions Exercise 3 Solution.html
  • 11. Functions Exercise 4.html
  • 12. Functions Exercise 4 Solution.html
  • 13. Functions Exercise 5.html
  • 14. Functions Exercise 5 Solution.html
  • 15. Variable Scope.mp4
    08:13
  • 16. Variable Scope Quiz.html
  • 17.1 Docstring Conventions.html
  • 17. Doc Strings.mp4
    03:44
  • 18. Doc Strings Quiz.html
  • 1. User Input and Error Handling Section Overview.mp4
    01:48
  • 2. Introduction to error handling.mp4
    02:48
  • 3. User Input.mp4
    04:22
  • 4. User Input Quiz.html
  • 5. User Input Exercise.html
  • 6. User Input Exercise Solution.html
  • 7. Syntax Errors.mp4
    04:00
  • 8. Syntax Errors Quiz.html
  • 9.1 Exceptions types.html
  • 9. Exceptions.mp4
    11:22
  • 10. Exceptions Quiz.html
  • 11. Handling Exceptions Part 1.mp4
    08:29
  • 12. Handling Exceptions Part 2.mp4
    08:18
  • 13. Handling Exceptions Exercise.html
  • 14. Handling Exceptions Exercise Solution.html
  • 15. Handling Exceptions Quiz.html
  • 16. Python Advanced Functions.mp4
    05:10
  • 1. Python Advanced Functions Section Overview.mp4
    05:10
  • 2. Lambda Functions.mp4
    05:29
  • 3. Lambda Functions Quiz.html
  • 4. Lambda Functions Exercise.html
  • 5. Lambda Functions Exercise Solution.html
  • 6. Functions args and kwargs.mp4
    10:01
  • 7. Functions args and kwargs Quiz.html
  • 8. Functions args and kwargs Exercise.html
  • 9. Functions args and kwargs Exercise Solution.html
  • 10. Iterators.mp4
    08:12
  • 11. Iterators Quiz.html
  • 12.1 Generators examples from wiki Python.html
  • 12. Generators and Yield.mp4
    11:53
  • 13. Generators and Yield Quiz.html
  • 14. Map Function.mp4
    14:24
  • 15. Map Function Quiz.html
  • 16. Map Function Exercise.html
  • 17. Map Function Exercise Solution.html
  • 18. Filter Function.mp4
    08:03
  • 19. Filter Function Quiz.html
  • 20. Filter Function Exercise.html
  • 21. Filter Function Exercise Solution.html
  • 1. Python Scripting and Libraries Section Overview.mp4
    04:29
  • 2. What is a script.mp4
    01:24
  • 3. Python Scripts Quiz.html
  • 4.1 PyCharm.html
  • 4.2 Python IDE for Eclipse.html
  • 4.3 Spyder IDE.html
  • 4.4 Visual Studio IDE.html
  • 4. What is an IDE.mp4
    17:20
  • 5.1 Atom.html
  • 5.2 Sublime.html
  • 5.3 Vim.html
  • 5.4 Visual Studio Code.html
  • 5. What is a text editor.mp4
    11:46
  • 6.1 vscodeusersetup-x64-1.51.0.zip
  • 6. From Jupyter Notebook to VScode Part 1.mp4
    14:45
  • 7. From Jupyter Notebook to VScode Part 2.mp4
    05:03
  • 8.1 pep 8 imports.html
  • 8. Importing Scripts.mp4
    03:04
  • 9. Importing Scripts Quiz.html
  • 10.1 The Python Standard Library.html
  • 10. Standard Libraries.mp4
    04:13
  • 11.1 Python 3 Module of the Week.html
  • 11. Third Party Libraries.mp4
    05:35
  • 1. NumPy Section Overview.mp4
    04:07
  • 2.1 NumPy official website.html
  • 2. Intro to NumPy.mp4
    04:28
  • 3.1 NumPy docs.html
  • 3. Why use NumPy.mp4
    04:10
  • 4.1 3. numpy array.zip
  • 4. NumPy Arrays.mp4
    10:23
  • 5. NumPy Arrays Quiz.html
  • 6. NumPy Arrays Exercise.html
  • 7. NumPy Arrays Exercise Solution.html
  • 8.1 4. reshaping modifying and accessing.zip
  • 8. Reshaping, Accessing, and Modifying.mp4
    07:19
  • 9. Reshaping, Accessing, and Modifying Quiz.html
  • 10. Reshaping, Accessing, and Modifying Exercise.html
  • 11. Reshaping, Accessing, and Modifying Exercise Solution.html
  • 12.1 5. slicing and copying.zip
  • 12. Slicing and Copying.mp4
    05:52
  • 13. Slicing and Copying Quiz.html
  • 14. Slicing and Copying Exercise.html
  • 15. Slicing and Copying Exercise Solution.html
  • 16.1 6. inserting, appending, and deleting.zip
  • 16. Inserting, Appending, and Deleting.mp4
    09:45
  • 17. Inserting, Appending, and Deleting Quiz.html
  • 18. Inserting, Appending, and Deleting Exercise.html
  • 19. Inserting, Appending, and Deleting Exercise Solution.html
  • 20.1 7. array logical indexing.zip
  • 20. Array Logical Indexing.mp4
    03:43
  • 21. Array Logical Indexing Quiz.html
  • 22. Array Logical Indexing Exercise.html
  • 23. Array Logical Indexing Exercise Solution.html
  • 24.1 8. broadcasting.zip
  • 24. Broadcasting.mp4
    08:20
  • 25. Broadcasting Quiz.html
  • 1. Intro to Pandas.mp4
    16:43
  • 2. Intro to Pandas Quiz.html
  • 3. Pandas Series.mp4
    16:58
  • 4. Pandas Series Quiz.html
  • 5. Pandas Series Manipulation.mp4
    16:32
  • 6. Pandas Series Manipulation Quiz.html
  • 7. Pandas Series Exercise.html
  • 8. Pandas Series Exercise Solution.html
  • 9.1 covid-19 tweets.html
  • 9. Pandas DataFrame.mp4
    17:04
  • 10. Pandas DataFrame Quiz.html
  • 11.1 covid-19 tweets.html
  • 11. Pandas DataFrame Manipulation.mp4
    12:54
  • 12.1 Pokemon Dataset.html
  • 12. Dealing with Missing Values.mp4
    10:09
  • 1. Functional vs OOP.mp4
    06:16
  • 2. OOP Key Definitions.mp4
    04:04
  • 3. Create your First Class.mp4
    12:09
  • 4. How to Create and Use Objects.mp4
    06:04
  • 5. How to Modify Attributes.mp4
    12:28
  • 1. Python Decorators.mp4
    27:09
  • 2. Property Decorator.mp4
    08:43
  • 3. Class Method Decorator.mp4
    07:11
  • 4. Static Methods.mp4
    10:29
  • 5. Inheritance from A to Z.mp4
    20:36
  • 1. Python Career Section Overview.mp4
    05:55
  • 2. Getting Started with Freelancing.mp4
    09:26
  • 3. Building A Brand.mp4
    11:57
  • 4. Personal Branding.mp4
    13:08
  • 5. Importance of Having WebsiteBlog.mp4
    04:22
  • 6. Dos and Donts of Networking.mp4
    05:31
  • 7. Top Freelance Websites.mp4
    08:04
  • 8. Creating A Python Developer Resume.mp4
    06:00
  • Description


    Become a professional Python programmer and learn how to easily create programs, apps, scripts, games and so much more!

    What You'll Learn?


    • How to become a professional Python Developer
    • How to land your first job as a Python Developer
    • How to use the basic Python structures: strings, lists, and dictionaries
    • How to write Python scripts to perform automated actions
    • How to use Python Object-Oriented Programming (OOP)
    • How to create your own Python programs from scratch
    • How to use core programming tools such as functions and loops
    • How to use variables to store, retrieve and calculate information

    Who is this for?


  • Students who want to learn Python Programming from A-Z
  • What You Need to Know?


  • Access to a computer with an internet connection.
  • More details


    Description

    Welcome to the Learn Python Programming From A-Z: Beginner To Expert Course

    Where you’re going to learn how to become a professional Python Developer and create programs, apps, scripts, games and so much more...

    In this practical, hands-on course our main objective is to give you the education not just to understand the ins and outs of Python Programming, but also to learn exactly how the software development industry works, the different roles within a team, and how to land a Python Programming job without a degree.

    Blending practical work with solid theoretical training, we take you from the basics of Python Programming to mastery, giving you the training you need not just to create software programs, scrape websites, and build automations, but also the foundational understanding of data science and visualization so you can become a well-rounded Python Programmer.

    We understand that theory is important to build a solid foundation, we understand that theory alone isn’t going to get the job done so that’s why this course is packed with practical hands-on examples that you can follow step by step.

    Even if you already have some coding experience, or want to learn about the advanced features of Python, this course is for you! In this course, you’ll learn Python 3.

    Python is the number one programming language choice for machine learning, data science, and artificial intelligence. In order to get those high paying programming jobs, you need the skills and knowledge of how to become an expert Python Programmer, and that’s exactly what you’ll learn in this course.

    Together we’re going to give you the foundational education that you need to know not just on how to write code in Python, create various scripts and softwares but also how to get paid for your newly developed programming skills. The course covers 6 main areas:


    1: PYTHON COURSE INTRO

    This intro section gives you a full introduction to the Python industry and marketplace, job opportunities and salaries, and the various Python job roles.

    • - Python Industry and Marketplace

    • - Python Job Opportunities

    • - Landing a Job w/o a Degree


    2: BASIC/ADVANCED DATA TYPES

    This section gives you a full introduction to the Python basic and advanced data types with hands-on step by step training.

    • - Python Variables

    • - Integers, Floats, and Complex Numbers

    • - Strings

    • - Operators

    • - Lists, Tuples, Sets & Dictionary


    3: PYTHON CONTROL FLOW

    This section gives you a full introduction to the Python Control Flow with hands-on step by step training.

    • - Basic/Complex Conditional Statements

    • - For Loops, While Loops

    • - Break/Continue Statements

    • - Zip/Enumerate Keywords


    4: BASIC/ADVANCED FUNCTIONS

    This section gives you a full introduction to the Python basic and advanced functions with hands-on step by step training.

    • - Help/Defining Function

    • - Error Handling

    • - Variable Scope

    • - Doc Strings

    • - Lambda Functions

    • - Iterators + Generators

    • - Map/Filter Functions


    5: SCRIPTING & LIBRARIES (includes numpy, pandas)

    This section gives you a full introduction to the scripting and libraries with hands-on step by step training.

    • - Scripting Basics

    • - Python IDEs

    • - Python Text Editors

    • - Third Party Libraries

    • - Numpy + Pandas

    • - Data Visualization

    • - Webscraping


    6: STARTING A CAREER IN PYTHON

    This section gives you a full introduction to starting a career as a Python Programmer with hands-on step by step training.

    • - Building a Brand

    • - Personal Branding

    • - Freelancing + Freelance websites

    • - Importance of Having a website

    • - Networking

    • - Creating a Resume

    By the end of the course you’ll be a professional Python Programmer and confidently apply for jobs and feel good knowing that you have the skills and knowledge to back it up.

    Who this course is for:

    • Students who want to learn Python Programming from A-Z

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Juan E. Galvan
    Juan E. Galvan
    Instructor's Courses
    Hi I'm Juan. I've been an Entrepreneur since grade school. My background is in the tech space from Digital Marketing, E-commerce, Web Development to Programming. I believe in continuous education with the best of a University Degree without all the downsides of burdensome costs and inefficient methods. I look forward to helping you expand your skillsets.
    Hello, I'm Ahmed Wael. I have been a developer for 5 years now in the field of Machine Learning, Deep Learning, AI, Computer Vision, and Data Visualization.This experience is both theoretical and practical.I have taught and mentored hundreds of students from many countries with different levels of knowledge.Based on the feedback I got from my students, I was inspired to create courses that anyone can reach! I really want to help students learn the most complex concepts very easily.I am looking forward to interacting and engaging with all of you. I will be available every day to answer any of your questions and even add more materials per your request.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 121
    • duration 15:48:22
    • English subtitles has
    • Release Date 2024/02/15

    Courses related to Python