Table of Contents
回复内容:
Home Backend Development Python Tutorial 大四学生在广州当Python实习生,工资1500元/月,高了还是低了?

大四学生在广州当Python实习生,工资1500元/月,高了还是低了?

Jun 06, 2016 pm 04:23 PM

不包吃不包住。

回复内容:

程序员找工作看两点
a.能不能赚到足够多的钱
b.能不能学到足够牛的技术

给你开这个价位,有两种可能
1.你基本没技术,白丁身份进去进行栽培
2.你掌握基本技能,他们故意压低价位

a1组合是个笑话,回图书馆多看几遍书
a2组合果断低了,走人,起步价至少3000
b1组合,要么回图书馆,要么至少要最低工资标准,并且在换工作前不要自称程序员。
b2组合,你觉得能开出这种侮辱性工资的公司里面会有技术牛人么?真有的话就不会把python拼成banzhuan了。 粤最低工资新标准今实施广州提升至1550元/月_广州新闻_大洋网 真的没办法判断高还是低,而且提供的信息也不全,不过如果是我的公司,我宁愿花15K请一个大牛也不花1.5K请10个初学者。
---
而要判断高还是低,先要知道两个「力」,一是你的「能力」,二是该公司的「实力」。

如果该公司有实力大牛,而我还在校,贴钱我也去学习。
跟着大牛一年认真学习,比起你随便在一个公司混三年要好。 大大降低了Python的平均工资水平,你快辞职吧 普通广州二本大四狗飘过 这数字正常 说一千道一万 毕竟是实习 有些高端的知友一开口就是 BAT 说的好像自己找过工作一样 你也不想想题主要是能随便进鹅厂的话 也不用跑这里提问了 当我看见这个问题的时候,我想对这个黑厂“呵呵”。 1500肯定低了,但是如果你coding够牛逼,肯定也不会去。主要还是要在自己身上找原因。 太低了,感觉公司好像没有诚意,1500估计都不够吃饭,自己找房子住肯定要倒贴。 实习目的有二
1. 验证自己的能力
2. 学习基本的职业能力
关于实习生,公司无法通过简单的面试判断你的能力和潜力。所以有些公司会选择较低的实习工资和灵活的合同降低公司,同时也降低应聘者风险。对于应聘者来说,如果生活压力不大,不建议纠结实习工资。

正式入职或者已经实习时间超过2个月后,如果还拿这个工资且你要求提薪公司不同意,建议你离开。

对于公司来说,如果他们认可你的价值超过1500元/月,他们一般会愿意提薪。否则,要么是你有更高的价值公司不知道,要么你写代码连1500每月的价值都达不到。你可以走了。

如果你觉得你的经济情况不合适,可以拒绝这份工作。他们也没有刀架在你脖子上让你去。 大部分公司都会说实习生赚钱不重要,重要的是学真本事。
不过我也这么认为的,但是这要看你是一个什么样的公司。
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve the permissions problem encountered when viewing Python version in Linux terminal? How to solve the permissions problem encountered when viewing Python version in Linux terminal? Apr 01, 2025 pm 05:09 PM

Solution to permission issues when viewing Python version in Linux terminal When you try to view Python version in Linux terminal, enter python...

How to efficiently copy the entire column of one DataFrame into another DataFrame with different structures in Python? How to efficiently copy the entire column of one DataFrame into another DataFrame with different structures in Python? Apr 01, 2025 pm 11:15 PM

When using Python's pandas library, how to copy whole columns between two DataFrames with different structures is a common problem. Suppose we have two Dats...

How to teach computer novice programming basics in project and problem-driven methods within 10 hours? How to teach computer novice programming basics in project and problem-driven methods within 10 hours? Apr 02, 2025 am 07:18 AM

How to teach computer novice programming basics within 10 hours? If you only have 10 hours to teach computer novice some programming knowledge, what would you choose to teach...

How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading? How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading? Apr 02, 2025 am 07:15 AM

How to avoid being detected when using FiddlerEverywhere for man-in-the-middle readings When you use FiddlerEverywhere...

How does Uvicorn continuously listen for HTTP requests without serving_forever()? How does Uvicorn continuously listen for HTTP requests without serving_forever()? Apr 01, 2025 pm 10:51 PM

How does Uvicorn continuously listen for HTTP requests? Uvicorn is a lightweight web server based on ASGI. One of its core functions is to listen for HTTP requests and proceed...

What are some popular Python libraries and their uses? What are some popular Python libraries and their uses? Mar 21, 2025 pm 06:46 PM

The article discusses popular Python libraries like NumPy, Pandas, Matplotlib, Scikit-learn, TensorFlow, Django, Flask, and Requests, detailing their uses in scientific computing, data analysis, visualization, machine learning, web development, and H

How to dynamically create an object through a string and call its methods in Python? How to dynamically create an object through a string and call its methods in Python? Apr 01, 2025 pm 11:18 PM

In Python, how to dynamically create an object through a string and call its methods? This is a common programming requirement, especially if it needs to be configured or run...

How to solve permission issues when using python --version command in Linux terminal? How to solve permission issues when using python --version command in Linux terminal? Apr 02, 2025 am 06:36 AM

Using python in Linux terminal...

See all articles