Shougang 80 million smashed qi zhou, Li Luyun took over Jiangsu, and Zhao Rui steadily entered the national team.

Hello, everyone, I’m Bei Ning. Dear friends, you should develop the habit of reading first and then praising!

Qi zhou’s contract farce continued in this offseason, and fans felt that he wanted to join other teams to participate in the CBA League. After all, for qi zhou, there was no future for him to play in overseas leagues all the time. He tried to play in the NBL League in Australia before, but qi zhou’s performance was not particularly outstanding. He failed to gain a full foothold in the NBL League. For qi zhou, it was the best choice to be able to go to a local team to play stably. After all, in addition to the CBA League every season, qi zhou had to participate.

Recently, a well-known media broke the news that Beijing Shougang Team introduced qi zhou. It is reported that the chips given by the team before were Fan Ziming plus 80 million cash, of which 40 million cash was the transfer fee given by Beijing Shougang Team to Xinjiang Team. This money seems reasonable. As the strongest insider of China Men’s Basketball Team, qi zhou really deserves such a transfer amount. However, the problem is that qi zhou also wants to get the signing fee given by Beijing Shougang Team, and his asking price is also 40 million cash. Beijing Shougang Team finally gritted its teeth and agreed to this request.

However, in the case that Beijing Shougang team negotiated with Xinjiang team and qi zhou, they still failed to sign qi zhou successfully, because in CBA league, players can’t collect the signing fee. If Beijing Shougang team gave qi zhou the 40 million, the team would have broken the rules of the league. According to qi zhou’s personality, he would probably use this matter to propose to leave the team again in the future. Beijing Shougang team only wants to sign qi zhou in full compliance, and they have to continue negotiations.

Qi zhou, the former main inside player of Xinjiang team.

The second news came from Li Luyun, a young insider of Jiangsu team. In this offseason, Jiangsu team traded Wu Guanxi to Xinjiang team to play. There were not many insider players they could use. Li Luyun directly became the main insider of Jiangsu team, and he began to take over the team. In the warm-up match between Jiangsu team and Ningbo Fubon team, Li Luyun played for 26 minutes, and he scored 14 points.

The main reason why Jiangsu team has the courage to trade Wu Guanxi is that they are more optimistic about the ability of Li Luyun. Jiangsu team thinks that Li Luyun can exist as the main player of the team, and his talent is really good. Before, Li Luyun’s biggest shortcoming was his poor physical confrontation ability, but at present, although his body is thin, his physical confrontation ability is still good, Li Luyun.

Before the existence of Wu Guanxi, Li Luyun didn’t play too much, and he was really young, but the Jiangsu team made a decision this offseason, and they traded Wu Guanxi. Next season, Li Luyun will be the main inside player of Jiangsu team, and his average playing time is likely to exceed 30 minutes. As long as Li Luyun can seize these opportunities, his development should be very good in the future.

Li Luyun’s Jiangsu Team Playing Period

The third news comes from Zhao Rui, the main defender of Guangdong team. China men’s basketball team played warm-up matches with several European teams before. It can be seen that Zhao Rui is actually the most stable player in the team. He can score nearly 10 points per game, and Zhao Rui can also help his teammates create some offensive opportunities. He is now a standard double-energy defender. In fact, Zhao Rui’s current position is the position of Guo Ailun in the national team before.

Next, Zhao Rui is sure to enter the national team’s 12-man roster. He is the number one defender in the team except Zhao Jiwei. In terms of personal offensive ability, Zhao Rui is stronger than Sun Minghui, and in terms of ball holding ability, he is also better than Hu Mingxuan. Zhao Rui’s ability in all aspects is actually very good. He is a very practical defender. Now, if the China men’s basketball team wants to win, it still depends on the help of Zhao Rui, a defender.

