Arama Sonuçları

  1. A

    Forza 4 or 5

    Forza 4 its story and ending is op u guys will love it i prefer forza 4
  2. A

    Need for Speed: Hot Pursuit Review

    i prefer forza for NFS forza racing controlling and drifting better than NFS
  3. A

    Warzone 2.0 Season 2!!!

    warxone 2.0 is so lame game i m getting 30 gps with my i9 9th gen rtx 2060 super they need to fix bugs in game
  4. A

    What do you prefer dota 2 or lol ??

    Dota 2 is so boring now a days
  5. A

    Artificial Intelligence in the creation of scripts for online games.

    The World Economic Forum has estimated that artificial intelligence will replace some 85 million jobs by 2025
  6. A

    Ever kissed a man?

    no never thought of kissing a man because i m also a men
  7. A

    Sets

    myset = {"apple", "banana", "cherry"} Set Sets are used to store multiple items in a single variable. Set is one of 4 built-in data types in Python used to store collections of data, the other 3 are List, Tuple, and Dictionary, all with different qualities and usage. A set is a collection...
  8. A

    Classes and Objects

    Create Object Now we can use the class named MyClass to create objects: Example Create an object named p1, and print the value of x: p1 = MyClass() print(p1.x) Create a Class To create a class, use the keyword class: ExampleGet your own Python Server Create a class named MyClass, with a...
  9. A

    Dictionaries

    def roundtrip(df): a, b, c, d = 'station from', 'station to', 'count', 'count_back' idx = df[a] > df df = df.assign(**{d: 0}) df.loc[idx, [a, b, c, d]] = df.loc[idx, [b, a, d, c]].values return df.groupby([a, b]).sum()
  10. A

    Pandas Basics

    import pandas as pd import numpy as np df = pd.DataFrame({"station from":[20001,20040,20007,20080, 2, 3], "station to":[20040,20001,20080,20007, 1, 4], "count":[55,67,100,50, 20, 40]}) df
  11. A

    How long does it take to learn a programming language like C++?

    It typically takes 6-12 months to get a firm grasp on 3-4 programming languages. Traditional Degree: It takes about four years to complete a bachelor's degree in computer programming or computer science in a traditional college or university setting.
  12. A

    best/recommended C++ IDEs?

    Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. best for any programming language
  13. A

    Basic Operators

    There are five basic types of computer operations: inputting, processing, outputting, storing and controlling. Computer operations are executed by the five primary functional units that make up a computer system. The units correspond directly to the five types of operations.
  14. A

    What to study to learn programming from scratch?

    Python. Python is always recommended if you're looking for an easy and even fun programming language to learn first. Rather than having to jump into strict syntax rules, Python reads like English and is simple to understand for someone who's new to programming.
  15. A

    pubg develping code in which language

    The PUBG video game is created by Epic Games using the Unreal Engine 4 game engine platform. This platform provides audiences with realistic graphics because of its C++ coding and extensive toolkit.
  16. A

    the most important programming language?

    JavaScript is the most common coding language in use today around the world. This is for a good reason: most web browsers utilize it and it's one of the easiest languages to learn. JavaScript requires almost no prior coding knowledge — once you start learning, you can practice and play with it...
  17. A

    What do you know about the Python language?

    Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional
  18. A

    What is C# language?

    C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework. C# is used to develop web apps, desktop apps, mobile apps, games and much more. Start learning C# now »
  19. A

    movies or series??

    i will prefer tv series movies are now getting old
Üst