NEW PyCharm Features (2024 Update)

preview_player
Показать описание
PyCharm has surprised us all with its latest update. Bringing features like sticky lines and new terminal which are both really cool!

▶ Become job-ready with Python:

▶ Follow me on Instagram:

00:00 Learning Python made simple
00:05 Intro
00:18 Sticky lines
02:11 Which PyCharm version do I use?
02:33 New terminal
06:10 What do you think?

Music:
1) Disco Knights - Quincas Moreira
2) Keep On Movin' - King Canyon
Рекомендации по теме
Комментарии
Автор

Sticky lines has been added also to VS Code recently (without extensions, like PyCharm). It is extremely useful.

mudia
Автор

Cool! I'll check if these functionalities are on VI as well.

rondamon
Автор

Is there any way to config or with a plugin set up in PyCharm to show the different errors per line like with nvim or with VSCode with "better errors"? It's pretty good to know the errors while you are typing with the description and reason before to run the script.

EndikaMT
Автор

My VS Code updated a month or so ago and I saw sticky lines in it natively. I initially thought it was a bug till I read the release notes.

frustratedalien
Автор

Sticky lines feature is amazing! <3

tuobraun
Автор

I noticed something else yesterday while I was working with your 30 projects code (from the Udemy class). When I opened the requirements.txt file, it flagged which packages had been marked as previously compromised and had been added to a national database of vulnerabilities. There were also actions I could take to resolve those issues by using a newer version of the package. That worked for all but one, PyPDF2, which has a vulnerability that is just a potential never ending loop. So far the upgrades don't seem to have introduced any breaking changes.

Also, just as a heads up, the PDF module was missing in the github download for the 30 projects, but I should be able to recreate i by watching the video and entering the code manually.

richardboreiko
Автор

I loved the sticky lines in Xcode—love it! Now here too 😊😁

danielcrompton
Автор

When i used the new pycharm version Venv wouldnt work it opens a "How do you want to open this file?" window popup. Im on Windows 10

Heavy_Lvy
Автор

Yesss, I saw this happening in VS code and said, when did this happen? very useful. Glad its here to ... stick.

Dadylongarms
Автор

So, what do you have against VS Code? Just curious.

mind_of_a_darkhorse
Автор

I might be the only one, but I just find it more confusing. probably because I am not used to it, but when sticky feature was added to VSCode, more than once I did a misinterpretation of the code because I thought methods were shorter than I expected

IManuI
Автор

Pls increase font size for ease of viewing. ty.

l.sureshkumar-lsk
Автор

3:46 Actual word: "autocomplete"; detected pronunciation: "outo-complete"; I love these people who have English accents! Makes your brain think a bit harder to pay attention to what they're saying.

JLSXMK
Автор

Sticky lines sure is cool, but couldn't you make an argument, that if you actually need it, your classes/methods are to large, specially if use boiler code reducing things like dataclasses?

oida
Автор

I think you should switch to VS Code. It has more features and is better optimized for programming related tasks.

Apathetic-cocw
Автор

If you need sticky lines, your functions are too large

AceOfRock