Especially this time, Guo Ailun didn’t play in the national team. Every team needs a defender as a key player. Zhao Rui is such a player. Besides tackling the key, he also has certain passing ability. Zhao Rui has completely won the trust of Jorjevich. He and Zhao Jiwei are the two most capable players in the position of defender at present. Perhaps in the CBA league, Zhao Rui’s data is not particularly outstanding, but he is very suitable for participating in the national team competition.

Zhao Rui, the main defender of China Men’s Basketball Team

The fans who are familiar with Zhao Rui know very well that he is very strict with himself. Moreover, when Zhao Rui just entered the CBA League, his offensive desire was actually very strong. Zhao Rui is a defender who plays the main offense, but in the Guangdong team, his offensive ability is often unable to be displayed.

Guangdong’s three main defenders, Zhao Rui, Hu Mingxuan and Jeff, have similar positions in the team, and their offensive ball rights are equally divided. Zhao Rui doesn’t have much offensive hand rights, which leads to his low score data. If Guangdong only has Zhao Rui as a main defender, his data should be very good-looking.

Romano: Al Thani thinks he can buy Manchester United and thinks he is the highest bidder.

According to well-known journalist Romano, Al Thani still believes that he can buy Manchester United and thinks his bid is the best.

Romano wrote: "Al-Thani still believes that he can buy Manchester United, and he is still keen on the full acquisition of Manchester United. And Al Thani thinks his bid may be the best. He plans to invest in the team, the youth training system and improve facilities. "

What is the secret of Python’s continuous growth?

Author | Rizel Scarlett

Translator | Bian An Editor | Wang Ziyu

Produced by | csdn (ID: csdnnews)

What programming language can continue to be popular 30 years after its birth?

If you can think of Python, congratulations, that’s right. In the October 2022 report, we found that Python is still the second most commonly used programming language on GitHub. Interestingly, the usage of Python increased by more than 22% year-on-year. In 2022, more than 4 million developers on GitHub were using it.

In this paper, we will introduce the history, characteristics and usage of Python in depth, and try to answer why the programming language conceived in the 1980s can continue to dominate the development. In addition, we will provide some useful tips and techniques for experienced Python developers.

What is Python?

Python is a high-level interpretable programming language, and its syntax is very simple, which makes it easy to read and very friendly to users and beginners. Python was originally built to satisfy the author Guido Van Rossum’s desire to design a simple and beautiful programming language. It was first released to the world in 1991.

Interestingly, this programming language, which originally wanted to express "beauty", chose the word Python as its name, which was related to a TV comedy "Monty Python’s Flying Circus in monty python" which was first broadcast in the 1970s in Britain.

Python language has been widely used in developers, data scientists, researchers and other fields since its birth. You may ask, where do you see that Python is simple and beautiful? Let’s make a comparison:

Usually, as an introductory example, every little white who studies programming will write this case:

Python

And if you use Java, you will have to write many more lines:

Java

Because Python is a universal language, it can be used in various applications, and its simplicity makes it an excellent language for automating tasks, building websites or software and analyzing data. Python has several other features that make it very popular among developers and engineers. These include:

Easy to read:

Python code uses English keywords instead of punctuation, and its line breaks help define code blocks. This means that you can easily understand the design purpose of the code by looking at the code;

Open source code:

You can download the source code, modify it, and use it at will;

Cross platform:

Some languages require you to modify the code to adapt to different platforms, but Python, as a cross-platform language, can run the same code on any operating system as long as it has a Python interpreter installed.

It is extensible:

Python code can be written in other languages (such as C++), and users can add low-level modules in Python interpreters to customize and optimize their tools.

Has a powerful standard library:

This library can be accessed by anyone, which means that users don’t have to write code for each function, but access the built-in modules to help solve problems in daily programming.

What is Python usually used for?

Python can be used for almost anything, from network and software development to machine learning and artificial intelligence (AI). Let’s look at one of the most common use cases.

If you run it, you will see some jokes, which Python engineers usually use to laugh when they are bored.

Anyway, let’s introduce the current situation of Python from some fields:

1.Web and software development field

