PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE
  • 221
  • 1 517 904
PyCharm Databricks plugin
PyCharm Professional now integrates with Databricks! Build your data and AI apps on the Databricks Data Intelligence Platform directly within the IDE, with the data intelligence platform enhanced by the powerful Python IDE from JetBrains.
Watch this video to get an overview of how the PyCharm Databricks plugin enables you to write code quickly and easily, run it in the cloud without extra configurations, and get more benefits for working with data.
📖 Learn more about the integration: jb.gg/i3ptwx
🔗 Useful links:
▶ Download PyCharm: jb.gg/i623zw
▶ Download the Databricks plugin: jb.gg/03q7nj
#pycharm #databricks #jetbrains
Переглядів: 699

Відео

Find and Fix Problems in Code with AI
Переглядів 62814 днів тому
Struggling with code errors or exceptions? Use AI Assistant to catch problems in your code and get detailed explanations and suggested fixes. 👉 About JetBrains AI Assistant: AI Assistant enhances your coding experience by helping you write, understand, and manage your code. It offers context-aware smart chat, code suggestions and refactorings, test generation, and the ability to create document...
PyCharm and pytest in under 7 minutes
Переглядів 91328 днів тому
Getting started with pytest? In this video, we will give you a clear-cut introduction to pytest in PyCharm in under 7 minutes! Learn how to kick off a pytest project in PyCharm, create your first test, adopt the test-driven development (TDD) approach, detect issues, skip tests, use pytest fixtures, debug tests, and test exceptions. Discover how PyCharm supports you every step of the way. Want t...
Let JetBrains AI Assistant Generate Commit Messages for You
Переглядів 492Місяць тому
Discover how you can streamline your Git (or other VCS) commit processes. Whether you’re generating a commit description or a quick overview of changes based on commit messages, AI Assistant has you covered. 👉 About JetBrains AI Assistant: AI Assistant enhances your coding experience by helping you write, understand, and manage your code. It offers context-aware smart chat, code suggestions and...
Understand Code Instantly With AI Assistant
Переглядів 729Місяць тому
Instantly get explanations of snippets in any programming language, as well as regular and cron expressions, all without leaving PyCharm. 👉 About JetBrains AI Assistant: AI Assistant enhances your coding experience by helping you write, understand, and manage your code. It offers context-aware smart chat, code suggestions and refactorings, test generation, and the ability to create documentatio...
Navigate Cursor Back
Переглядів 552Місяць тому
Ever get lost while jumping between symbols in PyCharm? We've all been there! This video shows you how to Navigate Back to retrace your steps through your code exploration. No more piecing together your path from Recent Files! Navigate Back keeps track of your cursor and file locations, letting you jump back and forth effortlessly. Works in all JetBrains IDEs and languages! #PyCharm #CodingTips
Go to File in PyCharm
Переглядів 888Місяць тому
In this video, we dive into the world of codebase navigation and share tips to enhance your coding workflow, especially when dealing with large projects and numerous directories. Say goodbye to the hassle of manual searching and tedious mouse clicks.
How to test exceptions with pytest in PyCharm
Переглядів 388Місяць тому
Sometimes we expect an exception in our code, and it's important to test that it's raised correctly. Watch this video to learn how to use pytest with PyCharm to ensure that your code raises all the exceptions it’s supposed to. Dive into our tutorial series on how to make using pytest simpler and more efficient with PyCharm, allowing you to deliver quality code faster. Step by step, you’ll learn...
How to debug your pytest tests with PyCharm
Переглядів 7042 місяці тому
We debug code all the time, but did you know that you can also debug your test code? Watch this video to learn how to use PyCharm’s powerful debugger to quickly identify the root of the problem and save precious time. Forget about print statements - just add a breakpoint and run with the debugger! Dive into our tutorial series on how to make using pytest simpler and more efficient with PyCharm,...
How to create a pytest fixture with PyCharm
Переглядів 5092 місяці тому
Stop setting up and tearing down for each test! Instead, use pytest fixtures to reduce code duplication and improve the readability of your tests. Watch this video to learn how to create your first pytest fixture. Dive into our tutorial series on how to make using pytest simpler and more efficient with PyCharm, allowing you to deliver quality code faster. Step by step, you’ll learn how to get s...
How to skip or run tests in pytest with PyCharm
Переглядів 4542 місяці тому
Sometimes, we need to skip tests depending on our workflow and requirements. Watch this video to learn how you can use the pytest skip marker to ignore certain breaking tests, among the many available markers. With PyCharm, managing these markers becomes easy. Dive into our tutorial series on how to make using pytest simpler and more efficient with PyCharm, allowing you to deliver quality code,...
How to find and fix errors in your code with pytest in PyCharm
Переглядів 6772 місяці тому
We’re not perfect, and sometimes, neither is our code. Watch this video to learn how PyCharm and pytest can support you in finding and fixing errors in your code faster. Dive into our tutorial series on how to make using pytest simpler and more efficient with PyCharm, allowing you to deliver quality code even faster. Step-by-step, you’ll learn how to get started with pytest in PyCharm, write yo...
How to adopt Test-Driven Development (TDD) with PyCharm
Переглядів 7243 місяці тому
Watch this video to see how PyCharm helps with a test-driven development (TDD) workflow. TDD isn’t for everyone, but regardless of how you prefer to test, PyCharm will support your testing workflow. Dive into our tutorial series on how to make using pytest simpler and more efficient with PyCharm, allowing you to deliver quality code even faster. Step-by-step, you’ll learn how to get started wit...
How to write unit tests in Python using pytest and PyCharm
Переглядів 1,4 тис.3 місяці тому
How to write unit tests in Python using pytest and PyCharm
How to set up a pytest project in PyCharm
Переглядів 1,4 тис.3 місяці тому
How to set up a pytest project in PyCharm
How to get started with pytest in PyCharm
Переглядів 1,9 тис.3 місяці тому
How to get started with pytest in PyCharm
How to Navigate By Symbol in PyCharm
Переглядів 3,8 тис.6 місяців тому
How to Navigate By Symbol in PyCharm
PyCharm Tips: Working with Your Project in the New UI
Переглядів 2,7 тис.7 місяців тому
PyCharm Tips: Working with Your Project in the New UI
Django Templates in 3 Minutes: A Quick Guide to Template Creation
Переглядів 3,7 тис.7 місяців тому
Django Templates in 3 Minutes: A Quick Guide to Template Creation
Configuring the New UI in PyCharm
Переглядів 4,9 тис.7 місяців тому
Configuring the New UI in PyCharm
How to Quickly Jump to Recent Files in PyCharm
Переглядів 1,3 тис.8 місяців тому
How to Quickly Jump to Recent Files in PyCharm
Quickly explore database tables in PyCharm
Переглядів 2,3 тис.8 місяців тому
Quickly explore database tables in PyCharm
What's New in PyCharm 2023.3
Переглядів 9 тис.8 місяців тому
What's New in PyCharm 2023.3
Faster SQL Queries in PyCharm
Переглядів 3,1 тис.8 місяців тому
Faster SQL Queries in PyCharm
Tabless UI in PyCharm
Переглядів 3,5 тис.9 місяців тому
Tabless UI in PyCharm
Faster Django Coding with Live Templates
Переглядів 1,8 тис.9 місяців тому
Faster Django Coding with Live Templates
Lean UI in PyCharm
Переглядів 2,6 тис.9 місяців тому
Lean UI in PyCharm
Multiple Databases in PyCharm
Переглядів 2,7 тис.9 місяців тому
Multiple Databases in PyCharm
Working with SQLite Databases in PyCharm
Переглядів 13 тис.10 місяців тому
Working with SQLite Databases in PyCharm
Mastering PyCharm Shortcuts: Find Action
Переглядів 4,6 тис.10 місяців тому
Mastering PyCharm Shortcuts: Find Action

