Setting up a Python Development Environment in Sublime Text

  Рет қаралды 1,070,523

Corey Schafer

Corey Schafer

Күн бұрын

Пікірлер: 914
@drewconroy5938
@drewconroy5938 7 жыл бұрын
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:)
@coreyms
@coreyms 7 жыл бұрын
Thanks, Drew!
@ChitranshuVashishth
@ChitranshuVashishth 6 жыл бұрын
Thanks for this video. I am completely newbie and setting up text editors and IDE have become a daunting task for me.@@coreyms
@hameem6845
@hameem6845 5 жыл бұрын
Haven't watched it yet but I believe you!
@JorgeMarquezRave
@JorgeMarquezRave 5 жыл бұрын
Agree 100%
@gethsun1
@gethsun1 5 жыл бұрын
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
@tajindersinghdhoot
@tajindersinghdhoot 6 жыл бұрын
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
@tridibjyotidas4091
@tridibjyotidas4091 5 жыл бұрын
Thank you so much dear :)
@omogbemeiyere6475
@omogbemeiyere6475 5 жыл бұрын
how do you undo it?
@JusSingh
@JusSingh 5 жыл бұрын
@@omogbemeiyere6475 alt+shift+1
@wh4497
@wh4497 4 жыл бұрын
thank you
@lhzawk
@lhzawk 4 жыл бұрын
Bless you :))))
@johnsabini3218
@johnsabini3218 6 жыл бұрын
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.
@coreyms
@coreyms 6 жыл бұрын
Thanks!
@benjenkins2415
@benjenkins2415 4 жыл бұрын
3.5 years later...this is still this best tutorial on Sublime Text. Thanks!
@BrianSwatton
@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.
@2494capn
@2494capn 5 жыл бұрын
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!
@allenmudrovcic
@allenmudrovcic 7 жыл бұрын
For windows split screen mode is Alt+Shift+2 or View, Layout, Columns: 2 edit: im talking about this part 14:47
@puravida77700
@puravida77700 6 жыл бұрын
Thanks, was looking for that:)
@aafre
@aafre 6 жыл бұрын
It's Cntl+Shift+2
@snyredbaron21
@snyredbaron21 6 жыл бұрын
What a great explanation! Now I understand a lot of things about text editors and not only for Sublime. Thank you so much, Corey!
@22ttiimmeess
@22ttiimmeess 5 жыл бұрын
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-g5i
@natura-g5i 4 жыл бұрын
my hero
@JohnDoe-fy9cv
@JohnDoe-fy9cv 3 жыл бұрын
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.
@kingsleymichael2648
@kingsleymichael2648 3 ай бұрын
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
@muhammadmz8791 Жыл бұрын
anything i've searched about python, you had a valuable course about that in your channel, thank you.
@MyTube4Utoo
@MyTube4Utoo 7 жыл бұрын
Just found your videos today Corey (Nov. 23, 2017). Best thing that ever happened for my Python learning! Thank You!
@ryanpatton1795
@ryanpatton1795 5 жыл бұрын
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
@pahadus
@pahadus 4 жыл бұрын
spittin facts
@robinthapa3844
@robinthapa3844 4 жыл бұрын
use vim if you want best editor and which is fast too
@keithpeterston8556
@keithpeterston8556 6 жыл бұрын
⇨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.
@tbd317
@tbd317 6 жыл бұрын
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!!
@coreyms
@coreyms 6 жыл бұрын
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.
@olion2989
@olion2989 6 жыл бұрын
How did python go for you Tyler?
@damnteflon4414
@damnteflon4414 7 ай бұрын
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.
@RemziKaykc
@RemziKaykc 5 ай бұрын
{ "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 }
@izikpavlyuk1321
@izikpavlyuk1321 4 ай бұрын
@@RemziKaykc Thanks!
@the_bunty
@the_bunty 4 ай бұрын
@@RemziKaykc Thank you so much you're a hero!
@syedabdulsalam4659
@syedabdulsalam4659 5 жыл бұрын
Must have channel for everyone working in python and linux.
@anshulmcamanit
@anshulmcamanit 6 жыл бұрын
Immediately subscribed your channel. Really crisp and to the point videos. Absolutely loving it.
@novicetech1
@novicetech1 7 жыл бұрын
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.
@ankithabhayan324
@ankithabhayan324 4 жыл бұрын
"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
@chasemcdonald7250
@chasemcdonald7250 4 жыл бұрын
“I’m in”
@Aditya-l6c6j
@Aditya-l6c6j 4 жыл бұрын
Corey is the first person to appear for any of my programming KZbin searches
@23TrevorE
@23TrevorE 7 жыл бұрын
Bloody awesome video, mate!
@drygordspellweaver8761
@drygordspellweaver8761 2 жыл бұрын
Marianna theme with pure black backround is what I opted for. Beautiful theme!
@plato4ek
@plato4ek 4 жыл бұрын
So, suggested packages are: * Predawn (color scheme) * Material Theme * BracketHighlighter * SideBarEnhancements * Anaconda
@JoshuaDHarvey
@JoshuaDHarvey 4 жыл бұрын
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
@noicon6815
@noicon6815 8 ай бұрын
I just went to your github but I can't find the Anaconda sublime settings anymore
@petitehobbitte
@petitehobbitte 6 жыл бұрын
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!
@gaizkamansofernandez5428
@gaizkamansofernandez5428 4 жыл бұрын
I know its 3 years later but, following your setings, at 17:27 my sublime wont highlight any errors. Any idea?
@Dream_display
@Dream_display 3 жыл бұрын
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.
@soulofangel1990
@soulofangel1990 4 жыл бұрын
I'm glad I've found your channel, once I got a job mate, I'll give something back, I owe you.
@pratimasharma-f9h
@pratimasharma-f9h 3 ай бұрын
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 }
@sebestyentoth1124
@sebestyentoth1124 3 ай бұрын
Thanks
@brendenlearyy
@brendenlearyy 3 ай бұрын
thank you!
@sli6181
@sli6181 4 жыл бұрын
I have watched several videos and I must say this video is the best! This helps a lot! Thank you!
@freddief939
@freddief939 7 жыл бұрын
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
@emmanuelcuevas7902
@emmanuelcuevas7902 7 жыл бұрын
how do you do that?
@mountainscott5274
@mountainscott5274 7 жыл бұрын
Thanks, that cleared an error
@samminguyen22
@samminguyen22 6 жыл бұрын
yes, how do you do that?
@GrononMc
@GrononMc 6 жыл бұрын
I got in my windows, where python installed "cmd": ["C:\\Users\\YourNameUser\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe", "-u", "$file"]
@lorenzomaglione210
@lorenzomaglione210 6 жыл бұрын
could you explain more where you paste this code and what its purpose is? Thanks
@julianmahler2388
@julianmahler2388 3 жыл бұрын
I hereby admit that I used sublime text for years and had no idea that you can build and run your code with it ☝️
@petercalum9767
@petercalum9767 7 жыл бұрын
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 }
@walterfrancoulloa1199
@walterfrancoulloa1199 4 жыл бұрын
This works for windows once you download the build system right?
@pythoncodingtutorials4471
@pythoncodingtutorials4471 3 жыл бұрын
@@walterfrancoulloa1199 you dont download the build system you have to make it yourself as Peter Calum has shown above ^
@sharkbite01
@sharkbite01 Жыл бұрын
for windows in python 3.11 it's even shorter: { "cmd": ["python.exe", "-u", "$file"], "file_regex": "^ [] * File \" (... *?)\", line ([0-9]*)", "quiet": true }
@jumanjiwarlord
@jumanjiwarlord 3 жыл бұрын
4 years later.... still useful. Sidebar Enhancement. very nice.
@scottmurphys
@scottmurphys 7 жыл бұрын
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.
@umarhussain1089
@umarhussain1089 7 жыл бұрын
Murph, you're a legend thank you!
@justinjustin4605
@justinjustin4605 7 жыл бұрын
Hi can you help me a little more i didnt quite understand what to do i get the [WinError 2]" problem
@scottmurphys
@scottmurphys 7 жыл бұрын
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.
@severluka045
@severluka045 7 жыл бұрын
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
@kevinwatson1176
@kevinwatson1176 6 жыл бұрын
Exactly what I needed to know and well stated at that. Thanks for helping
@bogdannica9893
@bogdannica9893 3 жыл бұрын
really great job. I use sublime for a while. Recently I restarted python programming and using sublime for it is a real help.
@juanmagm
@juanmagm 6 жыл бұрын
Great Dude, thanks a lot BRO!!!
@curacaojay
@curacaojay 4 жыл бұрын
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.
@shamrock1961
@shamrock1961 4 жыл бұрын
DUDE! You REALLY NEED TO UPDATE this video. Sublime Text has changed in the three years since this video was made.
@Edditoria
@Edditoria 4 жыл бұрын
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!
@juanpablobartolomeo5613
@juanpablobartolomeo5613 5 жыл бұрын
I've pasted the code for the user preferences from your Git and I broke everything 😂
@surferonacid596
@surferonacid596 5 жыл бұрын
Yeah same here. But I changed the theme and it went back to normal.
@guanqiaowang7586
@guanqiaowang7586 5 жыл бұрын
Same, the software was acting weird
@PremBardhan
@PremBardhan 5 жыл бұрын
@@guanqiaowang7586 same
@mlytle0
@mlytle0 7 жыл бұрын
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.
@coreyms
@coreyms 7 жыл бұрын
Awesome. Glad to hear you're sticking with it!
@surferonacid596
@surferonacid596 5 жыл бұрын
18:14 how to enable that 'check error' dot-thingy from anaconda?
@surferonacid596
@surferonacid596 4 жыл бұрын
@Beyond Oblivion Can't remember...I transferred to PyCharm.
@ebla1n393
@ebla1n393 4 жыл бұрын
@Beyond Oblivion Have you found the solution? Cause I also can't enable it(
@srinivasatejakoorapathy2937
@srinivasatejakoorapathy2937 4 жыл бұрын
@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.
@surajpadalkar8051
@surajpadalkar8051 4 жыл бұрын
@@srinivasatejakoorapathy2937 did the trick bro thanks
@phillinolph
@phillinolph 7 жыл бұрын
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.
@berfbuggers1333
@berfbuggers1333 5 жыл бұрын
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.
@ACABSTUDIOS
@ACABSTUDIOS 5 жыл бұрын
Sidebar Enhancement only gives me extra options if I open a folder instead of just a file
@nerva1150
@nerva1150 7 жыл бұрын
I like your video very much ! They are very helpful to me as a beginner of programming.Just want to say thank you
@oriontorrents9766
@oriontorrents9766 4 жыл бұрын
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?
@entrotlek
@entrotlek 7 жыл бұрын
everything got a lot easier to read after you installed that font package
@Lowzenza4
@Lowzenza4 7 жыл бұрын
Am I missing something here...why can I not run any commands in ST? Nothing gets executed...
@shmuelshaked5524
@shmuelshaked5524 6 жыл бұрын
I hope it is not to late... kzbin.info/www/bejne/iGaQn5yfmZWgbqM
@yangalanga
@yangalanga 6 жыл бұрын
@@shmuelshaked5524 thank you
@woolfy02
@woolfy02 2 жыл бұрын
I'm a newb to coding and looking forward to getting this setup! Great tutorial
@ophiacus4
@ophiacus4 6 жыл бұрын
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
@ThePerlgeek
@ThePerlgeek 6 жыл бұрын
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!! :)
@moveyobodytoday
@moveyobodytoday 5 жыл бұрын
Why am I getting "Error: Permission Denied" when I try to add Build System for 3.8. Is it different code??
@durantburner7428
@durantburner7428 4 жыл бұрын
Probably just run Sublime as an administrator if you aren't already
@ravishankar-eu2ij
@ravishankar-eu2ij 7 жыл бұрын
Everything you need to know about python development environment in sublime text. Awesome video (Y)
@Jannat-cz6gq
@Jannat-cz6gq 7 жыл бұрын
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]
@coreyms
@coreyms 7 жыл бұрын
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.
@SidTheBot
@SidTheBot 6 жыл бұрын
Thanks for making this video. This help me alot. Your github prefrences are nice.
@jermsbestfriend9296
@jermsbestfriend9296 5 жыл бұрын
Built Systems not-working on Win10.
@ACABSTUDIOS
@ACABSTUDIOS 5 жыл бұрын
Use the one for windows OS geekytutorials.com/how-to-setup-python-3-on-sublime-text/
@magicmintak
@magicmintak 4 жыл бұрын
@@ACABSTUDIOS Thanks man, it was really helpful
@ipbloke
@ipbloke 7 жыл бұрын
Top man Corey that was a great presentation - thanks for taking the time to do that !
@sazopro
@sazopro 4 жыл бұрын
The only package that appeared on my Command Palette was Predawn, none of the rest.... :(
@shaktidagar4477
@shaktidagar4477 4 жыл бұрын
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.
@imretuvi6829
@imretuvi6829 4 жыл бұрын
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!
@ronikant896
@ronikant896 7 жыл бұрын
Hey I'm having trouble getting the colour code on my code I tried sublimeREPL and it didn't change anything... Any tips?
@michaelhughes5946
@michaelhughes5946 5 жыл бұрын
My good ness man, this tutorial is amazingly absolute! Thank you for this... so freakin' much!
@colbycash5753
@colbycash5753 9 ай бұрын
Your anaconda sublime settings are not on Github.
@virginiastars5325
@virginiastars5325 4 ай бұрын
Is there a work around for getting the Anaconda settings?😊
@muralip9701
@muralip9701 3 жыл бұрын
Great instructional video. Precise, concise and to the point!
@jaisingh-rj7lz
@jaisingh-rj7lz 6 жыл бұрын
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
@durantburner7428
@durantburner7428 4 жыл бұрын
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.
@tymothylim6550
@tymothylim6550 3 жыл бұрын
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! :)
@heijihattori668
@heijihattori668 5 жыл бұрын
The github page is not opening ?! Edit- in ubuntu 19.04
@dominusgamingftw
@dominusgamingftw 5 жыл бұрын
I had the same issue. If you go to Corey's github Repos, it's under dotfiles >> settings. Link: github.com/CoreyMSchafer?tab=repositories
@benuchie
@benuchie 6 жыл бұрын
excellent (comprehensive and clear) video 🙌🙌🙌 many thanks 🤓🤓🤓
@victornnah3920
@victornnah3920 7 жыл бұрын
Can you make a video on a build system for Python 3.6?
@coreyms
@coreyms 7 жыл бұрын
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
@victornnah3920
@victornnah3920 7 жыл бұрын
It doesn't work when I try to build my program.It just says building and doesn't show anything.
@Beyond-Antares
@Beyond-Antares 7 жыл бұрын
Are you on windows? The location to your python directory is key.
@johnnydamilatis8281
@johnnydamilatis8281 5 жыл бұрын
Clean video ,thanks for the sublime settings man .
@affanali9966
@affanali9966 7 жыл бұрын
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
@krishnagarg6870
@krishnagarg6870 4 жыл бұрын
Anaconda autoformatting option is really great!!
@SimasAlan
@SimasAlan 5 жыл бұрын
Hello Corey, i really enjoy ur videos, i've learn a lot.Just want to thank you for the great quality videos and content!
@loganhuang3704
@loganhuang3704 7 жыл бұрын
Thanks Corey Schafer! Very exhaustive explanation 谢谢
@yeefangxiao2953
@yeefangxiao2953 7 жыл бұрын
Hi Corey, Thank you so much for all the tutorials! They are all high quality in content and presentation!
@shannugamer2425
@shannugamer2425 10 ай бұрын
2024, still you are the top
@meatyout
@meatyout 5 жыл бұрын
Thanks A LOT, Corey! All the great job you are doing is very very helpful. I wish you all the best. :)
@sriharivishnubhatla
@sriharivishnubhatla 6 жыл бұрын
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"
@ZZZZZZZaaaart
@ZZZZZZZaaaart 4 жыл бұрын
After this video I had to subscribe. Amazing video.
@user-il3bk5hv8s
@user-il3bk5hv8s 6 жыл бұрын
Excellent video!, hope more future videos about those silly things that we can be missing!
@ashwatson2142
@ashwatson2142 7 жыл бұрын
Corey, your videos are amazing. Also doing your OOP tutorials... superb
@itron3295
@itron3295 5 жыл бұрын
Completely awesome video! Great job!
@mikeba3809
@mikeba3809 Ай бұрын
This video was made sometime in 2017. It appears Corey has since made the switch to VS Code.
@davidelliott9030
@davidelliott9030 3 жыл бұрын
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.
@RobinTheHoodedMan
@RobinTheHoodedMan 7 жыл бұрын
Nice video. Lots of going on my To-So list (lol). (Python newbie). Thanks to commenters too. Why re-invent the wheel..Thumbs Up
@stardusts42
@stardusts42 6 жыл бұрын
Detailed and helpful! Thanks a TON!
@jasonsung2711
@jasonsung2711 5 жыл бұрын
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"
@aicedd
@aicedd 4 жыл бұрын
Same thing for me. And I didn't find a way to fix that :(
@topicalwind2255
@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
@imop285 Жыл бұрын
The anaconda settings are not working. Maybe my version is not registered? I'm using the Sublime 4
@topicalwind2255
@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
@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
@imop285 Жыл бұрын
@@topicalwind2255 It didn't work.
@topicalwind2255
@topicalwind2255 Жыл бұрын
@@imop285 what's the error you are getting exactly?
@jitendraadtani8920
@jitendraadtani8920 5 жыл бұрын
You are awesome man! Thank you so much for sharing this.
@realmsgaming
@realmsgaming 5 жыл бұрын
Concise clear content, thank you very much Corey for these great tutorials!
@selenewaide8994
@selenewaide8994 7 жыл бұрын
Another awesome tutorial from you - many thanks
@saifal-badri
@saifal-badri 5 жыл бұрын
This is fantastic, subscribed forever!
@RunFranticBeauty
@RunFranticBeauty 7 жыл бұрын
Great video! I'm really new to coding and I found this really useful!
@zhanpengzhou3492
@zhanpengzhou3492 6 жыл бұрын
keep on going man really thanks for your excellent work
@ju1iawan
@ju1iawan 3 жыл бұрын
This was a great tutorial and it helped me a lot, tysm!!!!!!
@danielxie4636
@danielxie4636 6 жыл бұрын
Best Videos on python, thanks man
@vladoportos
@vladoportos 7 жыл бұрын
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.
@joshuaf91
@joshuaf91 6 жыл бұрын
Thank you for this video. It was a great help!!!!!!
@khandushinde8592
@khandushinde8592 7 жыл бұрын
Excellent work!! Great help for us!!!
@nano7586
@nano7586 5 жыл бұрын
Thank you so much. This was so helpful.
Setting up a Python Development Environment in Atom
23:01
Corey Schafer
Рет қаралды 656 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 428 М.
Python Tutorial: File Objects - Reading and Writing to Files
24:33
Corey Schafer
Рет қаралды 1,8 МЛН
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 419 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 88 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,2 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН