teclado

teclado

Computer Science and Programming for all skill levels. If you like computers, this is the channel for you.
My objective is to learn and teach as much as possible. Join me!

Пікірлер

  • @MoJoeLogic
    @MoJoeLogicКүн бұрын

    Hi Jose, great name. Did you ever create the calendar mentioned at the end?

  • @hansblod3379
    @hansblod33792 күн бұрын

    This is how I like it! Mostly I hate youtube videos about coding because there is so much "boilerplate content" around it. This is pretty much straight to the point. Good one! Maybe you could add small things around the subject at hand. For example, can you add type annotations to macros and stuff. I am completely new to the subject, so maybe this point wont make any sense. But you get the point^^

  • @samana991
    @samana9913 күн бұрын

    Thanks for the explanations; good stuff!

  • @imranyasin7537
    @imranyasin75374 күн бұрын

    "Important announcement: ElephantSQL will discontinue its services. The product will reach its End of Life on January 27, 2025. After May 1, 2024, we will cease to accept new users."

  • @imranyasin7537
    @imranyasin75374 күн бұрын

    Great video!! Thank you very much

  • @NajmaAbdirezak
    @NajmaAbdirezak5 күн бұрын

    Thank you so much.

  • @aashayamballi
    @aashayamballi7 күн бұрын

    Thank you

  • @antoineblasiak2623
    @antoineblasiak262313 күн бұрын

    Thanks mate, very useful

  • @diegodifelix
    @diegodifelix15 күн бұрын

    What a great video. Thank you very much. I did a resume to me.

  • @randalltockes2247
    @randalltockes224718 күн бұрын

    This was totally the explanation i needed for a few concepts. Thank you for this.

  • @collinsonOga
    @collinsonOga20 күн бұрын

    You're highly underrated man

  • @Spyrosigma
    @Spyrosigma20 күн бұрын

    ElephantSQL just posted that they're shutting down : (

  • @kellzbaker
    @kellzbaker27 күн бұрын

    don't fret is %PATH% doesn't work on power shell, it's a diff command - echo $Env:PATH

  • @minnies2730
    @minnies273028 күн бұрын

    void setup() { size(640, 480); } void draw() { background(455); ellipse (x, 100,50,50); x = x + dx; if(x+25 > width) { dx = -1; } if(x+25 > width) { dx = -1; } if(x <0) { dx = 1; } }

  • @minnies2730
    @minnies273028 күн бұрын

    Copy paste if ur doing this for school n ur too lazy to type urself

  • @ErasermationsOSC
    @ErasermationsOSCАй бұрын

    I have one question, on some on the code for example “x = x + 1;” I was curious to see what would happen without a space and.. well nothing happened.

  • @user-ry5zu1wo4e
    @user-ry5zu1wo4eАй бұрын

    Thank you. Very helpful

  • @mrn3ts210
    @mrn3ts210Ай бұрын

    Hello, Jose I know this isn't related to this topic but I always wondered how you type so fast when you are programming I mean by using Operators, Delimiters, and Special Symbols do you touch type?

  • @tecladocode
    @tecladocodeАй бұрын

    Hey! I do touch type. A lot of practice and some lessons (on a typewriter!) when I was a kid. That said typing fast isn't very important. Most of the time is spent thinking, and nowadays with AI-assisted coding, typing will be even less important.

  • @mrn3ts210
    @mrn3ts210Ай бұрын

    @@tecladocode Thanks for the response Jose! I am truly grateful. I will keep practicing but making sure not to stress too much about it, and I have been making progress. I am a 14 year old currently taking the course "The Complete Python Course Learn Python by Doing" I am astonished by your work and I am looking forward to you! :)

  • @erkayberkant1828
    @erkayberkant1828Ай бұрын

    I watched many tutorials about Sqlite, but the way you teach this, is really the best.

  • @tecladocode
    @tecladocodeАй бұрын

    Thank you very much! Glad you liked it 😁

  • @davemcdonald6799
    @davemcdonald6799Ай бұрын

    I found this one of the better introductory pytest videos, nice job! I'll be sharing this video with others on my team that also need to come up to speed on pytest.

  • @tecladocode
    @tecladocodeАй бұрын

    Thank you! Glad you liked the video, and thanks for sharing! Let me know if there's any other content you're particularly interested in.

  • @jake115577
    @jake115577Ай бұрын

    This made me subscribe! Great tutorial man

  • @tecladocode
    @tecladocodeАй бұрын

    Thanks for the sub and the comment! Really appreciate it 💪

  • @RahulSharmaSingularity
    @RahulSharmaSingularityАй бұрын

    Awesome and clear !

  • @tecladocode
    @tecladocodeАй бұрын

    Glad you liked it!

  • @Kennethlumor
    @KennethlumorАй бұрын

    Sir please I keep on hearing this that flask is not capable of creating or cannot handle large project and we should not use it but rather django.

  • @tecladocode
    @tecladocodeАй бұрын

    Thanks for the comment! This is a tricky one to answer. If you are using Flask but you are coding yourself what Django gives you out of the box... You should use Django instead. But if you are using Flask for a large production project because you need the speed of development, flexibility, or the huge ecosystem of plugins, then Flask is definitely an option. Many companies use Flask for large apps in production, and it's fine!

  • @drilonqorraj6538
    @drilonqorraj6538Ай бұрын

    Can i Change it to one drive Because i want to Change it to Desktop it says the path couldnt be found

  • @jgojiz
    @jgojizАй бұрын

    While the venv is activate all my code will be able to recognize the dependencies installed inside the virtual env?

  • @tecladocode
    @tecladocodeАй бұрын

    When your virtual environment is active, you're using the Python version and installed packages inside that virtual environment. When you run your code using that Python version, you'll be able to access the installed packages.

  • @manfredbogner9799
    @manfredbogner9799Ай бұрын

    Sehr gut

  • @barmalini
    @barmaliniАй бұрын

    I copied your code exactly, but keep getting this erro: File "l:\app.py", line 10, in from_csv_line return cls(*line.strip().split(",")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Person() takes no arguments Could anyone help? UPD: Ok, I found the error, turns out that my __init__ wasn't spelled correctly, it had three underscores in the beginning instead of only two. Silly me

  • @Simombrun1980
    @Simombrun1980Ай бұрын

    How do you make the circle go from the top to the bottom of the canvas?

  • @RajendraMedini
    @RajendraMediniАй бұрын

    Hi. Thanks for the awesome video.

  • @ivochristian
    @ivochristianАй бұрын

    Very good. Straight to the point

  • @tecladocode
    @tecladocodeАй бұрын

    Thank you very much!

  • @CodingIsArt-cw6cn
    @CodingIsArt-cw6cnАй бұрын

    Great video!

  • @tecladocode
    @tecladocodeАй бұрын

    Glad you enjoyed it!

  • @dhruvtara6537
    @dhruvtara6537Ай бұрын

    My idea with logging is super clear now. Thank you .

  • @tecladocode
    @tecladocodeАй бұрын

    Glad it helped!

  • @maf7624
    @maf7624Ай бұрын

    what a perfect guide!

  • @tecladocode
    @tecladocodeАй бұрын

    You're too kind!

  • @saidinesh4066
    @saidinesh4066Ай бұрын

    Why life is so complicated.

  • @tecladocode
    @tecladocodeАй бұрын

    It really is, but you can do this!

  • @Aly-the-1st
    @Aly-the-1stАй бұрын

    Ugh my computer hates me cmd says F u cause i dont like u and ECHO OFF OR EVEN ECHO IS APPARENTLY A UNKOWN COMMAND??????????????????(no, i dont use mac or linux. And i use windows 10 latest.)

  • @Spanu96
    @Spanu962 ай бұрын

    Just to add something else, if you do it for all three axes the circle will be warped.

  • @johnysmrz
    @johnysmrz2 ай бұрын

    Aaagh and you stopped at exact moment when it started to be interesting!

  • @danielsiddiqui5903
    @danielsiddiqui59032 ай бұрын

    Terrible why where you speeing through it like someone put you in fast mode

  • @abhigyanrastogi1662
    @abhigyanrastogi16622 ай бұрын

    Loved the video! <3

  • @tecladocode
    @tecladocode2 ай бұрын

    Thank you! Very glad you liked it!

  • @abbysands9510
    @abbysands95102 ай бұрын

    Thank you for a great and detailed explanation on what CSRF is, now I understand it. lol third parties cookies will send "relevant information" lol

  • @tecladocode
    @tecladocode2 ай бұрын

    Thank you very much! Glad you liked it. CSRF is one of those that sounds really complicated until you know how it works!

  • @romanstoleru7936
    @romanstoleru79362 ай бұрын

    Thanks for the explanation. Really interesting!

  • @tecladocode
    @tecladocode2 ай бұрын

    Thank you! 🙏

  • @adebowalemorakinyo4062
    @adebowalemorakinyo40622 ай бұрын

    Loved the touch with the "relevant ads suggestions 😈"..😂.... Great explanation once again!

  • @playcode9750
    @playcode97502 ай бұрын

    excelente, ainda não tinha experimentado python pra api.

  • @lucyfrye6723
    @lucyfrye67232 ай бұрын

    Thanks, that was very clear, I ended up making such a mess of my python installation that I ended up reinstalling macos. Never that again, it cost me half a day wasting time on setting everything up again. <3

  • @dplopezSioux
    @dplopezSioux2 ай бұрын

    📢over killing the virtual env!!!! thanks!!!!

  • @GarimellaProduction
    @GarimellaProduction2 ай бұрын

    This is good timing . I’m working on a project that this could be useful for me. Thanks Jose

  • @tecladocode
    @tecladocode2 ай бұрын

    Glad it was helpful! Thank you! 🙏

  • @corbingrieves4505
    @corbingrieves45053 ай бұрын

    int posX = 100; int posY = 100; int sizeX = 50; int sizeY = 50; int edgeX = sizeX/2; int edgeY = sizeY/2; int moveX = 1; int moveY = 1; void setup(){ size(640,480); } void draw(){ background(110); ellipse(posX,posY,sizeX,sizeY); posX += moveX; if(posX+edgeX > width || posX-edgeX < 0){ moveX *= -1; } }

  • @corbingrieves4505
    @corbingrieves45053 ай бұрын

    to save even more space: int posX = 100, posY = 100; int sizeX = 50, sizeY = 50; int edgeX = sizeX/2, edgeY = sizeY/2; int moveX = 1, moveY = 1; void setup(){ size(640,480); } void draw(){ background(110); ellipse(posX,posY,sizeX,sizeY); posX += moveX; if(posX+edgeX > width || posX-edgeX < 0){ moveX *= -1; } }

  • @rahar6009
    @rahar60093 ай бұрын

    Great job but you skipped how to activate the venv in vscode.

  • @tomasemilio
    @tomasemilio3 ай бұрын

    I completely loved this course

  • @tecladocode
    @tecladocode3 ай бұрын

    You are too kind! Glad you enjoyed it 💪

  • @amgarten
    @amgarten3 ай бұрын

    Wow, top tier tutorial

  • @tecladocode
    @tecladocode3 ай бұрын

    Thank you!

  • @sdmagic
    @sdmagic3 ай бұрын

    This was exactly what was needed. Your explanation was crystal clear and solved a lot of problems I was having. Thank you for your expertise, time, and efforts. Cheers!

  • @tecladocode
    @tecladocode3 ай бұрын

    Glad it helped! Thank you!

  • @MoroccanAvatar
    @MoroccanAvatar3 ай бұрын

    god ,this is a great tutorial , thank you

  • @tecladocode
    @tecladocode3 ай бұрын

    Thank you!