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

Python for Beginners to Experts: A Complete Course

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

Master Python: Transform from Beginner to Expert Developer


1 - Python Setup
  • 1 - Python Tutorial Install and Setup for Mac and Windows
  • 1 - Python-Tutorial-Install-and-Setup-for-Mac-and-Windows

  • 2 - Python Object and Data Structure Basics
  • 2 - Python Tutorial Strings Working with Textual Data
  • 2 - intro.zip
  • 3 - Python Tutorial Integers and Floats Working with Numeric Data
  • 3 - intro.zip
  • 3 - snippets.txt
  • 4 - Python Tutorial Lists Tuples and Sets
  • 4 - intro.zip
  • 4 - snippets.txt
  • 5 - Python Tutorial Dictionaries Working with KeyValue Pairs
  • 5 - intro.zip
  • 6 - Python Tutorial Namedtuple When and why should you use namedtuples
  • 6 - code.zip
  • 6 - named-tuples.zip
  • 7 - Python Tutorial Sets Set Methods and Operations to Solve Common Problems
  • 7 - sets.zip
  • 7 - snippets.txt

  • 3 - Python Statements
  • 8 - Python Tutorial Conditionals and Booleans If Else and Elif
  • 8 - intro.zip
  • 8 - snippets.txt
  • 9 - Python Tutorial Loops and Iterations ForWhile Loops
  • 9 - intro.zip
  • 10 - Python Tutorial Else Clauses on Loops
  • 10 - find.zip
  • 10 - test-while.zip

  • 4 - Functions
  • 11 - Python Tutorial Functions
  • 11 - intro.zip
  • 11 - snippets.txt
  • 12 - Variable Scope Understanding the LEGB rule and globalnonlocal statements

  • 5 - Objectoriented programming
  • 13 - Classes and Instances
  • 13 - oop.zip
  • 14 - Class Variables
  • 14 - oop.zip
  • 15 - Classmethods and Staticmethods
  • 15 - oop.zip
  • 16 - Inheritance Creating Subclasses
  • 16 - oop.zip
  • 16 - oop-finish.zip
  • 17 - Special MagicDunder Methods
  • 17 - oop-test.zip
  • 18 - Property Decorators Getters Setters and Deleters
  • 18 - oop.zip

  • 6 - Modules and Packages
  • 19 - Pip An indepth look at the package management system
  • 20 - Pipenv Easily Manage Packages and Virtual Environments
  • 20 - requirements.txt
  • 21 - Python Tutorial if name main

  • 7 - Errors and Exception Handling
  • 22 - Python Tutorial Using TryExcept Blocks for Error Handling
  • 22 - exceptions.zip
  • 23 - Python Tutorial Duck Typing and Asking Forgiveness Not Permission EAFP
  • 23 - eafp.zip
  • 24 - Python Tutorial Unit Testing Your Code with the unittest Module
  • 24 - calc.zip
  • 24 - employee.zip
  • 24 - snippets.txt
  • 24 - test-calc.zip
  • 24 - test-employee.zip

  • 8 - Decorator
  • 25 - Decorators Dynamically Alter The Functionality Of Your Functions
  • 25 - decorators.zip
  • 25 - snippets.txt
  • 26 - Python Tutorial Decorators With Arguments
  • 26 - decorator-finish.zip
  • 26 - decorator-start.zip
  • 26 - flask-hello.zip

  • 9 - Generators
  • 27 - Generators How to use them and the benefits you receive
  • 27 - mem-profile.zip
  • 27 - people.zip
  • 27 - square-nums.zip

  • 10 - Advanced Python Modules
  • 28 - Import Modules and Exploring The Standard Library
  • 28 - intro.zip
  • 28 - my-module.zip
  • 29 - OS Module Use Underlying Operating System Functionality
  • 30 - Datetime Module How to work with Dates Times Timedeltas and Timezones
  • 30 - dates.zip
  • 31 - CSV Module How to Read Parse and Write CSV Files
  • 31 - names.csv
  • 31 - new-names.csv
  • 31 - parse-csv.zip
  • 32 - Itertools Module Iterator Functions for Efficient Looping
  • 32 - iter-demo.zip
  • 32 - snippets.txt
  • 32 - test.zip
  • 33 - data.txt
  • 33 - emails.zip
  • 33 - re Module How to Write and Match Regular Expressions Regex
  • 33 - simple.zip
  • 33 - snippets.txt
  • 33 - urls.zip
  • 34 - Working with Zip Files
  • 35 - Python Tutorial Calling External Commands Using the Subprocess Module
  • 36 - Generate Random Numbers and Data Using the random Module
  • 36 - random-data.zip
  • 36 - random-demo.zip

  • 11 - Web Scrapping with Python
  • 37 - Web Scraping with RequestsHTML
  • 37 - simple.html
  • 38 - Web Scraping with BeautifulSoup and Requests
  • 38 - scrape.zip
  • 38 - simple.html

  • 12 - Setting up a Python Development Environment
  • 39 - Setting up a Python Development Environment in Eclipse
  • 40 - Setting up a Python Development Environment in Sublime Text

  • 13 - Hiding Passwords and Secret Keys in Environment Variables
  • 41 - Hiding Passwords and Secret Keys in Environment Variables Mac Linux
  • 41 - env-vars.zip
  • 42 - Hiding Passwords and Secret Keys in Environment Variables Windows
  • 42 - env-vars.zip

  • 14 - Setting up a Virtual Environment
  • 43 - Python Tutorial virtualenv and why you should use virtual environments
  • 44 - Python Tutorial Anaconda Installation and Using Conda

  • 15 - Advance Python Objects and String Formatting
  • 45 - FStrings How to Use Them and Advanced String Formatting
  • 46 - String Formatting Advanced Operations for Dicts Lists Numbers and Dates
  • 46 - formatting.zip
  • 47 - Python Tutorial Comprehensions How they work and why you should be using them
  • 47 - comprehensions.zip
  • 48 - Python Tutorial Slicing Lists and Strings
  • 48 - slicing.zip
  • 49 - Python Tutorial Sorting Lists Tuples and Objects

  • 16 - Working with File Objects
  • 50 - Python Tutorial File Objects Reading and Writing to Files
  • 50 - README.txt
  • 50 - files.zip
  • 50 - test.txt
  • 51 - Python Tutorial Context Managers Efficiently Managing Resources
  • 52 - Python Tutorial Automate Parsing and Renaming of Multiple Files
  • 52 - rename.zip

  • 17 - Working with Images with Python
  • 53 - Python Tutorial Image Manipulation with Pillow

  • 18 - Working with Json Data
  • 54 - Python Tutorial Working with JSON Data using the json Module
  • 54 - api.zip
  • 54 - json-demo.zip
  • 54 - new-states.zip
  • 54 - states.zip
  • 55 - Python Requests Tutorial Request Web Pages Download Images POST Data and more

  • 19 - Threading and Multiprocessing
  • 56 - Python Threading Tutorial Run Code Concurrently Using the Threading Module
  • 56 - download-images.zip
  • 57 - Python Multiprocessing Tutorial Run Code in Parallel Using the Multiprocessing

  • 20 - Logging
  • 58 - Logging Basics Logging to Files Setting Levels and Formatting
  • 58 - employee.zip
  • 58 - log-sample.zip
  • 58 - snippets.txt
  • 59 - Logging Advanced Loggers Handlers and Formatters
  • 59 - employee.zip
  • 59 - log-sample.zip

  • 21 - Iterators
  • 60 - Python Tutorial Iterators and Iterables What Are They and How Do They Work
  • 60 - iter-demo.zip

  • 22 - SQLite with Python
  • 61 - Complete Overview Creating a Database Table and Running Queries
  • 61 - employee.zip
  • 61 - snippets.txt
  • 61 - sqlite-demo.zip

  • 23 - Jupyter Notebook
  • 62 - Jupyter Notebook Tutorial Introduction Setup and Walkthrough

  • 24 - Quick Tips
  • 63 - Python Quick Tip The Difference Between and is Equality vs Identity
  • 64 - Python Tutorial Custom Sublime Text Build Systems
  • 65 - Python Tutorial str vs repr
  • 65 - test.zip
  • 65 - test2.zip
  • 66 - 10 Python Tips and Tricks For Writing Better Code

  • 25 - Bonus
  • 67 - 5 Common Python Mistakes and How to Fix Them
  • 68 - Preparing for a Python Interview 10 Things You Should Know
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 34125
    حجم: 6520 مگابایت
    مدت زمان: 1321 دقیقه
    تاریخ انتشار: 29 فروردین 1403
    دسته بندی محصول
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید