17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Python Programming For Beginners And Kids - Anyone Can Code
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Beginners can learn Python programming by coding fun programs. Learn Python 3 basics, 2D graphics, and create a game.
What you'll learn
Learn the parts of a computer and what they do - RAM, CPU, and storage
How to write simple programs in Python
How to handle input and output
How to use variables to store data while your program runs
How to use loops to write code to repeat steps until a condition is met.
How to use logic and control to change the flow of execution
How to use turtle graphics to draw colorful graphics
Fundamental Python skills you can continue to build on
How to use the debugger
How to generate random numbers
How to use functions to re-use code and break up programs into smaller pieces
How to create a simple arcade style game
Requirements
The ability to type 15 words per minute is recommended
A PC or Mac computer or laptop
Curiosity to learn and experiment. This course can be enjoyed by both adults and kids (5th Grade and above recommended).
Students should understand basic Math operations (multiplication, division, remainder, addition, and subtraction) with decimal numbers.
Description
Python Programming for Beginners - Beginners Can Learn to Code in Python 3 with Simple and Fun Hands On Videos
If You Need More Stuff, kindly Visit and Support Us -->> https://DevCourseWeb.com
Get More Tutorials and Support Us -->> https://CourseWikia.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction/1. Why choose this course.mp4
23.7 MB
~Get Your Files Here !/1. Introduction/1. Why choose this course.srt
1.5 KB
~Get Your Files Here !/1. Introduction/2. About Me.mp4
31.2 MB
~Get Your Files Here !/1. Introduction/2. About Me.srt
1.9 KB
~Get Your Files Here !/1. Introduction/3. What You'll Learn.mp4
17.9 MB
~Get Your Files Here !/1. Introduction/3. What You'll Learn.srt
6.6 KB
~Get Your Files Here !/1. Introduction/4. Optimizing Your Learning Experience.mp4
5.6 MB
~Get Your Files Here !/1. Introduction/4. Optimizing Your Learning Experience.srt
1007 B
~Get Your Files Here !/1. Introduction/5. Downloading Python Software.html
1.1 KB
~Get Your Files Here !/1. Introduction/6. Setting Up Our Python Editor - Thonny.mp4
14.2 MB
~Get Your Files Here !/1. Introduction/6. Setting Up Our Python Editor - Thonny.srt
3.3 KB
~Get Your Files Here !/1. Introduction/7. Getting Familiar with Thonny.mp4
10.4 MB
~Get Your Files Here !/1. Introduction/7. Getting Familiar with Thonny.srt
3.2 KB
~Get Your Files Here !/10. Re-using Code with Functions/1. Introducing Functions - Making Code Reusable.mp4
8.5 MB
~Get Your Files Here !/10. Re-using Code with Functions/1. Introducing Functions - Making Code Reusable.srt
4.5 KB
~Get Your Files Here !/10. Re-using Code with Functions/10. Challenge 29 - Make a Function to Draw a Star with Turtle Graphics.mp4
8.5 MB
~Get Your Files Here !/10. Re-using Code with Functions/10. Challenge 29 - Make a Function to Draw a Star with Turtle Graphics.srt
1.2 KB
~Get Your Files Here !/10. Re-using Code with Functions/10.1 ProgrammingChallenge29.pdf
74.7 KB
~Get Your Files Here !/10. Re-using Code with Functions/11. Challenge 29 - Solution.mp4
22.2 MB
~Get Your Files Here !/10. Re-using Code with Functions/11. Challenge 29 - Solution.srt
5.7 KB
~Get Your Files Here !/10. Re-using Code with Functions/11.1 Challenge29-Solution.py
599 B
~Get Your Files Here !/10. Re-using Code with Functions/2. Example 41 - Defining and Using Functions.mp4
45.8 MB
~Get Your Files Here !/10. Re-using Code with Functions/2. Example 41 - Defining and Using Functions.srt
11.6 KB
~Get Your Files Here !/10. Re-using Code with Functions/3. Programming Challenge 27 - Write Your Own Greeting Function.mp4
6.4 MB
~Get Your Files Here !/10. Re-using Code with Functions/3. Programming Challenge 27 - Write Your Own Greeting Function.srt
1.1 KB
~Get Your Files Here !/10. Re-using Code with Functions/3.1 ProgrammingChallenge27.pdf
74.9 KB
~Get Your Files Here !/10. Re-using Code with Functions/4. Programming Challenge 27 - Solution.mp4
6 MB
~Get Your Files Here !/10. Re-using Code with Functions/4. Programming Challenge 27 - Solution.srt
2.1 KB
~Get Your Files Here !/10. Re-using Code with Functions/4.1 Challenge27-Solution.py
260 B
~Get Your Files Here !/10. Re-using Code with Functions/5. Example 42 - Using a Function to Perform a Calculation.mp4
24 MB
~Get Your Files Here !/10. Re-using Code with Functions/5. Example 42 - Using a Function to Perform a Calculation.srt
6.6 KB
~Get Your Files Here !/10. Re-using Code with Functions/6. Challenge 28 - Create a Function to Calculate the Area of a Circle.mp4
7.3 MB
~Get Your Files Here !/10. Re-using Code with Functions/6. Challenge 28 - Create a Function to Calculate the Area of a Circle.srt
1.3 KB
~Get Your Files Here !/10. Re-using Code with Functions/6.1 ProgrammingChallenge28.pdf
75.2 KB
~Get Your Files Here !/10. Re-using Code with Functions/7. Challenge 28 - Solution.mp4
8 MB
~Get Your Files Here !/10. Re-using Code with Functions/7. Challenge 28 - Solution.srt
3.1 KB
~Get Your Files Here !/10. Re-using Code with Functions/7.1 Challenge28-Solution.py
251 B
~Get Your Files Here !/10. Re-using Code with Functions/8. Example 43 - Variable Visibility (aka Scope).mp4
34.9 MB
~Get Your Files Here !/10. Re-using Code with Functions/8. Example 43 - Variable Visibility (aka Scope).srt
8 KB
~Get Your Files Here !/10. Re-using Code with Functions/9. Example 44 - Making One Function that can Draw Different Spirals.mp4
16.4 MB
~Get Your Files Here !/10. Re-using Code with Functions/9. Example 44 - Making One Function that can Draw Different Spirals.srt
4.3 KB
~Get Your Files Here !/10. Re-using Code with Functions/9.1 Example44.py
482 B
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/1. Introduction to Pseudo Random Numbers.mp4
3.8 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/1. Introduction to Pseudo Random Numbers.srt
1.7 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/2. Example 45 - Generating Random Numbers.mp4
13.4 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/2. Example 45 - Generating Random Numbers.srt
4.4 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/3. Programming Challenge 30 - Write a Program to Generate a Random Number Sequence.mp4
1.2 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/3. Programming Challenge 30 - Write a Program to Generate a Random Number Sequence.srt
472 B
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/3.1 ProgrammingChallenge30.pdf
53.9 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/4. Programming Challenge 30 - Solution.mp4
5.5 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/4. Programming Challenge 30 - Solution.srt
1.9 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/4.1 Challenge30-Solution.py
170 B
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/5. Example 46 - Create a Program to Draw a Random Name from a List.mp4
27.6 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/5. Example 46 - Create a Program to Draw a Random Name from a List.srt
6.5 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/6. Example 47 - Drawing Stars in Random Places.mp4
16.2 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/6. Example 47 - Drawing Stars in Random Places.srt
3.8 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/6.1 Example47.py
551 B
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/7. Programming Challenge 31 - Drawing Stars at Random Locations with Random Colors.mp4
5.7 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/7. Programming Challenge 31 - Drawing Stars at Random Locations with Random Colors.srt
1.2 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/7.1 ProgrammingChallenge31.pdf
73.4 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/8. Programming Challenge 31 - Solution.mp4
16.9 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/8. Programming Challenge 31 - Solution.srt
3.3 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/8.1 Challenge-31-Solution.py
658 B
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/9. Example 48 - Crazy Turtle Scribbles.mp4
17 MB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/9. Example 48 - Crazy Turtle Scribbles.srt
4.4 KB
~Get Your Files Here !/11. Getting Unpredictable with Random Numbers/9.1 Example48.py
438 B
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/1. Final Code Along Project (Updated).html
1.7 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/10. Space Game Step 9 - Detecting Collisions.mp4
97.1 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/10. Space Game Step 9 - Detecting Collisions.srt
14.6 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/10.1 SpaceGame-Step8.py
2.2 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/11. Space Game Step 10 - Animating the Explosion.mp4
81.4 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/11. Space Game Step 10 - Animating the Explosion.srt
12.8 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/11.1 SpaceGame-Step9.py
2.8 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/12. Space Game Step 11 - Adding a Score Counter.mp4
60.8 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/12. Space Game Step 11 - Adding a Score Counter.srt
9.1 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/12.1 SpaceGame-Step10.py
3.6 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/13. Space Game Step 12 - Adding a Game Over Message.mp4
74.3 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/13. Space Game Step 12 - Adding a Game Over Message.srt
10.3 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/13.1 SpaceGame-Step11.py
4 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/13.2 SpaceGame-Step12.py
4.3 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/2. Space Game Step 1 - Setting the Window Background.mp4
40.7 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/2. Space Game Step 1 - Setting the Window Background.srt
6.9 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/3. Space Game Step 2 - Adding a Ship Graphic.mp4
32.8 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/3. Space Game Step 2 - Adding a Ship Graphic.srt
6.1 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/3.1 SpaceGame-Step1.py
118 B
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/4. Space Game Step 3 - Keyboard Events.mp4
25.9 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/4. Space Game Step 3 - Keyboard Events.srt
5.3 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/4.1 SpaceGame-Step2.py
349 B
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/5. Space Game Step 4 - Animating the Spaceship.mp4
53.7 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/5. Space Game Step 4 - Animating the Spaceship.srt
9.8 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/5.1 SpaceGame-Step3.py
536 B
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/6. Space Game Step 5 - Boundary Checking.mp4
36.4 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/6. Space Game Step 5 - Boundary Checking.srt
7.6 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/6.1 SpaceGame-Step4.py
802 B
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/7. Space Game Step 6 - Animating a Laser Blaster.mp4
61.6 MB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/7. Space Game Step 6 - Animating a Laser Blaster.srt
11.7 KB
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/7.1 SpaceGame-Step5.py
923 B
~Get Your Files Here !/12. 2022 Space Game Video Code Along Project/8. Space Game Step 7 - Sound Effects.mp4