Marc Goodman
Marc Goodman
  • 937
  • 402 384
233Y Multi User UserRoutes
233Y Multi User UserRoutes
มุมมอง: 60

วีดีโอ

233Y Multi User UpdateRoutes
มุมมอง 273 หลายเดือนก่อน
233Y Multi User UpdateRoutes
233Y UserState
มุมมอง 653 หลายเดือนก่อน
233Y UserState
233Y Register
มุมมอง 253 หลายเดือนก่อน
233Y Register
233Y Multi User PrintRoutes
มุมมอง 563 หลายเดือนก่อน
233Y Multi User PrintRoutes
233Y Multi User DeleteRoutes
มุมมอง 343 หลายเดือนก่อน
233Y Multi User DeleteRoutes
233Y Multi User CreateRoutes
มุมมอง 423 หลายเดือนก่อน
233Y Multi User CreateRoutes
233Y lab5 f git
มุมมอง 203 หลายเดือนก่อน
233Y lab5 f git
233Y Add User Key
มุมมอง 483 หลายเดือนก่อน
233Y Add User Key
233Y Sessions
มุมมอง 583 หลายเดือนก่อน
233Y Sessions
233Y Users Collection
มุมมอง 593 หลายเดือนก่อน
233Y Users Collection
233Y lab5 pc git
มุมมอง 203 หลายเดือนก่อน
233Y lab5 pc git
233Y Password Hashing
มุมมอง 463 หลายเดือนก่อน
233Y Password Hashing
233Y Login
มุมมอง 1323 หลายเดือนก่อน
233Y Login
233Y HTTPS
มุมมอง 663 หลายเดือนก่อน
233Y HTTPS
233Y Config
มุมมอง 1103 หลายเดือนก่อน
233Y Config
233Y Cleanup and Force Login
มุมมอง 803 หลายเดือนก่อน
233Y Cleanup and Force Login
233Y Apache
มุมมอง 453 หลายเดือนก่อน
233Y Apache
233Y Web Update Note
มุมมอง 83 หลายเดือนก่อน
233Y Web Update Note
233Y Web Update Note
มุมมอง 313 หลายเดือนก่อน
233Y Web Update Note
233Y Web Show Playlist Contents
มุมมอง 263 หลายเดือนก่อน
233Y Web Show Playlist Contents
233Y Web Remove Video from Playlist
มุมมอง 283 หลายเดือนก่อน
233Y Web Remove Video from Playlist
233Y Web Join Playlists
มุมมอง 293 หลายเดือนก่อน
233Y Web Join Playlists
233Y Web Delete Video
มุมมอง 183 หลายเดือนก่อน
233Y Web Delete Video
233Y Web Delete Playlist
มุมมอง 273 หลายเดือนก่อน
233Y Web Delete Playlist
233Y Web Create Playlist
มุมมอง 363 หลายเดือนก่อน
233Y Web Create Playlist
233Y Web Create Performance Video
มุมมอง 213 หลายเดือนก่อน
233Y Web Create Performance Video
233Y Web Create Music Video
มุมมอง 233 หลายเดือนก่อน
233Y Web Create Music Video
233Y Web Add Video to Playlist
มุมมอง 303 หลายเดือนก่อน
233Y Web Add Video to Playlist
233Y Split Routes
มุมมอง 563 หลายเดือนก่อน
233Y Split Routes

