ویدیوهای برتر

C1C2
15 بازدیدها · پیش 3 ماه ها

In this VSCode tutorial for beginners I'll be showing you everything you need to know as a beginner about how to use Visual Studio Code! I'll be demonstrating all of the important functionality of VSCode that you need to know to be as efficient as possible. This tutorial is designed for someone who's never used VSCode before, but is still informational for novice users.

💻 AlgoExpert is the coding interview prep platform that I used to ace my Microsoft and Shopify interviews. Check it out and get a discount on the platform using the code "techwithtim" https://algoexpert.io/techwithtim

📄 Resources
Download VsCode: https://code.visualstudio.com/
Debugger Tutorial: https://www.youtube.com/watch?v=7qZBwhSlfOo
Django & React Full Stack Web App: https://www.youtube.com/watch?v=JD-age0BPVo

⭐️ Timestamps ⭐️
00:00 | Introduction To VSCode
02:25 | Opening & Creating Project
04:40 | File/Project Explorer
06:05 | VSCode Terminal
08:47 | Full-Screen Mode
09:15 | Extensions
10:58 | Searching / Find & Replace
12:53 | Editor Tricks and Tips
15:35 | Changing Color Preference/Theme
17:25 | File Finder
17:46 | Settings & Font Size
18:20 | Running/Executing Files
19:10 | Git/GitHub Tools
20:34 | Debugging
21:59 | Zen Mode and Other Features

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰
💻 The Fundamentals of Programming w/ Python: https://tech-with-tim.teachabl....e.com/p/the-fundamen
👕 Merchandise: https://teespring.com/stores/t....ech-with-tim-merch-s

🔗 Social Medias 🔗
📸 Instagram: https://www.instagram.com/tech_with_tim
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/twt
📝 LinkedIn: https://www.linkedin.com/in/tim-ruscica-82631b179/
🌎 Website: https://techwithtim.net
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim

🎬 My YouTube Gear 🎬
🎥 Main Camera (EOS Canon 90D): https://amzn.to/3cY23y9
🎥 Secondary Camera (Panasonic Lumix G7): https://amzn.to/3fl2iEV
📹 Main Lens (EFS 24mm f/2.8): https://amzn.to/2Yuol5r
🕹 Tripod: https://amzn.to/3hpSprv
🎤 Main Microphone (Rode NT1): https://amzn.to/2HrZxXc
🎤 Secondary Microphone (Synco Wireless Lapel System): https://amzn.to/3e07Swl
🎤 Third Microphone (Rode NTG4+): https://amzn.to/3oi0v8Z
☀️ Lights: https://amzn.to/2ApeiXr
⌨ Keyboard (Daskeyboard 4Q): https://amzn.to/2YpN5vm
🖱 Mouse (Logitech MX Master): https://amzn.to/2HsmRDN
📸 Webcam (Logitech 1080p Pro): https://amzn.to/2B2IXcQ
📢 Speaker (Beats Pill): https://amzn.to/2XYc5ef
🎧 Headphones (Bose Quiet Comfort 35): https://amzn.to/2MWbl3e
🌞 Lamp (BenQ E-reading Lamp): https://amzn.to/3e0UCr8
🌞 Secondary Lamp (BenQ Screenbar Plus): https://amzn.to/30Dtafi
💻 Monitor (BenQ EX2780Q): https://amzn.to/2HsmUPZ
💻 Monitor (LG Ultrawide 34WN750): https://amzn.to/3dSD7tS
🎙 Mic Boom Arm (Rode PSA 1): https://amzn.to/30EZw9m
🎚 Audio Interface (Focusrite Scarlet 4i4): https://amzn.to/2TjXsih

💸 Donations 💸
💵 One-Time Donations: https://www.paypal.com/donate?....hosted_button_id=CU9
💰 Patreon: https://www.patreon.com/techwithtim
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Visual Studio Code
- Windows applications
- VSCode terminal
- File Finder VSCode
- Zen mode
- Debugging

