I have said this before and I will say it again. After scouring the net, this is by far the best tutorial if you need to set up a Python environment with Sublime Text 3. If you happen to be reading this, take note and watch the video:)
@coreyms7 жыл бұрын
Thanks, Drew!
@ChitranshuVashishth6 жыл бұрын
Thanks for this video. I am completely newbie and setting up text editors and IDE have become a daunting task for me.@@coreyms
@hameem68455 жыл бұрын
Haven't watched it yet but I believe you!
@JorgeMarquezRave5 жыл бұрын
Agree 100%
@gethsun15 жыл бұрын
We getting to the end of 2019 started off with Corey's tutorials 4 months ago after wandering the www for since begging of the year and I attest to your proclamation I am past my formative stages of programming and building my first app for a client Long Live Mr. Corey M. Schafer
@tajindersinghdhoot6 жыл бұрын
14:47 In windows split shortcut is : Alt+Shift+2 to split in 2 columns Alt+Shift+3 to split in 3 columns Alt+Shift+4 to split in 4 columns Alt+Shift+8 to split in 2 rows Alt+Shift+9 to split in 3 rows Alt+Shift+5 to split in grid of 4 or View>Layout>(select option) It is for Sublime Text 3
@tridibjyotidas40915 жыл бұрын
Thank you so much dear :)
@omogbemeiyere64755 жыл бұрын
how do you undo it?
@JusSingh5 жыл бұрын
@@omogbemeiyere6475 alt+shift+1
@wh44974 жыл бұрын
thank you
@lhzawk4 жыл бұрын
Bless you :))))
@johnsabini32186 жыл бұрын
What makes a teacher interesting? She or He knows the material AND knows how to present it. That takes time and effort. Repetition is important without making it all boring. Corey is one of the great teachers for this material.
@coreyms6 жыл бұрын
Thanks!
@benjenkins24154 жыл бұрын
3.5 years later...this is still this best tutorial on Sublime Text. Thanks!
@BrianSwatton Жыл бұрын
Thanks Corey, your excellent tutorials got me flying with python in no time some years ago. I've created a lot of valuable applications for my work with it since. I had followed your setup for atom and used it for years until a disc corruption killed it today. Of course, atom now no longer available. Now trying sublime and following your lead again. Thanks again.
@2494capn5 жыл бұрын
I work in Operations consulting with a lot of ERPs and WMS' and decided to learn python as it was a really versatile language. These videos, in conjunction with the book "Learning Python", have helped along tremendously. Thank you so much!
@allenmudrovcic7 жыл бұрын
For windows split screen mode is Alt+Shift+2 or View, Layout, Columns: 2 edit: im talking about this part 14:47
@puravida777006 жыл бұрын
Thanks, was looking for that:)
@aafre6 жыл бұрын
It's Cntl+Shift+2
@snyredbaron216 жыл бұрын
What a great explanation! Now I understand a lot of things about text editors and not only for Sublime. Thank you so much, Corey!
@22ttiimmeess5 жыл бұрын
If anyone is getting a "[WinError 2] The system cannot find the file specified" issue, this comment from Corey was buried in the comments. I spent a good hour and a bit trying to figure it out. You might have to change the "\" in your file path in your command prompt to "/" when you put it in your path in your *.sublime-build file. This is what he commented: Hi there. The PATH to Python is different in Windows than it is on a Unix-like machine. Try opening your command prompt and running Python, and then run the following code: import sys print(sys.executable) It should show the PATH you need to put into your build system instead of the current "/usr/local/bin/python3.5" I hope that helps!
@natura-g5i4 жыл бұрын
my hero
@JohnDoe-fy9cv3 жыл бұрын
For windows this worked for me: /usr/local/bin/python3.5 > C:\\Program Files\\Python39\\python.exe and adjust install path to relevant version location.
@kingsleymichael26483 ай бұрын
I did that and it didnt work. The error message is now "no build system". Do i have to mess with the "-u" that comes after the "/usr/local/bin/python3.5" that we replaced?
@muhammadmz8791 Жыл бұрын
anything i've searched about python, you had a valuable course about that in your channel, thank you.
@MyTube4Utoo7 жыл бұрын
Just found your videos today Corey (Nov. 23, 2017). Best thing that ever happened for my Python learning! Thank You!
@ryanpatton17955 жыл бұрын
Oh my god, sublime text is so good. I cant stand how slow PyCharm is, and I needed a little bit more functionality than just using the IDLE editor. I appreciate this video
@pahadus4 жыл бұрын
spittin facts
@robinthapa38444 жыл бұрын
use vim if you want best editor and which is fast too
@keithpeterston85566 жыл бұрын
⇨ADDITIONAL INFO: How To View Side Bar Folders in Sublime Text Corey Schafer shows in this Video (at Timecode 12:19) the installation of a Package called "Side Bar Enhancements" which he describes in the video using the display of FOLDERS in the Sidebar. WHAT IS NOT DESCRIBED CLEARLY is that in order to see Folders in the Sublime Text Editor you need to: 1. Click on VIEW MENU > Side Bar > View Side Bar. 2. Click on FILE > OPEN... then click on a File Folder (not a individual File), then click on OPEN. OR OPTIONALLY... Drag and drop the selected folder on to the "Sublime Text" window (method used in the video at Timecode 2:15 by Corey Schafer) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ★ RECOMMENDATION: Corey Schafer should place this information in the Video Description (as comments often get buried) so that others new to Sublime Text whom are following Video - step by step - will see the same thing as shown in the video. Hope this helps someone.
@tbd3176 жыл бұрын
As of today 27 August, 2018, I decided to take up coding as a hobby. After a bit of reading I decided on Python. I searched the web high and low for a solid tutorial on how to get started, to no avail. I am a Cyber Security guy by trade, and figured coding would be similar to pushing patches in BigFix. I was definitely wrong. I cannot wait to get this new hobby up and going, as well as, diving deeper into your videos. Thank you!!
@coreyms6 жыл бұрын
Glad to have you aboard! Programming can be frustrating at times, but if you stick with it then it is definitely rewarding (and fun) in the long run.
@olion29896 жыл бұрын
How did python go for you Tyler?
@damnteflon44147 ай бұрын
For those asking about the missing Anaconda SublimeText settings GitHub file: 1. Access your Anaconda User settings in Sublime using the method the professor showed 2. I personally typed out the code that he shows in the video (the code isn't too long to type out). Just make sure you type out everything correctly 3. Make sure to save and restart your instance of Sublime Text The file is most likely missing due to recent updates within his GitHub files, who knows.
Must have channel for everyone working in python and linux.
@anshulmcamanit6 жыл бұрын
Immediately subscribed your channel. Really crisp and to the point videos. Absolutely loving it.
@novicetech17 жыл бұрын
Thanks Corey. I love Sublime Text3 and haven't been using it because I didn't really know how to set it up as a newbie. This really helps. Now I don't have to dink around with PyCharm or Visual Studio Code. I have nothing against those tools, but I'd much rather use Sublime Text while I'm learning and just trying things out. I really appreciate this tutorial and you thorough mastery of the subject matter. Kudos, dude.
@ankithabhayan3244 жыл бұрын
"How to setup a development environment" Step1:change the wallpaper to kali linux dragon Step2:change colour of cmd output text to green Step3:enable dark mode on all apps. Hehe
@chasemcdonald72504 жыл бұрын
“I’m in”
@Aditya-l6c6j4 жыл бұрын
Corey is the first person to appear for any of my programming KZbin searches
@23TrevorE7 жыл бұрын
Bloody awesome video, mate!
@drygordspellweaver87612 жыл бұрын
Marianna theme with pure black backround is what I opted for. Beautiful theme!
@plato4ek4 жыл бұрын
So, suggested packages are: * Predawn (color scheme) * Material Theme * BracketHighlighter * SideBarEnhancements * Anaconda
@JoshuaDHarvey4 жыл бұрын
Great video, thank you! Also, at 7:06 the material theme read-me was appended below the predawn message. Also 14:50 the Windows shortcut is Alt + Shift + 2
@noicon68158 ай бұрын
I just went to your github but I can't find the Anaconda sublime settings anymore
@petitehobbitte6 жыл бұрын
Thank you so much. Very clear. There was a problem with the server tonight and I couldn't install any packages, but fortunately someone posted an old link to a stable url on a forum and I was able to add it to my user profile, temporarly. Now I can start learning Python (I know C and JS) to better serve my patrons at my library - I'm a librarian. Cheers!
@gaizkamansofernandez54284 жыл бұрын
I know its 3 years later but, following your setings, at 17:27 my sublime wont highlight any errors. Any idea?
@Dream_display3 жыл бұрын
I spent hours on this problem as well. It turns out that you just have to change "python_interpreter" to "python" in Anaconda User-settings. Make sure to save and restart.
@soulofangel19904 жыл бұрын
I'm glad I've found your channel, once I got a job mate, I'll give something back, I owe you.
@pratimasharma-f9h3 ай бұрын
Anaconda Sublime Text Settings file that is missing in the GitHub: { "auto_formatting": true, "autoformat_ignore": [ "E309", "E501" ], "pep8_ignore": [ "E309", "E501" ], "anaconda_linter_underlines": false, "anaconda_linter_mark_style": "none", "display_signatures": false, "disable_anaconda_completion": true }
@sebestyentoth11243 ай бұрын
Thanks
@brendenlearyy3 ай бұрын
thank you!
@sli61814 жыл бұрын
I have watched several videos and I must say this video is the best! This helps a lot! Thank you!
@freddief9397 жыл бұрын
if you're different Python 3.x version, be sure to update the .sublime-build file to include the path to your version number. I am using python 3.6, not 3.5
@emmanuelcuevas79027 жыл бұрын
how do you do that?
@mountainscott52747 жыл бұрын
Thanks, that cleared an error
@samminguyen226 жыл бұрын
yes, how do you do that?
@GrononMc6 жыл бұрын
I got in my windows, where python installed "cmd": ["C:\\Users\\YourNameUser\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe", "-u", "$file"]
@lorenzomaglione2106 жыл бұрын
could you explain more where you paste this code and what its purpose is? Thanks
@julianmahler23883 жыл бұрын
I hereby admit that I used sublime text for years and had no idea that you can build and run your code with it ☝️
@petercalum97677 жыл бұрын
Hi, First of all, thank you for your very nice videos. If you make your own build systems for example for python 2.7 and 3.6 on windows, remember to escape with 2 \ to make it work. { "cmd": ["C:\\Users\\YourName\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe", "-u", "$ file"], "file_regex": "^ [] * File \" (... *?) \ ", line ([0-9] *)", "quiet": true }
@walterfrancoulloa11994 жыл бұрын
This works for windows once you download the build system right?
@pythoncodingtutorials44713 жыл бұрын
@@walterfrancoulloa1199 you dont download the build system you have to make it yourself as Peter Calum has shown above ^
@sharkbite01 Жыл бұрын
for windows in python 3.11 it's even shorter: { "cmd": ["python.exe", "-u", "$file"], "file_regex": "^ [] * File \" (... *?)\", line ([0-9]*)", "quiet": true }
@jumanjiwarlord3 жыл бұрын
4 years later.... still useful. Sidebar Enhancement. very nice.
@scottmurphys7 жыл бұрын
Thanks for the video, it got me started on the path of setting up Python in Sublime. However, since you use a Mac and I use a Windows PC there were a few difference not covered. These differences also seem to be hard to find on the official sites. I personally finally found what I was looking for in the comments of your previous Python post. "Gurpreet Singh First, install anaconda for python 3.5 and in sublime text, tools, build systems, make new build system and save this to file and make the filename python.sublime-build { "cmd": ["C:\\Program Files\\Anaconda3\\python.exe", "-u", "$file"], "file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", "selector": "source.python" } it will definitely work. Also directory can be different in your system. So to check python directory interpreter open cmd (window) [at the root] c drive level and type "where python.exe" (without the quotes)." Personally I installed Python 2.7 and 3.6 (64). Following the above video I made two files and saved them to my "C:\Users\SMurphy\AppData\Roaming\Sublime Text 3\Packages\User" folder and named them Python27.sublime-build and Python36-64.sublime-build respectively. All but the path was the same as Gurpreet Singh's example. { "cmd": ["C:\\Program Files\\Python\\Python36\\python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "quiet": true } I hope this give Windows users one more place to chance on an answer, and thank you Cory for your help.
@umarhussain10897 жыл бұрын
Murph, you're a legend thank you!
@justinjustin46057 жыл бұрын
Hi can you help me a little more i didnt quite understand what to do i get the [WinError 2]" problem
@scottmurphys7 жыл бұрын
Make sure you have watched the video above from at least this point, kzbin.info/www/bejne/rnfGmolsetxoqJY I am assuming you already have a version of python installed, if not do so. Open a command prompt, (Start, cmd, Enter), go to your c root (cd\), type where python.exe, use the path for the version of Python you need if you have more than one. You may see a path like C:\Program Files\Python\Python36\python.exe, yet when putting the path into the file you need to make all the \ to \\, so in your file it will look like C:\\Program Files\\Python\\Python36\\python.exe I hope this helps.
@severluka0457 жыл бұрын
Found a very useful video, i followed him and used / instead of \ or \\, works now. He also sets up interactive enviromvent kzbin.info/www/bejne/qHrPYaCjjriDf8U
@kevinwatson11766 жыл бұрын
Exactly what I needed to know and well stated at that. Thanks for helping
@bogdannica98933 жыл бұрын
really great job. I use sublime for a while. Recently I restarted python programming and using sublime for it is a real help.
@juanmagm6 жыл бұрын
Great Dude, thanks a lot BRO!!!
@curacaojay4 жыл бұрын
Thank you Corey. This vid was helpful for me to setup my Sublime environment to use the Anaconda Python install instead of my default version on the Mac. Thanks for posting.
@shamrock19614 жыл бұрын
DUDE! You REALLY NEED TO UPDATE this video. Sublime Text has changed in the three years since this video was made.
@Edditoria4 жыл бұрын
Your tutorial is very well-made. I like how you explain things with extra tips/good-practices in simple words. I can understand what you say without subtitles . Nice work!
@juanpablobartolomeo56135 жыл бұрын
I've pasted the code for the user preferences from your Git and I broke everything 😂
@surferonacid5965 жыл бұрын
Yeah same here. But I changed the theme and it went back to normal.
@guanqiaowang75865 жыл бұрын
Same, the software was acting weird
@PremBardhan5 жыл бұрын
@@guanqiaowang7586 same
@mlytle07 жыл бұрын
Great videos, this one in particular has kept me from giving up on python programming. The Anaconda plugin you recommended has allowed me to understand the spacing issue much better..was pulling my hair out because my trial code kept failing, now I know why..THANK YOU.
@coreyms7 жыл бұрын
Awesome. Glad to hear you're sticking with it!
@surferonacid5965 жыл бұрын
18:14 how to enable that 'check error' dot-thingy from anaconda?
@surferonacid5964 жыл бұрын
@Beyond Oblivion Can't remember...I transferred to PyCharm.
@ebla1n3934 жыл бұрын
@Beyond Oblivion Have you found the solution? Cause I also can't enable it(
@srinivasatejakoorapathy29374 жыл бұрын
@Beyond Oblivion I also tried the tweaks and was successful, here are my moves 1. Just install Anaconda package ,open the Default Anaconda package settings>go to "anaconda_linting": true, Check for the 'true', 'true' only will work. Then restart the sublime and just check whether the Global/Default settings are working or not. To do this you can verify with any code you already have. You have to get the Dot thing(Linting) with default settings. 2. Now open the User Anaconda settings and copy the below code and save it. Saving is important. { "auto_formatting": true, "autoformat_ignore": [ ], "pep8_ignore": [ "E501" ], "anaconda_linting": true, "anaconda_linter_underlines": false, "anaconda_linter_mark_style": "none", "display_signatures": false, "disable_anaconda_completion": true, "python_interpreter": "python" } 3. This should do the work.
@surajpadalkar80514 жыл бұрын
@@srinivasatejakoorapathy2937 did the trick bro thanks
@phillinolph7 жыл бұрын
Your videos are fantastic! Thank you for putting everything in the description and for being so thorough. You do a great job going from the big picture reasoning for doing something down to the details of execution.
@berfbuggers13335 жыл бұрын
I've never actually managed to get any of these packages to work. Even in 2 different laptops, 1 Linux Mint & 1 on Win 10. SidebarEnhancement doesn't give me any other options, BracketHighlighter doesn't show anything and the anaconda package always produces an error at startup and then causes ST3 to not respond once I sort out the initial error. Really annoyed as this is 2 different systems now that none of these packages work on.
@ACABSTUDIOS5 жыл бұрын
Sidebar Enhancement only gives me extra options if I open a folder instead of just a file
@nerva11507 жыл бұрын
I like your video very much ! They are very helpful to me as a beginner of programming.Just want to say thank you
@oriontorrents97664 жыл бұрын
Hi Cory, I just want to let you know that your Sublime text settings on your Git hub page is completely different to the one that you are using. Is there any possible way to change that?
@entrotlek7 жыл бұрын
everything got a lot easier to read after you installed that font package
@Lowzenza47 жыл бұрын
Am I missing something here...why can I not run any commands in ST? Nothing gets executed...
@shmuelshaked55246 жыл бұрын
I hope it is not to late... kzbin.info/www/bejne/iGaQn5yfmZWgbqM
@yangalanga6 жыл бұрын
@@shmuelshaked5524 thank you
@woolfy022 жыл бұрын
I'm a newb to coding and looking forward to getting this setup! Great tutorial
@ophiacus46 жыл бұрын
I've been trying to get Python location added to sublime text on a Mac for about 4 hours and I can't get it to work
@ThePerlgeek6 жыл бұрын
Corey , you are the best ... always wanted a theme that you are using and i got it configured today .... Thanks a lot of sharing, keep up the great work!! :)
@moveyobodytoday5 жыл бұрын
Why am I getting "Error: Permission Denied" when I try to add Build System for 3.8. Is it different code??
@durantburner74284 жыл бұрын
Probably just run Sublime as an administrator if you aren't already
@ravishankar-eu2ij7 жыл бұрын
Everything you need to know about python development environment in sublime text. Awesome video (Y)
@Jannat-cz6gq7 жыл бұрын
my program is not running.can anyone help please?when i build everytime it shows below text. C:\Program Files\Python36-32\python.exe: can't find '__main__' module in '' [Finished in 0.4s]
@coreyms7 жыл бұрын
I believe that is the error you receive if you are trying to run the code without saving the file. You have to save it as a .py file before running the code.
@SidTheBot6 жыл бұрын
Thanks for making this video. This help me alot. Your github prefrences are nice.
@jermsbestfriend92965 жыл бұрын
Built Systems not-working on Win10.
@ACABSTUDIOS5 жыл бұрын
Use the one for windows OS geekytutorials.com/how-to-setup-python-3-on-sublime-text/
@magicmintak4 жыл бұрын
@@ACABSTUDIOS Thanks man, it was really helpful
@ipbloke7 жыл бұрын
Top man Corey that was a great presentation - thanks for taking the time to do that !
@sazopro4 жыл бұрын
The only package that appeared on my Command Palette was Predawn, none of the rest.... :(
@shaktidagar44774 жыл бұрын
It happened to me too, but it was an error on my part...maybe you are doing the same. when he said to install Predawn, he first clicked install packages -> then Predawn.(which i did) but for all the packages after that all i was doing was typing the package name directly in the command palette, i had forgot to select install package first from command palette before searching for the package. figured it out after 10 minutes. All packages are visible now. Hope this helps.
@imretuvi68294 жыл бұрын
The best video for Sublime Text. I recently thought about switching to VS Code but as I really like Sublime Text I was looking for some enhancements and after setting up wit this I just love the design and packages!
@ronikant8967 жыл бұрын
Hey I'm having trouble getting the colour code on my code I tried sublimeREPL and it didn't change anything... Any tips?
@michaelhughes59465 жыл бұрын
My good ness man, this tutorial is amazingly absolute! Thank you for this... so freakin' much!
@colbycash57539 ай бұрын
Your anaconda sublime settings are not on Github.
@virginiastars53254 ай бұрын
Is there a work around for getting the Anaconda settings?😊
@muralip97013 жыл бұрын
Great instructional video. Precise, concise and to the point!
@jaisingh-rj7lz6 жыл бұрын
Error trying to parse settings: Expected character in Packages/User/Preferences.sublime-settings:52:1 getting this error after pasting the code in user seetings
@durantburner74284 жыл бұрын
Did you fix this? I get this error whenever I add a package or run Sublime but my Sublime works perfectly fine and all the files are fine so I don't know what's happening.
@tymothylim65503 жыл бұрын
Thank you very much for this video! It was very helpful and helped me understand how to get Sublime set up and ready to use! Helpful also to know the various preference settings and addon packages! :)
@heijihattori6685 жыл бұрын
The github page is not opening ?! Edit- in ubuntu 19.04
@dominusgamingftw5 жыл бұрын
I had the same issue. If you go to Corey's github Repos, it's under dotfiles >> settings. Link: github.com/CoreyMSchafer?tab=repositories
@benuchie6 жыл бұрын
excellent (comprehensive and clear) video 🙌🙌🙌 many thanks 🤓🤓🤓
@victornnah39207 жыл бұрын
Can you make a video on a build system for Python 3.6?
@coreyms7 жыл бұрын
Have you watched my previous video on Sublime Build Systems? It's basically the same process as that video, but you would just use the location of Python 3.6 instead of Python 3.5
@victornnah39207 жыл бұрын
It doesn't work when I try to build my program.It just says building and doesn't show anything.
@Beyond-Antares7 жыл бұрын
Are you on windows? The location to your python directory is key.
@johnnydamilatis82815 жыл бұрын
Clean video ,thanks for the sublime settings man .
@affanali99667 жыл бұрын
I am getting this error process can not start a new anaconda JsonServer in the operating system because: Anaconda can not spawn a new process with your current configured python interpreter(python) Make sure your interpreter is a valid binary and is in your PATH or use an absolute path to it, for example: C://Python27//python.exe I get this error whenever I launch sublime text 3 and because of this I cant use anaconda and when i write something e.g print(x) it does not give results but instead goes to the other line I think its problem with the code you gave on your github page. please reply fast
@krishnagarg68704 жыл бұрын
Anaconda autoformatting option is really great!!
@SimasAlan5 жыл бұрын
Hello Corey, i really enjoy ur videos, i've learn a lot.Just want to thank you for the great quality videos and content!
@loganhuang37047 жыл бұрын
Thanks Corey Schafer! Very exhaustive explanation 谢谢
@yeefangxiao29537 жыл бұрын
Hi Corey, Thank you so much for all the tutorials! They are all high quality in content and presentation!
@shannugamer242510 ай бұрын
2024, still you are the top
@meatyout5 жыл бұрын
Thanks A LOT, Corey! All the great job you are doing is very very helpful. I wish you all the best. :)
@sriharivishnubhatla6 жыл бұрын
Hey! Thanks for the video... By the way, at 14:50 that shortcut to enable split screen mode for a windows machine is "alt+shift+2"
@ZZZZZZZaaaart4 жыл бұрын
After this video I had to subscribe. Amazing video.
@user-il3bk5hv8s6 жыл бұрын
Excellent video!, hope more future videos about those silly things that we can be missing!
@ashwatson21427 жыл бұрын
Corey, your videos are amazing. Also doing your OOP tutorials... superb
@itron32955 жыл бұрын
Completely awesome video! Great job!
@mikeba3809Ай бұрын
This video was made sometime in 2017. It appears Corey has since made the switch to VS Code.
@davidelliott90303 жыл бұрын
Loved this tutorial. Since seeing a random KZbin video by Corey Schafer, I wanted my system to work in a similar fashion. The only thing I can't get to work as he does is the 'linter' is it? The helpful white dot in the gutter indicating an error and the more specific information at the bottom of the page - it's irritating me no end! Still, I'm subscribed to the channel and will be working my way through these videos.
@RobinTheHoodedMan7 жыл бұрын
Nice video. Lots of going on my To-So list (lol). (Python newbie). Thanks to commenters too. Why re-invent the wheel..Thumbs Up
@stardusts426 жыл бұрын
Detailed and helpful! Thanks a TON!
@jasonsung27115 жыл бұрын
In the video, at 17:33, anaconda linting provides ball next to for loop. I wonder why it does not appear in my sublime. any idea? Also, the auto-formatting does not work with error "Autoformatting failed, buffer not changed"
@aicedd4 жыл бұрын
Same thing for me. And I didn't find a way to fix that :(
@topicalwind2255 Жыл бұрын
Still valid till to this date! If you're using Sublime 4, you can still follow along with this tutorial without any problem.
@imop285 Жыл бұрын
The anaconda settings are not working. Maybe my version is not registered? I'm using the Sublime 4
@topicalwind2255 Жыл бұрын
@@imop285 In Corey's personal settings, Acaconda "python_interpreter" is set to a different location. you don't need to set the interpreter at all. just go to 'anconda user settings' and simply delete the whole ' "python_interpreter": "/usr/local/bin/python3" ' Then it should work fine. It did for me. if it dosen't work for you, delete the whole 'user settings' and save it and restart sublime. It should work fine. and then you can customize your own settings according to your needs. let me know if it worked...
@topicalwind2255 Жыл бұрын
@@imop285 and you don't necessarily need to register it. It just gives a popup time to time telling you register but that's it. Mine is also unregistered.
@imop285 Жыл бұрын
@@topicalwind2255 It didn't work.
@topicalwind2255 Жыл бұрын
@@imop285 what's the error you are getting exactly?
@jitendraadtani89205 жыл бұрын
You are awesome man! Thank you so much for sharing this.
@realmsgaming5 жыл бұрын
Concise clear content, thank you very much Corey for these great tutorials!
@selenewaide89947 жыл бұрын
Another awesome tutorial from you - many thanks
@saifal-badri5 жыл бұрын
This is fantastic, subscribed forever!
@RunFranticBeauty7 жыл бұрын
Great video! I'm really new to coding and I found this really useful!
@zhanpengzhou34926 жыл бұрын
keep on going man really thanks for your excellent work
@ju1iawan3 жыл бұрын
This was a great tutorial and it helped me a lot, tysm!!!!!!
@danielxie46366 жыл бұрын
Best Videos on python, thanks man
@vladoportos7 жыл бұрын
Very helpful, was looking for some python environment for coding and this looks great. 80 bucks for bit harder to swallow :) but it works nice.
@joshuaf916 жыл бұрын
Thank you for this video. It was a great help!!!!!!