search
HomeBackend DevelopmentPHP Tutorial自学php或python到什么程度才能找到工作?

非计算机专业,想自学php或python,找份web开发的工作,但不知道要学习到什么程度才达到工作要求。

回复内容:

非计算机专业,只学过C。校招开始不太顺利,没把握考研。也转行学程序。大概一个月吧,Java基础视频看了一遍,python学了一点。学得挺有兴趣的。然后投简历,第一家就过了,工资还可以。 所以,只管去找吧。把正在学的学扎实一点,知识体系了解得全面一点(了解就可以,以后再慢慢把基础补牢)。你不去找光问怎么知道呢? 菜鸟一个,匿了 翻完 PHP 官方文档,搭好环境,文档里的例子手抄过一次,基本这个时候找份工作不难了。

其他就看缘分了 找工作这个事情挺看运气的。
我也不是计算机专业的学生,三流的学校但是应为学校和政府的关系较好,顺利毕业就能妥妥的进入中建系统,我没不想去工地搬砖,就喜欢玩电脑,大一的时候看到学长玩单片机,(๑ŐдŐ)b他们真的好屌,他们浇花不用手的,他们用的插排是可以调功率的,他的寝室门口有LED的广告牌的,当时感觉好屌啊,我也要这样,就学啊学啊,也玩arduino,也玩树莓派,也拿一小块液晶做掌上的游戏机(模仿小时候的:) )。
大二的时候自己写网站,那个时候还喜爱玩滑板,很积极的和当地的几家滑板店联系着帮推广。又喜欢玩游戏(手残的一逼,玩不好)就自己试着写,用Python,做了几个还挺有意思的过年的时候哄哄弟弟妹妹。我觉得代码融入了我的生活,他让我更好地活着,我学的时候目标就不是工作,学的也一样很努力,很认真。我知道自己不是个科学家,ACM刷不太起来,但是我还算认真,遇到问题怒会太慌张,慢慢的也能解决,也能积累到经验,也许这个就叫做学海无涯苦作舟也说不定。
大三颓了,但是也能找到工作啊┑( ̄Д  ̄)┍

最后 我去了阿里巴巴?好像是的 :( 当你做完两三个自己写的网站之后 非计算机专业,大学学的相关课程就计算机基础跟数据库跟c跟java,没有算法,没有数据结构。

找工作前大概三个月开始赶鸭子上架学php。

毕业后发现使用php的从业人员中至少90%还没我刚学php 3个月的时候的水平。

所以自学到什么程度?只要稍微努力一点就成。 首先是常用函数 你都要弄熟 sql 增删改 能看懂jq 用jq写简单特效 这就差不多 实习机会是有的
Statement
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
PHP Performance Tuning for High Traffic WebsitesPHP Performance Tuning for High Traffic WebsitesMay 14, 2025 am 12:13 AM

ThesecrettokeepingaPHP-poweredwebsiterunningsmoothlyunderheavyloadinvolvesseveralkeystrategies:1)ImplementopcodecachingwithOPcachetoreducescriptexecutiontime,2)UsedatabasequerycachingwithRedistolessendatabaseload,3)LeverageCDNslikeCloudflareforservin

Dependency Injection in PHP: Code Examples for BeginnersDependency Injection in PHP: Code Examples for BeginnersMay 14, 2025 am 12:08 AM

You should care about DependencyInjection(DI) because it makes your code clearer and easier to maintain. 1) DI makes it more modular by decoupling classes, 2) improves the convenience of testing and code flexibility, 3) Use DI containers to manage complex dependencies, but pay attention to performance impact and circular dependencies, 4) The best practice is to rely on abstract interfaces to achieve loose coupling.

PHP Performance: is it possible to optimize the application?PHP Performance: is it possible to optimize the application?May 14, 2025 am 12:04 AM

Yes,optimizingaPHPapplicationispossibleandessential.1)ImplementcachingusingAPCutoreducedatabaseload.2)Optimizedatabaseswithindexing,efficientqueries,andconnectionpooling.3)Enhancecodewithbuilt-infunctions,avoidingglobalvariables,andusingopcodecaching

PHP Performance Optimization: The Ultimate GuidePHP Performance Optimization: The Ultimate GuideMay 14, 2025 am 12:02 AM

ThekeystrategiestosignificantlyboostPHPapplicationperformanceare:1)UseopcodecachinglikeOPcachetoreduceexecutiontime,2)Optimizedatabaseinteractionswithpreparedstatementsandproperindexing,3)ConfigurewebserverslikeNginxwithPHP-FPMforbetterperformance,4)

PHP Dependency Injection Container: A Quick StartPHP Dependency Injection Container: A Quick StartMay 13, 2025 am 12:11 AM

APHPDependencyInjectionContainerisatoolthatmanagesclassdependencies,enhancingcodemodularity,testability,andmaintainability.Itactsasacentralhubforcreatingandinjectingdependencies,thusreducingtightcouplingandeasingunittesting.

Dependency Injection vs. Service Locator in PHPDependency Injection vs. Service Locator in PHPMay 13, 2025 am 12:10 AM

Select DependencyInjection (DI) for large applications, ServiceLocator is suitable for small projects or prototypes. 1) DI improves the testability and modularity of the code through constructor injection. 2) ServiceLocator obtains services through center registration, which is convenient but may lead to an increase in code coupling.

PHP performance optimization strategies.PHP performance optimization strategies.May 13, 2025 am 12:06 AM

PHPapplicationscanbeoptimizedforspeedandefficiencyby:1)enablingopcacheinphp.ini,2)usingpreparedstatementswithPDOfordatabasequeries,3)replacingloopswitharray_filterandarray_mapfordataprocessing,4)configuringNginxasareverseproxy,5)implementingcachingwi

PHP Email Validation: Ensuring Emails Are Sent CorrectlyPHP Email Validation: Ensuring Emails Are Sent CorrectlyMay 13, 2025 am 12:06 AM

PHPemailvalidationinvolvesthreesteps:1)Formatvalidationusingregularexpressionstochecktheemailformat;2)DNSvalidationtoensurethedomainhasavalidMXrecord;3)SMTPvalidation,themostthoroughmethod,whichchecksifthemailboxexistsbyconnectingtotheSMTPserver.Impl

See all articles

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 Article

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.