90,820 views
About Kinoquest Premium Plan → https://kino-code.com/kinocollege_dx/... We will propose a study plan that is perfect for you! / One-stop service from programming study plans to career consultations and job changes ■ Recommended for the following people! ・There is too much to study and I don't know what to study. ・I'm busy with work and housework and can't achieve the results I want with the little study time I have. ・I want to use programming to improve work efficiency and multiply my skills, but I'm worried because I don't know what curriculum I should learn. ・I want to use it at work as soon as possible, but I don't know how many hours I need to study to acquire programming skills. [Features of Kinoquest Premium Plan] ・All courses are available for a monthly fee of 11,900 yen (tax included). ・12 classes in total: ChatGPT x Python integration, Introduction to AWS, Website creation, Web app development, Business efficiency, Financial analysis, Machine learning practice, Machine learning application, Excel master, PowerBI master, Programming super beginner, Introduction to programming *Excel master, PowerBI master, Programming super beginner, Introduction to programming are archived videos. *Even if live classes are canceled, you can continue your studies through archived classes.・There are monthly assignments for each course, and you can deepen your understanding through classes on the assignments.・Assignments and classes act as a pacemaker for learning.・Since you have peers working on the same assignments, it's easy to ask questions and maintain motivation.・You can learn from the basics to practice, and even get career advice in one stop.・Completely online▼Table of Contents00:00:00 Introduction00:01:05 01. Course introduction00:08:10 02. Setting up a Python environment00:44:23 03. The three basic structures of programming, and how to execute them00:51:53 04. Variables01:01:14 05. Data types01:13:15 06. Lists01:28:02 07. Tuples01:38:13 08. Dictionaries01:49:32 09. Sets02:05:48 10. Operators02:19:44 11. Conditional branching02:32:00 12. Repetition 02:44:51 13. Strings 03:01:42 14. Exception handling 03:12:35 15. Comprehensions 03:22:42 16. Functions 03:56:52 17. Modules, packages, libraries 04:15:27 18. Namespaces and scopes 04:29:55 19. Built-in functions 04:54:23 20. File operations 05:17:07 21. Classes ▼Video content Hello, this is Kinokod. This video is a compilation of all 21 videos that were distributed as an introductory application of Python. Why did you decide to learn Python? Data collection, business automation, data analysis, machine learning, web app creation, there may be various purposes. If you are wondering what kind of learning you should do to achieve your goal, please watch this video. It explains what you can do with Python, what kind of learning you should do to achieve it, and how long it will take. We hope this will be helpful for your studies. In addition, Kinoquest, a Python learning service, offers a curriculum that allows you to learn all the way to practice. If you sign up for the premium plan, a teacher will conduct a one-on-one interview and propose a learning plan that is perfect for you. If you want to learn to your goal without wasting time, please consider Kinoquest's premium plan. For details, please check the URL in the description. Now, please enjoy 21 videos at once. ■ Related videos A thorough explanation of the Python learning roadmap in 40 minutes Recommended learning methods and study times for different things you want to make for beginners • A thorough explanation of the Python learning roadmap in 40 minutes Recommended learning methods and study times for different things you want to make... [Learning programming] Are you studying in vain? We will propose a custom-made learning plan • [Learning programming] Are you studying in vain? Customized learning plan... [New class] From the basic usage of ChatGPT to automating business processes and developing apps by linking ChatGPT and Python <Development source code also distributed> • [New class] From the basic usage of ChatGPT to automating business processes and developing apps by linking ChatGPT and Python... ■ [Python Introduction/Advanced] Video list [Python Introduction/Advanced] Learn everything from the basics to practical applications in one go (for beginners to intermediates) 01. Course introduction • [Python Introduction/Advanced] Learn everything from the basics to practical applications in one go (for beginners... [Python Introduction/Advanced] Create an environment for Python on Windows and Mac 02. Creating a Python environment • [Python Introduction/Advanced] Create an environment for Python on Windows and Mac... [Python Introduction/Advanced] Can't you program without knowing this?! 03. The three basic structures of programming, how to execute them • [Python Introduction/Advanced] Can't you program without knowing this?! 03... [Python Introduction/Advanced] 04. Variables Don't think you understand it? Get a firm grasp of the basics! (Variables are like boxes you can put data in) • [Python Introduction/Advanced] 04. Variables Don't think you understand it? Get a firm grasp of the basics... [Python Introduction/Advanced] 05. Data types Learn the types and characteristics of data you can put in variables, and how to check them • [Python Introduction/Advanced] 05. Data types Learn the types and characteristics of data you can put in variables, and how to check them... [Python Introduction/Advanced] 06. Lists Learn how to access elements, and how to add and delete them (for beginners to intermediate users) • [Python Introduction/Advanced] 06. Lists Learn how to access elements, and how to add and delete them... [Python Introduction/Advanced] 07. Tuples Understand the difference between lists and the characteristics of tuples • [Python Introduction/Advanced] 07. Tuples Learn the difference between lists and the characteristics of tuples... [Python Introduction/Advanced] 08. Dictionaries Learn how to handle them, including how to add, delete, and take them out, and their characteristics (easy to understand even for beginners) • [Python Introduction/Advanced Course] 08. Dictionaries How to add, delete, retrieve, etc. [Python Introduction/Advanced Course] 09. Sets Learn how to handle sets and their features, which allow you to remove duplicate elements (easy-to-understand explanation for beginners) • [Python Introduction/Advanced Course] 09. Sets Learn how to handle sets and their features, which allow you to remove duplicate elements... [Python Introduction/Advanced Course] 10. Operators Master the arithmetic, relational, and logical operators that are essential for programming • [Python Introduction/Advanced Course] 10. Operators Master the arithmetic, relational, and logical operators that are essential for programming... [Python Introduction/Advanced Course] 11. Conditional Branching Master conditional branching, which separates processing depending on conditions! Explains if statements and match statements (easy to understand even for beginners) • [Python Introduction/Advanced Course] 11. Conditional branching A "conditional branch" that separates processing depending on conditions... [Python Introduction/Advanced Course] 12. Repetition Repeating the same process over and over, including if statements, while statements, and how to set the number of repetitions and conditions (easy to understand even for beginners) • [Python Introduction/Advanced Course] 12. Repetition Repeating the same process over and over, including if statements... [Python Introduction/Advanced Course] 13. Strings Explanation of how to join, split, search, replace, and use the format method (easy to understand even for beginners) • [Python Introduction/Advanced Course] 13. Strings Explanation of how to join, split, search, replace, and use the for... [Python Introduction/Advanced Course] 14. Exception handling How to run a program even when an error or exception occurs (easy to understand even for beginners) • [Python Introduction/Advanced Course] 14. Exception handling How to run a program even when an error or exception occurs... [Python Introduction/Advanced Course] 15. Comprehensions How to create lists, dictionaries, and sets according to certain rules (easy to understand even for beginners) • [Python Introduction/Advanced Course] 15. Comprehensions Lists, dictionaries, and more can be created by following certain rules. Learn how to use them in just 30 minutes! [Python Introduction/Advanced Course] 16. Functions Functions are like memorizing recipes (easy to understand even for beginners) • Learn how to use them in just 30 minutes! [Python Introduction/Advanced Course] 16. Functions Functions are like memorizing recipes (easy to understand even for beginners) • Modules, packages, and libraries Understand them by using their usage and differences (easy to understand even for beginners) [Python Introduction/Advanced 17] • Modules, packages, and libraries Understand them by using their usage and differences (easy to understand even for beginners) [Python Introduction/Advanced 18] • [Namespaces and scopes] Will knowing about them reduce errors? Easy to understand even for beginners... Python's frequently used built-in functions! Thorough understanding of 12 built-in functions (easy to understand even for beginners) [Python Introduction/Advanced 19] • Python's frequently used built-in functions! Thorough understanding of 12 built-in functions (easy to understand even for beginners) Thoroughly understand how to read, write, create, compress and extract files in Python! (Easy to understand for beginners) [Python Introduction/Application 20] • Thoroughly understand how to read, write, create, compress and extract files in Python... [Comprehensive explanation] From the basics of Python classes to class inheritance and class variables, etc. Explains how to use classes [Python Introduction/Application 21] • [Comprehensive explanation] From the basics of Python classes to class inheritance and class variables, etc.... ▼Transcription blog https://kino-code.com/ ▼Used in this video! ▼Related methods▼Self-introductionI wrote a self-introduction on my blog. https://kino-code.com/profile/ ▼SNS Twitter : / likes Facebook : / Kinocode -105693727500005/ Website : https://kino-code.com/ #python #introduction #basics #programming