КОМЕНТАРІ

  • @user-tv4hd8cq4d
    @user-tv4hd8cq4d День тому

    Will there be a possibility to interactively run a Python Notebook cell by cell by using a Databricks cluster? ( and I do not mean DB Connect where python runs locally and only spark on the cluster). Thank you!

  • @beratcan913
    @beratcan913 3 дні тому

    hey people, at 13:34 in my python i do not have wsl.exe visible when I check for shell path`s how can I fix it anyone can help me ?

  • @simonraaf7180
    @simonraaf7180 19 днів тому

    greatstuff

  • @chuckitaway466
    @chuckitaway466 19 днів тому

    i need to install axios in pycharm sorry for all the questions

  • @chuckitaway466
    @chuckitaway466 19 днів тому

    what is production build

  • @chuckitaway466
    @chuckitaway466 19 днів тому

    npm is not found in my terminal

  • @thisbridgehascables
    @thisbridgehascables 24 дні тому

    Just learned python and golang. Two languages viable to combine with htmx with a SQLite db from Turso makes a really fast stack.

  • @hza.609
    @hza.609 27 днів тому

    it is a shame that you chose a very very very noisy keyboard. impossible to concentrate on what you are saying....

  • @RyanDamDouM
    @RyanDamDouM 27 днів тому

    where is the "Run to Cursor" button ?

  • @LectorFurtivo
    @LectorFurtivo 28 днів тому

    Awesome explanation!

  • @petermatogo4082
    @petermatogo4082 29 днів тому

    AI Assistant should come as part of a paid JetBrains license

  • @romeoxxiv
    @romeoxxiv Місяць тому

    Are you interested in french voice for your video ?

  • @jimigrok
    @jimigrok Місяць тому

    clear and nice eplanation - thanks!

  • @mehmetbakideniz
    @mehmetbakideniz Місяць тому

    how do I stop the pod? under manage, I see the pod running but I can only terminate it. I can not stop it. Do you know any solution for this?

  • @sanrui
    @sanrui Місяць тому

    oke wait , thats look like data grip, but pycharm can do same what data grip do, so i just use ide pycharm instead datagrip , because i do python to in py charm, nice, i will try

  • @TheGroundskeeper
    @TheGroundskeeper Місяць тому

    This is the least immersive, round about, poor quality, slow paced wreck to ever offer itself as a python tutorial. Awful.

  • @BE.OFFICIAL
    @BE.OFFICIAL Місяць тому

    The question you really need to be worrying about with all this coding AIs is "What does this coder do?"

  • @Med2402
    @Med2402 Місяць тому

    PyCharm 2024 Professional is hanging sometimes despite having sufficient RAM (24 GB) and a nice CPU (12 cores), any help?

    • @ashersilver7388
      @ashersilver7388 25 днів тому

      Disable smooth scrolling. That should help. 😂😂

  • @davethinkingsystems
    @davethinkingsystems Місяць тому

    Brilliant..I thought it would be able to do this but couldn't work out how to do it

  • @jeffschroeder4805
    @jeffschroeder4805 Місяць тому

    Not impressed - seemed more like an ad to promote upgrading - he immediately dismissed those with the free Community Edition. One cannot just buy a hamburger any more without having to wade thru endless up-selling attempts.

  • @Hohihiho56
    @Hohihiho56 Місяць тому

    Not fun

  • @NafiulIslam
    @NafiulIslam Місяць тому

    You can use the Tab in search everywhere to just go to the files.

  • @jamesearlmiller1465
    @jamesearlmiller1465 Місяць тому

    Sorry but I need to know how to install this on a Windows computer and your demonstration does not show this, it is useless to me.

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to test exceptions with pytest in PyCharm: ua-cam.com/video/X8W83ZEd1Is/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to debug your pytest tests with PyCharm: ua-cam.com/video/hImEiipjwTs/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to create a pytest fixture with PyCharm: ua-cam.com/video/olURgWWTdR8/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to skip or run tests in pytest with PyCharm: ua-cam.com/video/oB-_GrfL0gI/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to find and fix errors in your code with pytest in PyCharm: ua-cam.com/video/EjSYATLwWss/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to adopt Test-Driven Development (TDD) with PyCharm: ua-cam.com/video/ysFzLRbturI/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to write unit tests in Python using pytest and PyCharm: ua-cam.com/video/Z0f00BdJ3yw/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to set up a pytest project in PyCharm: ua-cam.com/video/U43Jwomo8AM/v-deo.html

  • @PyCharmIDE
    @PyCharmIDE Місяць тому

    Watch the updated video on how to get started with pytest: ua-cam.com/video/S9U1YT0gw8s/v-deo.html

  • @roccococolombo2044
    @roccococolombo2044 Місяць тому

    Please talk normally, your audience are not children

    • @mattayres9748
      @mattayres9748 Місяць тому

      Lol agreed bit too kindergartenesque considering the user base

  • @ukrainianmaps1573
    @ukrainianmaps1573 Місяць тому

    django with jinja2 templates actually working when (please fix this)

  • @skewty
    @skewty Місяць тому

    TL;DR using the mouse is slow when opening files. SOLUTION: use a keyboard shortcut followed by the mouse to do it. LOL

  • @breuslife
    @breuslife Місяць тому

    Thanks for the video! By the way, can you tell me where I can leave a suggestion if I have ideas for new features? (Especially if I really need them in PyCharm). And separately, is there any incentive program for people who want to improve your products? Thanks for the answer ;)

  • @reynold2
    @reynold2 Місяць тому

    Thanks

  • @user-qy2zk8qr1h
    @user-qy2zk8qr1h 2 місяці тому

    Why you say dunder on a singder (single underscore)?

  • @mileta99
    @mileta99 2 місяці тому

    This is really nice, but in case we have thousands of tests it’s not too useful to run tests on each change… What I don’t like or maybe I’m doing something wrong, but if I run my pytest where I set coverage report, from PyCharm test is run from place where test is and it creates a lot of .coverage, htmlcov dirs, etc. if I use terminal to run individual tests I don’t have these issues. 😊

  • @rjhollinger
    @rjhollinger 2 місяці тому

    Thanks for the tips! Didn’t know you could use it for tests too

  • @user-qy2zk8qr1h
    @user-qy2zk8qr1h 2 місяці тому

    Why you say dunder on single underscore?

  • @leroymendez6592
    @leroymendez6592 2 місяці тому

    Do you then export the query as a csv for use with pandas or is there a more streamlined way to do this?

  • @carl2488
    @carl2488 2 місяці тому

    Textual is excellent. So is Rich. A *great* way to build apps on a cheap Linux vps

  • @caiust5007
    @caiust5007 2 місяці тому

    I followed the exact instructions and it failed with the following error: /Users/kai/src/python/Tutorials/laxleague/.venv/bin/python /Applications/PyCharm.app/Contents/plugins/python/helpers/pycharm/_jb_unittest_runner.py --path /Users/kai/src/python/Tutorials/laxleague/tests/test_player.py Testing started at 17:47 ... Ran 0 tests in 0.000s NO TESTS RAN Launching unittests with arguments python -m unittest /Users/kai/src/python/Tutorials/laxleague/tests/test_player.py in /Users/kai/src/python/Tutorials/laxleague/tests Process finished with exit code 5 Empty suite Executing pytest in the base folder works without problems.

  • @Plasmafox
    @Plasmafox 2 місяці тому

    So what I learned is that the missing frameworks feature in pycharm community could be bypassed with a collection of github projects exported with a template of each framework's setup and a configuration script to simplify changing the settings exposed in pycharm pro's GUI