ความคิดเห็น

  • @RahulThiruthinmelPremnavas
    @RahulThiruthinmelPremnavas 3 หลายเดือนก่อน

    sir i have a mac intel processor and i tried with verison 17 pyodbc , it shows this error, could you tell me what could be the reason? pyodbc.InterfaceError: ('28000', "[28000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Login failed for user

    • @marcgoodman4862
      @marcgoodman4862 3 หลายเดือนก่อน

      This type of error looks like your database credentials are wrong. Check your database username and password. Are you using cisdbss.pcc.edu for the server with IMDB as the database and 275student for both user and password?

    • @RahulThiruthinmelPremnavas
      @RahulThiruthinmelPremnavas 2 หลายเดือนก่อน

      @@marcgoodman4862 no sir, it my private database. with credentials,

  • @bettermoodmusicambience
    @bettermoodmusicambience 3 หลายเดือนก่อน

    Hi! Can you please assist with minor error on PEP 8; Shadows name 'target_word_idx' from outer scope. How do I fix this?

    • @marcgoodman4862
      @marcgoodman4862 3 หลายเดือนก่อน

      You just need to rename your local variable so that it's named something different. It means you have something in your module named target_word_idx and also a local variable named target_word_idx. So you fix that by renaming the local variable.

    • @bettermoodmusicambience
      @bettermoodmusicambience 3 หลายเดือนก่อน

      @@marcgoodman4862 thank you, got it fixed. If you don't mind. Can you please help me with this one also! I'm getting this message on my code; To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. how can I fix this?

  • @Mossmyr
    @Mossmyr 3 หลายเดือนก่อน

    Is this a University course lecture or something? TH-cam recommended it to me and I am very confused.

    • @marcgoodman4862
      @marcgoodman4862 3 หลายเดือนก่อน

      Yes, it is, and it's about the the 30th video in a series from the third course in a sequence of courses :) So this will have 0 relevance for you. Given that I just put this video up 2 days ago, and it only has 6 views so far, I can't imagine why this showed up on your recommended list. But if you know some python, and you want to go back to the first video in the series and implement your own list manager application, and then you want to give Portland Community College tuition for a 4 credit hour class, I'll be happy to take a look at your program and give you college credit for it if you meet all the requirements :)

  • @kmonish9119
    @kmonish9119 3 หลายเดือนก่อน

    Hi Marc, I don''t find opt folder in /usr/local Any idea why this might be the case. Also in my system it says openssl 1.1.1.w - is that okay?

  • @elliepenkova3853
    @elliepenkova3853 4 หลายเดือนก่อน

    You're a LIFESAVER!!! Thank you! I didn't even think what I wanted was possible. I have a docker container which is running SQL Server that I connected to my database in Azure Data Studio. But I couldn't figure out why I couldn't connect my Jupyter notebook(in VS Code) to the database... But when I ran the commands you suggested and added the driver file path and 'encrypted=no', everything worked out! encrypt = 'no', driver = '/opt/homebrew/lib/libmsodbcsql.18.dylib' sudo ln -s /opt/homebrew/opt/openssl@1.1 /opt/homebrew/opt/openssl@3 sudo ln -s /opt/homebrew/opt/openssl@1.1 /opt/homebrew/opt/openssl

    • @siyasuryawanshi1
      @siyasuryawanshi1 หลายเดือนก่อน

      can you please help me with this? I'm stuck in the same scenario

  • @psalm2326
    @psalm2326 5 หลายเดือนก่อน

    Amen

  • @siddheshshrawne9100
    @siddheshshrawne9100 6 หลายเดือนก่อน

    Thank You!!

  • @oscargzavala
    @oscargzavala 8 หลายเดือนก่อน

    The most annoying keyboard sound.

  • @bryanstark324
    @bryanstark324 9 หลายเดือนก่อน

    Really interesting, and I can kind of keep up, but I guess I need more direct experience with OOP in order to really understand this.

  • @hesamnikpor
    @hesamnikpor 10 หลายเดือนก่อน

    very very good🍃🍀

  • @nfcradio4622
    @nfcradio4622 11 หลายเดือนก่อน

    how to change App Icon ?

  • @eduardomarcelogutierrezsot9577
    @eduardomarcelogutierrezsot9577 11 หลายเดือนก่อน

    Me acabas de ayudar de una manera que no tienes idea, buenisimo tu video.

  • @percyq19
    @percyq19 ปีที่แล้ว

    Hola, me pide que actualice version de 275student

  • @gigachad8260
    @gigachad8260 ปีที่แล้ว

    if only my professor can explain this easily! Ur such a life saver, thank you!

  • @candlehand
    @candlehand ปีที่แล้ว

    A version of this tutorial for those with Community Edition would be fantastic. I assume a lot of PCC students are using the free edition since funds are already tight just being in school! As is, I was not able to follow the tutorial.

    • @marcgoodman4862
      @marcgoodman4862 ปีที่แล้ว

      The good news is that if you're a student with access to a .edu mail account, you can register for a free 1-year license to all the JetBrains products, and the license is renewable as long as you have the account. But if you're not a student (or teacher), that's not an option. There is no database tab in PyCharm Community, but everything else works. For connecting to MS SQL Server, there's a free product available from Microsoft called SQL Server Management Studio (SSMS) if you're on Windows. If you're on Mac, then probably your best bet is VS Studio Code with the SQL Server plug in, but I personally found that more complicated to get set up correctly.

  • @melchicedecnduwayo1267
    @melchicedecnduwayo1267 ปีที่แล้ว

    Hello Marc. Thank you for you video. Can you, please, explain me how those sub selects work? From 7:30. I don't understand how that works in Microsoft Server, I think that not work in other systems. Those sub selects can return multple rows. Thank you!

  • @fabioescobar5463
    @fabioescobar5463 ปีที่แล้ว

    Great content, thank you!

  • @jamar7035
    @jamar7035 ปีที่แล้ว

    Promo_SM

  • @ricardocallejo7422
    @ricardocallejo7422 ปีที่แล้ว

    10 volts at 3 ohms are 10V/3ohms = 3.33Amps You meant 10 volts at 2 ohms = 5 amps. Dispite this minor error, great tutorial.

  • @denisonkolling
    @denisonkolling ปีที่แล้ว

    Thanks for share, in my research seem to be the most complete lesson about IntelliJ and Swing UI! Really helped me to develop the skills that I'm looking for. Cheers!

  • @amats1447
    @amats1447 ปีที่แล้ว

    need help i already install the driver and config in php ini but it still dont have sqlsrv in registered php streams

    • @marcgoodman4862
      @marcgoodman4862 ปีที่แล้ว

      Did you follow the previous video which had you install the MS ODBC driver, or just the php_pdo_sqlsrv drivers?

    • @amats1447
      @amats1447 ปีที่แล้ว

      @@marcgoodman4862 yes sir i follow all the steps

    • @amats1447
      @amats1447 ปีที่แล้ว

      @@marcgoodman4862 im using php 8.2 driver is 5.11 i already put the extension and follow your video but it still not working

  • @moramoy1
    @moramoy1 ปีที่แล้ว

    Sir, I am getting this error: pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'ODBC Driver 18 for SQL Server' : file not found (0) (SQLDriverConnect)") Do you have any suggestions?

    • @marcgoodman4862
      @marcgoodman4862 ปีที่แล้ว

      Are you sure you installed version 18 of MSODBC? If you installed a different version, it wouldn't be able to find Driver 18.

    • @moramoy1
      @moramoy1 ปีที่แล้ว

      @@marcgoodman4862 Sir: Not sure, I will re-install ODBC on Mac and try again. Thank you.

  • @pavoljavorek7351
    @pavoljavorek7351 ปีที่แล้ว

    Thank you

  • @Jane-1911
    @Jane-1911 ปีที่แล้ว

    Thanks💕

  • @shankarnaren9562
    @shankarnaren9562 ปีที่แล้ว

    Can we use the configured datsource that you have created inside the python without using the connection string

  • @contraplano3157
    @contraplano3157 ปีที่แล้ว

    I guess PysimpleGui is faster and produces less code... But this seems to me promise

  • @josemoreno1209
    @josemoreno1209 ปีที่แล้ว

    Thank you so much man, my brain was broken before this

  • @alexeymatveev9031
    @alexeymatveev9031 ปีที่แล้ว

    good thing thank you!

  • @daleksupreme922
    @daleksupreme922 ปีที่แล้ว

    Useless and doesn't work

    • @Ylliwx3
      @Ylliwx3 9 หลายเดือนก่อน

      Please don't say that. You better share what you did and we can help you to find a solution. This video was REALLY useful. I'm using a MacBook Pro (M3 Pro) and there was a small difference at the end, so I had to execute the following: sudo ln -s /opt/homebrew/opt/openssl@1.1 /opt/homebrew/opt/openssl@3 sudo ln -s /opt/homebrew/opt/openssl@1.1 /opt/homebrew/opt/openssl The error is gone now and I was able to connect to SQL Server on a remote server.

  • @daleksupreme922
    @daleksupreme922 ปีที่แล้ว

    This does not work

  • @athoughtortwo
    @athoughtortwo ปีที่แล้ว

    One more problem due to this being outdated content from years ago. On MacOS/Linux, for the import from .jsx file to work, such as shown below. import MentorBlock from "./MentorBlock"; webpack.config.js has to be updated to include a resolve directive. This is because webpack does not know to resolve .jsx files implicitly. module.exports = { entry: './main.jsx', output: { path: __dirname, filename: '.bundle.js', }, module: { rules: [ { test: /\.jsx?$/, exclude: /node_modules/, use: { loader: 'babel-loader', options: { presets: ['@babel/preset-env', '@babel/preset-react'] } } } ] }, resolve: { extensions: ['.js', '.jsx'] } };

  • @athoughtortwo
    @athoughtortwo ปีที่แล้ว

    At 27:45, the updated option is --color, not --colors

  • @athoughtortwo
    @athoughtortwo ปีที่แล้ว

    For MacOS or Linux based systems, the file that gets generated is not bundle.js, but .bundle.js (notice the dot before "bundle"). So, when you add the script in KYM.html, you have to add ".bundle.js" with the dot at the front.

  • @athoughtortwo
    @athoughtortwo ปีที่แล้ว

    To get the following webpack command working { "name": "rkym", "version": "1.0.0", "main": "main.jsx", "devDependencies": { "@babel/core": "^7.20.5", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "babel-loader": "^9.1.0", "jquery": "^3.6.1", "react": "^18.2.0", "react-dom": "^18.2.0", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" } } required changes the webpack.config.js to be module.exports = { entry: './main.jsx', devtool: 'source-map', mode: 'development', output: { path: __dirname, filename: '.bundle.js', }, module: { rules: [ { test: /\.jsx?$/, exclude: /node_modules/, use: { loader: 'babel-loader', options: { presets: ['@babel/preset-env', '@babel/preset-react'] } } } ] } }; Also required not using -d option on the webpack cli

  • @athoughtortwo
    @athoughtortwo ปีที่แล้ว

    mime.lookup doesn't work in mime 2. It has been replaced with mime.getType

  • @TradeInfinitum
    @TradeInfinitum ปีที่แล้ว

    thanks homie

  • @JohnDoe-mi5kg
    @JohnDoe-mi5kg ปีที่แล้ว

    god bless you and thx 4 de highest mark i've ever achieved in the java classes of my uni excelsior tutorial thxthxthx

  • @argentiignis
    @argentiignis ปีที่แล้ว

    I feel like you are generating alot of views overall from students who are going to PCC, as they desperately try to decrypt this recycled material for the new homework problems (there feels like a huge disconnect between the content and course). I hope your not getting monetized. Its bad enough that every CIS teacher @PCC uses your videos instead of actually teaching, but if you were profiting on it as well it would truly be disgusting and crooked.

  • @jkoctopus
    @jkoctopus ปีที่แล้ว

    thank u sir, this really helpfull... after more than 20 videos i finally find something that help me god bless u

  • @user-kp4fo1bj8o
    @user-kp4fo1bj8o ปีที่แล้ว

    Hi Marc, I'm still getting the same error. Do you have any other recommendations?

    • @marcgoodman4862
      @marcgoodman4862 ปีที่แล้ว

      Use pymssql instead. The syntax for executing parameterized statements is a little different, but it's an easy change to learn, and the installation for pymssql is often easier on Mac because it doesn't go through the MS ODBC drivers.

    • @user-kp4fo1bj8o
      @user-kp4fo1bj8o ปีที่แล้ว

      @@marcgoodman4862 Thanks!! That worked for me!

  • @saikethanmadhadi1615
    @saikethanmadhadi1615 2 ปีที่แล้ว

    link please

  • @leonamcruz9694
    @leonamcruz9694 2 ปีที่แล้ว

    thank's guy

  • @alperengokcuoglu3059
    @alperengokcuoglu3059 2 ปีที่แล้ว

    thanx a lot!

  • @aaroncatolico7550
    @aaroncatolico7550 2 ปีที่แล้ว

    Hi Marc, great tutorial! I was wondering if you think it's best to learn Tkinter by building/designing everything in code first or prior to learning 'Pygubu' designer. Is that how you started out?

    • @marcgoodman4862
      @marcgoodman4862 2 ปีที่แล้ว

      I think it's important to understand how tkinter works so that you can debug problems when your interface isn't working as expected, and because the pygubu interface won't mean anything to you unless you know the tkinter interface. However, I don't think building and maintaining a complicated interface directly in tkinter is practical. So, I'd definitely recommend building some simple interfaces in tkinter first, so that you get the hang of it, and can also write one-off code when you want to test something directly in tkinter, but that you transition to a reasonable GUI development tool as quickly as possible. I've worked in several different environments, and they're all pretty much the same as far as the split between the GUI development library (like tkinter, Swing or AWT for Java, or the Windows API) and the WYSIWYG GUI development tool (like the GUI designer in IntelliJ, or the Windows Forms interface in Visual Studio, or a tool like pygubu designer). Once you understand how to do that in one environment, a lot of those skills transfer to other environments you might learn later on, just like understanding how event-driven user interface development works. The first time, it's a challenge to understand how the pieces fit together, but once you get it, it's pretty much the same in most of the environments you'll be working in.

  • @felipe.marthao
    @felipe.marthao 2 ปีที่แล้ว

    A truly life saver! thank you, it was reMARCkable!

  • @kriptofinans2864
    @kriptofinans2864 2 ปีที่แล้ว

    That's amazing , this is most helpful video i've ever seen in the youtube universe

  • @alanpdx
    @alanpdx 2 ปีที่แล้ว

    Marc. Please make a new video for the instructors using your materials. This code is 5 years old. PCC is ripping me off using the same code in 2022.

  • @AbhaGupta
    @AbhaGupta 2 ปีที่แล้ว

    Awesome explanation...keep up the good work...subscribed.

  • @JohnMKaya-lm1ry
    @JohnMKaya-lm1ry 2 ปีที่แล้ว

    Thank you for the great video!

  • @tissotgeoffrey1797
    @tissotgeoffrey1797 2 ปีที่แล้ว

    Very usefull, thanks