Chuck Severance
Chuck Severance
  • 966
  • 10 904 717
From Python to C - The Rosetta Stone Lecture
In this lecture we work through a series of equivalent examples between Python and C as a way to get a broad understanding of C before diving into the details of the language.
For more details and a set of exercises please visit www.cc4e.com
For the full curriculum, see online.dr-chuck.com/
Dr. Chuck's Article on Object Oriented Languages: www.quora.com/Is-C-object-oriented-or-procedural/answer/Chuck-Severance
zhlédnutí: 2 268

Video

Lecture: DevSchool@Sakai - Moving from Tables to Grid Layout 2024-05-22
zhlédnutí 325Před 14 dny
We are going to collectively develop a new Sakai tool called Pages and record it as we develop it - hopefully Pages will be simple enough to serve as a model / sample code for other tools to follow. github.com/adrianfish/sakai/tree/pages_tool Sakai - The best LMS for learning - www.sakailms.com
Face to Face Office Hours Pittsburgh, PA, 15-May-2024
zhlédnutí 781Před 21 dnem
This is a video of face-to-face office hours for my online courses. online.dr-chuck.com www.dr-chuck.com/office/ I teach the Internet History, Technology, and Security (IHTS), Programming for Everybody (PR4E), C Programming for Everybody (CC4E), Django for Everybody (DJ4E), Web Applications for Everybody (WA4E) courses, and PostgreSQL for Everybody. us.pycon.org/2024/
Using WSL for Sakai Development
zhlédnutí 767Před 2 měsíci
This video shows how to set up a development environment for Sakai using Windows Subsystem for Linux (WSL). The documentation for this is at: github.com/csev/sakai-scripts These scripts have been used for a long time on Macintosh and Linux for both production and development setup. Now they can be used on Windows through WSL - because after all - WSL is Ubuntu :) www.sakailms.org/ Sakai - the b...
Installing WSL (Windows Sybsystem for Linux) and Ubuntu on Windows-10
zhlédnutí 5KPřed 2 měsíci
I always have a lot of trouble making WSL work - so this time I live streamed and completely recorded my install process (with all my confusion and mistakes) and then edited it to make this video. 0:00 Installing WSL 0:53 Installing Ubuntu 1:42 Fail with error 0x8000719e 1:52 Enable WSL in Windows Features 2:20 Fail with WSL error 0x8004032d 2:30 Use wsl on command line to investigate (not too ...
Visiting LV Prasad Eye Institute, Hyderabad, India, 03-Mar-2024
zhlédnutí 1KPřed 3 měsíci
This is a video of meeting Ramakrishna Karnati, who is a technoogy trainer at the LV Prasad Eye Institute in Hyderabad, India online.dr-chuck.com www.dr-chuck.com/office/ I teach the Internet History, Technology, and Security (IHTS), Programming for Everybody (PR4E), C Programming for Everybody (CC4E), Django for Everybody (DJ4E), Web Applications for Everybody (WA4E) courses, and PostgreSQL fo...
Worked Example: OpenGeo.py (Chapter 13)
zhlédnutí 1,5KPřed 3 měsíci
www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 In this example, we pull from the OpenStreetMap data using a re-startable JSON spider process. Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises.
Worked Example: OpenGeo (Chapter 16)
zhlédnutí 1,1KPřed 3 měsíci
www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 In this example, we pull from the OpenStreetMap data using a re-startable JSON spider process. Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises.
Face to Face Office Hours Mountain View, CA, USA, 02-Feb-2024
zhlédnutí 2KPřed 3 měsíci
This is a video of face-to-face office hours for my online courses. online.dr-chuck.com www.dr-chuck.com/office/ I teach the Internet History, Technology, and Security (IHTS), Python for Everybody (PY4E), C Programming for Everybody (CC4E), Django for Everybody (DJ4E), Web Applications for Everybody (WA4E) courses, and PostgreSQL for Everybody (PG4E). Location: www.sportspage.bar/
Worked Example: Tracks.py (Chapter 15)
zhlédnutí 875Před 4 měsíci
www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises.
PY4E - Python Objects (Chapter 14 Part 3)
zhlédnutí 1,9KPřed 4 měsíci
www.py4e.com - Python for Everybody: Exploring Data Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises. You can see my entire online curriculum including a course focused on how you might build a Python object implementation in C at online.dr-chuck.com
PY4E - Python Objects (Chapter 14 Part 2)
zhlédnutí 2,4KPřed 4 měsíci
www.py4e.com - Python for Everybody: Exploring Data Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises. You can see my entire online curriculum including a course focused on how you might build a Python object implementation in C at online.dr-chuck.com
PY4E - Python Objects (Chapter 14 Part 4)
zhlédnutí 1,4KPřed 4 měsíci
www.py4e.com - Python for Everybody: Exploring Data Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises. You can see my entire online curriculum including a course focused on how you might build a Python object implementation in C at online.dr-chuck.com
PY4E - Dictionaries (Chapter 9 Part 3)
zhlédnutí 3,5KPřed 4 měsíci
www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises. You can see my entire online curriculum at online.dr-chuck.com
PY4E - Tuples (Chapter 10 Part 2)
zhlédnutí 2,7KPřed 4 měsíci
www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 Please visit the web site to access a free textbook, free supporting materials, as well as interactive exercises. You can see my entire online curriculum at online.dr-chuck.com 0:00 Sorting Lists of Tuples 2:48 Sort by values instead of key 5:30 common words 9:21 Even Shorter Version
PY4E - Python Lists (Chapter 8 Part 1)
zhlédnutí 4,7KPřed 4 měsíci
PY4E - Python Lists (Chapter 8 Part 1)
PY4E - Introduction (Chapter 1 Part 4)
zhlédnutí 7KPřed 4 měsíci
PY4E - Introduction (Chapter 1 Part 4)
PY4E - HTTP (Chapter 12 Part 2)
zhlédnutí 2,1KPřed 4 měsíci
PY4E - HTTP (Chapter 12 Part 2)
PY4E - Dictionaries (Chapter 9 Part 1)
zhlédnutí 4,7KPřed 5 měsíci
PY4E - Dictionaries (Chapter 9 Part 1)
PY4E - Introduction (Chapter 2 Part 1)
zhlédnutí 14KPřed 5 měsíci
PY4E - Introduction (Chapter 2 Part 1)
PY4E - Conditionals (Chapter 3 Part 1)
zhlédnutí 9KPřed 5 měsíci
PY4E - Conditionals (Chapter 3 Part 1)
Face to Face Office Hours Valencia, Spain, 29-Mar-2022
zhlédnutí 384Před 5 měsíci
Face to Face Office Hours Valencia, Spain, 29-Mar-2022
Face to Face Office Hours Detroit MI, 05-Aug-2023
zhlédnutí 910Před 5 měsíci
Face to Face Office Hours Detroit MI, 05-Aug-2023
Face to Face Office Hours Gingerman Raceway, South Haven MI, 23-Oct-2022
zhlédnutí 352Před 5 měsíci
Face to Face Office Hours Gingerman Raceway, South Haven MI, 23-Oct-2022
Face to Face Office Hours Traverse City, MI, 26-Jul-2023
zhlédnutí 526Před 5 měsíci
Face to Face Office Hours Traverse City, MI, 26-Jul-2023
The @SakaiCLE Racing Team 1995 Neon ACR with ITBs
zhlédnutí 653Před 7 měsíci
The @SakaiCLE Racing Team 1995 Neon ACR with ITBs
Installing Django 4.2 on PythonAnywhere
zhlédnutí 6KPřed 8 měsíci
Installing Django 4.2 on PythonAnywhere
Brian Kernighan - Building C at Bell Labs
zhlédnutí 2,4KPřed 9 měsíci
Brian Kernighan - Building C at Bell Labs
Viewing Tornado Aftermath in I-96 Near Williamston, MI 24-Aug-2023
zhlédnutí 3,2KPřed 9 měsíci
Viewing Tornado Aftermath in I-96 Near Williamston, MI 24-Aug-2023
Brian Kernighan - C and C++ at Bell Labs
zhlédnutí 3KPřed 9 měsíci
Brian Kernighan - C and C at Bell Labs

Komentáře

  • @adeyemiadeniyi8357
    @adeyemiadeniyi8357 Před 7 hodinami

    Here from Coursera, Dr Chucks. 2024

  • @slash-ui6ko
    @slash-ui6ko Před 9 hodinami

    Are you refreshing or updating or rerecording the whole course's videos

  • @NicolasJoye
    @NicolasJoye Před dnem

    You taught me Python...now C!!! Mind blown... Mike drop.

  • @adrielomalley
    @adrielomalley Před 2 dny

    Thought it was Jeff Elkner, my old computer science teacher. Seif and Colin Applegate were my friends. Relearning Python recently and realized a familiar name in the preferences. Was curious. Cool meeting Allen B. I will follow your material too. Thank you, Charles!

  • @HG77K
    @HG77K Před 2 dny

    are you re-uploading the lectures?

  • @whutchins2
    @whutchins2 Před 2 dny

    So, learning to program C is like learning to speak Latin.

  • @thebarak
    @thebarak Před 2 dny

    Makes me wonder, if they do so well in a dryer, what would happen if I washed my dusty tiles in the washer, and then dried them in the dryer? Would they survive I wonder?

  • @zeynepkaraca4225
    @zeynepkaraca4225 Před 3 dny

    baya iyi

  • @zeynepkaraca4225
    @zeynepkaraca4225 Před 3 dny

    hocam iyi anlatıyosunuz da ben özürlü bir malım

  • @zahrabt6705
    @zahrabt6705 Před 4 dny

    He teaches with love :)

  • @soyciro4623
    @soyciro4623 Před 5 dny

    Such a genius!

  • @RossHowarth
    @RossHowarth Před 6 dny

    This was fascinating! Thank-you for sharing. Also, Adrian's accent is the same as mine. It reminded me of home!

  • @opps5915
    @opps5915 Před 6 dny

    Python (not just Python the others also) gave me almost everything, I can do pretty much tons of application with these..but still we didn't - at least me - didn't build million or billion$ worth company.. why.. my brain lost inspiration because of learning.. I can't find valuable project 😶 I am in a kind of anxiety

  • @Learn.with.shubh3
    @Learn.with.shubh3 Před 6 dny

    First ❤

  • @mendelovitch
    @mendelovitch Před 6 dny

    I went through your cc4e course and it was SO FUN. I miss it. :<

  • @vasilitsiskarishvili1260

    what was the result?

  • @IndiraDeviC-vq4vc
    @IndiraDeviC-vq4vc Před 8 dny

    Sir please reply... something went wrong is the same error I also struggling but I used flask framework how can I resolve it

  • @luisroman9820
    @luisroman9820 Před 8 dny

    Esto no me sirve para la tarea

  • @gazalbary9999
    @gazalbary9999 Před 9 dny

    😊❤

  • @UmeshSavaliya-kd4yr

    Blessings from india

  • @calvinnielsen7180
    @calvinnielsen7180 Před 13 dny

    Thanks!

  • @valentinrafael9201
    @valentinrafael9201 Před 15 dny

    C is fast, and the problem with being fast in life is that you also die really fast! Great series professor!

    • @DrChuckPlus
      @DrChuckPlus Před 15 dny

      I am trying to find a fun racing example to relate racing to C.

  • @mahadialam1055
    @mahadialam1055 Před 15 dny

    your mac runs "mbox.txt" instantly, but my 13 year old dell vostro took more than 2 minutes to execute

  • @durreskitchen
    @durreskitchen Před 17 dny

    Hello Dr Chuck i hope you see my comment please teach us Java core java advanced Java please please

  • @compcitizen
    @compcitizen Před 17 dny

    You would have done well on Leo Laporte's Tech TV Screensavers or Call to Help. Well done. I thought I even learned something. I did, don't make right angle turns with Internet wiring!

  • @mahadialam1055
    @mahadialam1055 Před 17 dny

    God bless you professor. Your course is years old still you are updating the course. You are a very humble person.

  • @eugeniosaccon4826
    @eugeniosaccon4826 Před 19 dny

    What a great man.

  • @WillGraham-uv1ol
    @WillGraham-uv1ol Před 19 dny

    Hello chuck, how would you run a regexp across the whole paragraph? Like if I only wanted paragraphs that had Spain.*boat in it.

  • @ImmediatelyLeaveYT
    @ImmediatelyLeaveYT Před 19 dny

    amazing

  • @leftorright9563
    @leftorright9563 Před 22 dny

    I am the prototype of psychic abilities developed for nih and doe. I am us technology. Doing this since 2010. Lab rats also deserved to be paid. I’m seeking 1.4 million. Which amounts to 100k a year since inception

  • @ultimatefitness1709
    @ultimatefitness1709 Před 23 dny

    Love u brooooo ♥

  • @michaelschlitzer8742
    @michaelschlitzer8742 Před 24 dny

    Dr. Chuck changed my life with PHP and (most importantly) Python for Everybody. I need this course where I am in my programming journey. I am so grateful to you, Dr. Chuck, for all that you have taught me.

  • @AbdulrahmanBaharoon
    @AbdulrahmanBaharoon Před 26 dny

    Nothings beats the sound of the music you put at the begining of your videos 🎵🎵

  • @abhijeetghosh27
    @abhijeetghosh27 Před 26 dny

    Lovely 😊❤👌

  • @novakovamarke
    @novakovamarke Před 26 dny

    I enjoyed your course so much, Dr Chuck, the way you explained things and your sense of humor. Best regards!

  • @tomwatts4220
    @tomwatts4220 Před 26 dny

    Looking good Dr Chuck.

  • @Boubaker_elbikam
    @Boubaker_elbikam Před 26 dny

    Wonderful professor

  • @emmanuelml167
    @emmanuelml167 Před 26 dny

    Great to see you again! I hope you´re doing well.

  • @banka990
    @banka990 Před 26 dny

    Newer versions of Django require you to use POST request for logging out, so your code with the "a" tag won't work. Please keep that in mind when updating your tutorials.

    • @DrChuckPlus
      @DrChuckPlus Před 26 dny

      Sigh - Things change :) I will add a note to my re-film list. I will be redoing some of the older walkthroughs this summer.

  • @fishlanguage31
    @fishlanguage31 Před 27 dny

    THANK YOU

  • @jikechrisju
    @jikechrisju Před 27 dny

    I love the way you teach programming language 😁😁👍👍💪💪

  • @j0ltc0lajunki3
    @j0ltc0lajunki3 Před 29 dny

    That Tom's hardware AMD CPU video takes me back... Enjoying the series. Thanks!

  • @andrejkling3886
    @andrejkling3886 Před měsícem

    Thank you so very much ...🔥💯

  • @bobanmilisavljevic7857
    @bobanmilisavljevic7857 Před měsícem

    Thank you so much for reading the chapters. I find myself rereading things over and over and this helps me get through it a bit faster (with a little rewinding here and there 😅)

  • @redzonesportscards2021
    @redzonesportscards2021 Před měsícem

    Amazing historic video.

  • @pamallinder3287
    @pamallinder3287 Před měsícem

    Me

  • @pamallinder3287
    @pamallinder3287 Před měsícem

    Way more intelligent than we could to be

  • @Cathiina
    @Cathiina Před měsícem

    Dear Dr. Chuck, How I wish I knew of your course prior to starting university. I struggled throughout university every time we had a course with programming because I failed to understand the very basics; in the end I avoided any course with programming altogether and had no belief that it was something I'd ever grasp. Somehow I found your courses and I felt you spoke with such love and compassion for me. Addressing the dreaded 'SYNTAX ERROR' as one of the first things (it always made my stomach quench and I was sure I was a failure when getting it) was the very beginning to get me on my coding wings. Now I am very fluent and self-sufficent in coding and loving every second I get to 'think code' and do scripts at work. If only I had done your courses prior to university, all my tears of disappointment in myself would have been replaced with confidence and joy. Cheers to a future of happy coding. From the bottom of my heart, thank you!

    • @Cathiina
      @Cathiina Před měsícem

      I have 20 pages left of your book, done all exercises in the book and coursera courses and pull-requested to correct some typos in the new re-written chapter 15 via GitHub<3 (GitHub still a bit complicated place but I will get it eventually!)

  • @sahasneupane8281
    @sahasneupane8281 Před měsícem

    i thought this course was 7 years ago but it say 3 months ago, well i think this is reuploaded but anyways thanks for the wonderful lesson Mr. Severance hope i acheive my dreams through your course have a good life with happiness