Game Development (Android + IOS): Build 12 Apps & Games

Go to class
Write Review

Game Development (Android + IOS): Build 12 Apps & Games provided by Udemy is a comprehensive online course, which lasts for 27 hours worth of material. Game Development (Android + IOS): Build 12 Apps & Games is taught by Sachin Kafle. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Build 12 Cool Projects-- 2048 game, Flappy Bird, Credit Card Validation, Scientific Calculator etc. with Python!!

    What you'll learn:

    • Will learn about android game development with Kivy & Python
    • Will learn about all of features in Python 3.6
    • Will learn about advanced programming with Python
    • Will learn to make great games and any apps with Python
    • Will cover advance stuffs pf Programming --iterators, generators, decorators & closure
    • Will learn about Pygame module
    • Will learn about GUI with Python
    • Will learn about Object Oriented Programming Principles
    • Will learn to make real world projects with python
    • Will learn to make simple AI with Python that can be implemented in any games
    • Will learn about lambda functions and some higher order functions
    • Will learn about implementation of decorators with Python
    • Will learn about basics game fundamentals
    • Will learn about Lifecycle of android app development with python

    Welcome to Python Programming world: most popular language skill to have in 2018. You are going to learn every bit of python language in this course so that you can apply your knowledge in real world apps.

    You will learn:

    1. Android game and app development with Kivy+Python

    2. Python basics and advance

    3. Important pygame module

    Questions that most beginners ask me:

    Is Python A Good First Programming Language To Learn?

    Even though it has not yet been adopted as a first language by many computer science programs, Python is widely seen by industry experts as a great first programming language when learning to code and its extensive use in SpaceX to automate and handle technologies to launch rockets, Instagram, Google to support their backends and Many companies to support and execute ML and Deep Learning Algorithms; Its undoubtedly No.1 Programming Language to learn.

    For starters, the syntax of Python is simpler than that of most other major programming languages, with fewer exceptions and special cases. It also tends to use plain English keywords in place of the system of punctuation that has to be memorized in other languages, making it easier to learn to code. Given these conventions, Python code tends to appear as less of a "jumble" to newcomers than it does in comparable languages.

    Another great feature of Python is the ubiquity of its use. While Python is optimized for development on Linux and Unix systems, interpreters are available for just about every major operating system. All implementations of Python are supported by an excellent standard library, which means that new students can very quickly move on to creating actual functional programs that are useful. Additionally, the standard implementation of Python, CPython, is free and open source.

    What Type Of Jobs Are Available To Python Programmers?

    In the job market, if you observe the trends; Python is often looked as a strong language to support some primary language that is more broadly used like C or Java. But Lately, with the evolution of ML and Deep Learning Algorithms; it is highly demanded skill to have in 2018 and later. There are a variety of jobs that one can get focusing exclusively on Python development, however. Many of these jobs will be in building and improving the internal tools that a company uses to create its finished marketable products, rather than working on the finished product itself.

    One specific economic sector where the presence of Python programming is particularly strong is the geospatial industry. This is a critical industry that deals in navigational tools such as GPS, radar and light measurements.

    If you're interested in web applications, Python is a better choice for development (working with the back-end or server side) rather than design (creating the actual finished front-end that site visitors interact with). As mentioned previously, Google employed Python for many components of its search engine, and it is quite widely used in the data mining industry.

    Finally, Python can also be used for game development. Some famous examples of games developed either entirely or in large part with Python include EVE Online, Civilization IV, the Battlefield game series and the Mount & Blade games. The popular development environment Blender is written in Python.


    TOPICS TO BE COVERED IN THIS COURSE:

    1. Installing Python

    2. Running Python Code

    3. Strings

    4. Lists

    5. Dictionaries

    6. Tuples

    7. Sets

    8. Number Data Types

    9. Print Formatting

    10. Functions

    11. Scope

    12. args/kwargs

    13. Built-in Functions

    14. Debugging and Error Handling

    15. Modules

    16. External Modules

    17. Object Oriented Programming

    18. Inheritance

    19. Polymorphism

    20. Encapsulation

    21. Advanced Methods

    22. Copy Module

    23. Decorators

    24. Iterators

    25. Android development with Kivy

    26. Closures

    27. and much more!

    PROJECTS

    Minor Projects (Basic to advance):

    1. Password generator

    2. Domain Formatting

    3. Star Pattern

    4. Stop timer

    5. Tic Tac Toe

    6. Simple word count

    7. Scientific calculator

    8. Rock Paper Scissors

    9. Credit card Validator

    10. Punctuation removal

    Major Projects:

    1. Flappy Bird

    2. 2048 game