⭐️ Hashtags ⭐️
#vscode #visualstudio #beginners

C1C2
15 بازدیدها · پیش 4 ماه ها

This tutorial covers MATLAB programming to simulate a differential equation model and optimize parameters to match measurements. In this exercise, the model is simulated with an ODE integrator (ode15s) and optimized with fmincon or fminsearch. A confidence interval for the parameter is also calculated. See https://apmonitor.com/me575/in....dex.php/Main/Dynamic

Donbright
15 بازدیدها · پیش 4 ماه ها

A module is a file containing Python code that we can use in our program. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will understand why modules are used and learn how to import them into our program. We will then learn to create custom modules with the help of examples.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Modules (text-based tutorial): https://www.programiz.com/pyth....on-programming/modul

Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:19 Python modules
2:07 Renaming modules
3:00 Python from...import statement
4:54 The dir() function
6:24 Custom modules

Download VS Code: https://code.visualstudio.com/download

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Use Python Modules (to Write Clean Code) #23

#python #learnprogramming #programiz #pythonmodules

Donbright
15 بازدیدها · پیش 4 ماه ها

Lists and Tuples store one or more objects or values in a specific order. The objects stored in a list or tuple can be of any type including the nothing type.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about two compound data types in Python: lists and tuples. These compound data types allow us to work with multiple ordered items at once. We will also cover numerous built-in methods that make working with these data types much easier. Finally, we will also learn about the core difference between lists and tuples.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python List (text-based tutorial): https://www.programiz.com/python-programming/list
Python List Methods: https://www.programiz.com/pyth....on-programming/metho

Python Tuple (text-based tutorial): https://www.programiz.com/python-programming/tuple
Python Tuple Methods: https://www.programiz.com/pyth....on-programming/metho

Python List vs Tuple (text-based tutorial): https://www.programiz.com/python-programming/list-vs-tuples
Python for loop: https://youtu.be/yaqMSBr_NCU?l....ist=PL98qAXLA6afuh50

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:35 Create a List
2:35 Access List Elements
4:51 Negative Indexing
6:05 Slicing of a List
8:36 Change Items of a List
10:22 Iterating through a List
12:20 List Methods
14:34 Python Tuples
16:24 Python Tuple vs List
17:44 Programming Task
18:01 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Lists & Tuples in Python (How to Use Them Effectively?) #15

#python #learnprogramming #programiz #pythonlist #pythontuples

C1C2
14 بازدیدها · پیش 4 ماه ها

This tutorial demonstrates how to solve a simple mathematical optimization problem with four variables, one objective function, one equality constraint, and an inequality constraint. The problem is solved with the APMonitor toolbox in Python.

C1C2
14 بازدیدها · پیش 4 ماه ها

Step by step video tutorials to learn C Programming for absolute beginners!

In this video, we will learn about the ternary operator in C with their syntax and examples. We will also learn some of the cases, where we can replace the if...else statement with a ternary operator and see how the ternary operator will make our code cleaner and shorter.

~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c-youtube
C Tutorial (text-based tutorial): https://www.programiz.com/c-programming

Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Timestamps:
00:00 Start
00:53 Example: Ternary Operator
04:33 Ternary Operator Vs if...else Statement
05:37 Programming Task
06:18 Quiz

------------------------------

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz


#programiz #learncprogramming #learnc #coding #ctutorial #ternary #operator #conditionaloperator #ifelse #coperator #programming

C1C2
13 بازدیدها · پیش 5 روزها

L⁣ecture introduces basic electrical engineering concepts. The course covers circuit analysis, electrical machines, and digital systems, spanning 42 lectures. Topics range from circuit elements to power systems and communication, providing a comprehensive overview of the field.

C1C2
13 بازدیدها · پیش 10 روزها

Watch the bonus video on model-based definiton and statistical tolerance analysis here! https://rocktv.app/

