وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
3

Complete Python 3 Programming Bootcamp: Beginner to Advanced

سرفصل های دوره

Learn Python Programming from Beginner to Advanced Level! Go from Zero to Hero in Python with Hundreds of Examples!


01 - Course Introductory Video
  • 001 Course Introductory Video

  • 02 - Course Overview
  • 001 Why Should We Learn Python
  • 002 How Should You Study This Course

  • 03 - Software Preparation & Installation
  • 001 The Jupyter Notebook Installation
  • 002 The Jupyter Notebook Installation (Student Guide).html
  • 003 Python 2 or Python 3
  • 004 Install Python on Windows
  • 005 Install Python on Linux.html
  • 006 Python IDE Installation
  • 007 PyCharm IDE Installation (Quick-Reference Guide).html
  • 008 Setting Up Sublime Text For Python Development
  • 009 Use of the Jupyter Notebook
  • external-links.txt

  • 04 - Python Programming Basics & Data Structures
  • 001 Python Numbers (Integers & Floats)
  • 001 Python-Numbers-Integers-and-Floats.pdf
  • 002 Python Variables (Part 1)
  • 002 Python-Variables.pdf
  • 003 Python Variables (Part 2)
  • 004 Basic-Math-Operators.pdf
  • 004 Python Basic Operators
  • 005 Python Strings - (Part 1)
  • 005 Python-Strings.pdf
  • 006 Python Strings - (Part 2)
  • 007 Print-Function.pdf
  • 007 Python Print Function
  • 008 Python Output Formatting - Using format() function
  • 008 Python-Formatting.pdf
  • 009 Python List - (Part 1)
  • 009 Python-Lists.pdf
  • 010 Python List - (Part 2)
  • 011 Python Tuple
  • 011 Tuples.pdf
  • 012 Dictionaries.pdf
  • 012 Python Dictionaries
  • 013 Python Sets
  • 013 Sets.pdf
  • 014 Data Type Conversions
  • 014 Data-Type-Conversions.pdf
  • 015 Getting Inputs from the Users
  • 015 input-function.pdf
  • 016 Python Basics and Python Data Structures Assignments.html
  • 017 Python Basics and Python Data Structures Assignments (Solutions).html

  • 05 - Python Conditionals & Control Structures
  • 001 Comparison Operators
  • 001 Comparison-Operators.pdf
  • 002 Logical Operators
  • 002 Logical-Operators.pdf
  • 003 Membership Operators
  • 003 Membership-Operators.pdf
  • 004 Chained Comparison Operators
  • 004 Chained-Comparison-Operators.pdf
  • 005 If-Else Statements
  • 005 If-Else-Statements.pdf
  • 006 If-Elif-Else Statements
  • 006 If-Elif-Else-Statements.pdf

  • 06 - Loops - The ease of programming!
  • 001 Introduction to Loops
  • 001 Introduction-to-Loops.pdf
  • 002 For Loop
  • 002 For-Loop.pdf
  • 003 Range Function
  • 003 Range-Function.pdf
  • 004 While Loop
  • 004 While-Loop.pdf
  • 005 Break-Statements.pdf
  • 005 Python Break Statements
  • 006 Continue-Statements.pdf
  • 006 Python Continue Statements
  • 007 Pass-Statement.pdf
  • 007 Python Pass Statement
  • 008 List Comprehension in Python
  • 008 List-Comprehensions.pdf

  • 07 - Python Functions - The Power of Programming!
  • 001 Introduction to Functions & Methods
  • 001 Intro-to-Functions-Methods.pdf
  • 002 What are the Functions, Python Built-in Functions
  • 002 What-are-Functions-in-Python.pdf
  • 003 How to Call Functions & Function Arguments in Python
  • 004 Return-Statement.pdf
  • 004 The Return Statement
  • 005 Function Parameter Types in Python - (Part 1)
  • 005 Function-Parameter-Types.pdf
  • 006 Function Parameter Types in Python - (Part 2)
  • 007 Global and Local Variables in Functions
  • 007 Global-and-Local-Variables-in-Functions.pdf
  • 008 Lambda (Anonymous) Functions
  • 008 Lambda-Anonymous-Functions.pdf

  • 08 - Dealing with Errors and Exception Handling
  • 001 What are the Exceptions
  • 001 What-are-the-Exceptions.pdf
  • 002 Exception Handling Try - Except Statements
  • 002 Exception-Handling-Try-Except-Else-Finally.pdf
  • 003 Exception Handling Try - Except - Else Statements
  • 004 Exception Handling Try - Except - Finally Statements
  • 005 Exception Handling Raising Exceptions
  • 005 Exception-Handling-Try-Except-Else-Finally-Code-Session.pdf
  • external-links.txt

  • 09 - Python Modules and Packages
  • 001 Modules.pdf
  • 001 What are modules in Python
  • 002 How to Import and Use the Modules in Python
  • 002 How-to-Import-Modules-in-Python.pdf
  • 003 Making Your Own Modules
  • 003 Making-Your-Own-Modules.pdf
  • 004 Coding Exercise Guess The Number Game
  • 004 guess-the-number.zip

  • 10 - Python Files IO (File Handling in Python)
  • 001 Python File Operations How to open and close a file using Python
  • 002 How to Write to Files Using Python
  • 003 How to Read Files in Python
  • 004 Python File Methods
  • 005 Python File Modes
  • 006 How to Modify the Files

  • 11 - Object-Oriented Programming (OOP) in Python 3
  • 001 Introduction-to-OOP.pdf
  • 001 Object Oriented Programming in Python
  • 002 OOP-Classes-and-Objects.pdf
  • 002 Python Classes and Objects (Part 1)
  • 003 Python Classes and Objects (Part 2)
  • 004 OOP-Methods.pdf
  • 004 Python OOP Methods (Part 1 Regular Methods)
  • 005 Python OOP Methods (Part 2 Classmethods & Staticmethods)
  • 006 OOP-Inheritance.pdf
  • 006 Python OOP Understanding Inheritance
  • 007 Python OOP Inheritance and Overriding
  • 008 Python Special (MagicDunder) Methods
  • 008 Python-Special-Dunder-Methods.pdf

  • 12 - Functional Programming in Python 3
  • 001 Map-Function.pdf
  • 001 Python Map() Function
  • 002 Filter-Function.pdf
  • 002 Python Filter() Function
  • 003 Python Reduce() Function
  • 003 Reduce-Function.pdf
  • 004 Python Zip() Function
  • 004 Zip-Function.pdf
  • 005 Enumerate-Function.pdf
  • 005 Python Enumerate() Function
  • 006 All-and-Any-Functions.pdf
  • 006 Python All() and Any() Functions

  • 13 - Python Advanced Data Structures
  • 001 Advanced Numbers
  • 002 Advanced Strings (Part 1)
  • 003 Advanced Strings (Part 2)
  • 004 Advanced Lists
  • external-links.txt

  • 14 - Working with Databases in Python
  • 001 Introduction to Databases and Creating SQLite Database
  • 002 SQLite CREATE TABLE Statement Creating a Table in SQLite Databases
  • 003 SQLite INSERT Statement Inserting New Rows into a Table
  • 004 SQLite SELECT Statement Reading Data from A Table
  • 005 SQLite UPDATE Statement How to Update Records
  • 006 SQLite DELETE Statement How to Delete Records.html
  • 007 For Your Attention.html
  • 008 On Production.html
  • external-links.txt

  • 15 - Conclusion
  • 001 Converting Your Python Programs to an Runnable (.exe) Files.html
  • 002 Bonus Lecture.html
  • 179,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 19020
    حجم: 5977 مگابایت
    مدت زمان: 1191 دقیقه
    تاریخ انتشار: ۲۰ شهریور ۱۴۰۲
    طراحی سایت و خدمات سئو

    179,000 تومان
    افزودن به سبد خرید