python玩加件大师

“The joy of coding is in seeing a short, concise, readable, and small amount of clear code, not in trivial code that bores the reader,” said Guido van Rossum, a Dutch computer scientist and the inventor of Python.

“编码的喜的是在看到了简要的,可读的,并且明确代码量小,不在该Kong读者琐碎代码”, 吉多·范罗苏姆 荷兰计算机科学家和Python的发明者说。

Python developers use modern web technologies to build basic as well as intricate software and app solutions.

Python开发人员使用现代网络技术来构建基本的以及复杂的软件和应用程序解决方案。

对Python开发人员的需求增长如此之快 (Demand For Python Developers is Growing So Quickly)

Python has overtaken almost every markets. And it has brought easy coding to the fingertips of developers who were once totally baffled by trivial programming languages. Yet still, demand for python developers seems to be increasing. For proving the same I have given here some key stats.

Python已经超越了几乎所有市场。 它将编码轻松带给曾经完全被琐碎的编程语言所困扰的开发人员。 然而,对python开发人员的需求似乎仍在增加。 为了证明这一点,我在这里给出了一些关键数据。

Economist research suggests that in America, Python-related searches are more frequent than for Kim Kardashian, a reality-TV star.

经济学家的研究表明,在美国,与Python相关的搜索要比实况电视明星Kim Kardashian的搜索更为频繁。

Stack Overflow survey 2019 found that nearly 39.4% of developers prefer Python for coding, and the remaining want to use it.

2019年Stack Overflow调查发现,将近39.4%的开发人员更喜欢使用Python进行编码,其余的则想使用它。

如何采访Python开发人员? (How to Interview Python Developers?)

The opportunities for hiring python developers in the markets of North America, Western, Europe, and Asia are on the rise. So companies are looking to hire python developers to scale their development teams.

在北美,西方,欧洲和亚洲市场上招聘python开发人员的机会正在增加。 因此,公司正在寻求雇用python开发人员来扩展其开发团队。

Python's top advantages are its ease of use, straightforward syntax, simplicity, and the use of indented spaces.

Python的最大优点是它的易用性,简单易懂的语法,简单性以及缩进空间的使用。

These features make it easy to learn and share with other app developers.

这些功能使学习和与其他应用程序开发人员共享变得容易。

Because of all this, I believe that hiring experienced Python developers is one of the most important tasks for any business.

因此,我相信聘请经验丰富的Python开发人员是任何企业最重要的任务之一。

Sometimes it can be frustrating too. So, I thought I would share here my experience for hiring Python developers.

有时它也会令人沮丧。 因此,我想在这里分享我聘用Python开发人员的经验。

寻找语言和工具灵活的人 (Find Someone Who is Flexible with the Language and Tools)

If you are still asking the questions like how you concatenate two lists in Python, then you might need to overhaul your whole process of interviewing a Python developer. Don't forget about technical puzzles. Also, by giving a candidate a coding task in Python, you gain an opportunity to evaluate their coding standards and skills.

如果您仍在问诸如如何在Python中连接两个列表的问题,那么您可能需要检查采访Python开发人员的整个过程。 不要忘记技术难题。 此外,通过给应聘者提供Python编码任务,您将有机会评估他们的编码标准和技能。

要检查申请人的能力,请提出以下问题: (To check the applicant’s abilities, ask questions:)

What are the risks that can occur with this code?

此代码可能会发生什么风险?

What is the way to overcome coding issues?

解决编码问题的方法是什么?

How would they cope with the problem as a Python developer?

作为Python开发人员,他们将如何应对这个问题?

Ask the candidate to write a Python function in max of three numbers.

要求应聘者写一个最多三个数字的Python函数。

Input data: z=1, y=3, x=5
Expected output: x=5

Ask the candidate to write a program in Python that calculates and prints the value given in the formula.

要求考生用Python编写程序,该程序可以计算并打印公式中给出的值。

Here's a sample question that you can ask to Python developers:

您可以向Python开发人员提出以下示例问题:

Q = Square root of [(4 * A * B)/J]

Q = [(4 * A * B)/ J]的平方根

Following are the fixed values of A and J:

以下是A和J的固定值:

A is 50. J is 30.

A是50。J是30。

B is the variable whose values should be input to your program in a comma-separated sequence.

B是变量,其值应以逗号分隔的顺序输入到程序中。

Example for Python Developers:

Python开发人员示例:

Let us assume the following comma-separated input sequence is given to the program:

让我们假定以下逗号分隔的输入序列已分配给程序:

Input: 100,150,180Expected output: 18,22,24

Hints:

提示:

If the output received is in decimal form, it should be rounded off to its nearest value (for example, if the output received is 46.0, it should be printed as 46)

