10 PyCharm Tips To Code FASTER! 🚀🚀🚀

preview_player
Показать описание
10 PyCharm Tips to increase productivity! In this video I got help from Nafiul Islam, a Developer Advocate at Jetbrains.

Get my Free NumPy Handbook:

📓 ML Notebooks available on Patreon:

If you enjoyed this video, please subscribe to the channel:

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

#Python

----------------------------------------------------------------------------------------------------------
* This is an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

00:30 01. Find Action
02:35 02. Live Templates
03:36 03. File Navigation
04:20 04. Right Split
04:34 05. Reformat
05:15 06. Cyclic Code Completion
05:34 07. Optimize Imports
06:47 08. Language Injection
07:30 09. Evaluate Expressions
08:31 10. Check Regular Expressions

minholee
Автор

Super helpful tips, especially for a relative novice like myself. Thanks!

jimalix
Автор

Awesome, thank you guys, really helpful!

malbecdigital
Автор

I can’t wait to use the productivity tips in my life! 💫 Keep rising to be who you want to be! 💫 #keeprising #risingtobe #aswerise

ProspectivePlans
Автор

Use mouse scroll wheel click on a function and it takes you to the code for that function. If you have a mouse with forward / back buttons you can then go back again.

richfowler
Автор

Hi pat as a beginner do you recommend using pycharm instead of vscode? Thanks mate subbed

JackWill.
Автор

Got very nice helps from this video : )
But I have a problem:
There are some languages after selecting Inject language or reference, but none of them are SQL-like.
How to get as many languages as shown in this video? Do I need pycharm pro or just some plugins?

Grateful from the bottom of my heart.

hun
Автор

why i have shift + end, it will create new line for me instead of right split?

victorlee
Автор

I thought your channel had a different name

just_eric
Автор

Its ashame that Pycharm never warn the developer when there is a mistake on the code.
Eg.
I call a function A from another funtion B. Where the function A was moved to a class or the not yet written yet. Rarely when our pointer enters function B, that time a tiny string, so called warning appears on the debug console. That too no red color. But the project runs...
We will come to know this only after we release the project.
Shame on pYCHARM.

StartNight-dfsv
Автор

nice vid! here are some of my favs:

alt + shift + left arrow: goes to previous cursor place
alt + shift + right arrow: goes to next cursor place (after doing above)

ctrl + w: marks whole word
ctrl + w: (multiple times): marks whole expression (for example arguments in method call)

ctrl + b == ctrl + mouse click (instead of switching hand to the mouse)

ctrl + y: removes whole line

ctrl + d: copies line above cursor (or marked word)

alt+shift+insert: simultaneous multi-line editing (google it out!)

this one seems complex but is simple really and handy:
ctrl+shift+*+1 - collapses all code on level 1 (the * and number must be on numpad, sorry latptops)
ctrl+shift+*+2 - collapses all code on level 2
ctrl+shift+*+3 - collapses all code on level 3
etc.

Glomsky
Автор

Which theme you are using in Your Pycharm?

MysteriousIndiaYT
Автор

code completion inside a string is a game changer....THANK YOU! from the bottom of my coding heart.

TheCareymosier
Автор

I love your theme how to get that theme?

rishikesh
Автор

Power user tips. Favorite PyCharm tip is to watch Patrick's video's for help! Thank you!

FrankC
Автор

curious but didn't understand anything but intrige

carlgodfre
Автор

What's your theme used in pycharm?? How can we get that?

pradeeshgilly
Автор

What's the Theme you're using?

talhaibnemahmud
Автор

Du hast mir gerade für meine weitere Zukunft Stunden gespart! Alle Tipps kannte ich vorher nicht.

Vielen Dank! ;)

fastrockstar
Автор

Can you recommend a python profiler, to help accelerate the code?

wryltxw