-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from vmcf-konfmi/dev
adding presentations
- Loading branch information
Showing
13 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
Binary file added
BIN
+9.27 KB
.vs/MB100T01/FileContentIndex/201fefd8-9012-4cd0-8a1d-f905223d0198.vsidx
Binary file not shown.
Binary file added
BIN
+349 Bytes
.vs/MB100T01/FileContentIndex/5469562c-993d-4e28-b307-4a49292b92d5.vsidx
Binary file not shown.
Binary file added
BIN
+5.69 MB
.vs/MB100T01/FileContentIndex/f42e2888-9b6f-44f7-9a7e-de6dc62112d2.vsidx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"CurrentProjectSetting": null | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
advanced_image_analysis_mb100t01/00_python/00_Python_prez.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Python | ||
|
||
This section focuses on introduction to Python. Python is a versatile and beginner-friendly programming language widely used in various fields, including computer science, data science, web development, and artificial intelligence. | ||
|
||
## Key Points | ||
|
||
1. **Readable and Easy to Learn:** | ||
- Python is designed for simplicity and readability, making it easy for beginners to understand. | ||
|
||
2. **Interpreted Language:** | ||
- Python is interpreted, allowing you to run code without a separate compilation step, making development faster and more interactive. | ||
|
||
3. **General-Purpose:** | ||
- Python is a general-purpose language suitable for diverse applications, from web development to scripting. | ||
|
||
4. **Extensive Standard Library:** | ||
- Python comes with a rich standard library, reducing the need for writing code from scratch for common tasks. | ||
|
||
5. **Community Support:** | ||
- A large and active community provides resources, tutorials, and forums for support and collaboration. | ||
|
||
6. **Object-Oriented Programming:** | ||
- Python supports object-oriented programming, organizing code in a modular way. | ||
|
||
7. **Versatility in Application:** | ||
- Used in web development (Django, Flask), data science (NumPy, TensorFlow), and more, making it versatile for different career paths. | ||
|
||
8. **Cross-Platform Compatibility:** | ||
- Compatible with major operating systems (Windows, macOS, Linux), ensuring code can run on different platforms without modification. | ||
|
||
## Conclusion | ||
|
||
In summary, Python is a beginner-friendly, versatile, and powerful programming language, providing a solid foundation for learning how to program. Its simplicity, readability, and extensive community support make it an excellent choice for beginners. | ||
|
||
|
||
We will use these presentations: | ||
* [Python_basics](./Python_basics.pdf) | ||
* [Python_algorithms](./Python_algorithms.pdf) | ||
* [Short - KONFMI_prez_Python](./KONFMI_prez_Python.pdf) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters