If you want to become a python developer, i suggest learning pytest and applying for test developer positions. I was a completely self taught, bsc. chemistry dropout. I found that junior python developer is pretty much not a thing. However, i got hired as QA developer. It is what python is most used for, and companies are more willking to take a risk with you, because if you turn out to be an mediocre developer, you can still be extremely valuabe as a QA professional. After a few years, you can transition to a full blown developer position, and the testing experience will be hugely beneficial later on in your career
It's tough. I went to school for 2 years gaining experience in a variety of programming languages, and fell in love with python. Did quite a few python projects in school, and after graduating did an independent django project along with several long tutorials. That's probably the bare minimum to get a junior dev job (at least without a 4 year degree). It took me 5 months and applying to hundreds of jobs before I was finally hired (and I had to move as well). Word of advice: there really is a skills gap. Don't let all these postings saying they want 2-3 years of experience scare you away from applying. Many will interview you anyway, at the very least.
I have a B.S. Degree in Information Systems. I have done coding in C++, C#, VB in my past. I just tough myself Python. It's a fun language to code in. I'm trying to break into the software developer field. Hopefully this will be possible at some point.
Dear Dan If we are good in python and some data structure skills So, what kind of projects in python shuold we need to show to interviewer in order to get the job?
1:52 I was not actually seeking this info but the most trending python in real life is your videos... so you have another achievement !! By the way I am a big fan of your stories that you share through emails ....
I have 4 years of programming experience and 2 years of python, I know Django Flask, DRF, Tensorflow, Keras, Pandas, Numpy, and many others, 7 months can't find job!!!
I am confused that I am a intermediate programmer or a beginner. I made these projects . Tictactoe game by myself . pygame snake game by watching a video . Pygame flappy bird myself . Django todo list by watching a tutorial . Django shopping app myself . Etc
Sir, I am a university graduate and know coding in C++ and python but only done mini projects as internship... which Department in IT sector I should apply for a job for python with the above mentioned qualifications as a starting job?
If you don't have any skills or any knowledge in Python programming and any other language then you aren't programmer. Simple as. Is like trying to be a carpenter without ever doing any carpentry.
I have really good social skills but I have no background in any computer sciences so I'm a little overwhelmed as to where to actually put the pen to the paper so to speak and actually make progress even applying for jobs. I'm doing an online boot camp but other than learning the actual skill I'm not sure where to begin with the business aspect.....
Hi, I known fair amount of flask and react-redux and hoping to get a job out of that. But I don't know what till what extent should I be knowing it. Right now I know about the sqlAlchemy(at intermediate level) and restful API(at beginner's level. I know how to send post, del, get request using Postman). And I am creating a blog that will be using flask as a backend and react as the frontend. What more should I do before looking out for a job?
Can anybody help me, i am having trouble with my sublime text 3 and I'm running a windows 7 32bit system, the problem is these days whenever I run a program featuring user input type code which appears in the output part (like entering the temperature in deg Fahrenheit to convert it into Celsius) , it doesn't show the output , i had set my sublime with python 3.6.5 . please help me
Hi, I know it's been 2 months and you've probably already figured it out on your own or just moved on to some other IDE/editor but I'm writing this in case you or anyone else struggles with the same issue. Sublime's console doesn't really support user input (or at least not with Python). You will need an extra package for that, called SublimeREPL (REPL stands for read-evaluate-print loop ). Here are the simple steps to adding it to Sublime: 1. While in Sublime, press Ctrl+Shift+P 2. In the search bar type/choose "sublime package control: install package" 3. After that select SublimeREPL Restart Sublime and everything should be ready. You can use SublimeREPL from tools>sublimerepl>python. There is also a default shortcut to run your program with SublimeREPL instead of the default console. For me that was: Ctrl+Alt+B but you can change it to whatever combination you want from the SublimeREPL config file. Hope that helps :)
Hi, I was thinking to get python internship because I have no any experience. I am learning python by own and now I know most of the python basics. So, I was wondering if you help me to find those companies who provide paid or unpaid internship to bright my skills more. Please reply.. Thanks
am in accounting. i am an expert in excel and macros and visual basics, then i managed to convinced my boss to learn database, and python and i am growing within the company i worked for into IT while i was originally hired as an accountant. i have a passion for programming. its something i would spent 50 percent of my weekend, not counting my weekdays. so i guess i am asking for any comments, how about u grow within the company u work for already?
well i think i have a good python foundation, i'm good in oop i do a lot of projects like UA-cam downloader, media player, supper-market system, security system based on deep-face recognition using CNN and pipeline technology and some classification algorithms, i made a system that registers the present students and determine the stranger faces in the classroom usin deep-face and my own approach as a graduation project i have intermediate "pythoneer" skills i know decorators, threading, ... so can i get a job? or can i call my self a junior developer?
Hi How to start career as Data scientist as a fresher......?????? How much Technology and knowledge we should have to become a Data scientist....????????
He answered the question wrong, the question was asking if he knows all of these skills which he obviously must know, is it harder to become a junior python developer compared to say a normal web developer, and if he didn't mean that I do lol, whats the difference between a python developer and a Web developer? And is it harder to get a python developer job than Web development job?
Hi Dan,Can u please tell me how to print the strings in a single line at the run time .I tried it using print(a,end=" ") and print(a,).But it is not working and I am getting the strings vertically in my output.Tq in advance ☺
Hi Ranga, Instead of end, use sep, for separator. For example, print(a,b,sep=""). This will remove the default spaces that are placed between a and b. Cheers
Dan Bader, i know topics in python like list comprehension, basic file input and output, knowledge of classes, and great knowledge on simple topics like loops, functions and time. Would it be easy for me to get a simple easy job as a back-end web-developer? Please reply.
Back end Web developer is not really a simple job. You have to be familiar with the Web Dev stack. If it's with Python, you will need knowledge of a framework like Django and Flask. Then there are other stuff like Database Management, Apis, cloud services etc. Also what Dan said, some real life experience. You can try starting small like making a small blog from scratch with these technologies I mentioned.
Why your videos get dislikes , how can someone's perspective be "disliked" by some dumba** . Ne'er mind ! whatever you do, there will be haters and dumb headed person... so ne'er find those things ! *Big fan Dan*
Benedict Cumberbatch teaches Python, how cool is that!
LOL i was going to comment the same thing
@@beefykenny me too!!!
Looks nothing like him, sounds nothing like him. Terrible comparison.
What really I didnt know that where could I take his course
at the start of the video, I thought of it as well but gradually got used to it.
If you want to become a python developer, i suggest learning pytest and applying for test developer positions. I was a completely self taught, bsc. chemistry dropout. I found that junior python developer is pretty much not a thing. However, i got hired as QA developer. It is what python is most used for, and companies are more willking to take a risk with you, because if you turn out to be an mediocre developer, you can still be extremely valuabe as a QA professional. After a few years, you can transition to a full blown developer position, and the testing experience will be hugely beneficial later on in your career
Thanks a lot!
Appreciate the comment
It's tough. I went to school for 2 years gaining experience in a variety of programming languages, and fell in love with python. Did quite a few python projects in school, and after graduating did an independent django project along with several long tutorials. That's probably the bare minimum to get a junior dev job (at least without a 4 year degree). It took me 5 months and applying to hundreds of jobs before I was finally hired (and I had to move as well). Word of advice: there really is a skills gap. Don't let all these postings saying they want 2-3 years of experience scare you away from applying. Many will interview you anyway, at the very least.
Thanks for sharing your experience with us! Congrats on landing the job.
i am doing self study and learning python online, with no IT degree, so you think it's worth or just waste of time?
@@MuhammadTahir-kd3jo It's been a year since your post. Was it worth it? Also what resources did you utilize?
@@SniperNator305 This ☝🏽
@@MuhammadTahir-kd3jo 2 yrs now
I have a B.S. Degree in Information Systems. I have done coding in C++, C#, VB in my past. I just tough myself Python. It's a fun language to code in. I'm trying to break into the software developer field. Hopefully this will be possible at some point.
How's it going now?
How's it going now?
Dear Dan If we are good in python and some data structure skills So, what kind of projects in python shuold we need to show to interviewer in order to get the job?
Please someone reply , it would really help me too
Someone replyyy
No response in 5 years...really Dan?
1:52 I was not actually seeking this info but the most trending python in real life is your videos... so you have another achievement !!
By the way I am a big fan of your stories that you share through emails ....
I have 4 years of programming experience and 2 years of python, I know Django Flask, DRF, Tensorflow, Keras, Pandas, Numpy, and many others, 7 months can't find job!!!
What type job can you get with Python?
A "Constricter".
Thank you for the helpful info!
You're welcome!
I am confused that I am a intermediate programmer or a beginner.
I made these projects
. Tictactoe game by myself
. pygame snake game by watching a video
. Pygame flappy bird myself
. Django todo list by watching
a tutorial
. Django shopping app myself
. Etc
I think you are a beginner unless you can solve problems without looking for tips on youtube
@@doro6659 thanks
Very helpful insight. Thanks, Dan!
You're welcome!
Sir, I am a university graduate and know coding in C++ and python but only done mini projects as internship... which Department in IT sector I should apply for a job for python with the above mentioned qualifications as a starting job?
Very helpful. Thanks!
Thanks so much for this video!
I practice in codewars and currently i am nearing 2kyu, do i worth anything? How to prove my worth?
This is a basic question but what defines a senior and junior software developer?
If you don't have any skills or any knowledge in Python programming and any other language then you aren't programmer. Simple as. Is like trying to be a carpenter without ever doing any carpentry.
Great advice for aspiring programmers 💜
Thanks! Happy to see you enjoyed it.
Thank you for this advice 💓 this motivated me to work on my projects
Thanks Dan for the great content! Just wondering what other skills/requirements that are usually sought after for Python jobs?
I have really good social skills but I have no background in any computer sciences so I'm a little overwhelmed as to where to actually put the pen to the paper so to speak and actually make progress even applying for jobs. I'm doing an online boot camp but other than learning the actual skill I'm not sure where to begin with the business aspect.....
Dude you're awesome. Subscribed.
Thanks! :-)
Hi, I known fair amount of flask and react-redux and hoping to get a job out of that. But I don't know what till what extent should I be knowing it. Right now I know about the sqlAlchemy(at intermediate level) and restful API(at beginner's level. I know how to send post, del, get request using Postman). And I am creating a blog that will be using flask as a backend and react as the frontend. What more should I do before looking out for a job?
Can anybody help me, i am having trouble with my sublime text 3 and I'm running a windows 7 32bit system, the problem is these days whenever I run a program featuring user input type code which appears in the output part (like entering the temperature in deg Fahrenheit to convert it into Celsius) , it doesn't show the output , i had set my sublime with python 3.6.5 . please help me
Hi, I know it's been 2 months and you've probably already figured it out on your own or just moved on to some other IDE/editor but I'm writing this in case you or anyone else struggles with the same issue. Sublime's console doesn't really support user input (or at least not with Python). You will need an extra package for that, called SublimeREPL (REPL stands for read-evaluate-print loop ). Here are the simple steps to adding it to Sublime:
1. While in Sublime, press Ctrl+Shift+P
2. In the search bar type/choose "sublime package control: install package"
3. After that select SublimeREPL
Restart Sublime and everything should be ready. You can use SublimeREPL from tools>sublimerepl>python. There is also a default shortcut to run your program with SublimeREPL instead of the default console. For me that was: Ctrl+Alt+B but you can change it to whatever combination you want from the SublimeREPL config file. Hope that helps :)
Hi, I was thinking to get python internship because I have no any experience. I am learning python by own and now I know most of the python basics. So, I was wondering if you help me to find those companies who provide paid or unpaid internship to bright my skills more. Please reply.. Thanks
Can you advise any open source projects, to paticipate in to practice?
Search them
What are the requirement to become a junior python developer ?
Are there some sites with little job (people need a code and you send it in exchange of money) ?
Yes, for example upwork.com :)
am in accounting. i am an expert in excel and macros and visual basics, then i managed to convinced my boss to learn database, and python and i am growing within the company i worked for into IT while i was originally hired as an accountant. i have a passion for programming. its something i would spent 50 percent of my weekend, not counting my weekdays. so i guess i am asking for any comments, how about u grow within the company u work for already?
Thanks for the suggestion to cover a topic on growing within your company!
Does actively solving coding problems in online platforms (eg. HackerRank, Codewars) helps?
That's a great way to learn and keep your skills fresh!
Thank you it really helped.
Hey!thanks for the answer,but can u suggest some places for learning programming skills?
well i think i have a good python foundation, i'm good in oop i do a lot of projects like UA-cam downloader, media player, supper-market system, security system based on deep-face recognition using CNN and pipeline technology and some classification algorithms, i made a system that registers the present students and determine the stranger faces in the classroom usin deep-face and my own approach as a graduation project
i have intermediate "pythoneer" skills i know decorators, threading, ...
so can i get a job?
or can i call my self a junior developer?
Thank you!
hmm but knowledge and experience are different things
Hi
How to start career as Data scientist as a fresher......??????
How much Technology and knowledge we should have to become a Data scientist....????????
Yes plz tell me as well
ok so what type jobs can we get and overall what we have to learn along with python...
Website , html , css , JavaScript and python use as a frame work django
He answered the question wrong, the question was asking if he knows all of these skills which he obviously must know, is it harder to become a junior python developer compared to say a normal web developer, and if he didn't mean that I do lol, whats the difference between a python developer and a Web developer? And is it harder to get a python developer job than Web development job?
Tq so much Gene kulp. It worked for me☺👍
I learned python language but I don't know where I can get the job can anyone suggest me please........ Thanks
Could you please write some tittle that needs to know,? What are real life problem?
Please, few words about python framework Django
Hey Oleg, what would you like to know about Django?
some little project in Django (1.11), that demonstrate web development
Hi Dan,Can u please tell me how to print the strings in a single line at the run time .I tried it using print(a,end=" ") and print(a,).But it is not working and I am getting the strings vertically in my output.Tq in advance ☺
probably you're using python2. try "print a," (without parenthesis)
Hi Ranga,
Instead of end, use sep, for separator.
For example,
print(a,b,sep="").
This will remove the default spaces that are placed between a and b.
Cheers
Thank you so much
You're welcome!
Can I get an online job (job of programming )
You mean like 8-12 year olds? cause im 9.
Dan Bader, i know topics in python like list comprehension, basic file input and output, knowledge of classes, and great knowledge on simple topics like loops, functions and time.
Would it be easy for me to get a simple easy job as a back-end web-developer?
Please reply.
Back end Web developer is not really a simple job. You have to be familiar with the Web Dev stack.
If it's with Python, you will need knowledge of a framework like Django and Flask. Then there are other stuff like Database Management, Apis, cloud services etc.
Also what Dan said, some real life experience. You can try starting small like making a small blog from scratch with these technologies I mentioned.
I m learning Python at age 47 and I don't expect that some one will hire me . What other prospects are available to learn at this age?
Maybe golfing, they earn millions
how is it going now? you making a lot of money?
@GFW777 how is it going now? you making a lot of money?
Nice!
dope wallpaper, where can i get it?
Cheers! You can get it here: realpython.com/products/pythonic-wallpapers/
This is extremely frustrating!
I would like to build desktop software, but I think I'm gonna end up building django web apps.
Qt
Why your videos get dislikes , how can someone's perspective be "disliked" by some dumba** . Ne'er mind !
whatever you do, there will be haters and dumb headed person... so ne'er find those things !
*Big fan Dan*
hi sir please make a tutorial on create full functional table
Thanks for the suggestion!
Welp looks like I’m screwed then 8)
Thank you so very much