Engineering drawings are key tools that engineers use to communicate, but deciphering them isn't always straightforward. In this video we cover the fundamentals, including the different types of views, first and third angle projection methods, dimensioning, tolerancing, best practices when creating drawings, and GD&T (geometric dimensioning and tolerancing).

---

Corrections:
04:00 - Several of the views are drawn incorrectly. The right and rear views should be flipped horizontally and the bottom view should be flipped vertically.

---

If you would like to support the channel, please consider becoming a Patron - https://www.rocktv.app/
This will allow me to create more high quality videos covering a range of engineering topics.

---

⁣This content is shared for educational purposes.
More learning and exclusive videos are available on RockTV.

👉 Upload your own videos and grow with RockTV.
👉 Discover more trending content on our platform.

C1C2
13 بازدیدها · پیش 3 ماه ها

How to Download and Install MATLAB software on Windows! Suitable for WIN10 and other Windows Distributions. Navigate to mathworks.com and sign into your mathworks account.

🤝 Support me on Patreon! https://www.patreon.com/philparisi_
🌱 Want to say thanks? https://buymeacoffee.com/philparisi_
🌏 More on Insta! https://www.instagram.com/philparisi_
🔥 And the rest! https://linktr.ee/philparisi_

55-video MATLAB programming certification! https://trainings.internshala.com/matlab-training
2hr Complete Beginner Basics in MATLAB: https://youtu.be/EtUCgn3T9eE
MATLAB Formula Cheat Sheet: https://philparisi.weebly.com/code.html

RECOMMENDED TOOLBOXES depending on your application
- Statistics and Machine Learning Toolbox (everyone)
- Curve Fitting Toolbox (everyone)
- Signal Processing Toolbox (if needed)
- Simulink (if needed)
- GPU Coder (if using a GPU)

CHAPTERS
0:00 Installation Approach
0:38 Download MATLAB Installer
1:06 Run MATLAB Installer
2:04 Select Toolboxes
2:47 Run MATLAB


MORE MATLAB
Linear Algebra & Matrices https://youtu.be/lc_IrNmLd_I
The Index https://youtu.be/zoPQqlzD1hk
What Are Functions? https://youtu.be/Fsu4pG1-vNs
Anonymous Functions https://youtu.be/eA84w8p6I98
Figures & Plots https://youtu.be/OlXdIk9Zcgk
If Statements https://youtu.be/7zsR9z2OQW4
For Loops https://youtu.be/w89FMDWUghU
While Loops https://youtu.be/sAYk4ehyh1E
Make Your Own Functions https://youtu.be/Fsu4pG1-vNs


HELP A BROTHER OUT
Thank you so much for watching! Please consider subscribing as a thank you if you benefited from this content! :D

HELPING MY BROTHERS AND SISTERS OUT
Comment below and I will happily answer all your questions, queries, and conundrums... whether or not they pertain to programming ;)

🤝 Support me on Patreon! https://www.patreon.com/philparisi_
🌱 Want to say thanks? https://buymeacoffee.com/philparisi_
🌏 More on Insta! https://www.instagram.com/philparisi_
🔥 And the rest! https://linktr.ee/philparisi_

Donbright
13 بازدیدها · پیش 4 ماه ها

Files are named locations on our storage device for recording data. Python provides numerous built-in functions to work with these files.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will see how we can perform various file operations such as reading and writing into files with the help of examples.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python File Handling (text-based tutorial): https://www.programiz.com/pyth....on-programming/file-

Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:21 File Operations
0:36 Opening a File
2:23 Reading files in Python
4:29 Exception Handling with Files
6:00 Writing to files in Python
8:11 Appending to files in Python
9:22 Python readlines() and writelines()

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

How to Work with Files in Python? (Add Contents to File + Read Text from Files ) #26

#programiz #python #learnprogramming #filehandling

Donbright
13 بازدیدها · پیش 4 ماه ها

Scope refers to the availability of variables and functions in certain parts of the code.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python.

