Skip to content

Commit d2eb954

Browse files
authored
Update README.md
1 parent 6f880b4 commit d2eb954

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction to Python for Fun and Profit
1+
# Introduction to Programming with Python for Fun and Profit
22
## A Workshop to Get You Started Doing Great Things
33

44
Author : Nathan Danielsen [@nate_somewhere](https://twitter.com/nate_somewhere)
@@ -7,26 +7,20 @@ Author : Nathan Danielsen [@nate_somewhere](https://twitter.com/nate_somewhere)
77

88
Have you been curious about writing code? Have you tried to get started but just couldn't get things to work? Have you heard that python is a great language to learn but not sure where to start? These workshops got you covered.
99

10-
In this workshop, we will cover:
11-
- Getting you set up for success and continued learning after class
12-
- How to use git to version control your work
13-
- What is github and why is it helpful for collaborating on teams
14-
15-
We will start with the basics of how to use the commandline to navigate around the folders on your computer, create files, carefully remove files, move / copy files and compress / zip them.
16-
17-
In the git section, we will learn the basics of using git for version control to save your work and rescue you when you manage to break something.
18-
19-
As for github, we will introduce you to the purpose of github and demonstrate why is it incredibly popular for the software development community. In this section, we will show you how to copy project repositories to your local computer and how to use the commandline to push up your saved work to your public project.
20-
10+
In this workshop, we will:
11+
- Get you set up for success and continued learning after class
12+
- Variables, common data types, functions and for-loops
13+
- Demonstrate common operations for cleaning and parsing data
2114

15+
Each workshop will conclude with a real work type exercise that will apply the materials covered in the workshop.
2216

2317
## Set Up Before Workshop
2418

2519
Please download and install [Mu, a simple Python editor, for beginner programmers](https://codewith.mu/)
2620

27-
[Recommended: Getting Starting with Mu](https://codewith.mu/en/tutorials/1.0/start)
21+
[Recommended Reading: Getting Starting with Mu](https://codewith.mu/en/tutorials/1.0/start)
2822

29-
- Create a github account at https://github.com/
23+
Create a github account at https://github.com/
3024

3125

3226

0 commit comments

Comments
 (0)