如果收到的输出为十进制格式,则应四舍五入至最接近的值(例如,如果收到的输出为46.0,则应将其打印为46)。

In case of input data being supplied to the question, it should be assumed to be a console input.

如果将输入数据提供给问题,则应假定它是控制台输入。

Make sure the candidate that is a Python developer complete this task within a dedicated time limit. Let's say 1 hour - 2 hour or so.

确保应聘为Python开发人员的候选人在专用时间内完成此任务。 假设1小时-2小时左右。

Here's the Final Output of Above Coding Samples:

这是上述编码样本的最终输出:

#!/usr/bin/env python
import math
a=50
j=30
value = []
items=[x for x in raw_input().split(',')]
for d in items:value.append(str(int(round(math.sqrt(2*c*float(d)/h)))))print ','.join(value)

Here's Another Sample Question for Python Developer:

这是Python开发人员的另一个示例问题:

Write a program that accepts a comma in a separate sequence of words and prints the words in a comma-separated sequence after sorting.

编写一个程序,该程序接受一个单独的单词序列中的逗号,并在排序后以逗号分隔的顺序打印这些单词。

Input:
With, purse, blue, ladyExpected Output:
Blue, purse, with, lady

It takes a lot to become a great Python developer. That's why I am sharing this information with you. I think it's worth adding to your list of interview questions.

成为一名出色的Python开发人员需要花费很多。 这就是为什么我与您共享此信息的原因。 我认为值得将您的面试问题添加到清单中。

See what my next point is going to tell you about hiring process of Python developers.

看看我接下来要讲的关于Python开发人员的招聘过程。

向他们提供您以前遇到的真实的Python编码问题 (Give them real-life Python coding problems that you’ve faced before)

As they say, if you hire a Python developer who is smarter than you are, then make the change quickly. It’s a simple law of attraction that talented people want to work in a fantastic place. So, we give them a task from a real-life technology problem.

正如他们所说,如果您聘请了一个比您更聪明的Python开发人员,那么请Swift进行更改。 这是人才吸引的简单法则,他们想在一个梦幻般的地方工作。 因此,我们给他们一个来自现实技术问题的任务。

Here’s what I have found works well.

这是我发现的效果很好。

现实生活中的Python项目示例 (Real-Life Python Project Example)

At my firm ValueCoders (IT Outsourcing Company) I have worked on the development of the data anomaly detection software solution built with Python and Machine Learning.

在我公司 ValueCoders( IT外包公司 )我致力于使用Python和机器学习构建的数据异常检测软件解决方案的开发。

Our portfolio of Python projects includes a wide range of machine learning solutions, B2B portals, web applications, etc.

我们的Python项目组合包括各种机器学习解决方案,B2B门户,Web应用程序等。

My full team of Python developers have worked day and night to build the data anomaly detection system. This system has been designed in way so it can identify the nature and trends of data for the businesses.

我的Python开发人员全职团队昼夜不停地构建数据异常检测系统。 该系统的设计方式使其可以识别业务数据的性质和趋势。

项目挑战 (Project Challenges)

I've faced many challenges while working on this project. Although, I got a great help from my full team of Python developers, but I need to look up things closely to determine if the app can be perfectly balanced.

在进行此项目时,我面临许多挑战。 虽然,我在整个Python开发人员团队中都得到了很大的帮助,但是我需要仔细检查事情,以确定该应用程序是否可以完美平衡。

In my experience the challenge is to develop a mobile application that can help businesses deal with the issue of real-time data anomalies. The app needs to uncover important data insights that are important for digital businesses. It must have a system to reveal issues of the data insights. We have to fix the issue of constant and variable changes in data.

以我的经验,挑战是开发一种移动应用程序,该应用程序可以帮助企业处理实时数据异常问题。 该应用程序需要发现对数字业务至关重要的重要数据见解。 它必须具有一个揭示数据洞察力问题的系统。 我们必须解决数据不断变化的问题。

This only becomes possible with the effort of our team of Python developers.

只有在我们的Python开发人员团队的努力下,这才有可能实现。

See how they've found a solution.

看看他们如何找到解决方案。

