JOINT PURCHASES Python: An Introduction To Python Programming

Тема в разделе "Others Сourses", создана пользователем admin, 29 авг 2024.

Этап:
Набор участников
Цена:
63.00 USD
Участников:
1 из 7
Организатор:
admin
14%
Расчетный взнос:
10 USD
  • Участники покупки:
    1. admin;
  1. admin

    admin Administrator Команда форума

    Python: An Introduction To Python Programming

    Скриншот 29-08-2024 151638.jpg

    Key benefits
    • Comprehensive introduction to Python
    • Practical examples and exercises
    • Focus on game development and problem-solving
    Description
    This book introduces programming concepts using Python 3, designed for beginners and hobbyists with no prior programming experience. It covers loops, strings, functions, files, graphics, multimedia, algorithms, classes, and more. Many examples are based on video game development, making learning engaging and practical. The book uses a just-in-time presentation style, providing material when it's needed, and includes companion files with source code, exercises, projects, and figures. The course starts with an overview of modern computers and basic programming concepts. It progresses through topics like repetition, sequences, functions, file input/output, classes, graphics, data manipulation, and multimedia. The latter chapters focus on basic algorithms, programming for the sciences, writing good programs, parsing, and communicating using graphics and Pygame. By the end of the course, students will have a solid understanding of programming fundamentals, enhanced by practical applications in video game development. This approach not only makes learning enjoyable but also equips students with the skills needed for further studies in computer science and programming.

    What you will learn
    • Write simple Python programs
    • Implement loops and conditional statements
    • Utilize strings, tuples, and lists
    • Define and use functions
    • Handle files and input/output operations
    • Create classes and objects