دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نویسی: زبان های برنامه نویسی ویرایش: 1 نویسندگان: April Speight سری: ISBN (شابک) : 1119773369, 9781119773368 ناشر: Wiley سال نشر: 2021 تعداد صفحات: 259 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 11 مگابایت
کلمات کلیدی مربوط به کتاب کد ویژوال استودیو برای برنامه نویسان پایتون: Microsoft Azure، برنامه نویسی، اشکال زدایی، پایتون، برنامه های کاربردی وب، داکر، بهترین روش ها، فلاسک، Refactoring، Jupyter، GitHub، تست واحد، جنگو، گیت، تست، محیط های مجازی، سیستم های کنترل نسخه، ابتدایی، Flake8، mypy، Linting، Visual کد استودیو
در صورت تبدیل فایل کتاب Visual Studio Code for Python Programmers به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب کد ویژوال استودیو برای برنامه نویسان پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با Visual Studio Code ماهر و کارآمد شوید و یاد بگیرید که چگونه همه ابزارهای خارجی خود را یکپارچه کنید!
کد Visual Studio برای برنامه نویسان Python به Python کمک می کند. توسعه دهندگان در Visual Studio Code نه تنها آشنا، بلکه سازنده نیز می شوند. برای شروع، مراحل نصب ویژوال استودیو کد روی پلتفرمهای ویندوز، مک و لینوکس را همراه با مقدمهای بر ویژگیهای ویرایش فضای کاری خواهید دید. پوشش عملکردهای پیشرفته تر شامل مدیریت کد منبع، اشکال زدایی، تست واحد و پشتیبانی از Jupyter Notebook است. این کتاب با مروری بر پروژههای دنیای واقعی که از ویژگیهای کد ویژوال استودیو معرفی شده در کتاب استفاده میکنند، به پایان میرسد.
برای توسعهدهندگان، انتخاب یک ویرایشگر بسیار شخصی است. شما نیازها و خواسته های خاصی دارید که برای شما به عنوان یک توسعه دهنده منحصر به فرد است. این کتاب به شما کمک میکند یاد بگیرید که چگونه کد ویژوال استودیو را برای برآورده کردن نیازهای خود و گردش کار توسعه پایتون سفارشی کنید.
Become proficient and efficient with Visual Studio Code and learn how to integrate all your external tools!
Visual Studio Code for Python Programmers helps Python developers become not just familiar, but productive in Visual Studio Code. To start, you’ll find the steps for installing Visual Studio Code on Windows, Mac and Linux platforms, along with an introduction to the editing features of the workspace. Coverage of more advanced functionality includes managing source code, debugging, unit testing, and Jupyter Notebook support. The book finishes with a walk-through of real-world projects which utilize Visual Studio Code features introduced in the book.
For developers, the choice of an editor is a very personal one. You have idiosyncratic needs and wants that are unique to you as a developer. This book will help you learn how to customize Visual Studio Code to meet your needs and Python development workflow.
Cover Title Page Copyright Page About the Author About the Technical Editor Acknowledgments Contents at a Glance Contents Introduction Who Will Benefit Most from This Book Part 1 Welcome to Visual Studio Code Chapter 1 Getting Started Installing Visual Studio Code The Visual Studio Code User Interface Activity Bar Side Bar Editor Panels Status Bar Command Palette Extensions Customizations Settings Color Themes and Icons Keybindings Display Language Summary Chapter 2 Hello World for Python Installing a Python Interpreter macOS Linux Windows Installing the Python Extension for Visual Studio Code Creating a Python File Selecting an Interpreter Setting a Default Interpreter Selecting a Linter Editing a Python File Running a Python File Workflow Recap Summary Chapter 3 Editing Code Quick Fixes Code Completion, Definitions, and Declarations Formatting Edit Formatting Settings in the Settings Editor Edit Formatting Settings in settings.json Linting Enable and Disable Linting Run Linting Linting Settings Refactoring Extract Variable Extract Method Sort Imports Snippets Summary Part 2 Additional Visual Studio Code Features Chapter 4 Managing Projects and Collaboration Files and Folders Open a Project Navigate Files Search across Files Close a File or Folder Environments Virtual Environments Conda Environments Source Control Initialize a Repository Commit Changes Branches Remotes Gutter Indicators View Diffs Push and Merge Commits Pull Requests Live Share Install Live Share Sign In to Live Share Share a Project Join a Session Editing and Collaboration Summary Chapter 5 Debugging Starting a Debug Session Debug Commands Continue Step Over Step Into Step Out Stop Restart Call Stack Triggering a Breakpoint Logpoints Watch The Debug Console Launch Configurations Summary Chapter 6 Unit Testing Enable and Discover Tests Run Tests Debug Tests Summary Chapter 7 Jupyter Notebook Creating and Opening a Jupyter Notebook Code Cell Modes Adding Cells Editing Cells Running a Cell Running a Single Cell Running All Code Cells Running Cells Above and Below a Code Cell Additional Commands Viewing Variables and Data Viewing Plots Debugging a Jupyter Notebook Connecting to a Remote Server Exporting a Notebook Summary Chapter 8 Using Git and GitHub with Visual Studio Code Getting Started GitHub Pull Requests and Issues Extension Publish a Project to GitHub Push Changes to GitHub Manage Pull Requests and Issues Pull Requests Issues Clone Repository Timeline View Summary Chapter 9 Deploy a Django App to Azure App Service with the Azure App Service Extension Getting Started Creating a Django Project Creating an App Creating a Home Page Creating Website Pages Deploying to Azure Summary Chapter 10 Create and Debug a Flask App Getting Started Create a Flask App Create and Render a Template Debug the Flask App Summary Chapter 11 Create and Deploy a Container with Azure Container Registry and Azure App Service Getting Started Create a Container Add Docker Files to the Project Build an Image Build and Run a Container Debug a Container Push an Image to the Registry Create an Azure Container Registry Determine the Image’s Registry Location Deploy the Container Image to Azure Make Changes to the App and Deploy Multicontainer Apps Summary Chapter 12 Deploy an Azure FunctionTrigger by a Timer Getting Started Create an Azure Function Invoke the Function Locally Add the Code to the Function Deploy the Function to Azure Summary Appendix: Getting Started with Azure Index EULA