René's URL Explorer Experiment


Title: More Python Ideas :: Learn Python by Nina Zakharenko

X Title: More Python Ideas

Description: Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.

X Description: Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.

X: @nnja

Generator: Hugo 0.54.0

direct link

Domain: learnpython.dev

twitter:cardsummary_large_image
twitter:image/images/twittercard.png
authorNina Zakharenko

Links:

Course Introduction https://learnpython.dev/01-introduction/
About Your Instructor https://learnpython.dev/01-introduction/00-who/
Navigating The Course https://learnpython.dev/01-introduction/02-navigating-course/
Requirements https://learnpython.dev/01-introduction/02-requirements/
Setting Up VS Code https://learnpython.dev/01-introduction/02-requirements/05-vs-code/
Getting Started https://learnpython.dev/01-introduction/02-requirements/05-vs-code/01-getting-started/
Working With Python https://learnpython.dev/01-introduction/02-requirements/05-vs-code/03-working-with-python/
Using The REPL https://learnpython.dev/01-introduction/02-requirements/05-vs-code/04-the-repl-in-vscode/
Running Code https://learnpython.dev/01-introduction/02-requirements/05-vs-code/05-running-code/
Day 1. Intro to Python https://learnpython.dev/02-introduction-to-python/
1. Why Choose Python https://learnpython.dev/02-introduction-to-python/010-best-practices/
About Python 🐍 https://learnpython.dev/02-introduction-to-python/010-best-practices/02-brief-history/
Conventions https://learnpython.dev/02-introduction-to-python/010-best-practices/03-conventions/
Anatomy of a Python Program https://learnpython.dev/02-introduction-to-python/010-best-practices/01-anatomy-of-a-python-program/
2. Basic Data Types https://learnpython.dev/02-introduction-to-python/020-basic-data-types/
Variables and Types https://learnpython.dev/02-introduction-to-python/020-basic-data-types/00-variables/
Numbers https://learnpython.dev/02-introduction-to-python/020-basic-data-types/02-numbers/
Strings https://learnpython.dev/02-introduction-to-python/020-basic-data-types/03-strings/
Common Mistakes https://learnpython.dev/02-introduction-to-python/020-basic-data-types/05-common-string-and-number-errors/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/020-basic-data-types/10-exercise/
3. Functions https://learnpython.dev/02-introduction-to-python/060-functions/
Defining Functions https://learnpython.dev/02-introduction-to-python/060-functions/10-defining-functions/
Function Arguments https://learnpython.dev/02-introduction-to-python/060-functions/30-function-arguments/
Function Scope https://learnpython.dev/02-introduction-to-python/060-functions/40-scope/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/060-functions/50-exercise/
4. Advanced Container Types https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/
Lists, Part 1 https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/10-lists/
Lists, Part 2 https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/20-adding-removing-finding/
Tuples https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/30-tuples/
Sets https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/50-sets/
Dictionaries https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/60-dictionaries/
Mutability Cheat Sheet https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/65-mutability/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/080-advanced-datatypes/70-exercise/
5. Boolean Logic https://learnpython.dev/02-introduction-to-python/090-boolean-logic/
Truthiness https://learnpython.dev/02-introduction-to-python/090-boolean-logic/10-truthiness/
Comparisons https://learnpython.dev/02-introduction-to-python/090-boolean-logic/20-comparisons/
and, or, not https://learnpython.dev/02-introduction-to-python/090-boolean-logic/30-and-or-not/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/090-boolean-logic/40-exercise/
6. Loops and Control Statements https://learnpython.dev/02-introduction-to-python/110-control-statements-looping/
Looping in Python https://learnpython.dev/02-introduction-to-python/110-control-statements-looping/05-looping-in-python/
if, else, elif https://learnpython.dev/02-introduction-to-python/110-control-statements-looping/10-if-else-elif/
while loops https://learnpython.dev/02-introduction-to-python/110-control-statements-looping/30-while-loops/
break, continue, and return https://learnpython.dev/02-introduction-to-python/110-control-statements-looping/40-break-continue/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/110-control-statements-looping/50-exercise/
7. Working With Python Programs https://learnpython.dev/02-introduction-to-python/175-running-code/
How To Run Them https://learnpython.dev/02-introduction-to-python/175-running-code/10-running-python-programs/
Printing Tips https://learnpython.dev/02-introduction-to-python/175-running-code/20-print-tips/
The main Method https://learnpython.dev/02-introduction-to-python/175-running-code/30-the-main-method/
Exceptions and Tracebacks https://learnpython.dev/02-introduction-to-python/175-running-code/50-exceptions/
Working With Files https://learnpython.dev/02-introduction-to-python/175-running-code/60-working-with-files/
Working with Libraries https://learnpython.dev/02-introduction-to-python/175-running-code/65-libraries/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/175-running-code/70-exercise/
8. APIs https://learnpython.dev/02-introduction-to-python/190-apis/
What Is an API? https://learnpython.dev/02-introduction-to-python/190-apis/00-what-is-an-api/
Working with APIs https://learnpython.dev/02-introduction-to-python/190-apis/00-requests-and-responses/
Using The Requests Library https://learnpython.dev/02-introduction-to-python/190-apis/00-the-requests-library/
⭐️ Practice https://learnpython.dev/02-introduction-to-python/190-apis/final-exercise/
Wrapping Up https://learnpython.dev/02-introduction-to-python/200-conclusion/00-wrapping-up/
Day 2. Intermediate Python https://learnpython.dev/03-intermediate-python/
Final Project Preview https://learnpython.dev/03-intermediate-python/00-final-project-preview/
1. More Python Ideas https://learnpython.dev/03-intermediate-python/10-introduction/
Getting Ready https://learnpython.dev/03-intermediate-python/10-introduction/00-getting-ready/
Python Philosophy https://learnpython.dev/03-intermediate-python/10-introduction/00-python-philosophy/
Converting Between Types https://learnpython.dev/03-intermediate-python/10-introduction/15-converting-between-types/
String Operations https://learnpython.dev/03-intermediate-python/10-introduction/15-converting-between-types/04-string-operations/
⭐️ Practice https://learnpython.dev/03-intermediate-python/10-introduction/15-converting-between-types/10-exercise/
2. Advanced Looping https://learnpython.dev/03-intermediate-python/20-advanced-looping/
List Comprehensions https://learnpython.dev/03-intermediate-python/20-advanced-looping/10-list-comprehensions/
Other Comprehensions https://learnpython.dev/03-intermediate-python/20-advanced-looping/30-other-comprehensions/
Slicing https://learnpython.dev/03-intermediate-python/20-advanced-looping/50-slicing/
The zip function https://learnpython.dev/03-intermediate-python/20-advanced-looping/70-zip/
⭐️ Practice https://learnpython.dev/03-intermediate-python/20-advanced-looping/90-exercise/
3. Object Oriented Programming https://learnpython.dev/03-intermediate-python/30-oop-classes-inheritance/
Concept https://learnpython.dev/03-intermediate-python/30-oop-classes-inheritance/10-concept/
Classes https://learnpython.dev/03-intermediate-python/30-oop-classes-inheritance/30-classes/
Methods https://learnpython.dev/03-intermediate-python/30-oop-classes-inheritance/50-methods/
Inheritance https://learnpython.dev/03-intermediate-python/30-oop-classes-inheritance/70-inheritance/
⭐️ Practice https://learnpython.dev/03-intermediate-python/30-oop-classes-inheritance/90-exercise/
4. Exceptions https://learnpython.dev/03-intermediate-python/40-exceptions/
All About Exceptions https://learnpython.dev/03-intermediate-python/40-exceptions/10-all-about-exceptions/
Try Except https://learnpython.dev/03-intermediate-python/40-exceptions/30-try-except-else-finally/
Best Practices https://learnpython.dev/03-intermediate-python/40-exceptions/70-best-practices/
Custom Exceptions https://learnpython.dev/03-intermediate-python/40-exceptions/90-custom-exceptions/
⭐️ Practice https://learnpython.dev/03-intermediate-python/40-exceptions/99-exercise/
5. Libraries and Modules https://learnpython.dev/03-intermediate-python/50-libraries-modules/
Standard Library https://learnpython.dev/03-intermediate-python/50-libraries-modules/10-standard-library/
Modules and Imports https://learnpython.dev/03-intermediate-python/50-libraries-modules/30-modules-and-imports/
PyPI https://learnpython.dev/03-intermediate-python/50-libraries-modules/50-pypi/
⭐️ Practice https://learnpython.dev/03-intermediate-python/50-libraries-modules/90-exercise/
6. Writing Command Line Tools https://learnpython.dev/03-intermediate-python/60-command-line-tools/
Advanced Strings https://learnpython.dev/03-intermediate-python/60-command-line-tools/10-advanced-strings/
Accepting User Input https://learnpython.dev/03-intermediate-python/60-command-line-tools/30-accepting-user-input/
⭐️ Practice https://learnpython.dev/03-intermediate-python/60-command-line-tools/90-exercise/
7. Tests https://learnpython.dev/03-intermediate-python/70-tests/
Concept https://learnpython.dev/03-intermediate-python/70-tests/10-concept/
Assertions https://learnpython.dev/03-intermediate-python/70-tests/30-assertions/
Writing Tests https://learnpython.dev/03-intermediate-python/70-tests/50-writing-tests/
⭐️ Practice https://learnpython.dev/03-intermediate-python/70-tests/90-exercise/
8. Web Frameworks https://learnpython.dev/03-intermediate-python/80-web-frameworks/
Basic Flask https://learnpython.dev/03-intermediate-python/80-web-frameworks/basic-flask/
⭐️ Practice https://learnpython.dev/03-intermediate-python/80-web-frameworks/final-exercise/
Wrapping Up https://learnpython.dev/03-intermediate-python/90-conclusion/
Github repohttps://git.io/python3
Follow Nina on Twitterhttps://twitter.com/nnja
Creditshttps://learnpython.dev/credits
Clear Historyhttps://learnpython.dev/03-intermediate-python/10-introduction/
Learnhttps://github.com/matcornic/hugo-theme-learn
http://creativecommons.org/licenses/by-nc-nd/4.0/
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Licensehttp://creativecommons.org/licenses/by-nc-nd/4.0/
Edit this page https://github.com/nnja/python/edit/master/website/content/03-intermediate-python/10-introduction/_index.md
https://learnpython.dev/03-intermediate-python/10-introduction/
Learn Pythonhttps://learnpython.dev/
Intermediate Pythonhttps://learnpython.dev/03-intermediate-python/
https://learnpython.dev/03-intermediate-python/00-final-project-preview/
https://learnpython.dev/03-intermediate-python/10-introduction/00-getting-ready/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.