我们如何找到解决方案? (How We've Found a Solution? )

Our team of Python developers had overcome all these challenges with the idea of developing an app through technologies: Python, PyCHARM, PYGTK, PYQT, WXPython and Machine learning.

我们的Python开发人员团队通过使用以下技术开发应用程序的想法克服了所有这些挑战:Python,PyCHARM,PYGTK,PYQT,WXPython和机器学习。

These are the steps we have applied to identify the anomalies in datasets with the concept of Python and machine learning.

这些是我们采用Python和机器学习的概念应用于识别数据集中异常的步骤。

Step 1

第1步

Read the CSV file data-set from where anomalies have to be detected.

从必须检测异常的地方读取CSV文件数据集。

Step 2

第2步

Calculate the mean and co-variance matrix of the data samples.

计算数据样本的均值和协方差矩阵。

Step 3

第三步

Find the Gaussian distribution of the dataset. Done correctly by our Python developers.

查找数据集的高斯分布。 由我们的Python开发人员正确完成。

Step 4

第4步

Next, calculation of the f1_score and minimum epsilon for each value of epsilon according to the step size.

接下来,根据步长为每个epsilon值计算f1_score和最小epsilon 。

Step 5

第5步

Compare the probabilities of the test data-set with the epsilon. The one which falls below the epsilon could be considered an anomaly.

将测试数据集的概率与epsilon进行比较。 低于ε的可以认为是异常。

As a result, our development team has developed an efficient data anomalies detection solution based on Python and machine learning.

因此,我们的开发团队开发了基于Python和机器学习的高效数据异常检测解决方案。

So, the goal is to bring A-level Python developers to your firm. For that you should focus on how a candidate approaches the problem, craft a coding map, and solve the issue.

因此,目标是将A级Python开发人员带入您的公司。 为此,您应该关注候选人如何解决问题,编写编码图并解决问题。

Look at the problem-solving techniques used by the candidate for a single language.

查看候选人针对一种语言使用的问题解决技术。

Also work on your interview process and encourage your recruitment team to do the same.

还要在面试过程中努力,并鼓励您的招聘团队也这样做。

Writing legible code in Python is important.

用Python编写清晰的代码很重要。

Python developers with the knowledge of a variety of open-source libraries help reduce the time of software development and give you freedom from repetitive tasks and errors.

拥有各种开放源代码库知识的Python开发人员可以帮助减少软件开发时间,并使您摆脱重复的任务和错误。

不要只专注于体验-询问他们的编码技巧 (Don’t Focus on Experience Only - Ask About their Coding Skills)

I’ve interviewed several Python developers who showed great experience in their resume but performed poorly in interview. No matter how good the resume is. If you need your new Python developer to work on something critical, more experience is generally required here which means more productivity.

我采访了几位Python开发人员,这些开发人员的履历都很棒,但是在面试中表现不佳。 无论简历有多好。 如果您需要新的Python开发人员从事关键任务,通常需要更多经验,这意味着更高的生产率。

Here I’d like to emphasize that your new hire needs to tackle new problems. More experience often leads to opinionated Python developers especially when you are trying to create something new with Python.

在这里,我想强调一下,您的新员工需要解决新问题。 更多的经验通常会导致有主见的Python开发人员,特别是当您尝试使用Python创建新内容时。

汇集全部 (Bringing It All Together)

Eleventh-hour decisions are seldom satisfactory. What do you think? Is it true or not?

十一小时的决定很少令人满意。 你怎么看? 是真的吗?

It is also said that, “Any fool can write the code that a computer can understand but good programmers write code that humans can understand.”

也有人说: “任何傻瓜都可以编写计算机可以理解的代码,但是优秀的程序员可以编写人类可以理解的代码。”

This is the biggest thing I see most startups missing when hiring Python developers without a clear sense of how their experience and work will justify the cost of hiring them.

这是我看到的大多数初创公司在雇用Python开发人员时最缺少的东西,他们不清楚他们的经验和工作如何证明雇用他们的成本是合理的。

Yes, a Python developer needs to be well-trained, experienced, and above all produce well-written Python code.

是的,Python开发人员需要训练有素,经验丰富,并且首先要产生编写良好的Python代码。

Last but not the least, I encourage you to hire Python developers after a thorough analysis of their coding skills, communication, and performance in the in-person interview. Don’t just focus too much on applicant’s resume. I have seen people who are nice on-paper, but other areas also can’t be overlooked.

最后但并非最不重要的一点,我鼓励您在面对面采访中对Python的编程技能,沟通和表现进行全面分析之后,聘请Python开发人员。 不要只专注于求职者的简历。 我见过的人在纸面上很不错,但其他方面也不能忽视。

Need to hire Python developers? Feel free to get in touch with us.

需要雇用Python开发人员吗? 随时与我们联系。

Or, follow us on Twitter for future updates: https://twitter.com/ValueCoders

或者,在Twitter上关注我们以获取将来的更新: https : //twitter.com/ValueCoders

翻译自: https://www.freecodecamp.org/news/extremely-valuable-points/

python玩加件大师

python玩加件大师_如何聘请Python开发人员并确定真正的大师相关推荐

  1. python字节码文件后缀_如何生成Python的字节码文件

    好记性不如烂笔头,看到Python Command-Line Options中有关字节码的生成,记录起来. Python的字节码文件有2种,文件后缀名分别是.pyc和.pyo,前者是普通的字节码, 后 ...

  2. python怎么加载包_如何在Python Interpreter中重新导入更新的包?

    Python3更新:(引自already-answered answer,自上次编辑/评论以来建议使用不推荐的方法) In Python 3, reload was moved to the 0700 ...

  3. python字体加粗代码_如何在python docx中加粗行单元格的文本?

    在python docx中,可以通过使用 Rich Text 造型.您应该为模板中需要样式化的特定字符/字符串在字符/字符串的位置提供一个上下文变量.此变量映射到 RichText 具有样式定义(在代 ...

  4. python玩转大数据_【小旭学长】大数据博士教你用python玩转时空大数据

    好消息!好消息!手把手教你用python玩大数据 小旭学长的python大数据教程完结撒花,共26P录制完毕,总时长4小时.每10分钟的视频的录制加剪辑时间加起来都要两小时以上,讲得很细但是节奏也很快 ...

  5. python tab和空格混用_我的 Python 编码规范

    python 文件的组成 为了便于描述,先上一个 demo #!/usr/bin/env python# -*- coding: utf-8 -*-"""通常这里是关于本 ...

  6. python都有什么包_常用的Python包有哪些,如何快速掌握Python编程

    Python入门简单.功能强大,是很多想要入行IT开发行业人士的主要选择.Python包可以帮助Web开发人员快速和容易地创建应用程序和功能,因此很多企业在招聘时都会考察求职者对于Python包的掌握 ...

  7. python中的列表理解_掌握『Python列表理解』需要知道的9件事,你知道了吗?

    越来越多的人开始学习Python,它已经成为最流行的编程语言之一,这几乎发生在所有领域.比如网络开发.科学计算,当然还有人工智能. 无论想用python干什么,都绕不开学习Python的数据结构.变量 ...

  8. python 玩公众号游戏_从零基础开始,用python手把手教你玩跳一跳小游戏,直接打出高分...

    这对于很多人来说,可能是已经过时的游戏,但是对于python入门来说,却是一个非常值得学习的项目. 我们收集了很多有关python入门的项目案例,包含了相应的教程和源码,哪怕你从未接触编程,也通过这些 ...

  9. 张莉python 玩转数据答案_中国大学MOOC(慕课)用Python玩转数据答案大全

    中国大学MOOC(慕课)用Python玩转数据答案大全 更多相关问题 All the neighbors admire the family _______ the parents are treat ...

最新文章

  1. 编程入门python语言是多大孩子学的-如何看待将Python作为少儿编程的基础语言?...
  2. SECURITY_ATTRIBUTES 句柄继承
  3. 【论文阅读整理】TagFi: Locating Ultra-Low Power WiFi Tags Using Unmodified WiFi Infrastructure
  4. STM32 之十六 深入了解 ADC 工作原理及参考电压变动的影响
  5. layui网页html编辑器,layui使用富文本编辑器
  6. 手机检测归属地 java_手机号归属地离线查询- Java
  7. CWnd的派生类-3、CDialog类
  8. ADSL桥接模式和路由模式的区别(转)
  9. Linux chmod 修改多个文件权限
  10. 怎么提高文公写作水平?公文写作礼仪类模板(1)
  11. 聊天软件开发_0_开篇
  12. android各版本市场占有率报告,百度报告:Android市场份额大增
  13. 纯HTML+CSS+js实现大型企业站小米商城官网之注册页面
  14. 基于多传感器数据融合的全自动泊车系统研究与应用(开题报告)
  15. css实现图片毛玻璃效果
  16. 服务器10的系统杀毒怎么关,Win10自带杀毒软件怎么关闭?彻底关闭Windows Defender方法...
  17. Java - 日期和时间:如何取得年月日、时分秒?如何取得从1970年1月1日0时0分0秒到现在的毫秒数?如何取得某月的最后一天?如何格式化日期?
  18. python 实现QQ群接龙统计未接龙成员名单
  19. 常见的挖矿程序处理方式
  20. React 函数组件导出自定义方法的办法说明

热门文章

  1. c#Socket遇到Receive阻断线程问题处理
  2. halo博客配置nginx
  3. nginx 配置代理和虚拟目录示例
  4. H5 css编写京东首页
  5. symbian,windows mobile,Palm和Linux
  6. 12、门禁系统现场接线图,简单易懂,喜欢学习的不要错过
  7. DayDayUp:1024节日快乐!程序猿界的颁奖典礼《年度十大程序员极客》正式公布!
  8. 年轻人的第一本深度学习面试书
  9. 近视眼从800度降到现在的100度。我今年25岁(转)
  10. AEE-ADAPTIVE Emulation Environment