Arama Sonuçları

  1. T

    League of legends or DOTA 2

    i think dota 2 is familiar with 8's generation, and lol for 9's
  2. T

    Best lane pusher?

    quinn or yorick you can play darius, jax, irelia or quinn
  3. T

    who is the best champion?

    it belong to what position you want to play, i can play darius win any champions
  4. T

    Best Jungler LOL

    in current meta 13.13, i think is Khazix
  5. T

    The Best Settings to Play ADC

    you can practice ashe first
  6. T

    Help to learn English

    Consistent Practice: Practice regularly, even if it's just a short daily session. Consistency is key to language improvement. Immersive Listening: Surround yourself with English as much as possible. Listen to English podcasts, watch movies, TV shows, or YouTube videos in English. Read...
  7. T

    How to learn Flutter quickly?

    Setup Environment: Install Flutter and Dart SDK. Learn Dart Basics: Grasp Dart fundamentals. Explore Documentation: Understand Flutter concepts and widgets. Online Courses: Enroll in courses for structured learning. Hands-On Coding: Practice with simple Flutter apps. Build Real Projects...
  8. T

    How to Create a Website Using Python

    Install Python and Flask, a web framework, using pip. Create a project folder and initialize a Flask app with a basic route. Enhance your website by adding routes, templates, and static files. Deploy and explore advanced features as your project evolves.
  9. T

    Thread: A Beginner's Guide to Python Programming 🐍

    you can alway study in udemy or youtube for free
  10. T

    Favorite Fast Food

    I like Vietnamese noodle with beef
  11. T

    What Food You Like to Eat Most?

    I like VietNam bread with egg and hotdog
  12. T

    pubg develping code in which language

    PUBG (PlayerUnknown's Battlegrounds) is primarily developed using the Unreal Engine, and the codebase is primarily written in C++. Unreal Engine provides a robust framework for game development and is widely used in the gaming industry for its performance and flexibility. Additionally, certain...
  13. T

    the most important programming language?

    The importance of a programming language depends on the project and industry. JavaScript is crucial for web development, while Python is versatile across domains. Java and C# excel in enterprise applications and diverse software development.
  14. T

    What is C# language?

    It is part of the .NET framework and is designed for building Windows applications, web applications, and other software components. C# combines the power and flexibility of C++ with the simplicity and ease of use of languages like Java. Key features of C# include strong typing, automatic...
  15. T

    What do you know about the Python language?

    Python is a high-level, versatile programming language known for its readability and simplicity. It supports multiple paradigms, including procedural, object-oriented, and functional programming. Python has a large standard library, extensive community support, and is widely used in various...
  16. T

    how to get better in pubg

    Practice aim and shooting in training mode for better accuracy. Use sound cues to be aware of nearby players. Choose strategic landing spots and prioritize loot efficiently.
  17. T

    how much time for c++

    The time it takes to learn C++ varies widely depending on several factors, including your prior programming experience, the amount of time you can dedicate to learning, the quality of learning resources, and your ability to grasp new concepts. Here are some considerations: Prior Programming...
  18. T

    Python Conditions

    Nested Conditions: You can also nest conditions within each other to create more complex decision structures. pythonCopy code x = 5 if x > 0: if x % 2 == 0: print("x is a positive even number") else: print("x is a positive odd number") else: print("x is not a positive number")
Üst