Jonathan Soma

Jonathan Soma

Mostly boring data journalism tutorials for classes I teach for the Lede Program at Columbia's J-School - ledeprogram.com

Пікірлер

  • @j.r.9966
    @j.r.9966Күн бұрын

    Very helpful - ty sir.

  • @user-yz7lm8tj4y
    @user-yz7lm8tj4y9 күн бұрын

    ow men thanks a lot you saved me!

  • @Hasan-ye3xz
    @Hasan-ye3xz27 күн бұрын

    cant thank enough !!

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

    thank you it works

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

    many thanks, I would love to join your class one day!

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

    Do you have a link to download the zip file you used?

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

    Hey, I got one error while plotting a different lat lon coordinates: ValueError: aspect must be finite and positive plz help...

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

    for anyone watching this recording, there's a sound issue at 43:27...just fast forward to 44:12. It's not your computer, there's no need to refresh or restart

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

    Just watch 5 of your videos in a row. Good content! You got a new subscriber :)

  • @muratorhun8236
    @muratorhun82362 ай бұрын

    You have saved my day!, Thank you

  • @ANJALITHAKUR-ee1jb
    @ANJALITHAKUR-ee1jb2 ай бұрын

    Thankyou this helped!

  • @ggs6475
    @ggs64752 ай бұрын

    python -m pip install ipykernal Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement ipykernal (from versions: none) ERROR: No matching distribution found for ipykernal

  • @petterim
    @petterim2 ай бұрын

    Excellent playlist. Thanks!

  • @MFM88832
    @MFM888322 ай бұрын

    You're really good at explaining things. Please do one for windows using Git Bash or Command Prompt.

  • @realserax
    @realserax3 ай бұрын

    Hey great Video but I got a question, I am currently using a .env to hide my mySQL connection data inside of my python script, and when using nuitka this .env is not hidden and instead its shown in the path of the exe. Is there a way to fix it, or do you maybe know a alternative I can do to hide my mySQL connection data like the password? Or is nuitka so safe that people cant get my sourcecode at all?

  • @tusharj8588
    @tusharj85883 ай бұрын

    thank you so much

  • @brucening4325
    @brucening43253 ай бұрын

    You are such a fucking G BRO I LOVE YOU

  • @minakshimathpal8698
    @minakshimathpal86984 ай бұрын

    You are awesome.

  • @stelsewhere3748
    @stelsewhere37484 ай бұрын

    7:00

  • @totofreelance2213
    @totofreelance22134 ай бұрын

    Notification was so annoying.

  • @totofreelance2213
    @totofreelance22134 ай бұрын

    Thank you!

  • @joydeepsarkar3092
    @joydeepsarkar30925 ай бұрын

    Glad I came across this tutorial of yours! Very helpful!

  • @sajlr2164
    @sajlr21645 ай бұрын

    GOLDEN CONTENT!!! As beginner/self learner, these are hands down the best introductory explanations to HTML, CSS and Bootstrap. I get now.

  • @sajlr2164
    @sajlr21645 ай бұрын

    THANK YOU!! As a hobbiest/newbie, this is golden content!!💯

  • @JBlongz
    @JBlongz5 ай бұрын

    Thanks so much. This helped me troubleshoot some S3 problems.

  • @abdulrahmanjasim4707
    @abdulrahmanjasim47076 ай бұрын

    Thank you, Jonathan, for a fantastic explanation

  • @Danielagostinho21
    @Danielagostinho216 ай бұрын

    what if we don't have access to change the server config and allow cors?

  • @jsoma
    @jsoma6 ай бұрын

    That's usually the case when you're on one server and trying to get data from another server. But unless you can change the other server, you won't be able to have the browser get the data... In those situations I usually set up something to automatically download the data from the remote location to somewhere I *do* control. This is kind of the same situation as kzread.info/dash/bejne/g4J_2tykftPZm9I.html except that you don't need to scrape.

  • @muhammadsanan6418
    @muhammadsanan64186 ай бұрын

    Thankfully, I don't need documentations. I can just watch this video for developing concepts. Excellent ❤

  • @dtaktlq1296
    @dtaktlq12966 ай бұрын

    Hello sir, I have a question, I'm trying to click on an icheckbox with box of value changing everytime i open the website. How can I do that? Thank you

  • @dtaktlq1296
    @dtaktlq12966 ай бұрын

    THank you so much!!! Been sitting here to find out how to install chrome driver from cmd for hours. THanks again

  • @kkwesterlund
    @kkwesterlund6 ай бұрын

    Great video, thanks!

  • @learntocodeasapmf-ij5mb
    @learntocodeasapmf-ij5mb6 ай бұрын

    I always had a headache regarding setting up paths in mac. You opened my eyes. Thanks a lot!!

  • @brunomelorp
    @brunomelorp6 ай бұрын

    Excelente aula.

  • @slfanta
    @slfanta6 ай бұрын

    nothing special about this notebook except it just doesn't work,,,,

  • @T-Insights
    @T-Insights6 ай бұрын

    Thank you, Sir! I always wait for your content.

  • @LA-cm9uo
    @LA-cm9uo6 ай бұрын

    Thanks! You're a king! Just needed this playlist

  • @StefanoVerugi
    @StefanoVerugi6 ай бұрын

    nice one, thanks

  • @swapshiv
    @swapshiv7 ай бұрын

    Thank you, You are amazing, My issue get solved by using the code.

  • @jsoma
    @jsoma7 ай бұрын

    Glad to hear it!

  • @muthulakshmi1498
    @muthulakshmi14987 ай бұрын

    When I used driver = webdriver.Chrome(ChromeDriverManager().install()) in airflow, I get the following error. I'm unable to resolve it. File "/home/airflow/.local/lib/python3.8/site-packages/webdriver_manager/drivers/chrome.py", line 64, in get_latest_release_version determined_browser_version = ".".join(determined_browser_version.split(".")[:3]) AttributeError: 'NoneType' object has no attribute 'split'

  • @lonedragon255
    @lonedragon2557 ай бұрын

    thank you man i messed up my venvs and nothing was working for me. Amazing Video!

  • @SAURABHSINGH-fl2ep
    @SAURABHSINGH-fl2ep7 ай бұрын

    Exactly what i needed, thanks

  • @kweluokafor3139
    @kweluokafor31397 ай бұрын

    This is great and perfectly solved my problem. Thank you!

  • @jenniferkirschnickduffy2098
    @jenniferkirschnickduffy20988 ай бұрын

    Thank you so much for this video - just what I was looking for. The way you go through the steps is so easy to understand, especially how things are working "in the background."

  • @LHM1226
    @LHM12268 ай бұрын

    I love your way of storing data . But what will you do if you want to store a Python list as environment variable outside the code?

  • @anibaldk
    @anibaldk6 ай бұрын

    Bit old by now but you could store it as: 1. JSON string 2. Regular string which you parse In any case, you can always resort to base64 in case of strange annoying characters

  • @vedwalvekar7834
    @vedwalvekar78348 ай бұрын

    Thanks man, Saved hours!!!

  • @19holegolf
    @19holegolf9 ай бұрын

    Thank you!!!

  • @ButterflyCreativity
    @ButterflyCreativity9 ай бұрын

    Thank you! I've been trying to find a good explanation of why I need to add things to my path, and what is the exact purpose. This is the best explanation I've found.

  • @___vandanagupta___
    @___vandanagupta___9 ай бұрын

    Best explanation ❤

  • @ComplexVariables
    @ComplexVariables9 ай бұрын

    Hey Jonathan! Watching this series (just finished the first video). I am working in gerrymandering with a student and the student demonstrated that they could beat the crap out of my Mathematica code using python and geopandas. Probably my bad coding in wolfram language, but still here I am. Maybe I will make the plunge into using python as my goto, but regardless, I just wanted to send a pre-thanks. My spider-prof senses say this is going to be good!

  • @nelsonjoseph3673
    @nelsonjoseph36739 ай бұрын

    Best one so far. :)