Learn Python Functions - Quick Python Project For Beginners

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 229

  • @Khalil-Artur
    @Khalil-Artur 2 роки тому +31

    First I have to thank you for you amazing work. Second I confess that I stole your funny change color function, to show it more that 100 people, I taught python function today. In return I highly recomended your channel, so more than 100 grils and boys from Poland, Spain, Germany and other countries heard about Python Simpified. I hope you will not be mad and not send me some killing bot :-) Thanks for inspiration.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +16

      Hahahahaha wow!! thank you so much Artur!! 😄😄😄 I'm so happy you liked my function and even happier that you used it in your own lesson!! 😃
      The main purpose of this channel is to help people so don't worry about killing bots, they're not meant for folks like you!! 🤣🤣🤣 hahahaha
      Please feel free to use any other materials you like for you lessons - anything that would get those 100 boys and girls excited about Python!
      Thank you so much again, it's a great honor! 😊

  • @DAGGETT062891
    @DAGGETT062891 3 місяці тому +4

    You are hands down the BEST python tutorial teacher. I haven't seen a video that breaks down every single step, leaving NO details unexplained.
    You don't assume I know all the Python terminology, allowing me to really understand the basics.
    You are the BEST on youtube!

  • @Tom-wm4gy
    @Tom-wm4gy 2 роки тому +41

    Really the best Function Tutorial ever!
    It doesn't fall on "def" ears...
    Thank you so much!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +9

      hahahahahaha on def ears!!!!!! 🤣🤣🤣
      Thank you so much for the lovely (and hilarious!!!) comment, Tom! 😁
      It's DEFinitley the perfect pun for this video! 🤪

  • @toddberner9283
    @toddberner9283 Місяць тому

    I've watched countless programming videos and you easily have been the best true beginner teacher. Thx

  • @codeKeshav
    @codeKeshav 2 роки тому +11

    Video gave feeling of real physical classroom

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      I hope it's a good thing! 🤪 hahaha thank you Keshav! 😊

  • @delltoid5980
    @delltoid5980 2 роки тому +11

    Wow your teaching methods are brilliant. I have a difficult time learning things, but your manner of explaining makes sense to me. Highly impressive.

  • @austinlattimore8000
    @austinlattimore8000 Рік тому +5

    I love the way you teach and break things down to the simplest level and make it very easy to understand. your doing great work I will recommend your channel to others.

  • @sammylevalthon6845
    @sammylevalthon6845 2 роки тому +4

    I really hoping that mariya you would create a video on this topic and finally you did it

    • @PythonSimplified
      @PythonSimplified  2 роки тому +5

      Yeeeey! I'm super happy to hear!! 😀
      I'll be posting more and more of these Python basics tutorials as time goes by!
      They're a bit more complicated to make than the coding-only tutorials - but I find that it's much easier to understand something with real life examples and with colorful illustrations! Also pictures and drawings are much easier to remember than text, so hopefully you find these videos more helpful than the kind that all the fancy online academies have to offer 😉
      Thank you so much, dear! 😁

  • @mohamedoscar-zj2vf
    @mohamedoscar-zj2vf Рік тому

    This is what I learned from you. I understood how to think and create from the beginning
    Thanks ............
    import random
    from sty import fg
    class well:
    def play(self):
    red = random.randint(0, 255)
    green = random.randint(0, 255)
    blue = random.randint(0, 255)
    return red, green, blue
    def oscarzoom(self,red, green, blue):
    return fg(red, green, blue)
    color = well()
    red, green, blue = color.play()
    print(color.oscarzoom(red, green, blue) + "mohamed")

  • @trtlphnx
    @trtlphnx 2 роки тому +8

    I Absolutely Love Your Choice Of Subjects and How You Present Them, You Are My Favorite Presenter On The"Tube" ~
    Love You And The Information You Bring To The Table ~

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Thank you very much my dear! 😁😁😁
      I usually go by viewer suggestions and requests, so It's hard to go wrong 😉

  • @d-rey1758
    @d-rey1758 Рік тому +2

    it's amazing how other's can make this subject so complicated... and others can make it sooo easy. great vid 👍

  • @zakmatew
    @zakmatew Рік тому

    I have watched many videos "for beginners" but pretty much all of them failed at structurally explaining the different components of the syntax. This video provided clear explanations for those who are not familiar with the lingo.

  • @shoshanamofaz3012
    @shoshanamofaz3012 2 роки тому +2

    Shalom. I didn’t get a notification about this video so I’m late responding. Just want to say you’re good teacher

  • @richi1235
    @richi1235 2 роки тому +7

    I am really a fan of explicitly stating the types of function parameters and function returns...wish more people would do that even though you don't have to in python 😉

    • @PythonSimplified
      @PythonSimplified  2 роки тому +6

      Sounds like someone is coming from C++, eh?? 😜
      I most definitely agree! stating the expected data types makes working in a team much easier! it really helps avoiding silly mistakes - so I'm all for that even if it means a bit more typing! 😀
      I usually include a multi-line comment at the top of the function which takes care of that, but since this was such a quick project - it would have taken longer to read the comment than to understand the entire code on your own hahahah 😅

    • @richi1235
      @richi1235 2 роки тому +2

      @@PythonSimplified I understand, for this demo it might not have been all that neccessary.
      But yeah, i am speaking from experience of working on larger projects, either in teams or by myself. It really can come in handy. There are for example nice testing tools that can make good use of these annotations. You can also use the type hints to do some runtime type checking.

  • @santosbio
    @santosbio Рік тому +1

    First of all, your videos are THE GREATEST VIDEOS OVER THE INTERNET!
    I'd like to suggest to put English subtitles on your videos. I have a friend (she's deaf) and she's starting to learn python/Django, I think she'll learn a lot with them. ❤️

  • @RaviKodali-et6st
    @RaviKodali-et6st 2 дні тому

    Iam From India I am trying to learn python ur tutorial is so useful to me

  • @noslenwerdna
    @noslenwerdna 2 роки тому +4

    Since this is a beginner's playlist, you kind of left out something from your last video to this one... and that would be "import". Could you please add a video between 5 Loops and 6 Functions, on using the import to explain importing libraries and the "from" statement as well. Thank you.

  • @MohamedIbrahimEid
    @MohamedIbrahimEid Рік тому +1

    I like your style of sharing knowledge with us is an amazing. Everytime I need to refresh a concept, I get back your channel. Thanks Mariya

    • @easydatascience2508
      @easydatascience2508 Рік тому

      Nice comment. You can also check mine. Many fundamental tutorials for Python, with all the source files. And the channel has currently another playlist for R.

  • @werqaferaw
    @werqaferaw Місяць тому

    "Just like with humans, we call a function by its name." she got me there 🤣🤣🤣

  • @devvsakib5223
    @devvsakib5223 2 роки тому +3

    I really really like your video tutorial and your expression... Easy to understand, you make it easier.....and muahahahaha..hihi

    • @PythonSimplified
      @PythonSimplified  2 роки тому +1

      hahaha thank you so much for the lovely feedback DevvSakib! 😀

  • @luizwerneck9262
    @luizwerneck9262 2 роки тому +4

    Is very usefull your explannation about the functions using colors. Here from Brazil congrats you. Tom and Jerry is the best!

    • @PythonSimplified
      @PythonSimplified  2 роки тому +4

      Tom and Jerry are legends!! 💪💪💪 I think I remember all the episodes by heart! 😀
      I'm super happy you liked the colours explanation! I keep thinking of ideas that are both educational and fun and it's not always an easy task! hahahaha I guess this time it worked! 😉
      Cheers from Vancouver! 🍁

  • @user-om9fu7hz7g
    @user-om9fu7hz7g 3 місяці тому

    very nice and simple explanation, this is how everyone should teach, thanks, please continue making videos on Python, thanks!

  • @brunomaunac8287
    @brunomaunac8287 4 місяці тому

    good morning,
    I'd like to thank you for these videos which I find interesting, well explained and very understandable for those who don't speak English naturally. I've been following you for a while and I'm looking forward to your next videos to learn more now that I've decided to get back to programming in Python for my hobby.
    Have a nice day!

  • @hep1731
    @hep1731 2 роки тому +4

    hello maria thank you for the nice video and i love your cute t-shirt it's so beautiful

  • @jeenap.r6648
    @jeenap.r6648 Рік тому

    I watched your class from Kerala
    What a wonderful teaching
    Thank you very much🎉❤

  • @Romermedia
    @Romermedia Рік тому

    Thank you for properly explaining the For Loop. I'm using an app to learn Python but your videos are much easier to understand what I'm not getting through the app. Thanks!

  • @Volcan-kf3oz
    @Volcan-kf3oz Рік тому

    This helped me understand the usage of return I never really understood it when looking through tutorials but as I see it it basically turns a function call into a "variable with argument that can be changed"

  • @internetuser4689
    @internetuser4689 2 роки тому

    If I would have had a teacher like you I wouldn't have played Blobby Volley game in the informatics classroom in highschool.
    But at the same time it would have been hard to concentrate when you present the lesson...
    I sound like I'm in 💕. Joking 😃 keep it up!

  • @1teezee
    @1teezee Рік тому

    mmm...cookies.
    Love the visual aids and the way you explain things. Definitely Python Simplified

  • @CurrentElectrical
    @CurrentElectrical 2 роки тому +2

    A great tutorial and refresher! Thank you from Ontario. I love getting the fundamentals down in an easy to understand code along. It keeps the mind active and fresh.

  • @viniciuspozati
    @viniciuspozati 9 місяців тому

    i learned a new think, i had a problem "ModuleNotFoundError: No module named
    'sty' "..... after i tryed some i try this at console "pip install sty" and uala! works ! thanks girl a one more day studing

  • @secureless
    @secureless Рік тому

    I see two apps that a programmer can rest on the right side of the screen, EPIC and STEAM! )) Thanks Maria 🙏

  • @oliviermuzereau6835
    @oliviermuzereau6835 Рік тому

    Thanks a lot. I have been looking for a long time to change text color in python.
    It's a real pleasure to watch your videos and pick up cool tips here and there.

  • @mohammed_Ansar
    @mohammed_Ansar 2 роки тому

    I am in love with ur voice 😍 and teaching style. Very simple 👌

  • @HagamosLoImposible
    @HagamosLoImposible 2 роки тому +2

    I really really like this type of Tutorials, with clar english an amazing explanation. I also like the mixed of advanced tutorial, ML, AI, APPS, a this one, basics, to improve the knowledge of python! Thanks Maria

  • @user-gt3dl8nj4w
    @user-gt3dl8nj4w 9 місяців тому

    Love your your tutorials,,they've entirely contributed to my python progress from the scratch.😇

  • @Stylish_Bandit_Slayer
    @Stylish_Bandit_Slayer 3 місяці тому

    Thank you so much . Functions are so much clearer now.

  • @alihussien7935
    @alihussien7935 7 місяців тому +1

    God bless you
    the best explanation ever.
    big support for you.
    keep doing it

  • @davidcalebpaterson7101
    @davidcalebpaterson7101 2 роки тому +2

    Another wholesome video with a very good explanation of functions ❤✨👌

  • @ppmokgoro
    @ppmokgoro 2 роки тому

    It just took watching this video once fam - ONCE!!!! I luv you!!

  • @suvimpemel5583
    @suvimpemel5583 2 роки тому +3

    Hi Mariah, I think you should make an video on ARGS and KWARGS next though you have covered ARGS here.
    I personally think KWARGS could help me in certain cases, but always little short of time to go through and try out.
    Thanks for this video.

  • @untelevisedfringe4552
    @untelevisedfringe4552 2 роки тому +2

    Great video Mariya, thanks 🙏

  • @user-np1od8ch2p
    @user-np1od8ch2p 2 роки тому

    You are awesome you nailed it
    You taught very proficient way

  • @mayilvagananm695
    @mayilvagananm695 Рік тому

    Lovely functions, I love your teaching maria,.

  • @dr.mohamedaitnouh4501
    @dr.mohamedaitnouh4501 Рік тому

    Thank you for the positive and relaxed attitude. Your trick on colors with python is interesting. I subscribed and nice greetings from California!!

  • @shaikhzishan5342
    @shaikhzishan5342 2 роки тому

    Python functions just simplified 👍 what an explanation ma'am

  • @belovedobiora549
    @belovedobiora549 2 роки тому +3

    I LOVE YOUR TEACHING , IT'S AMAZING AND ONE OF THE BEST I'VE SEEN👍

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Thank you so much!! I'm super happy to hear that!! 😀😀😀

  • @ayushsrivastava6133
    @ayushsrivastava6133 2 роки тому +2

    I really in love with you !! The way you explain each and every topic is amazing ❤️

    • @PythonSimplified
      @PythonSimplified  2 роки тому +2

      Thank you so much for the lovely comment, Ayush! I'm super happy you like my videos! 😁😁😁

    • @ayushsrivastava6133
      @ayushsrivastava6133 2 роки тому

      @@PythonSimplified Always and forever 😀🔥

  • @3Beats_2words
    @3Beats_2words 2 роки тому

    Thanks for the lesson. I am very fond of your soothingly typing sound and the humorous "muahahaha..." part. ^_^

  • @po9098
    @po9098 2 роки тому

    Music to my ears. Thank you so much for being a wonderful teacher!

  • @Tobs_
    @Tobs_ 2 роки тому +3

    Great stuff, thanks. 👍

  • @juany4355
    @juany4355 2 роки тому

    Magnificient as always...so glad to learn here, love your voice & teaching style. Greetings from Chile & thanks again!!!

  • @redaoutarid6465
    @redaoutarid6465 2 роки тому +1

    Congrats on your new learning concept.
    It's a very good concept

  • @stephenmolyneux3936
    @stephenmolyneux3936 2 роки тому

    This format is great for being able to understand what is going on. Thanks.

  • @LifestyleWellness-bs5ut
    @LifestyleWellness-bs5ut 2 місяці тому

    Your tutorials are great
    Thank you Madam

  • @yaishk
    @yaishk 8 місяців тому

    Thanks for dumbing everything down! Your content is golden!

  • @Alphabet_-_
    @Alphabet_-_ 2 роки тому +3

    Colored Girl Thumbs UP

  • @PedroGomes-sz5ot
    @PedroGomes-sz5ot 2 роки тому +1

    Estou aprendendo com você duas coisas: Python e Inglês.
    great tutorial! Thank you, Pedro Gomes - São Paulo - Brasil

    • @johnnya3584
      @johnnya3584 2 роки тому +1

      Eu também man!! Além da boa didatica dela, o ingles é bem pausado e claro. Facinho de entender.

  • @zakyvids6566
    @zakyvids6566 2 роки тому +1

    Please make a python crash course 2022 This is highly recommended Thanks a lot I have subscribed awesome content

  • @lloyd1934
    @lloyd1934 Рік тому

    Amazing functio tutorial. Thank you

  • @po9098
    @po9098 2 роки тому

    The random color program is awesome!

  • @patocuchara01
    @patocuchara01 2 роки тому +1

    I like the explanations, so easy for the people who is starting python, great work!!!

  • @jfarr206
    @jfarr206 Рік тому

    Very good explanation. Thank you

  • @johanjuarez6238
    @johanjuarez6238 Рік тому

    Thank you so much for the work you've put in this channel. I have question. I'm trying to learn python by watching tutorials, experimenting it and asking chat Gpt to write code for me, evaluate mine, correct it, explain etc. But it made me learn about f-strings, and I wonder why someone would use commas to concatenate the variables instead of using curly brackets with f-strings. I am aware there might be compatibility issues but I think there's probably more that I can imagine. If you have time to answer this or anyone reading the comment, I'd like to better understand this. Thank you for the time and energy 😊

  • @sezerkarabugul
    @sezerkarabugul Рік тому +1

    Thanks a lot for this great tutorial.

    • @PythonSimplified
      @PythonSimplified  Рік тому

      Absolutely! Enjoy! Thank you so much for your comment! 😀

  • @mikekerry7989
    @mikekerry7989 Рік тому

    I am enjoying your videos, thank you. There is a smll error in this one. The upper and lower limits passed to random.randint are INCLUSIVE. Therefore random.randint(0, 256) could give a value of 256, but as you say, the valid values are 0 to 255.

  • @Pixel_Recap
    @Pixel_Recap 2 роки тому +1

    hi, python simplified, I am amazed at the way you teach python, but the hardest part for me is looping, for loop, and while loop. can you make a more detailed more explained with examples and some exercises?

  • @jarjarjar9006
    @jarjarjar9006 2 роки тому

    your look help me so much with lering coding :)

  • @eddw123
    @eddw123 2 роки тому

    And If you add in the line 3 this
    for i in range(0,10):
    😉It will give nice result to cover its functionality and application.
    Thanks for your videos 💯👍

  • @keagankemp6275
    @keagankemp6275 2 роки тому +1

    Thank you for sharing your knowledge Mariya really appreciate it .

  • @johnmamodu6650
    @johnmamodu6650 2 роки тому

    You made learning python so refreshing....Thank you

  • @markippo
    @markippo 2 роки тому +1

    Python functions/methods return void (or to be more precise 0) by default, "return None" is redundant. Print statements should not be considered as return clauses. There could be multiple prints in a function and they don't break further execution. They're just an io operations within function's body. Depending on your function logic multiple return clauses could be applied in the function's body, but only one at the time executed.

  • @leandrof325
    @leandrof325 Рік тому

    Hi Mariya. I love your explaining!!! Thanks for be a teacher!

  • @rapunzelle714
    @rapunzelle714 2 роки тому +1

    Okay, fantastic as always, but I'm finding that I'm getting distracted by the super aesthetic slides and how it's timed with your talk 😅😊 I'd love to learn more about how you create your slides, etc ❤

    • @PythonSimplified
      @PythonSimplified  2 роки тому +2

      Hi Rapunzelle! Thank you so much! 😀
      I use Adobe Illustrator to create the graphics and Adobe Premiere to animate them. I might do a tutorial about it in the near future 😉

  • @PersecutedPursuer
    @PersecutedPursuer Рік тому

    Wonderful Explanation which helped a lot! Thank you very much!
    PS: I miss the fifth Function - Pooping out the Cookie lol

  • @rspdno
    @rspdno Рік тому

    very useful description of functions! Thank`s a lot!

  • @Anointingify
    @Anointingify Рік тому

    Thank you for this amazing video presentation, I have never had this topic made so simple.
    I enjoy your works.

  • @rafaelbabar3494
    @rafaelbabar3494 2 роки тому

    You should a series aimed at students studying for Computer Science GCSE / A Level. There is a practical. I can supply problems you could use should you wish.

  • @arastooajorian9069
    @arastooajorian9069 2 роки тому +1

    There was a small mistake: each channel in RGB is a 8-bit-placeholder, so it can holds 256 different values. That is to say, it's value have to be between 0 and 255 which are 256 different numbers.
    To sum up, all the lines of "random.randint(0,256)" have to be "random.randint(0,255)"

    • @codzlaw
      @codzlaw 2 роки тому +1

      No it is correct a computer uses everything upto the number so its 0 to 255 not 256 so if you want 0 to 10 you would write 0,11 it don't include last number but all before 😁

    • @mikekerry7989
      @mikekerry7989 Рік тому

      @@codzlaw No, that is not the case with randint. The limit arguments are INCLUSIVE.

  • @vitaliiboiko6227
    @vitaliiboiko6227 Рік тому

    thank you so much! I like your channel because you explain heard things very simply. Well done!!!

  • @ramyelioa8187
    @ramyelioa8187 9 місяців тому

    Exellent very good work thanks

  • @joelsstuff8318
    @joelsstuff8318 2 роки тому +2

    Nicely done. Thanks. If you would like to do an advanced tutorial on functions, more for engineers than programmers, I have an idea for you. Or maybe that’s outside the scope of this series. What do you think?

    • @PythonSimplified
      @PythonSimplified  2 роки тому

      Hi Joel, Thank you so much! 😀😀😀
      I'm not even sure what the scope of this series is as I'm building it up in between the ML and GUI tutorials! 😊 hahaha I'm always keeping a close eye for suggestions and I rely a lot on viewer feedback, so if you have a cool idea for a tutorial - I'd be more than happy to hear! 😁

  • @TheNCGardener
    @TheNCGardener 2 роки тому

    You have a talent for teaching. I think you are performing your function ! MUAHahahahahah.

  • @HuongPham-lr2fp
    @HuongPham-lr2fp 10 місяців тому

    quá tuyệt vời, you are supperman in python

  • @manny.23
    @manny.23 Рік тому

    This was really helpful, thanks a lot.

  • @diwakar_tsn
    @diwakar_tsn 2 роки тому +2

    Good evening Mariya ♥️♥️💖🌃🇳🇵

  • @ODRACLIVE
    @ODRACLIVE 2 роки тому

    Thank you, Mariya!!!

  • @ReflectingMe2024
    @ReflectingMe2024 2 роки тому +1

    Another fab video, Mariya, many thanks. Here's a little suggestion for you: How about doing either a tutorial on, or maybe even a development live stream where you code up the Mastermind game using the terminal, and utilise the sty library? Could be interesting... Keep safe, John.

    • @PythonSimplified
      @PythonSimplified  2 роки тому +3

      Thank you so much John! 😀
      I've never played Mastermind before so I'll need some training on that before I can implement it (or even wrap my head around what it involves 😅 hahaha)
      I'll definitely check it out though, thanks for suggesting! 😊

    • @ReflectingMe2024
      @ReflectingMe2024 2 роки тому

      @@PythonSimplified It's a pretty easy game Mariya, just get the computer to generate a tuple of 4 colours out of a total of 8 possible colours, the user then tries to guess the order of those 4 colours (usually these are graphically represented as small circles, or solid blocks). After each guess, the computer then returns how many items the player got right but not in the right location - with a white block, and how many items the player got right and that are in the right location - with a black block. So say the computer generated [red, yellow, black, blue], and the user guesses [orange, orange, red, red] - the return would be one white block due to the correct red colour choice but not in the right location. etc etc... :)

  • @anokhautomation4453
    @anokhautomation4453 2 роки тому

    Nice tutorial 🎉🎉👍👌

  • @vidovnjak6100
    @vidovnjak6100 2 роки тому

    You should make paid course, cos damn i would buy it asap. And I'm sure a lot of people would, you explain things so well that I cant describe it. :D :D

  • @jinxianlai
    @jinxianlai 5 місяців тому

    happy to see you again ,shawty

  • @emersonespinoza932
    @emersonespinoza932 2 роки тому

    Aprendo muito com você e ensina muito bem, agora preciso tomar vergonha na cara e aprender inglês para te acompanhar e ter uma experiência melhor rsrs

  • @joespratling
    @joespratling 2 роки тому

    Thank you so much for explaining all your tutorials so clearly really really helpful

  • @ramarisonandry8571
    @ramarisonandry8571 2 роки тому

    Thanks from Madagascar

  • @warrenscorner
    @warrenscorner 2 роки тому

    Great video! Very simple to understand for a beginner like me.

  • @Borolad116
    @Borolad116 Рік тому

    Great video, Mariya. You have a new subscriber, thank you :)

  • @cristiangeorge1287
    @cristiangeorge1287 Рік тому +1

    Hi Mariya. I like your videos. I find them very useful. Unfortunately, I got stuck at the "changing font color exercise" and I'm having some trouble importing modules in Jupyter Notebook. Do I need another IDE or is possible to import Python modules in Jupyter Notebook?. If it's possible, than how can I do it? Thanks.

  • @victoraguiar860
    @victoraguiar860 2 роки тому +2

    Hi, Mariya. Hope this message finds you well. I was wondering if could start learning to program by taking on Python first. Do you think it's a good idea or should I stick to HTML, CSS and JS at first? Complete beginner here, not happy with current job and wanting to change careers for a better future. I appreciate your channel and all the content you provide us. Much love 💜

    • @PythonSimplified
      @PythonSimplified  2 роки тому +6

      Thank you so much Victor! 😀
      The big question is - what field of programming would you like to take on?
      HTML/CSS/JS are languages of the web and you can certainly combine them with Python when building web applications. There's something called a LAMP stack, which I recommend to look into if that's the path you want to take (stands for Linux, Apache, MySQL, Python/PHP) it's a great starting point! you basically use HTML/CSS/JS to create a user interface (running on Linux), you use MySQL as a database management system and lastly - you use Python/PHP to communicate with the webserver (Apache).
      If you find web development interesting - you can start working on personal projects for your portfolio. This could be interactive games (checkout P5.JS as it's an incredible JavaScript library for games), surveys and forms, calculators and other utilities. Once you have uploaded a few projects that you're proud of on Github - I would start applying for entry-level programming jobs. Make sure you have a good Cover Letter if you do so, as you need to find a way to stand out among the BSc folks.
      I wouldn't quit my current job until I find a new one, as this process may take quite some time. I would also reach out to local professional developers via Linkedin asking them for an Informational Interview - what is it like to work in a high tech company? are you happy with your carrier choice? what would you recommend me to do to gain experience?
      The beauty of these informational interviews is that you're not applying for a job - but you're networking and making connections with people in the field. You can then try to leverage these connections to get your first tech opportunity 😊
      Best of luck! It's definitely a challenging journey - but if truly passionate about programming, it will be worth it! 😉

    • @johnmamodu6650
      @johnmamodu6650 2 роки тому

      @@PythonSimplified Mariya...you are God sent and I love you....Thank you

  • @leleuf3
    @leleuf3 2 роки тому +1

    Amazing!!!!

  • @SuperCantillano
    @SuperCantillano 2 роки тому

    Cookies? I love cookies 😁. Nice video young lady