In this video, we will learn about the concept of global and local variables in Python. Local variables are variables declared inside the function body and they cannot be accessed from outside the function. Global variables are the variables declared outside of a function or in the global scope.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Global, Local and Nonlocal Variables (text-based tutorial): https://www.programiz.com/pyth....on-programming/globa
Python Functions: https://youtu.be/-Bkupx9gX0o?l....ist=PL98qAXLA6afuh50

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:23 Local Variables
2:28 Global Variables
5:16 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Python Global Variables (☠ Don't Use them!) #14

#python #learnprogramming #programiz #localvariables #globalvariables

C1C2
12 بازدیدها · پیش 4 روزها

Support the Channel https://www.youtube.com/channe....l/UC4leAUDgum8uY-wux
Chinese Shortdramas:sweet pet, sadomasochism, ancient style, modern, rebirth, crossing, family affection,Revenge skit!
#shortdramas #dramashorts #shortfilm #drama
Yushu Drama Bliss Drama,C-Minidrama,Binge Lemon,Twilight Drama Dreams

C1C2
12 بازدیدها · پیش 3 ماه ها

Irak en 2004, pendant un contrôle de routine, une patrouille américaine de jeunes soldats est prise en embuscade. Les soldats vont devoir mettre rapidement en pratique ce qu'ils ont appris à l'armée…

Réalisateur : Sidney J. Furie
Avec : Curtis Morgan, Zan Calabretta, Jordan Brown
Genre Guerre, Action

C1C2
12 بازدیدها · پیش 4 ماه ها

This brief tutorial demonstrates how to use Numpy and SciPy functions in Python to regress linear or polynomial functions that minimize the least squares difference between measured and predicted values. Source Code: https://apmonitor.com/che263/i....ndex.php/Main/Python

C1C2
12 بازدیدها · پیش 4 ماه ها

This tutorial covers the APM toolbox of Python to solve and optimize parameters to match measurements in a dynamic system. In this exercise, the model is simulated and optimized simultaneously through an orthogonal collocation on finite elements.

C1C2
12 بازدیدها · پیش 4 ماه ها

✅ IMPORTANT NOTE: For better preparation, I recommend my well-organized Udemy course, which includes slides, bite-sized segments making it easier your track your study progress, quizzes, and a comprehensive CCNA practice test. Check it out here: https://www.udemy.com/course/c....cna-200-301-complete

This course is comprised of two videos. This video is part 1 of the FREE CCNA 200-301 complete course. I encourage you to watch these videos in order, but feel free to jump between topics by reviewing the chapters in the description below:

0:00 Intro & Instructor's Background
1:46 CCNA Course Topics Overview
2:17 Section 1: Part 1 - Network Fundamentals - OSI Model - Topics Overview
6:40 OSI Model vs. TCP-IP Model
10:29 OSI Model - Encap & Decap
16:21 OSI Layer 7 - Application Layer
20:45 OSI Layer 4 - Transport Layer
31:55 OSI Layer 3 - Network Layer
38:59 OSI Layer 2 - Data Link Layer
39:54 OSI Layer 1 - Physical Layer
1:01:52 Section 1: Part 2 - Network Fundamentals - Network Architectures & CLI Basics - Topics Overview
1:02:35 3-Tier Campus Network Design
1:11:35 Cisco Campus Switching Hardware Portfolio
1:27:52 WAN - Circuit Switched vs. Packet Switched Network
1:35:58 WAN - Metro Ethernet
1:40:39 WAN - MPLS
1:46:00 WAN - SOHO DSL & Cable Architecture
1:48:30 WAN - Wireless WAN
1:49:23 WAN - Service Provider POP Design
1:51:52 Cisco Routing Hardware Portfolio
1:57:30 Basics of Cisco CLI
2:22:40 Section 2: Part 1 - LAN: Wired & Wireless - LAN Switching Concepts - Topics Overview
2:23:09 Ethernet Overview
2:31:25 What is MAC Address
2:40:38 Ethernet Frame Architecture
2:42:57 Switching Fundamentals: Hub vs. L2 Switch vs. MLS
2:46:18 Collision Domain vs. Broadcast Domain
2:47:22 How does a switch build it's MAC table
2:49:10 ARP Overview
2:54:21 ARP Deep Dive
2:59:51 VLAN Overview
3:09:15 VTP Overview
3:13:53 VTP Configuration
3:15:32 Trunking Overview
3:18:30 DTP Overview
3:19:09 Switch Port Modes
3:21:00 Trunk Configuration
2:22:40 Section 2: Part 2 - LAN: Wired & Wireless - Advanced LAN Switching Concepts - Topics Overview
3:26:37 CCDP & LLDP Overview
3:34:31 STP Overview
3:47:38 STP Deep Dive
4:10:37 PVST Overview
4:15:13 RSTP Overview
4:21:30 STP Optional Features
4:25:31 STP CLI
4:36:13 EtherChannel Overview | PAgP vs. LACP
4:42:05 Layer 2 EtherChannel Overview & Config
4:51:55 Layer 3 EtherChannel Overview & Config
5:00:49 Inter VLAN Routing Overview
5:03:59 Inter VLAN Routing - Router on a Stick
5:12:17 Inter VLAN Routing - SVI
5:16:00 Section 2: Part 3 - LAN: Wired & Wireless - Wireless Deep Dive - Topics Overview
5:16:51 Wireless LAN Overview
5:26:11 Wireless LAN Design Basics
5:31:08 Wireless LAN Topologies Overview
5:41:08 Wireless LAN Channels & Bands Overview
5:48:43 Wireless LAN 802.11 Standards Overview
5:55:40 Wireless LAN Architectures Overview
6:05:55 Wireless LAN Deployment Models Overview
6:21:56 Wireless LAN Security Overview
6:22:21 Wireless LAN Security Deep Dive
6:32:28 Section 3: Part 1 -IP Addressing & Routing - IPv4 Subnetting - Topics Overview
6:33:06 IPv4 Overview
6:42:57 IPv4 Binary to Decimal Conversion Chart
6:47:02 IPv4 Address Classes | Classful vs. Classless IP Addressing
7:00:52 Private vs. Public IP Addressing
7:05:20 NAT Overview
7:07:56 IPv4 Subnetting: How to Subnet Networks
7:32:28 IPv4 Subnetting: How to Subnet Hosts
7:50:11 Section 3: Part 2 -IP Addressing & Routing - IPv4 Routing Deep Dive - Topics Overview
7:50:39 IPv4 Routing Overview
8:21:55 Routing Protocols vs. Routed Protocols
8:24:14 What's the Job of a Routing Protocol
8:25:27 IGP vs. EGP
8:30:35 Routing Classification & Types
8:32:03 Routing Algorithms - Distance Vector vs. Link State
8:34:29 How Does Routing Table Work
8:39:43 Static Routing Overview & Configuration
8:51:05 Static Route, Default Route & Floating Static Route Overview & Configuration
9:05:25 Section 3: Part 3 -IP Addressing & Routing - OSPF Deep Dive - Topics Overview
9:05:52 Static vs. Dynamic Routing Review
9:09:16 OSPF Overview
9:19:18 OSPF Areas & Terminology
9:27:04 OSPF LSA Types
9:28:44 OSPF Header Packet Types
9:31:35 OSPF Neighbor Adjacency Formation - 7 States
9:33:52 OSPF Neighbor Adjacency Requirements
9:36:26 OSPF Network Types + DR & BDR Election
9:42:18 OSPF Metric - Cost
9:45:32 OSPF Configuration & Lab
10:17:21 OSPF Router ID & Interface Priority
10:18:11 OSPF Route Summarization Overview & Configuration
10:23:53 OSPF Default Routes Overview & Configuration
10:33:29 OSPF Show & Verification Commands
___________________________________________________
LINKS / REFERENCES:
1. CCNA Exam 200-301 Exam Topics | https://learningnetwork.cisco.....com/s/ccna-exam-topi
2. CCNA Official Cert Guide Library (Volume 1 & Volume 2) on Amazon | https://amzn.to/3kpTdi9
___________________________________________________
FOLLOW ME ON SOCIAL:
LinkedIn: https://www.linkedin.com/in/najqazi/
Instagram: https://www.instagram.com/naj.qazi
___________________________________________________
#najqazi#ccna#ccna200301

Donbright
12 بازدیدها · پیش 4 ماه ها

Python has a module named datetime to work with dates and times.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

Even though date and time may seem simple and straightforward in our daily use cases, they can be challenging to implement in our code because we have to keep a record of things such as different date and time formats, different time zones and so on. Fortunately, Python provides a built in datetime module to simplify this task.

In this video, we will use the datetime module to manipulate date and time in Python with the help of examples.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python datetime module (text-based tutorial): https://www.programiz.com/pyth....on-programming/datet
Python strftime() method (text-based tutorial): https://www.programiz.com/pyth....on-programming/datet/strftime
Python strptime() method (text-based tutorial): https://www.programiz.com/pyth....on-programming/datet/strptime
Python time module (text-based tutorial): https://www.programiz.com/python-programming/time

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:24 Get Current Date
1:35 The datetime.date Class
3:36 The datetime.time Class
6:00 The datetime.datetime Class
8:18 Getting Current Date and Time
9:26 The datetime.timedelta Class
11:12 Python strftime() method
14:25 Python strptime() method

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

datetime Module (How to Work with Date & Time in Python) #30

#programiz #python #learnprogramming #pythonforbeginners #dateandtimeinpython

Donbright
12 بازدیدها · پیش 4 ماه ها

A Generator is an elegant way to create custom iterators in Python that makes it really easy to work with iterators. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, you will learn how to create iterators in Python using generator functions and find out their differences compared to normal functions. You will also learn why you should use generators in your Python code.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python Generators (text-based tutorial): https://www.programiz.com/pyth....on-programming/gener

Python Iterators: https://www.youtube.com/watch?v=C_rhipZonok

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:20 Why use Generators?
1:10 Python Generators
5:30 Infinite Stream of Data with Generators

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Python Generators (Work with Large Amount of Data) #29

#python #learnprogramming #programiz #pythongenerators

C1C2
12 بازدیدها · پیش 4 ماه ها

#25 C Pointers and Functions | C Programming For Beginners

In this video, we will learn to use Pointers and Functions together in C Programming. We'll learn to pass addresses and pointers as arguments to functions with the help of examples.

In C programming, it is also possible to pass addresses as arguments to functions. Let's learn all these in this video. To accept these addresses in the function definition, we can use pointers. It's because pointers are used to store addresses.

Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube

This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e

~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c-youtube
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-pointer-

Timestamps:

00:18 - C Pointes and Functions
02:28 - Find the square of a number
04:39 - Return Pointers from a Function
06:21 - Add two numbers
08:50 - Programming Task
09:44 - Quiz
~

Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Find Programiz elsewhere:
Programiz PRO: programiz.pro
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz

Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz

#programiz #pointers #functions #pointersexample #functionexamples #cprogramming #learnc

C1C2
11 بازدیدها · پیش 3 ماه ها

👀 Follow us on [LinkedIn] 👉 https://aka.ms/LI-YT
------------------------------------------------------------------------------------
Get started from scratch in this short overview of Visual Studio Code & writing / executing JavaScript, Python, previewing HTML and more.

0:00 Intro
0:20 Open folder / Set workspace
0:52 UI Tour
2:00 Create new JavaScript file
2:20 Intellisense
2:55 Save / Autosave
3:25 Create python file
3:45 Add python extension
4:28 Drag & drop external HTML file
5:00 Preview HTML output with Live Preview extension
6:00 Changing themes
6:50 Summary

Host: @ReynaldAdolphe
And TikTok at https://www.tiktok.com/@vscode

#vscode




Showing 3 out of 4