Python is a popular language for Web and software development, because you can create complex multi-protocol applications on the basis of ensuring concise and readable code. In fact, some of the most popular applications are built in Python. In addition, Python’s open source community provides developers with a lot of reusable code, frameworks and support. Django, for example, is one of the most commonly used Python frameworks designed by a group of experienced developers, aiming to help others develop applications efficiently and solve some common problems that may hinder them from advancing the project.

2. Task automation

An important advantage of using Python is that it can automatically perform some streamlined or repetitive tasks. With Python, you can learn how to automate anything by using built-in modules or pre-written code from its robust library. Or you can write your own custom scripts to perform specific operations. For example, you can easily send an email automatically using the "smtplib" module or copy a file using the "shutil" module. Python also has a set of robust test frameworks, which makes it an excellent language for test automation. Frameworks like Pytest, Behave and Robot allow developers to write simple and effective tests to ensure the quality of their construction.

3. Machine learning and big data

Here is an interesting fact: Python is the preferred language for data science and research. Because its syntax is easy to understand and adaptable, people with little development experience can easily learn Python and use it to manipulate data for research, reporting, prediction or regression analysis. Collecting and analyzing data is a time-consuming task for data scientists. Python, as one of the main languages for training machine learning (ML) models, can analyze and identify the features in these model data through specific algorithms, so as to make predictions or decisions based on these data. It can also be continuously optimized and adjusted based on previous data sets to cope with new variables. Data scientists and developers who train ML models often use some libraries, such as NumPy, Pandas and Matplotlib, to complete automatic data cleaning, transformation and visualization.

4. Financial or financial analysis

Similar to how Python helps data scientists deal with large data sets, Python is widely used in the financial industry to quickly perform complex calculations. The stock market will produce a lot of data, Python can be used to import data about stock prices, and identify trading opportunities through algorithm generation strategies. The language can also be used for portfolio optimization, risk management, financial modeling and visualization, cryptocurrency analysis and even fraud detection.

5. Artificial intelligence

Python can also be used in some of the most complex artificial intelligence (AI) technologies, and it is actually one of the preferred languages for AI. Python’s concise and readable code allows developers to create consistent and reliable systems. Its huge library provides many frameworks like PyBrain, which provides developers with powerful algorithms for machine learning tasks. In addition, the visualization function of Python can help transform these large data sets of AI or ML into understandable graphs or reports. Interestingly, OpenAI, an artificial intelligence research laboratory, uses Python framework Pytorch as their standard framework for deep learning and is used to train its artificial intelligence system.

Why is Python so popular?

Apart from relatively simple learning, there are other reasons why Python continues to be popular. Including:

High production efficiency:

Compared with other more complex programming languages such as C++, Python’s syntax allows users to do more things in less time and reduces the time and effort to write the same line of code.

It has a broad and supportive user community:

Even the best developers will encounter problems, and the user community has become a valuable resource gathering place. Python has a huge community that provides documentation, tutorials, tips and tricks to master the language. For example, the Python community on GitHub provides everything from the latest version of the language to Bug reports and update instructions.

Education recognized:

Python has become the preferred programming language in education, and some students even met Python in primary school. Believe it or not, there are some children’s picture books specially written for Python. Although students majoring in computer science are often taught Python, its use has already gone beyond a single discipline and extended to other fields of STEM and academic research. For example, Python can be used to solve differential equations, perform statistical analysis, simulate and track particle diffusion, and so on.

It has a high enterprise demand:

Because of its wide applicability in development and data analysis, learning and understanding Python is generally considered as a necessary skill for job seekers. According to the situation of well-known recruitment agencies, Python language is the third programming language for global recruiters in 2022.

Python is everywhere, and it has been widely used to build a large number of technologies, websites and even systems that most people encounter every day. The technology it provides, from your favorite video streaming service to machine learning algorithms, even helps you to conduct cryptocurrency transactions. To give a broader example, NASA is also using Python to analyze the data of the complex James Webb space telescope, which makes it one of the few programming languages used in projects outside the world.