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

Learn to Code: Beginners Python Programming

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

Introduction to programming in Python for absolute beginners.


1. Getting Started
  • 1. Introduction to Python
  • 2. The Integrated Development Environment Lesson
  • 3. The Integrated Development Environment Walkthrough
  • 4. Data Types
  • 5. Variables
  • 6. Variables Code Walkthrough
  • 7. Print
  • 8. Print Code Walkthrough
  • 9. Arithmetic Operators
  • 10. Arithmetic Operators Code Walkthrough 1
  • 11. Arithmetic Operators Code Walkthrough 2
  • 12. Input
  • 13. Input Code Walkthrough
  • 14. Casting
  • 15. Casting Code Walkthrough
  • 16. Sequence
  • 17. Sequence Code Walkthrough
  • 18. Error Messages
  • 19. Error Messages Code Walkthrough
  • 20. Comments
  • 21. Comments Code Walkthrough
  • 22.1 Getting-started-Cheat-sheet (1).pdf
  • 22.2 Getting-Started-Glossary 1 .pdf
  • 22. Getting Started Cheatsheet and Glossary of Terms.html
  • 23.1 Getting-Started-Challenge-Sheet.pdf
  • 23. Getting Started Coding Challenges.html
  • 24.1 Getting-Started-Challenge-Model-Answers.pdf
  • 24. Getting Started Challenge Model Answers.html

  • 2. Working with Strings
  • 1. String Concatenation
  • 2. String Concatenation Code Walkthrough
  • 3. String Format
  • 4. String Format Code Walkthrough
  • 5. Line Breaks and Spacing
  • 6. Line Breaks and Spacing Code Walkthrough
  • 7. String Slicing Lesson
  • 8. String Slicing Code Walkthrough
  • 9. String Split Code Walkthrough
  • 10.1 String-Methods-Cheat-sheet.pdf
  • 10.2 String-Methods-Glossary.pdf
  • 10. Working with Strings Cheatsheet and Glossary of Terms.html
  • 11.1 String-Methods-Challenge-Sheet.pdf
  • 11. Working with Strings Coding Challenges.html
  • 12.1 String-Methods-Model-Answers.pdf
  • 12. Working with Strings Challenge Model Answers.html

  • 3. Collections
  • 1. Introduction to Lists Lesson
  • 2. Lists Code Walkthrough
  • 3. Lists - Append Lesson
  • 4. Lists - Append Code Walkthrough
  • 5. Lists - Insert Lesson
  • 6. Lists - Insert Code Walkthrough
  • 7. Lists - Remove Lesson
  • 8. Lists - Remove Code Walkthrough
  • 9. Lists - Sort Lesson
  • 10. Lists - Sort Code Walkthrough
  • 11. Lists - Nesting Lesson
  • 12. Lists - Nesting Code Walkthrough
  • 13.1 Lists-Cheat-sheet.pdf
  • 13. Lists Cheatsheet.html
  • 14.1 Lists-Challenge-Sheet.pdf
  • 14. Lists Coding Challenges.html
  • 15.1 Lists-Model-Answers.pdf
  • 15. Lists Challenge Model Answers.html
  • 16. Introduction to Tuples Lesson
  • 17. Introduction to Tuples Code Walkthrough
  • 18. Tuples Unpacking Lesson
  • 19. Tuples Unpacking Code Walkthrough
  • 20.1 Tuples-Cheat-sheet.pdf
  • 20. Tuples Cheatsheet.html
  • 21.1 Tuples-Challenge-Sheet.pdf
  • 21. Tuples Coding Challenges.html
  • 22.1 Tuples-Model-Answers.pdf
  • 22. Tuples Challenge Model Answers.html
  • 23. Sets Lesson
  • 24. Sets Code Walkthrough
  • 25.1 Sets-Cheat-sheets.pdf
  • 25. Sets Cheatsheet.html
  • 26.1 Sets-Challenge-Sheet.pdf
  • 26. Sets Coding Challenges.html
  • 27.1 Sets-Model-Answers.pdf
  • 27. Sets Challenge Model Answers.html
  • 28. Dictionaries Introduction Lesson
  • 29. Dictionaries Introduction Code Walkthrough
  • 30.1 Dictionaries-Cheat-sheet.pdf
  • 30. Dictionaries Cheatsheet.html
  • 31.1 Dictionaries-Challenge-Sheet.pdf
  • 31. Dictionaries Coding Challenges.html
  • 32.1 Dictionary-Model-Answers.pdf
  • 32. Dictionaries Challenge Model Answers.html
  • 33.1 Collections-of-Data-Glossary.pdf
  • 33. Collections Glossary of Terms.html

  • 4. Controlling the Flow with Selection
  • 1. Conditions Lesson
  • 2. Conditionals Code Walkthrough
  • 3. Logical Operators Lesson
  • 4. Logical Operators Code Walkthrough
  • 5.1 Selection-Cheat-sheet.pdf
  • 5.2 Selection-Glossary.pdf
  • 5. Selection Cheatsheet and Glossary of Terms.html
  • 6.1 Selection-Challenge-Sheet.pdf
  • 6. Selection Coding Challenges.html
  • 7.1 Selection-Model-Answers.pdf
  • 7. Selection Challenge Model Answers.html

  • 5. Repetition
  • 1. While Loops Lesson
  • 2. While Loops Code Walkthrough
  • 3.1 While-loops-Cheat-sheet.pdf
  • 3. While Loops Cheatsheet.html
  • 4.1 While-Loop-Challenge-Sheet.pdf
  • 4. While Loops Coding Challenges.html
  • 5.1 While-Loop-Model-Answers.pdf
  • 5. While Loops Challenge Model Answers.html
  • 6. For Loops Lesson
  • 7. For Loops Code Walkthrough
  • 8.1 For-loops-Cheat-sheet.pdf
  • 8. For Loops Cheatsheet.html
  • 9.1 FOR-Loop-Challenge-Sheet.pdf
  • 9. For Loops Coding Challenges.html
  • 10.1 For-Loop-Model-Answers.pdf
  • 10. For Loops Challenge Model Answers.html
  • 11.1 Repetition-Glossary.pdf
  • 11. Repetition Glossary of Terms.html

  • 6. Working with Files
  • 1. Files Read, Write and Append Lesson
  • 2. Files Read, Write and Append Code Walkthrough
  • 3. Files Presence and Deletion Code Walkthrough
  • 4. Working with CSV Files Code Walkthrough
  • 5.1 Files-Cheat-sheet.pdf
  • 5.2 Files-Glossary.pdf
  • 5. Files Cheatsheet and Glossary of Terms.html
  • 6.1 Files-Challenge-Sheet.pdf
  • 6. Files Coding Challenges.html
  • 7.1 Files-Model-Answers.pdf
  • 7. Files Challenge Model Answers.html

  • 7. Functions
  • 1. Function Definition Lesson
  • 2. Function Definition Code Walkthrough
  • 3. Function Arguments Lesson
  • 4. Function Arguments Code Walkthrough
  • 5. Variable Scope Lesson
  • 6. Variable Scope Code Walkthrough
  • 7.1 Functions-Cheat-sheet.pdf
  • 7.2 Functions-Glossary.pdf
  • 7. Functions Cheatsheet and Glossary of Terms.html
  • 8.1 Functions-Challenge-Sheet.pdf
  • 8. Functions Coding Challenges.html
  • 9.1 Functions-Model-Answers.pdf
  • 9. Functions Challenge Model Answers.html

  • 8. Classes and Objects
  • 1. Introduction to Objects Lesson
  • 2. Introduction to Objects Code Walkthrough
  • 3. Polymorphism Lesson
  • 4. Polymorphism Code Walkthrough
  • 5. Inheritance Lesson
  • 6. Inheritance Code Walkthrough
  • 7.1 Classes-and-Objects-Glossary.pdf
  • 7.2 Classes-Cheat-sheet.pdf
  • 7. Classes and Objects Cheatsheet and Glossary of Terms.html
  • 8.1 Classes-Challenge-Sheet.pdf
  • 8. Classes and Objects Coding Challenges.html
  • 9.1 Classes-Model-Answers.pdf
  • 9. Classes and Objects Challenge Model Answers.html

  • 9. Modules
  • 1. Introduction to Modules Lesson
  • 2. Introduction to Modules Code Walkthrough
  • 3. Datetime Lesson
  • 4. Datetime Code Walkthrough
  • 5. Math Module Lesson
  • 6. Math Module Code Walkthrough
  • 7. Random Module Code Walkthrough
  • 8.1 Modules-Cheat-sheet.pdf
  • 8.2 Modules-Glossary.pdf
  • 8. Modules Cheatsheet and Glossary of Terms.html
  • 9.1 Modules-Challenge-Sheet.pdf
  • 9. Modules Coding Challenges.html
  • 10.1 Modules-Model-Answers.pdf
  • 10. Modules Challenge Model Answers.html

  • 10. Exceptions
  • 1. Working with Exceptions Lesson
  • 2. Working with Exceptions Code Walkthrough
  • 3.1 Exceptions-Cheat-sheet.pdf
  • 3.2 Exceptions-Glossary.pdf
  • 3. Exceptions Cheatsheet and Glossary of Terms.html
  • 4.1 Exceptions-Challenge-Sheet.pdf
  • 4. Exceptions Coding Challenges.html
  • 5.1 Exceptions-Model-Answers.pdf
  • 5. Exceptions Challenge Model Answers.html

  • 11. User Interfaces
  • 1. Introduction to Tkinter Lesson
  • 2. Introduction to TKinter Code Walkthrough
  • 3. TKinter Frame and Title Code Walkthrough
  • 4. Adding Widgets Lesson
  • 5. Adding Widgets Code Walkthrough
  • 6. Actions Lesson
  • 7. Actions Code Walkthrough
  • 8. Tkinter Extras Code Walkthrough
  • 9. Tkinter Extras Code Walkthrough Part 2
  • 10. Tkinter Extras Code Walkthrough Part 3
  • 11.1 TKinter-Cheat-sheet.pdf
  • 11.2 TKinter-Glossary.pdf
  • 11. Tkinter Cheatsheet and Glossary of Terms.html
  • 12.1 TKinter-Challenge-Sheet.pdf
  • 12. Tkinter Coding Challenges.html
  • 13.1 TKinter-Model-Answers.pdf
  • 13. Tkinter Challenge Model Answers.html

  • 12. Regular Expressions
  • 1. Findall Lesson
  • 2. Findall Code Walkthrough
  • 3. Split and Sub Lesson
  • 4. Split and Sub Code Walkthrough
  • 5. Special Sequences Lesson
  • 6. Special Sequences Code Walkthrough
  • 7. Build Your Own Search String Lesson
  • 8. Build Your Own Search String Code Walkthrough
  • 9. Groups Code Walkthrough
  • 10.1 RegEx-Cheat-sheet.pdf
  • 10.2 Regular-Expressions-Glossary.pdf
  • 10. Regular Expressions Cheatsheet and Glossary of Terms.html
  • 11.1 RegEx-Challenge-Sheet.pdf
  • 11. Regular Expressions Coding Challenges.html
  • 12.1 RegEx-Model-Answers.pdf
  • 12. Regular Expressions Challenge Model Answers.html

  • 13. The Final Project
  • 1. Final Project
  • 2.1 Final-Project-Challenge.pdf
  • 2. Final Project Challenge.html
  • 3.1 Final-Project-Model-Answer.pdf
  • 3. Final Project Model Answer.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 37166
    حجم: 5896 مگابایت
    مدت زمان: 385 دقیقه
    تاریخ انتشار: ۶ تیر ۱۴۰۳
    طراحی سایت و خدمات سئو

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